@charset "UTF-8";

html, body {
  font-family: 游ゴシック, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", sans-serif;
  font-weight: 500;
  color: var(--black);
  line-height: 1.8;
  font-size: 16px;
}
a:hover{
  cursor: pointer;
  opacity: 0.6;
  transition: 0.8s;
}
.inner{
  width: 1200px;
  margin: 0 auto;
}
.youngserif {
    font-family: 'Young Serif', serif;
    letter-spacing: 0.03em;
    font-feature-settings: "case";
  }

.sp{
  display: none;
}
.main{
  position: relative;
}
.main::after{
  content: "";
  background-image: url(../img/common/logo_deco.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 100px;
  left: 193px;
  z-index: 2;
}
  /* header */
  .header{
    position: fixed;
    z-index: 4;
    width: 100%;
    min-width: 1300px;
    height: 100px;
  }
  .header-flex{
    display: flex;
    justify-content: space-between;
  }
  .header h1 a:hover{
    opacity: 1;
  }
  .header .navi{
    height: 100px;
  }
  .header .navi ul{
    padding-block: 25px;
    padding-right: 25px;
    display: flex;
    justify-content: space-between;
    gap: 51px;
  }
  .header .navi ul li a{
    display: flex;
    flex-direction: column;
  }
  .header .navi ul li a .ja{
    display: flex;
    gap: 6px;
    align-items: center;
    color: var(--blue);
    font-weight: bold;
    font-size: 12px;
  }
  .header .navi ul li a .ja::before{
    content: "";
    border-top: 2px solid var(--blue);
    width: 10px;
  }
  .header .navi ul li a .navi-contact{
    color: var(--orange);
    display: flex;
    gap: 8px;
    align-items: center;
    padding: 11px 24px;
    border: 1px solid var(--orange);
    border-radius: calc(infinity * 1px);
  }
  .header .navi ul li a .navi-contact::before{
    content: "";
    background-image: url(../img/common/mail_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 18px;
    height: 14px;
  }

  /* header　スクロール時変化 */
  .header-color {
    background-color: var(--white);
  }

  /* ロゴに関するスタイル */
.header-logo.headerLogoScroll.-before {
  display : none;
}
.header-logo.-after {
  display : none;
}
.header-logo.headerLogoScroll.-after {
  display : block;
}

  /* contents */
  h2{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    font-weight: bold;
    letter-spacing: 0.0em;
    line-height: 1.3;
  }
  h2 span{
    font-size: 32px;
    line-height: 1.7;
    font-weight: 500;
  }
  .btn {
    display: inline-block;
    color: #4F443B;
  }
  .btn a{
    padding: 13px 25px 11px 33px;
    display: flex;
    gap: 32px;
    align-items: center;
    border: 1px solid #4F443B ;
    border-radius: calc(infinity * 1px);
    white-space: nowrap;
  }
  .btn a::after{
    content: "";
    background-image: url(../img/common/arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 6px;
  }

  /* footer */
.footer .contact{
  padding: 77px 0 54px;
  background-color: var(--blue);
  color: var(--white);
}
.footer .contact .inner .loop{
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.footer .contact .inner .loop-item {
  flex: 0 0 auto;
  font-size: 136px;
  white-space: nowrap;
  padding-right: 16px;
  padding-left: 16px;
  color: var(--white);
  opacity: 0.06;
  line-height: 1;
}
.footer .contact .inner .content{
  width: 100%;
  padding-top: 34px;
  padding-inline: 41px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .contact .inner .content .title{
  padding-right: 158px;
}
.footer .contact .inner .content h2{
  padding-bottom: 27px;
}
.footer .contact .inner .content .box{
  display: flex;
  align-items: center;
}
.footer .contact .inner .content .f-form{
  width: 360px;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-block: 14px;
  background-image : linear-gradient(to bottom, #fff 2px, transparent 2px),linear-gradient(to top, #fff 2px, transparent 2px);
  background-size: 1px 4px,1px 4px;
  background-repeat: repeat-y,repeat-y;
  background-position:left top,right bottom;
}
.footer .contact .inner .content .f-form .f-text{
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: bold;
  padding-bottom: 9px;
}
.footer .contact .inner .content .f-form .f-text::before{
  content: "";
  background-image: url(../img/common/mail_icon_w.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 19px;
  height: 13px;
}
.footer .contact .inner .content .f-form .f-form-btn{
  border: 1px solid var(--white);
  border-radius: calc(infinity * 1px);
  padding: 16px 44px;
  font-weight: bold;
}
.footer .contact .inner .content .f-tel{
  width: 360px;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-block: 9px;
  background-image: linear-gradient(to bottom, var(--white) 2px, transparent 1px);
  background-size: 1px 4px;
  background-repeat: repeat-y;
  background-position: right top;
}
.footer .contact .inner .content .f-tel .f-text{
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: bold;
  line-height: 1.8;
}
.footer .contact .inner .content .f-tel .f-text::before{
  content: "";
  background-image: url(../img/common/tel_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
}
.footer .contact .inner .content .f-tel .number{
  font-size: 32px;
}
.footer .contact .inner .content .f-tel .time{
  font-size: 14px;
  font-weight: bold;
}
.footer .bottom{
  background: var(--blue);
}
.footer .bottom .inner{
  position: relative;
  width: 1204px;
  padding: 71px 64px 0;
  background: var(--white);
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
}
.footer .bottom .inner .content{
  display: flex;
  justify-content: space-between;
}
.footer .bottom .inner .content .f-logo{
  padding-top: 8px;
}
.footer .bottom .inner .content .left .name{
  padding-top: 19px;
  font-size: 14px;
}
.footer .bottom .inner .content .left .adress{
  padding-top: 3px;
  font-size: 12px;
}
.footer .bottom .inner .content .right{
  display: flex;
  gap: 109px;
  justify-content: space-between;
}
.footer .bottom .inner .content .right .f-navi{
  display: flex;
  justify-content: space-between;
  gap: 85px;
  padding-top: -5px;
}
.footer .bottom .inner .content .right .f-navi .f-navi-flex{
  display: flex;
  justify-content: space-between;
  gap: 85px;
  padding-top: -5px;
}
.footer .bottom .inner .content .right .f-navi .item01 ul li{
  padding-bottom: 25px;
}
.footer .bottom .inner .content .right .f-navi .item01 ul li .ja{
  display: flex;
  gap: 6px;
  font-size: 12px;
  font-weight: bold;
  color: var(--blue);
  align-items: center;
}
.footer .bottom .inner .content .right .f-navi .item01 ul li .ja::before{
  content: "";
    border-top: 2px solid var(--blue);
    width: 10px;
}
.footer .bottom .inner .content .right .f-navi .item01 ul li .youngserif{
  font-size: 16px;
  font-weight: 300;
  color: var(--black);
}
.footer .bottom .inner .content .right .f-navi .item02{
  color: var(--textgray);
  font-size: 12px;
}
.footer .bottom .inner .content .right .f-navi .item02 ul li{
  padding-bottom: 19px;
}
.footer .bottom .inner .content .right .f-banner{
  padding-top: 8px;
}
.footer .bottom .inner .content .right .f-lp-banner{
  padding-bottom: 16px;
}
.footer .bottom .inner .copy{
  font-size: 11px;
  color: var(--textgray);
  padding-top: 8px;
  padding-bottom: 24px;
}
.footer .bottom .inner button{
  position: absolute;
  bottom: 11px;
  right: 64px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  padding: 16px 20px;
  font-size: 10px;
  color: var(--white);
  background: rgba(32, 33, 37, 0.8);
  border-radius: 16px;
}
.footer .bottom .inner button::before{
  content: "";
  background-image: url(../img/common/top_button_vector.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 6px;
  height: 7px;
}

/* loop */

.loop {
  overflow: hidden;
}
.loop-box {
  display: flex;
  width: 100vw;
}
.loop-item {
  flex: 0 0 auto;
  font-size: 136px;
  white-space: nowrap;
  padding-right: 16px;
  padding-left: 16px;
  color: var(--black);
  opacity: 0.06;
  line-height: 1.8;
}

.loop-item:nth-child(odd) {
  animation: loop 60s -30s linear infinite;
}
.loop-item:nth-child(even) {
  animation: loop2 60s linear infinite;
}

@keyframes loop {
  0% {
      transform: translateX(100%);
  }
  to {
      transform: translateX(-100%);
  }
}

@keyframes loop2 {
  0% {
      transform: translateX(0);
  }
  to {
      transform: translateX(-200%);
  }
}

.anchor{
  display: block;
  padding-top: 150px;
  margin-top: -150px;
}