@charset "UTF-8";


*,
::before,
::before,
::after {
	background-repeat: no-repeat;
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}

::before,
::after {
	text-decoration: inherit;
	vertical-align: inherit;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
:root {
	--blue: #1d2c6d;
	--lightblue: #eff0f4;
	--water: #428ebb;
	--brown: #eae6e3;
	--line: #06c755;
}

html {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	cursor: default;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
	background: #FFF;
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
}

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

body {
	position: relative;
	margin: 0;
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont,
    "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3",
    Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  	font-optical-sizing: auto;
	font-weight: 500;
	line-height: 2;
	letter-spacing: .05em;
	color: #000;
	background: #FFF;
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
body.menuopen {
	overflow: hidden;
}

figcaption,
figure,
main { 
	display: block;
}

figure {
	margin: 1em 40px;
}

hr {
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	height: 0;
	overflow: visible;
}

ol,
ul {
	list-style: none;
    margin: 0;
    padding: 0;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a, a:link, a:visited, a:active, a:focus {
	-webkit-text-decoration-skip: objects;
    color: #000;
    text-decoration: none;
	transition: .3s linear;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
}

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #ffff00;
	color: #000000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

::-moz-selection {
	background-color: #b3d4fc;
	color: #000000;
	text-shadow: none;
}

::selection {
	background-color: #b3d4fc;
	color: #000000;
	text-shadow: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

audio,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border-style: none;
}

svg {
	fill: currentColor;
}

svg:not(:root) {
	overflow: hidden;
}

table {
	border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
}

button,
input,
select,
textarea {
	background-color: transparent;
	color: inherit;
	font-size: inherit;
	line-height: inherit;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

legend {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
	resize: vertical;
}

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details,
menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}

[hidden] {
	display: none;
}

[aria-busy="true"] {
	cursor: progress;
}

[aria-controls] {
	cursor: pointer;
}

[aria-hidden="false"][hidden]:not(:focus) {
	clip: rect(0, 0, 0, 0);
	display: inherit;
	position: absolute;
}

[aria-disabled] {
	cursor: default;
}

div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, a,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
}

img {
    vertical-align: bottom;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

ul, ol {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

strong {
    font-weight: 800;
}

hr {
    display:block;
    height:1px;
    border:0; 
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input:focus, select:focus, textarea:focus {
    border-color: #443D3B;
}
input.error, select.error, textarea.error {
    border-color: #DD5D00;
}

input::-webkit-input-placeholder {
	color: #BBB;
    opacity: 1;
}

input::-moz-placeholder {
	color: #BBB;
    opacity: 1;
}

input:-ms-input-placeholder {
	color: #BBB;
    opacity: 1;
}

select::-webkit-input-placeholder {
	color: #BBB;
    opacity: 1;
}

select::-moz-placeholder {
	color: #BBB;
    opacity: 1;
}

select:-ms-input-placeholder {
	color: #BBB;
    opacity: 1;
}

textarea::-webkit-input-placeholder {
	color: #BBB;
    opacity: 1;
}

textarea::-moz-placeholder {
	color: #BBB;
    opacity: 1;
}

textarea:-ms-input-placeholder {
	color: #BBB;
    opacity: 1;
}
img {
    width: 100%;
    height: auto;
	transition: .6s linear;
}
.break {
	display: block;
}
.bold {
    font-weight: bold;
}
.en, .num {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0;
}
.jpn-vtcl {
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
}

.txtL { text-align: left; }
.txtR { text-align: right; }
.txtC { text-align: center; }

.PC {
    display: block;
}
.SP {
	display: none;
}
.lnkbtn {
	display: inline-block;
	position: relative;
	border-radius: 9999px;
	border: 1px solid var(--blue);
	overflow: hidden;
}
.lnkbtn a {	
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
  width: 100%;
  height: 100%;
  color: var(--blue);
	line-height: 1;
  transition: color 0.45s;
}
.lnkbtn a p {
	position: relative;
	display: flex;
	align-items: center;
	z-index: 1;
}
.lnkbtn a p .icon {
	display: inline-block;
}
.lnkbtn a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.45s cubic-bezier(0.25, 1, 0.5, 1);
}
.lnkbtn a:hover::before {
  transform: scaleX(1);
  transform-origin: left center;
}

.-flex {
	display: flex;
}
.-flex-wrapped {
	flex-wrap: wrap;
}
.-between {
	justify-content: space-between;
}
.-reverse {
	flex-direction: row-reverse;
}


.txt-blue {
	color: var(--blue);
}
.f-18 {
	font-size: clamp(16px, 1.6vw, 18px);
}


.objectfit picture, .objectfit img, img.objectfit {
  object-fit: cover;
  font-family: 'object-fit: cover;';
	object-position: 50% 50%;
	height: 100%;
	width: 100%;
	z-index: -1;
}


