@charset "UTF-8";
/*************************
共通class
************************ */
html {
  font-family:"游ゴシック体","游ゴシック Medium","游ゴシック","Yu Gothic Medium","YuGothic","Yu Gothic", sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-size: 10px;
}

@media screen and (max-width: 1360px) {
  html {
    font-size: 0.7352941176vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt";
  }
}
@media screen and (max-width: 767.98px) {
  html {
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt";
    font-size: 2.6666666667vw;
  }
}
html.safari {
  /*@include sc(pc) {
  	font-feature-settings : "pkna";
  	letter-spacing: 0;
  }*/
}
html _:lang(x)::-ms-backdrop, html {
  font-family: "Segoe UI", "メイリオ", Meiryo, sans-serif;
}

.mouse * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.chrome body {
  image-rendering: -webkit-optimize-contrast;
}

body,
dd,
div,
dl,
dt,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
td,
th,
ul {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  word-break: break-all;
}

article,
aside,
figure,
footer,
header,
main,
nav,
section {
  display: block;
  box-sizing: border-box;
}

figure {
  font-size: 0;
}
figure figcaption {
  line-height: 1.5;
}

button,
input,
select,
textarea {
  background: none;
  padding: 0;
  margin: 0;
  outline: 0;
  border: none;
  font: inherit;
  overflow: visible;
  box-sizing: border-box;
}

input[type=radio] {
  transform: translateY(-0.02rem);
}
.safari input[type=radio] {
  transform: translateY(-0.01rem);
}
@media screen and (max-width: 767.98px) {
  .safari input[type=radio] {
    transform: translateY(0.01rem);
  }
}

input[type=checkbox] {
  transform: translateY(-0.02rem);
}
.safari input[type=checkbox] {
  transform: translateY(-0.01rem);
}
@media screen and (max-width: 767.98px) {
  .safari input[type=checkbox] {
    transform: translateY(0.01rem);
  }
}

button,
select {
  cursor: pointer;
  text-transform: none;
}

select::-ms-expand {
  display: none;
}

img {
  -ms-interpolation-mode: bicubic;
  border-style: none;
}

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

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

b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}

a {
  outline: 0;
  text-decoration: none;
  color: inherit;
  background-color: transparent;
}

li {
  list-style: none;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* .link */
a {
  transition: all 0.3s ease 0s;
  display: inline-block;
}
a:hover {
  opacity: 0.8;
}
a[href^="tel:"] {
  cursor: default;
}
a[href^="tel:"]:hover {
  opacity: 1;
}

img {
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}

@media screen and (max-width: 767.98px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 767.98px) {
  .sp {
    display: block !important;
  }
}

/*************************
common
************************ */
body {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #000;
  font-weight: 500;
  letter-spacing: 0.05em;
  transition: opacity 1s ease 0s;
  position: relative;
  overflow-x: hidden;
}
@media screen and (max-width: 1199px) {
  body {
    min-width: 0;
  }
}
@media screen and (max-width: 767.98px) {
  body {
    font-size: 1.3rem;
    font-weight: 400;
    min-width: 0;
  }
}
body.menuon, body.form-show {
  overflow: hidden;
}

.txtbox p:first-of-type {
  margin-top: 0;
}

input,
textarea {
  width: 100%;
  background-color: #fff;
  padding: 0.06rem 0.16rem;
}
@media screen and (max-width: 767.98px) {
  input,
  textarea {
    padding: 0.06rem 0.12rem;
    line-height: 1.4;
  }
}
/*************************
inview
************************ */
.mov-show {
  opacity: 0;
  visibility: hidden;
  transform: translateY(3rem);
  transition: all 1s ease 0s;
}
@media screen and (max-width: 767.98px) {
  .mov-show {
    transform: translateY(2rem);
  }
}
.mov-show.showed {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.mov-in {
  opacity: 0;
  visibility: hidden;
  transition: all 1s ease 0s;
}
.mov-in.in {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.mov-down {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-3rem);
  transition: all 1s ease 0s;
}
@media screen and (max-width: 767.98px) {
  .mov-down {
    transform: translateY(-2rem);
  }
}
.mov-down.down {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.mov-leftslide {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: all 0.5s ease 0s;
}
.mov-leftslide.active {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}

.mov-list article,
.mov-list figure,
.mov-list li {
  opacity: 0;
}
.mov-list.list-start article,
.mov-list.list-start figure,
.mov-list.list-start li {
  opacity: 1 !important;
  transition: opacity 1.6s ease 0s;
}
.mov-list.list-start article:nth-child(2),
.mov-list.list-start figure:nth-child(2),
.mov-list.list-start li:nth-child(2) {
  transition-delay: 0.15s;
}
.mov-list.list-start article:nth-child(3),
.mov-list.list-start figure:nth-child(3),
.mov-list.list-start li:nth-child(3) {
  transition-delay: 0.3s;
}
.mov-list.list-start article:nth-child(4),
.mov-list.list-start figure:nth-child(4),
.mov-list.list-start li:nth-child(4) {
  transition-delay: 0.45s;
}
.mov-list.list-start article:nth-child(5),
.mov-list.list-start figure:nth-child(5),
.mov-list.list-start li:nth-child(5) {
  transition-delay: 0.6s;
}
.mov-list.list-start article:nth-child(6),
.mov-list.list-start figure:nth-child(6),
.mov-list.list-start li:nth-child(6) {
  transition-delay: 0.75s;
}
.mov-list.list-start article:nth-child(7),
.mov-list.list-start figure:nth-child(7),
.mov-list.list-start li:nth-child(7) {
  transition-delay: 0.9s;
}
.mov-list.list-start article:nth-child(8),
.mov-list.list-start figure:nth-child(8),
.mov-list.list-start li:nth-child(8) {
  transition-delay: 1.05s;
}
.mov-list.list-start article:nth-child(9),
.mov-list.list-start figure:nth-child(9),
.mov-list.list-start li:nth-child(9) {
  transition-delay: 1.2s;
}
.mov-list.list-start article:nth-child(10),
.mov-list.list-start figure:nth-child(10),
.mov-list.list-start li:nth-child(10) {
  transition-delay: 1.35s;
}
.mov-list.list-start article:nth-child(11),
.mov-list.list-start figure:nth-child(11),
.mov-list.list-start li:nth-child(11) {
  transition-delay: 1.5s;
}
.mov-list.list-start article:nth-child(12),
.mov-list.list-start figure:nth-child(12),
.mov-list.list-start li:nth-child(12) {
  transition-delay: 1.65s;
}
.mov-list.list-start article:nth-child(13),
.mov-list.list-start figure:nth-child(13),
.mov-list.list-start li:nth-child(13) {
  transition-delay: 1.8s;
}
.mov-list.list-start article:nth-child(14),
.mov-list.list-start figure:nth-child(14),
.mov-list.list-start li:nth-child(14) {
  transition-delay: 1.95s;
}
.mov-list.list-start article:nth-child(15),
.mov-list.list-start figure:nth-child(15),
.mov-list.list-start li:nth-child(15) {
  transition-delay: 2.1s;
}
.mov-list.list-start article:nth-child(16),
.mov-list.list-start figure:nth-child(16),
.mov-list.list-start li:nth-child(16) {
  transition-delay: 2.25s;
}
.mov-list.list-start article:nth-child(17),
.mov-list.list-start figure:nth-child(17),
.mov-list.list-start li:nth-child(17) {
  transition-delay: 2.4s;
}
.mov-list.list-start article:nth-child(18),
.mov-list.list-start figure:nth-child(18),
.mov-list.list-start li:nth-child(18) {
  transition-delay: 2.55s;
}
.mov-list.list-start article:nth-child(19),
.mov-list.list-start figure:nth-child(19),
.mov-list.list-start li:nth-child(19) {
  transition-delay: 2.7s;
}
.mov-list.list-start article:nth-child(20),
.mov-list.list-start figure:nth-child(20),
.mov-list.list-start li:nth-child(20) {
  transition-delay: 2.85s;
}
.mov-list.list-start article:nth-child(21),
.mov-list.list-start figure:nth-child(21),
.mov-list.list-start li:nth-child(21) {
  transition-delay: 3s;
}
.mov-list.list-start article:nth-child(22),
.mov-list.list-start figure:nth-child(22),
.mov-list.list-start li:nth-child(22) {
  transition-delay: 3.15s;
}
.mov-list.list-start article:nth-child(23),
.mov-list.list-start figure:nth-child(23),
.mov-list.list-start li:nth-child(23) {
  transition-delay: 3.3s;
}
.mov-list.list-start article:nth-child(24),
.mov-list.list-start figure:nth-child(24),
.mov-list.list-start li:nth-child(24) {
  transition-delay: 3.45s;
}
.mov-list.list-start article:nth-child(25),
.mov-list.list-start figure:nth-child(25),
.mov-list.list-start li:nth-child(25) {
  transition-delay: 3.6s;
}
.mov-list.list-start article:nth-child(26),
.mov-list.list-start figure:nth-child(26),
.mov-list.list-start li:nth-child(26) {
  transition-delay: 3.75s;
}
.mov-list.list-start article:nth-child(27),
.mov-list.list-start figure:nth-child(27),
.mov-list.list-start li:nth-child(27) {
  transition-delay: 3.9s;
}
.mov-list.list-start article:nth-child(28),
.mov-list.list-start figure:nth-child(28),
.mov-list.list-start li:nth-child(28) {
  transition-delay: 4.05s;
}
.mov-list.list-start article:nth-child(29),
.mov-list.list-start figure:nth-child(29),
.mov-list.list-start li:nth-child(29) {
  transition-delay: 4.2s;
}
.mov-list.list-start article:nth-child(30),
.mov-list.list-start figure:nth-child(30),
.mov-list.list-start li:nth-child(30) {
  transition-delay: 4.35s;
}
.mov-list.list-start article:nth-child(31),
.mov-list.list-start figure:nth-child(31),
.mov-list.list-start li:nth-child(31) {
  transition-delay: 4.5s;
}

/* ************************
header
************************ */
#header {
  position: relative;
}
#header.headbox {
  width: 100%;
  height: 10rem;
  background-color:rgba(14,34,63,0.9);
  position: fixed;
  top: 0;
  z-index: 20;
}
@media screen and (max-width: 767.98px) {
  #header.headbox {
    height: 5.5rem;
    margin: 0;
    padding: 0;
    z-index: 8;
    animation: none;
  }
}
@keyframes topHeader {
  0% {
    transform: translateY(-8rem);
  }
  100% {
    transform: translateY(0);
  }
}

#header.headbox .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#header.headbox .h-logo {
  width: 22rem;
  font-size: 0;
}
@media screen and (max-width: 767.98px) {
  #header.headbox .h-logo {
    width: 13rem;
    z-index: 1100;
  }
}
#header.headbox .h-logo a img {
  aspect-ratio: 140.16/65.57;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 767.98px) {
  #header.headbox .gnavibox {
    width: 100vw;
    height: 100vh;
    background-color: rgba(255,255,255,0.95);
    padding: 0.5rem 1.6rem 0.3rem;
    overflow-x: hidden;
    position: fixed;
    top: 5.5rem;
    right: -100vw;
    z-index: 1000;
    transition: all 0.4s ease 0s;
  }
}
@media screen and (max-width: 767.98px) {
  .menuon #header.headbox .gnavibox {
    right: 0;
  }
}
@media screen and (max-width: 767.98px) {
	#header.headbox #gnavi {
    	padding: 5.5rem 0;
  	}
}
#header.headbox #gnavi > ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  #header.headbox #gnavi > ul {
    display: block;
  }
}
#header.headbox #gnavi > ul > li {
  margin: 0 2rem;
  line-height: 1.2;
  height: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
	#header.headbox #gnavi > ul > li {
    	display: block;
    	height: auto;
    	margin: 0;
	  	text-align: center;
  	}
}
#header.headbox #gnavi > ul > li a {
  color: #FFF;
  font-size: 2rem;
  line-height: 1.2;
  padding: 1rem 0;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1300px) {
	#header.headbox #gnavi > ul > li a {
    	font-size: 2rem;
  	}
}
@media screen and (max-width: 767.98px) {
  #header.headbox #gnavi > ul > li a {
	  color: #000;
	  font-size: 1.6rem;
	  padding: 1.5rem 0;
  }
}
#header.headbox #gnavi > ul > li a:hover {
	color: #E9561A;
	opacity: 1;
}


@media screen and (max-width: 767.98px) {
  .menuon #header {
    z-index: 12;
  }
}

/*************************
main
************************ */
#main {
  position: relative;
}
@media screen and (max-width: 767.98px) {
  #main {
    overflow-x: hidden;
  }
}

#menubtn {
  display: none;
}
@media screen and (max-width: 767.98px) {
  #menubtn {
    width: 5.5rem;
    height: 5.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1000;
  }
}
@media screen and (max-width: 767.98px) {
  #menubtn span {
    display: block;
    width: 1.5rem;
    height: 1px;
    background-color: #FFF;
    position: absolute;
    transition: all 0.2s ease 0s;
  }
}
@media screen and (max-width: 767.98px) {
  #menubtn span:before, #menubtn span:after {
    content: "";
    display: block;
    width: 1.5rem;
    height: 1px;
    background-color: #FFF;
    position: absolute;
    left: 0;
    transition: all 0.5s ease 0s;
  }
}
@media screen and (max-width: 767.98px) {
  #menubtn span:before {
    top: -0.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  #menubtn span:after {
    top: 0.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .menuon #menubtn span {
    background: transparent;
  }
}
@media screen and (max-width: 767.98px) {
  .menuon #menubtn span:before, .menuon #menubtn span:after {
    top: 0;
    left: -0.1rem;
  }
}
@media screen and (max-width: 767.98px) {
  .menuon #menubtn span:before {
    transform: rotate(135deg);
  }
}
@media screen and (max-width: 767.98px) {
  .menuon #menubtn span:after {
    transform: rotate(-135deg);
  }
}

@media screen and (max-width: 767.98px) {
  #close {
    width: 0.4rem;
    height: 0.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0.025rem;
    right: 0.025rem;
    z-index: 2001;
  }
}
@media screen and (max-width: 767.98px) {
  #close span {
    display: block;
    width: 0.2rem;
    height: 2px;
    background-color: transparent;
    position: absolute;
    transition: all 0.2s ease 0s;
  }
}
@media screen and (max-width: 767.98px) {
  #close span:before, #close span:after {
    content: "";
    display: block;
    width: 0.2rem;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    transition: all 0.5s ease 0s;
  }
}
@media screen and (max-width: 767.98px) {
  #close span:before {
    top: 0;
    transform: rotate(135deg);
  }
}
@media screen and (max-width: 767.98px) {
  #close span:after {
    top: 0;
    transform: rotate(-135deg);
  }
}

.container {
  max-width: 106rem;
  padding: 0;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 1440px) {
  .container {
    max-width: 106rem;
  }
}
@media screen and (max-width: 767.98px) {
  .container {
    padding: 0 1.6rem;
  }
}

.sctbox {
  padding: 16rem 0;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .sctbox {
    padding: 4rem 0 5.4rem;
  }
}

/*************************
 ToTop ボタン
*************************/
#totop a {
  background-color: #E9561A;
  width: 6rem;
  height: 6rem;
  display: block;
  position: fixed;
  right: 6rem;
  bottom: calc(6rem + env(safe-area-inset-bottom)); /* iOSセーフエリア対応 */
  border-radius: 50%;
  z-index: 99;
  opacity: 1;
  overflow: hidden;
  transition: box-shadow .2s ease, transform .2s ease;
}

/* 矢印 */
#totop a::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.4rem;
  height: 1.4rem;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: transform .2s ease;
  will-change: transform;
}

/* PC：hoverがある環境だけ動かす */
@media (hover: hover) and (pointer: fine) {
  #totop a:hover {
    transform: translateY(-2px);
  }
  #totop a:hover::before {
    transform: translate(-50%, calc(-50% - 2px)) rotate(-45deg);
  }
}

/* スマホサイズ調整 */
@media (max-width: 767.98px) {
  #totop a {
    width: 10vw;
    height: 10vw;
    right: 1.4rem;
    bottom: calc(3rem + env(safe-area-inset-bottom));
  }
  #totop a::before {
    width: 1rem;
    height: 1rem;
  }
}

/* フォーカス可視化（キーボード操作用） */
#totop a:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

/* ユーザーが reduce motion 設定 → アニメ無効化 */
@media (prefers-reduced-motion: reduce) {
  #totop a,
  #totop a::before {
    transition: none !important;
  }
}

/*************************
footer
************************ */
#footer {
  width: 100%;
  background: #0E223F;
  padding: 6rem 0 2.5rem;
  position: relative;
  z-index: 8;
}
@media screen and (max-width: 767.98px) {
	#footer {
  		padding: 3rem 0 1.5rem;
	}
}

#footer .ftlogo {
  	width: 17.14%;
  	max-width: 24rem;
	margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  #footer .ftlogo {
	  width: 80%;
  }
}

.copyright p {
  color: #FFF;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.12em;
  padding-top: 3rem;
}
@media screen and (max-width: 767.98px) {
  .copyright p {
    font-size: 1.2rem;
    padding-top: 1.5rem;
  }
}