@charset "UTF-8";
/****************************************************************************
        変数
****************************************************************************/
/****************************************************************************
        共通
****************************************************************************/
.contents-wrap {
  max-width: 1200px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.scroll-top {
  position: fixed;
  bottom: 14px;
  right: 14px;
  z-index: 9999;
  max-width: 120px;
  animation: scrollRotate 10s infinite linear;
}
.scroll-top img {
  width: 100%;
}

@keyframes scrollRotate {
  0% {
    transform: rotate(0turn);
  }
  100% {
    transform: rotate(1turn);
  }
}
.floating-btn_wrap {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 9999;
}

a.floating-btn {
  display: block;
}
a.floating-btn img {
  vertical-align: bottom;
}

.sec-main_title {
  position: relative;
}

h2.sec-title_head {
  font-size: 30px;
  font-weight: 600;
}

p.sec-common_text {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 600;
}

.sec01-bg_en {
  color: #fff;
  font-size: 4.5vw;
  transform: rotate(-15deg);
  position: absolute;
  top: 30%;
  left: 35%;
  z-index: -1;
}

.sec02-bg_en {
  color: #E7E7E6;
  font-size: 4.5vw;
  transform: rotate(-15deg);
  position: absolute;
  top: 30%;
  left: 35%;
  z-index: -1;
}

.sec04-bg_en {
  color: #fff;
  font-size: 4.5vw;
  transform: rotate(-15deg);
  position: absolute;
  top: 0%;
  left: 35%;
  z-index: -1;
}

.sec08-bg_en {
  color: #e7e7e7;
  font-size: 4.5vw;
  transform: rotate(-15deg);
  position: absolute;
  top: 0%;
  left: 35%;
  z-index: -1;
}

aside.cta-area {
  width: 100%;
  position: relative;
  padding: 40px 0;
}
aside.cta-area::before {
  content: "";
  display: block;
  background-size: cover;
  background-position: 0 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -5;
  background-image: url(../images/cta_bg.png);
}

p.cta-text {
  font-size: 24px;
  margin-top: 30px;
  font-weight: bold;
}

.cta-line_btn {
  width: -moz-max-content;
  width: max-content;
  padding: 20px 32px;
  font-size: 20px;
  font-weight: bold;
  margin: 30px auto 0;
  border-radius: 45px;
}

/****************************************************************************
        ヘッダー
****************************************************************************/
#header {
  width: 100%;
  padding: 20px;
  transition: 0.5s;
}

.header-container {
  margin: 0 auto;
  justify-content: space-between;
}

.main-logo {
  max-width: 200px;
  width: 100%;
}
.main-logo img {
  width: 100%;
}

.header-contact {
  width: 170px;
  height: 54px;
  line-height: 54px;
  text-align: center;
}
.header-contact a {
  font-size: 16px;
  font-weight: bold;
}

nav {
  margin-top: 16px;
}

ul.menu-list_area {
  justify-content: right;
  gap: 20px;
}

li.menu-list {
  font-size: 18px;
  font-weight: bold;
}

/****************************************************************************
        フッター
****************************************************************************/
#footer {
  padding: 40px 0 120px;
  background-color: #636363;
}

ul.footer-nav_area {
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}

li.footer-nav {
  font-size: 16px;
  font-weight: bold;
  align-items: center;
  gap: 4px;
}

p.copyright {
  margin-top: 24px;
  font-size: 12px;
}

/****************************************************************************
        レスポンシブ
****************************************************************************/
/**      PC　以上      **/
@media screen and (min-width: 1201px) {
  .sp_part {
    display: none;
  }
}
/**      Tab　以上      **/
@media screen and (min-width: 781px) {
  .sp_part {
    display: none;
  }
}
@media screen and (max-width: 1080px) {
  ul.menu-list_area {
    gap: 16px;
  }
  li.menu-list {
    font-size: 16px;
  }
}
/**      Tab　以下      **/
@media screen and (max-width: 780px) {
  .pc_part {
    display: none;
  }
  .reverse {
    flex-direction: column-reverse;
  }
  .scroll-top {
    bottom: 70px;
    right: 3px;
    max-width: 110px;
  }
  .floating-btn_sp {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
  }
  .floating-sp_contact {
    width: 50%;
    height: 70px;
    font-size: 20px;
    font-weight: bold;
    line-height: 70px;
  }
  .contents-wrap {
    max-width: 1200px;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  h2.sec-title_head {
    font-size: 24px;
  }
  p.sec-common_text {
    margin-top: 16px;
    font-size: 18px;
  }
  .sec01-bg_en {
    font-size: 12.5vw;
    top: 0%;
    left: 0%;
  }
  .sec02-bg_en {
    font-size: 12.5vw;
    top: 0%;
    left: 0%;
  }
  .sec04-bg_en {
    font-size: 12.5vw;
    top: 0%;
    left: 0%;
  }
  .sec08-bg_en {
    font-size: 12.5vw;
    top: 0%;
    left: 0%;
  }
  aside.cta-area {
    width: 100%;
    position: relative;
    padding: 40px 0;
  }
  aside.cta-area::before {
    content: "";
    display: block;
    background-size: cover;
    background-position: 0 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -5;
    background-image: url(../images/cta_bg.png);
  }
  .cta-logo {
    max-width: 220px;
    margin: 0 auto;
  }
  .cta-logo img {
    width: 100%;
  }
  p.cta-text {
    font-size: 20px;
    margin-top: 24px;
  }
  .cta-line_btn {
    width: 90%;
    padding: 14px;
    font-size: 20px;
    margin: 30px auto 0;
  }
  #header {
    padding: 20px 10px;
  }
  .main-logo {
    max-width: 180px;
  }
  .menu-icon {
    width: 40px;
    height: 30px;
    position: fixed;
    top: 30px;
    right: 20px;
    z-index: 9999;
    cursor: pointer;
  }
  .menu-icon span {
    position: relative;
    transition: 0.4s;
  }
  .menu-icon span:first-child {
    width: 40px;
    height: 2px;
    background-color: #000;
    top: 0;
    left: 0;
    position: absolute;
  }
  .menu-icon span:nth-child(2) {
    width: 24px;
    height: 2px;
    background-color: #000;
    top: 10px;
    left: 0;
    position: absolute;
  }
  .menu-icon span:last-child {
    top: 24px;
    left: 0;
    position: absolute;
    font-size: 12px;
    font-weight: bold;
  }
  .menu-icon_open span:first-child {
    width: 40px;
    height: 2px;
    top: 10px;
    transform: rotate(225deg);
  }
  .menu-icon_open span:nth-child(2) {
    width: 40px;
    height: 2px;
    top: 10px;
    transform: rotate(-225deg);
  }
  .menu-icon_open span:last-child {
    top: 26px;
  }
  .nav-menu_list {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0%;
    right: -100%;
    background-color: #ffead2;
    z-index: 9995;
    transition: 0.4s;
  }
  .menu-list_open {
    right: 0;
  }
  nav {
    width: 100%;
    height: 100%;
    position: relative;
  }
  ul.menu-list_area {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  li.menu-list {
    margin-right: 0px;
    text-align: center;
    margin: 0 auto 30px;
    width: -moz-max-content;
    width: max-content;
    font-size: 18px;
    font-weight: bold;
  }
  li.menu-list_sp {
    width: 220px;
    border: solid 2px #fff;
    text-align: center;
    border-radius: 45px;
    padding: 16px 10px;
  }
  span.text {
    mix-blend-mode: difference;
  }
}
/**      SP　以下      **/
@media screen and (max-width: 480px) {
  .floating-sp_contact {
    font-size: 16px;
  }
  ul.footer-nav_area {
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
  }
}