@charset "UTF-8";
/*
Theme Name: child
Theme URI:
Description:
Template: twentytwentyone
Author: makesview
Author URI: https://makes-view.co.jp/
Version: 1.0.0
*/
@font-face {
  font-family: "DINCondensed-bold";
  src: url("/wp-content/themes/child/fonts/DINCondensed-Bold.ttf") format("OpenType");
  font-weight: 600;
}
@font-face {
  font-family: "Senobi-Gothic";
  src: url("/wp-content/themes/child/fonts/Senobi-Gothic-Bold.ttf") format("OpenType");
  font-weight: 600;
}
@font-face {
  font-family: "shunka2p";
  src: url("/wp-content/themes/child/fonts/shunka2p.ttf") format("OpenType");
  font-weight: 400;
}
@font-face {
  font-family: "DIN-Alternate-bold";
  src: url("/wp-content/themes/child/fonts/DIN Alternate Bold.otf") format("OpenType");
}
html,
button,
input,
select,
textarea {
  font-family: "Noto Sans JP", sans-serif;
}

.din_r {
  font-family: "din-condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.din_b {
  font-family: "DINCondensed-bold", sans-serif;
}

.din_a {
  font-family: "DIN-Alternate-bold", sans-serif;
}

.senobi {
  font-family: "Senobi-Gothic", sans-serif;
}

.shunka {
  font-family: "shunka2p", sans-serif;
}

.yuu {
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

body {
  color: #000000;
  font-size: 16px;
  line-height: 1.7;
  overflow: hidden;
}

.wrap {
  width: 1140px;
  margin: 0 auto;
}

.cmn_ttl_box .ttl {
  font-size: 100px;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #1f1f1f;
  display: flex;
  overflow: hidden;
}
.cmn_ttl_box .ttl span {
  transform: translateY(110%);
  display: block;
}

.cmn_ttl_box.active .ttl span {
  animation: 0.3s updown-anim linear forwards;
  margin: 0 2px;
}
.cmn_ttl_box.active .ttl span:nth-child(1) {
  color: #144272;
}

@keyframes updown-anim {
  0% {
    transform: translateY(110%);
  }
  100% {
    transform: translateY(0);
  }
}
#header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  padding: 20px 0;
  width: 100%;
}
#header .logo_menu_box {
  align-items: center;
}
#header .logo_menu_box .logo {
  width: 55px;
  margin-left: 50px;
}
#header .logo_menu_box .logo img {
  width: 100%;
}
#header .logo_menu_box .menu_box {
  flex-wrap: nowrap;
  align-items: center;
  margin-right: 60px;
}
#header .logo_menu_box .menu_box .menu {
  font-size: 12px;
  letter-spacing: 0.06em;
  line-height: 1;
}
#header .logo_menu_box .menu_box .hamburger_box {
  position: relative;
  top: -1px;
  left: 15px;
  z-index: 100;
  width: 22px;
  height: 22px;
  cursor: pointer;
}
#header .logo_menu_box .menu_box .hamburger_box span {
  width: 22px;
  height: 1px;
  background-color: #000;
  left: 0;
  position: absolute;
  transition: 0.4s;
}
#header .logo_menu_box .menu_box .hamburger_box span:nth-child(1) {
  top: 5px;
}
#header .logo_menu_box .menu_box .hamburger_box span:nth-child(2) {
  top: 12px;
}
#header .logo_menu_box .menu_box .hamburger_box span:nth-child(3) {
  top: 19px;
}
#header .logo_menu_box .menu_box .hamburger_box.active {
  height: 30px;
  width: 30px;
}
#header .logo_menu_box .menu_box .hamburger_box.active span {
  width: 100%;
  height: 3px;
  background-color: #fff;
}
#header .logo_menu_box .menu_box .hamburger_box.active span:nth-child(1) {
  transform: rotate(-45deg);
  top: 18px;
}
#header .logo_menu_box .menu_box .hamburger_box.active span:nth-child(2) {
  opacity: 0;
}
#header .logo_menu_box .menu_box .hamburger_box.active span:nth-child(3) {
  transform: rotate(45deg);
  top: 18px;
}

.hamburger_box_menu {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  color: #fff;
  background: #144272;
  text-align: center;
  width: 100%;
  opacity: 0;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  height: 100vh;
  align-items: center;
  overflow: scroll;
  visibility: hidden;
  padding: 150px 0 50px;
}

.hamburger_box_menu .menu_box .box ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.hamburger_box_menu .menu_box .box ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: 0.4s all;
}

.hamburger_box_menu .menu_box .box ul li:last-child {
  padding-bottom: 0;
}

.hamburger_box_menu .menu_box .box ul li .link {
  display: inline-block;
  color: #fff;
  padding: 1em 0;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.08em;
}

.hamburger_box_menu .menu_box .box ul li .service {
  display: inline-block;
  color: #fff;
  padding: 1em 0;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  letter-spacing: 0.08em;
}
.hamburger_box_menu .menu_box .box ul li .service::after {
  width: 10px;
  height: 10px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-50%) rotate(-45deg);
  position: absolute;
  content: "";
  top: 50%;
  right: -30px;
  transition: 0.4s;
}
.hamburger_box_menu .menu_box .box ul li .service.nowOpen::after {
  transform: translateY(-50%) rotate(135deg);
  right: -30px;
  top: 55%;
}

.hamburger_box_menu .menu_box .box ul li .service_list .service_link {
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #fff;
  display: inline-block;
}
.hamburger_box_menu .menu_box .box ul li .service_list .service_link + .service_link {
  margin-left: 20px;
}

/* このクラスを、jQueryで付与・削除する */
.hamburger_box_menu.active {
  opacity: 100;
  z-index: 50;
  visibility: inherit;
}

#main_sec {
  background-color: #f4f4f4;
  padding: 185px 0 150px calc(50vw - 570px);
  position: relative;
  margin-bottom: 210px;
}
#main_sec::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 210px;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  background-color: #f4f4f4;
  bottom: -210px;
  left: 0;
}
#main_sec::after {
  content: "";
  position: absolute;
  background-image: url(../child/image/top_main_back.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 1000px;
  height: 960px;
  top: -70px;
  right: -220px;
}
#main_sec .text_box .ttl {
  width: 300px;
  line-height: 1;
  margin-left: 128px;
  position: relative;
  display: inline-block;
}
#main_sec .text_box .ttl .border1::before, #main_sec .text_box .ttl .border1::after {
  position: absolute;
  content: "";
  width: 9.65px;
  height: 84px;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
  transform: rotate(-90deg);
}
#main_sec .text_box .ttl .border1::before {
  background-color: #144272;
  left: -65px;
  top: 90px;
  animation-name: border_vertical1;
}
#main_sec .text_box .ttl .border1::after {
  background-color: #fbc252;
  right: -65px;
  bottom: 90px;
  animation-name: border_vertical2;
}
#main_sec .text_box .ttl .border2::before, #main_sec .text_box .ttl .border2::after {
  position: absolute;
  content: "";
  width: 9.65px;
  height: 52.6px;
  transform: rotate(0deg);
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
}
#main_sec .text_box .ttl .border2::before {
  background-color: #fbc252;
  left: 340px;
  top: -45px;
  animation-name: border_side1;
}
#main_sec .text_box .ttl .border2::after {
  background-color: #144272;
  right: 340px;
  bottom: -45px;
  animation-name: border_side2;
}
@keyframes border_side1 {
  0% {
    left: 340px;
    transform: rotate(0deg);
  }
  50% {
    left: 150px;
    transform: rotate(-180deg);
  }
  100% {
    left: -50px;
    transform: rotate(-270deg);
  }
}
@keyframes border_side2 {
  0% {
    right: 340px;
    transform: rotate(0deg);
  }
  50% {
    right: 150px;
    transform: rotate(-180deg);
  }
  100% {
    right: -50px;
    transform: rotate(-270deg);
  }
}
@keyframes border_vertical1 {
  0% {
    top: 90px;
    transform: rotate(-90deg);
  }
  50% {
    top: 20px;
    transform: rotate(90deg);
  }
  100% {
    top: -32px;
    transform: rotate(180deg);
  }
}
@keyframes border_vertical2 {
  0% {
    bottom: 90px;
    transform: rotate(-90deg);
  }
  50% {
    bottom: 20px;
    transform: rotate(90deg);
  }
  100% {
    bottom: -32px;
    transform: rotate(180deg);
  }
}
#main_sec .text_box .ttl img {
  width: 100%;
  animation-delay: 0.4s;
}
#main_sec .text_box .comment {
  font-size: 23px;
  letter-spacing: 0.06em;
  line-height: 1;
  margin-top: 45px;
  position: relative;
  display: table;
  padding: 7px 10px;
  overflow: hidden;
}
#main_sec .text_box .comment::before {
  position: absolute;
  content: "";
  left: 5px;
  top: 0;
  right: 5px;
  background-color: #fbc252;
  height: 100%;
  transform: skew(-10deg);
  animation-name: slide_mask;
  animation-delay: 0.3s;
  animation-duration: 0.25s;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
}
#main_sec .text_box .comment::after {
  position: absolute;
  content: "";
  right: 5px;
  left: 5px;
  top: 0;
  background-color: #144272;
  height: 100%;
  transform: skew(-10deg);
  animation-name: slide_mask;
  animation-duration: 0.25s;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
}
#main_sec .text_box .comment .color {
  color: #fbc252;
}
@keyframes slide_mask {
  0% {
    left: 5px;
  }
  50% {
    left: 50%;
  }
  100% {
    left: 100%;
  }
}
#main_sec .ab_contact {
  position: absolute;
  z-index: 1;
  top: 180px;
  right: -18px;
  font-size: 12px;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #000;
  display: flex;
  flex-shrink: 0;
  white-space: nowrap;
  align-items: center;
  transform: rotate(90deg);
}
#main_sec .ab_contact::before {
  content: "";
  width: 66px;
  background-color: #000;
  height: 1px;
  margin-right: 10px;
}
#main_sec .ab_contact::after {
  content: "";
  width: 8px;
  height: 8px;
  transform: rotate(-45deg);
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-left: 8px;
}

#message_sec {
  padding: 30px 0 180px;
  position: relative;
}
#message_sec .ab_text {
  position: absolute;
  font-size: 30px;
  letter-spacing: 0.06em;
  line-height: 1;
  transform: rotate(-90deg);
}
#message_sec .ab_text.greeting {
  left: -5px;
  top: -80px;
}
#message_sec .ab_text.world {
  right: -5px;
  bottom: -470px;
}
#message_sec .cmn_ttl_box {
  text-align: center;
}
#message_sec .cmn_ttl_box .ttl {
  justify-content: center;
}
#message_sec .cmn_ttl_box .ttl::first-letter {
  color: #144272;
}
#message_sec .text_box {
  margin-top: 50px;
  text-align: center;
}
#message_sec .text_box .text {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
#message_sec .text_box .text + .text {
  margin-top: 25px;
}
#message_sec .position_box {
  margin: 45px 110px 0 0;
  text-align: end;
}
#message_sec .position_box .position {
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1;
}
#message_sec .position_box .name {
  font-size: 30px;
  letter-spacing: 0.06em;
  line-height: 1;
  margin-top: 18px;
}

#service_sec {
  padding: 55px 0 165px;
  background-color: #f4f4f4;
  position: relative;
}
#service_sec::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 210px;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  background-color: #f4f4f4;
  top: -210px;
  left: 0;
}
#service_sec::after {
  content: "";
  position: absolute;
  background-image: url(../child/image/top_service_back_bottom.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 430px;
  height: 370px;
  bottom: -65px;
  right: 0;
  animation: rotate_anime_3d 40s linear infinite;
}
#service_sec .ab_back {
  position: relative;
}
#service_sec .ab_back::before {
  content: "";
  position: absolute;
  background-image: url(../child/image/top_service_back_maru.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 190px;
  height: 190px;
  top: -260px;
  left: 350px;
}
#service_sec .ab_back::after {
  content: "";
  position: absolute;
  background-image: url(../child/image/top_service_back_sikaku.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 320px;
  height: 300px;
  top: -205px;
  left: -10px;
  animation: rotate_anime_3d 40s linear infinite;
}
@keyframes rotate_anime_3d {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#service_sec .cmn_ttl_box {
  position: relative;
  z-index: 1;
}
#service_sec .cmn_ttl_box .ttl span:nth-child(1) {
  color: #fbc252;
}
#service_sec .service_box {
  margin-top: 30px;
}
#service_sec .service_box ul li {
  align-items: center;
  flex-wrap: nowrap;
}
#service_sec .service_box ul li .text_box .theme {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1;
}
#service_sec .service_box ul li .text_box .text {
  margin-top: 35px;
}
#service_sec .service_box ul li .text_box .text .content {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
#service_sec .service_box ul li .text_box .text .content + .content {
  margin-top: 25px;
}
#service_sec .service_box ul li .text_box .cmn_more_box {
  margin: 50px 0 0;
  position: relative;
  z-index: 1;
}
#service_sec .service_box ul li .img {
  width: 560px;
  flex-shrink: 0;
  position: relative;
}
#service_sec .service_box ul li .img img {
  width: 100%;
}
#service_sec .service_box ul li .img .number {
  position: absolute;
  font-size: 100px;
  font-weight: 600;
  letter-spacing: 0.06em;
}
#service_sec .service_box ul li:nth-child(odd) .text_box {
  margin-right: 95px;
}
#service_sec .service_box ul li:nth-child(odd) .img {
  margin-left: auto;
}
#service_sec .service_box ul li:nth-child(odd) .img .number {
  left: 80px;
  top: 6px;
}
#service_sec .service_box ul li:nth-child(even) {
  flex-direction: row-reverse;
}
#service_sec .service_box ul li:nth-child(even) .text_box {
  margin-left: auto;
}
#service_sec .service_box ul li:nth-child(even) .img {
  margin-right: 95px;
}
#service_sec .service_box ul li:nth-child(even) .img .number {
  right: 60px;
  top: -10px;
}
#service_sec .service_box ul li + li {
  margin-top: 50px;
}

.cmn_more_box {
  width: 350px;
  line-height: 65px;
  overflow: hidden;
}
.cmn_more_box .more {
  background-color: #fff;
  width: 100%;
  display: flex;
  padding-left: 20px;
  font-size: 32px;
  font-weight: 400;
  color: #000;
  align-items: center;
  white-space: nowrap;
  letter-spacing: 0.05em;
  transition: 0.5s;
  position: relative;
}
.cmn_more_box .more::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  margin-left: 55px;
  z-index: 1;
}
.cmn_more_box .more::before {
  position: absolute;
  content: "";
  width: 0%;
  height: 1px;
  background-color: #fff;
  z-index: 2;
  left: 135px;
  opacity: 0;
}
.cmn_more_box .more:hover {
  background-color: #000;
  color: #fff;
}
.cmn_more_box .more:hover::before {
  opacity: 1;
  animation-name: btn_border;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

@keyframes btn_border {
  0% {
    width: 0%;
    left: 135px;
  }
  50% {
    width: 100%;
    left: 135px;
  }
  100% {
    width: 100%;
    left: 100%;
  }
}
.world_sec {
  background-color: #144272;
  width: 100%;
  flex-wrap: nowrap;
  white-space: nowrap;
  position: relative;
  z-index: 1;
}
.world_sec ul {
  display: flex;
  flex-wrap: nowrap;
}
.world_sec ul li {
  white-space: nowrap;
  flex: 0 0 auto;
  font-size: 40px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #fff;
  padding: 20px 4vw;
}
.world_sec ul li:nth-child(odd) {
  animation-iteration-count: infinite;
  animation-name: scroll_world;
  animation-duration: 10s;
  animation-timing-function: linear;
}
.world_sec ul li:nth-child(even) {
  animation-iteration-count: infinite;
  animation-name: scroll_world2;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-delay: -5s;
}

@keyframes scroll_world {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes scroll_world2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
#company_sec {
  padding: 125px 0 165px;
}
#company_sec .cmn_ttl_box .ttl::first-letter {
  color: #144272;
}
#company_sec .company_box {
  margin-top: 114px;
  align-items: center;
  flex-wrap: nowrap;
}
#company_sec .company_box .text_box {
  width: 450px;
}
#company_sec .company_box .text_box ul {
  flex-wrap: nowrap;
  align-items: center;
  padding: 30px 33px;
  border-bottom: 1px solid #acacac;
}
#company_sec .company_box .text_box ul:first-child {
  border-top: 1px solid #acacac;
}
#company_sec .company_box .text_box ul li {
  font-size: 15px;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
#company_sec .company_box .text_box ul li:nth-child(1) {
  width: 90px;
  margin-right: 45px;
}
#company_sec .company_box .text_box ul li .number {
  font-size: 16px;
}
#company_sec .company_box .text_box .cmn_more_box {
  margin: 57.5px auto 0;
}
#company_sec .company_box .text_box .cmn_more_box .more {
  background-color: #f4f4f4;
}
#company_sec .company_box .text_box .cmn_more_box .more:hover {
  background-color: #000;
}
#company_sec .company_box .map_box {
  width: 625px;
  height: 550px;
  margin-left: auto;
  position: relative;
}
#company_sec .company_box .map_box .map {
  width: 100%;
  height: 100%;
}
#company_sec .company_box .map_box .map iframe {
  width: 100%;
  height: 100%;
  filter: grayscale(100%);
}
#company_sec .company_box .map_box .map_btn {
  position: absolute;
  width: 140px;
  top: -80px;
  right: 10px;
}
#company_sec .company_box .map_box .map_btn img {
  width: 100%;
}

#contact_sec {
  background-image: url(../child/image/top_contact_back.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  position: relative;
  padding: 80px 0;
}
#contact_sec::after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#contact_sec .ab_top {
  width: 128px;
  height: 128px;
  z-index: 2;
  position: absolute;
  bottom: -133px;
  left: 0;
}
#contact_sec .ab_top .name {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  justify-content: center;
  background-color: #fff;
  font-size: 38px;
  color: #000;
  letter-spacing: 0.08em;
  line-height: 1;
  padding-top: 35px;
  position: relative;
}
#contact_sec .ab_top .name::after {
  content: "";
  position: absolute;
  background-image: url(../child/image/icon/icon_arrow_black.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 23px;
  height: 23px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
}
#contact_sec .text_box {
  position: relative;
  z-index: 1;
  text-align: end;
  margin-right: 132px;
}
#contact_sec .text_box .ttl {
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  font-size: 100px;
  letter-spacing: 0.06em;
  line-height: 1;
}
#contact_sec .text_box .comment {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #fff;
}
#contact_sec .contact_box {
  width: 350px;
  margin: 45px 120px 0 auto;
  position: relative;
  z-index: 1;
}
#contact_sec .contact_box .btn {
  font-size: 32px;
  color: #000;
  letter-spacing: 0.06em;
  line-height: 60px;
  width: 100%;
  display: block;
  text-align: center;
  background-color: #fff;
  position: relative;
}
#contact_sec .contact_box .btn::after {
  content: "";
  position: absolute;
  background-image: url(../child/image/icon/icon_mail_black.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 22px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  transition: 0.5s;
}
#contact_sec .contact_box .btn::before {
  content: "";
  position: absolute;
  background-image: url(../child/image/icon/icon_mail_black_open.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 22px;
  height: 20px;
  top: 48%;
  transform: translateY(-50%);
  right: 20px;
  opacity: 0;
  transition: 0.5s;
}
#contact_sec .contact_box .btn:hover::after {
  opacity: 0;
}
#contact_sec .contact_box .btn:hover::before {
  opacity: 1;
}

#footer {
  background-color: #f4f4f4;
  padding: 133px 0 139px;
}
#footer .footer_box {
  flex-wrap: nowrap;
  align-items: flex-end;
}
#footer .footer_box .footer_left ul li {
  line-height: 1;
}
#footer .footer_box .footer_left ul li .link {
  color: #000;
  font-size: 25px;
  letter-spacing: 0.06em;
  position: relative;
  padding: 0 2px;
}
#footer .footer_box .footer_left ul li .link::after {
  content: "";
  position: absolute;
  left: 0;
  width: 0%;
  height: 1.5px;
  background-color: #000;
  bottom: -2.5px;
  transition: 0.3s;
}
#footer .footer_box .footer_left ul li .link:hover::after {
  width: 100%;
}
#footer .footer_box .footer_left ul li + li {
  margin-top: 30px;
}
#footer .footer_box .footer_left .link_bottom {
  margin-top: 80px;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
#footer .footer_box .footer_left .link_bottom .link {
  font-size: 22px;
  color: #000;
  font-weight: 400;
  letter-spacing: 0.06em;
  display: block;
  line-height: 1;
  transition: 0.3s;
}
#footer .footer_box .footer_left .link_bottom .link + .link {
  margin-left: 60px;
}
#footer .footer_box .footer_left .link_bottom .link:hover {
  opacity: 0.6;
}
#footer .footer_box .footer_right {
  margin-left: auto;
}
#footer .footer_box .footer_right .logo_box {
  width: 78px;
  display: block;
  margin-left: auto;
}
#footer .footer_box .footer_right .logo_box img {
  width: 100%;
}
#footer .footer_box .footer_right .cr_box {
  margin-top: 30px;
}
#footer .footer_box .footer_right .cr_box small {
  font-size: 25px;
  letter-spacing: 0.06em;
  line-height: 1;
}

@media (max-width: 750px) {
  .wrap {
    max-width: 90%;
  }
  body {
    font-size: 3.4vw;
    line-height: 1.5;
    padding-top: 55px;
  }
  /* SPヘッダー */
  #sp_header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
    height: 55px;
  }
  #sp_header .logo {
    position: absolute;
    left: 15px;
    top: 10px;
    line-height: 0;
    width: 30px;
  }
  #sp_header .icon {
    color: #000;
    position: absolute;
  }
  #sp_header .mail {
    right: 70px;
    top: 13px;
    font-size: 25px;
  }
  #sp_header .tel {
    right: 110px;
    top: 15px;
    font-size: 20px;
  }
  .cmn_ttl_box .ttl {
    font-size: 13vw;
  }
  #main_sec {
    padding: 40vw 0 35vw;
    margin-bottom: 10vw;
  }
  #main_sec::before {
    height: 20vw;
    bottom: -19.8vw;
  }
  #main_sec::after {
    width: 130vw;
    height: 125vw;
    top: -15vw;
    right: -34vw;
    transform: rotate(25deg);
    z-index: 0;
  }
  #main_sec .text_box .ttl {
    width: 60%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    display: block;
  }
  #main_sec .text_box .ttl .border1::before, #main_sec .text_box .ttl .border1::after {
    width: 2vw;
    height: 20vw;
  }
  #main_sec .text_box .ttl .border1::before {
    left: -12vw;
    top: 30vw;
  }
  #main_sec .text_box .ttl .border1::after {
    right: -12vw;
    bottom: 30vw;
  }
  #main_sec .text_box .ttl .border2::before, #main_sec .text_box .ttl .border2::after {
    width: 2vw;
    height: 13vw;
  }
  #main_sec .text_box .ttl .border2::before {
    left: 50vw;
    top: -8vw;
  }
  #main_sec .text_box .ttl .border2::after {
    right: 50vw;
    bottom: -8vw;
  }
  @keyframes border_side1 {
    0% {
      left: 50vw;
      transform: rotate(0deg);
    }
    50% {
      left: 5vw;
      transform: rotate(-180deg);
    }
    100% {
      left: -10vw;
      transform: rotate(-270deg);
    }
  }
  @keyframes border_side2 {
    0% {
      right: 50vw;
      transform: rotate(0deg);
    }
    50% {
      right: 5vw;
      transform: rotate(-180deg);
    }
    100% {
      right: -10vw;
      transform: rotate(-270deg);
    }
  }
  @keyframes border_vertical1 {
    0% {
      top: 30vw;
      transform: rotate(-90deg);
    }
    50% {
      top: 10vw;
      transform: rotate(90deg);
    }
    100% {
      top: -5vw;
      transform: rotate(180deg);
    }
  }
  @keyframes border_vertical2 {
    0% {
      bottom: 30vw;
      transform: rotate(-90deg);
    }
    50% {
      bottom: 10vw;
      transform: rotate(90deg);
    }
    100% {
      bottom: -5vw;
      transform: rotate(180deg);
    }
  }
  #main_sec .text_box .comment {
    width: 85%;
    font-size: 5.5vw;
    margin: 10vw auto 0;
    text-align: center;
    padding: 0.5vw 2vw;
    line-height: 1.4;
    display: block;
  }
  #main_sec .text_box .comment::before {
    left: 1vw;
    right: 1vw;
    animation-delay: 0.4s;
    animation-duration: 0.2s;
  }
  #main_sec .text_box .comment::after {
    right: 1vw;
    left: 1vw;
    animation-duration: 0.2s;
  }
  @keyframes slide_mask {
    0% {
      left: 2%;
    }
    50% {
      left: 50%;
    }
    100% {
      left: 100%;
    }
  }
  #main_sec .ab_contact {
    top: 120vw;
    right: 50%;
    font-size: 3.4vw;
    display: block;
    align-items: unset;
    transform: translateX(50%) rotate(0deg);
  }
  #main_sec .ab_contact::before {
    display: none;
  }
  #main_sec .ab_contact::after {
    position: absolute;
    width: 3vw;
    height: 3vw;
    transform: translateX(-50%) rotate(45deg);
    margin-left: 0;
    left: 50%;
    top: 5vw;
  }
  #message_sec {
    padding: 20vw 0;
  }
  #message_sec .cmn_ttl_box .ttl {
    justify-content: center;
  }
  #message_sec .rellax_target {
    transform: unset !important;
  }
  #message_sec .ab_text {
    font-size: 5vw;
  }
  #message_sec .ab_text.greeting {
    left: -5vw;
    top: 10vw;
  }
  #message_sec .ab_text.world {
    right: -10vw;
    bottom: 15vw;
  }
  #message_sec .text_box {
    margin-top: 8vw;
  }
  #message_sec .text_box .text {
    font-size: 3.4vw;
    text-align: left;
  }
  #message_sec .text_box .text + .text {
    margin-top: 5vw;
  }
  #message_sec .position_box {
    margin: 10vw 0 0;
    text-align: left;
  }
  #message_sec .position_box .position {
    font-size: 3.6vw;
  }
  #message_sec .position_box .name {
    font-size: 5vw;
    margin-top: 3vw;
  }
  #service_sec {
    padding: 10vw 0 20vw;
    margin-top: 20vw;
  }
  #service_sec::before {
    height: 20vw;
    top: -19.8vw;
  }
  #service_sec::after {
    width: 25vw;
    height: 29vw;
    bottom: 0vw;
  }
  #service_sec .ab_back::before {
    width: 20vw;
    height: 20vw;
    top: -30vw;
    left: 35vw;
  }
  #service_sec .ab_back::after {
    width: 35vw;
    height: 35vw;
    top: -18vw;
    left: 0vw;
  }
  #service_sec .cmn_ttl_box {
    text-align: center;
  }
  #service_sec .service_box {
    margin-top: 10vw;
  }
  #service_sec .service_box ul li {
    align-items: unset;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  #service_sec .service_box ul li + li {
    margin-top: 12vw;
  }
  #service_sec .service_box ul li .text_box {
    margin-top: 5vw;
  }
  #service_sec .service_box ul li .text_box .theme {
    font-size: 5.5vw;
  }
  #service_sec .service_box ul li .text_box .text {
    margin-top: 3vw;
  }
  #service_sec .service_box ul li .text_box .text .content {
    font-size: 3.5vw;
  }
  #service_sec .service_box ul li .text_box .text .content + .content {
    margin-top: 1.5vw;
  }
  #service_sec .service_box ul li .text_box .cmn_more_box {
    margin: 7vw auto 0;
  }
  #service_sec .service_box ul li .img {
    width: 60%;
  }
  #service_sec .service_box ul li .img .number {
    font-size: 18vw;
  }
  #service_sec .service_box ul li:nth-child(odd) .text_box {
    margin-right: 0;
  }
  #service_sec .service_box ul li:nth-child(odd) .img {
    margin-left: 12vw;
  }
  #service_sec .service_box ul li:nth-child(odd) .img .number {
    left: 48vw;
    top: -1vw;
  }
  #service_sec .service_box ul li:nth-child(even) {
    flex-direction: column-reverse;
  }
  #service_sec .service_box ul li:nth-child(even) .text_box {
    margin-left: 0;
  }
  #service_sec .service_box ul li:nth-child(even) .img {
    margin-left: 12vw;
    margin-right: 0;
  }
  #service_sec .service_box ul li:nth-child(even) .img .number {
    left: 48vw;
    top: -1vw;
  }
  .cmn_more_box {
    width: 80%;
    line-height: 15vw;
  }
  .cmn_more_box .more {
    padding-left: 10vw;
    font-size: 6.5vw;
  }
  .cmn_more_box .more::after {
    margin-left: 5vw;
  }
  .cmn_more_box .more::before {
    display: none;
  }
  .cmn_more_box .more:hover {
    background-color: #fff;
    color: #000;
  }
  .world_sec ul li {
    font-size: 5vw;
    padding: 6vw 3vw;
  }
  #company_sec {
    padding: 16vw 0 8vw;
  }
  #company_sec .cmn_ttl_box .ttl {
    justify-content: center;
  }
  #company_sec .company_box {
    margin-top: 7vw;
    display: block;
  }
  #company_sec .company_box .text_box {
    width: 100%;
  }
  #company_sec .company_box .text_box ul {
    flex-wrap: wrap;
    align-items: unset;
    padding: 2vw 1vw;
  }
  #company_sec .company_box .text_box ul li {
    font-size: 3.7vw;
    font-weight: 600;
  }
  #company_sec .company_box .text_box ul li:nth-child(1) {
    width: 100%;
    margin-right: 0;
  }
  #company_sec .company_box .text_box ul li .number {
    font-size: 3.5vw;
  }
  #company_sec .company_box .text_box ul li + li {
    margin-top: 2vw;
    font-size: 3.4vw;
    font-weight: 400;
  }
  #company_sec .company_box .map_box {
    width: 100%;
    height: 65vw;
    margin-left: 0;
    margin-top: 10vw;
  }
  #company_sec .company_box .map_box .map_btn {
    width: 23vw;
    top: -4vw;
    right: 0vw;
  }
  #company_sec .company_box .cmn_more_box {
    margin: 12vw auto 0;
  }
  #company_sec .company_box .cmn_more_box .more {
    background-color: #f4f4f4;
  }
  #contact_sec {
    margin-top: 10vw;
    padding: 15vw 0;
  }
  #contact_sec .ab_top {
    width: 18vw;
    height: 18vw;
    bottom: -24vw;
    left: 50%;
    transform: translateX(-50%);
  }
  #contact_sec .ab_top .name {
    font-size: 4.7vw;
    padding-top: 4vw;
  }
  #contact_sec .ab_top .name::after {
    width: 4.5vw;
    height: 4.5vw;
    bottom: 3.5vw;
  }
  #contact_sec .text_box {
    text-align: center;
    margin-right: 0;
  }
  #contact_sec .text_box .ttl {
    font-size: 15vw;
  }
  #contact_sec .text_box .comment {
    font-size: 3.8vw;
  }
  #contact_sec .contact_box {
    width: 80%;
    margin: 15vw auto 0;
  }
  #contact_sec .contact_box .btn {
    font-size: 5.5vw;
    line-height: 15vw;
  }
  #contact_sec .contact_box .btn::after {
    width: 6vw;
    height: 6vw;
    right: 3vw;
  }
  #contact_sec .contact_box .btn::before {
    display: none;
  }
  #contact_sec .contact_box .btn:hover::after {
    opacity: 1;
  }
  #footer {
    padding: 15vw 0 5vw;
  }
  #footer .footer_box {
    flex-wrap: wrap;
    align-items: unset;
  }
  #footer .footer_box .footer_right {
    margin: 0 auto;
  }
  #footer .footer_box .footer_right .logo_box {
    width: 40%;
    margin: 0 auto;
  }
  #footer .footer_box .footer_right .sp_link_box {
    margin-top: 6vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
  }
  #footer .footer_box .footer_right .sp_link_box .sp_link {
    display: block;
    color: #000;
    letter-spacing: 0.06em;
    line-height: 1;
    font-size: 4vw;
  }
  #footer .footer_box .footer_right .sp_link_box .sp_link + .sp_link {
    margin-left: 10vw;
  }
  #footer .footer_box .footer_right .cr_box {
    margin-top: 4vw;
    text-align: center;
  }
  #footer .footer_box .footer_right .cr_box small {
    font-size: 3vw;
  }
}