@charset "UTF-8";
/* No CSS */ 
/*
Theme Name: enjoy-otaru
Description: 
Theme URI: https://enjoy-otaru.jp//
Version: 1.0
License: enjoy-otaru
License URI: https://enjoy-otaru.jp//
*/
/****************************************

リセットCSSここから

*****************************************/
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%; /*1em=10px */
  overflow-y: scroll; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

@media screen and (max-width: 767px) {
  /* section img{
  	width: auto;
  	height: auto;
  } */
}
body,
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,
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;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

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

a {
  text-decoration: none;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

img {
  vertical-align: top;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/****************************************

body設定(主に書式)

*****************************************/
body {
  font-family: "Noto Sans JP", sans-serif, Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000;
  line-height: 1.8;
  letter-spacing: 0.06em;
  width: 100%;
}

@media screen and (max-width: 767px) {
  body {
    min-width: initial;
  }
}
/****************************************

ページ共通

*****************************************/
#wrapper {
  float: none;
  min-height: 100%;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #wrapper {
    float: none;
    width: 100%;
    min-height: 100%;
    margin: 0 auto;
    overflow: hidden;
    background-size: contain;
  }
}
.inner {
  max-width: 1146px;
  margin: 0 auto;
}

/****************************************

フォント指定

*****************************************/
li,
tt,
tr,
dt,
dd,
p,
time {
  font-size: clamp(1.4rem, 1.8vw, 1.6rem);
}

@media screen and (max-width: 767px) {
  li,
  tt,
  tr,
  dt,
  dd,
  p,
  time {
    font-size: 1.4rem;
  }
}
/****************************************

リンク指定

*****************************************/
a:link,
a:visited {
  font-weight: normal;
  color: #463c39;
  text-decoration: underline;
  transition: 0.2s linear;
}

a:hover,
a:active {
  font-weight: normal;
  opacity: 0.7;
  text-decoration: none;
  transition: 0.2s linear;
}

/****************************************

オンマウス時のアクション

*****************************************/
a:hover img.img_opacity {
  opacity: 0.75;
  filter: alpha(opacity=75);
  transition: 0.2s linear;
}

a:hover .img_opacity {
  opacity: 0.75;
  filter: alpha(opacity=75);
  transition: 0.2s linear;
}

a img.img_opacity {
  transition: 0.2s linear;
}

/****************************************

pcヘッダー

*****************************************/
.en_wrapper header .header_wrap .header_content {
  width: 980px;
}
.en_wrapper header .header_wrap .header_content .header_navi {
  width: 825px;
}

@media screen and (max-width: 1600px) {
  .en_wrapper header .header_wrap {
    zoom: 0.9;
  }
} /*max-width:1600px*/
@media screen and (max-width: 1420px) {
  .en_wrapper header .header_wrap {
    zoom: 0.8;
  }
} /*max-width:1420px*/
@media screen and (max-width: 1300px) {
  .en_wrapper header .header_wrap {
    zoom: 0.7;
  }
} /*max-width:1300px*/
@media screen and (max-width: 1100px) {
  .en_wrapper header .header_wrap {
    zoom: 0.6;
  }
} /*max-width:1100px*/
@media screen and (max-width: 950px) {
  .en_wrapper header .header_wrap {
    zoom: 0.5;
  }
} /*max-width:950px*/
@media screen and (max-width: 767px) {
  /*max-width:950px*/
}
@media screen and (max-width: 767px) and (max-width: 950px) {
  .en_wrapper header .header_wrap {
    zoom: 1;
  }
}
/*max-width:767px*/
@media screen and (min-width: 768px) {
  header.on .header_wrap .header_logo {
    width: 360px;
  }
  header.on .header_wrap .header_content .header_navi li a {
    font-size: 1.5rem;
  }
  header.on .header_wrap .header_content .lang_select {
    height: 30px;
  }
} /*min-width:768px*/
header.on .header_wrap {
  background: #fff;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

header {
  position: relative;
}
header .header_wrap {
  position: fixed;
  top: 0;
  left: 0;
  padding: 25px 50px;
  display: flex;
  transition: all 0.3s;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
  width: 100%;
  background: transparent;
}
header .header_wrap .header_logo {
  transition: all 0.3s;
  width: 419px;
}
header .header_wrap .header_logo a {
  display: block;
}
header .header_wrap .header_content {
  width: 800px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header_wrap .header_content .header_navi {
  width: 630px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header_wrap .header_content .header_navi li a {
  color: #000;
  font-size: 1.7rem;
  line-height: 1.2;
  font-weight: bold;
  padding-left: 30px;
  transition: all 0.3s;
  position: relative;
  text-decoration: none;
}
header .header_wrap .header_content .header_navi li a::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
header .header_wrap .header_content .header_navi li:first-child a::after {
  width: 24px;
  height: 25px;
  background: url(images/nav_icon01.png) no-repeat;
  background-size: contain;
}
header .header_wrap .header_content .header_navi li:nth-child(2) a::after {
  width: 27px;
  height: 27px;
  background: url(images/nav_icon02.png) no-repeat;
  background-size: contain;
}
header .header_wrap .header_content .header_navi li:nth-child(3) a::after {
  width: 23px;
  height: 23px;
  background: url(images/nav_icon03.png) no-repeat;
  background-size: contain;
}
header .header_wrap .header_content .header_navi li:nth-child(4) a::after {
  width: 22px;
  height: 22px;
  background: url(images/nav_icon04.png) no-repeat;
  background-size: contain;
}
header .header_wrap .header_content .lang_select {
  transition: all 0.3s;
  width: 133px;
  height: 34px;
  border-radius: 100px;
  border: 1px solid #000;
  text-align: center;
  font-weight: bold;
  color: #49a6ed;
  font-size: 1.6rem;
  cursor: pointer;
}
header #slider {
  position: relative;
}
header #slider .swiper-slide {
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  overflow: hidden;
}
header #slider .swiper-slide img {
  min-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
header #slider .slider_txt {
  width: 95%;
  margin: -8% auto 0;
  z-index: 10;
  position: relative;
}
header #slider .slider_btn {
  position: fixed;
  bottom: 30px;
  z-index: 10;
  right: 2%;
  width: 10%;
}

@media screen and (max-width: 1350px) {
  header .header_wrap {
    zoom: 0.9;
  }
} /*max-width:1350px*/
@media screen and (max-width: 1250px) {
  header .header_wrap {
    zoom: 0.7;
  }
} /*max-width:1250px*/
@media screen and (max-width: 950px) {
  header .header_wrap {
    zoom: 0.5;
  }
} /*max-width:950px*/
@media screen and (max-width: 767px) {
  header .header_wrap {
    position: fixed;
    zoom: 1;
    padding: 0;
    height: 52px;
  }
  header .header_wrap .header_logo {
    width: 50%;
    z-index: 10;
    position: fixed;
    left: 20px;
    top: 20px;
  }
  header .header_wrap .header_content {
    width: 100%;
  }
  header .header_wrap .header_content .header_navi {
    display: none;
  }
  header .header_wrap .header_content .lang_select {
    position: fixed;
    top: 17px;
    right: 80px;
    width: 70px;
    height: 20px;
    font-size: 1.2rem;
    z-index: 10;
  }
  header #slider {
    padding-bottom: 0;
  }
  header #slider .swiper-slide {
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    overflow: hidden;
  }
  header #slider .swiper-slide img {
    min-height: auto;
    height: 70vh;
  }
  header #slider .slider_txt {
    width: 90%;
    margin-top: -80px;
  }
  header #slider .slider_btn {
    display: none;
  }
} /*max-width:767px*/
/****************************************

spヘッダー・spナビ

*****************************************/
img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  header #g_navi {
    display: none;
  }
  header {
    display: block;
    width: 100%;
  }
  .header_logo_area {
    width: 50%;
    margin: 20px auto;
  }
  #toggle {
    position: fixed;
    right: 30px;
    top: 22px;
    width: 50px;
    height: 45px;
    cursor: pointer;
    z-index: 9999;
    padding: 10px;
  }
  #toggle div {
    position: relative;
  }
  #toggle span {
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    background: #000;
    transition: 0.35s ease-in-out;
  }
  #toggle span:first-child {
    top: 2px;
  }
  #toggle span:nth-child(2) {
    top: 11px;
  }
  #toggle span:nth-child(3) {
    top: 20px;
  }
  .open_navi #toggle {
    position: fixed;
  }
  .open_navi #toggle span:first-of-type {
    transform: translateY(11px) rotate(-315deg);
    top: 0;
  }
  .open_navi #toggle span:nth-of-type(2) {
    opacity: 0;
  }
  .open_navi #toggle span:nth-of-type(3) {
    transform: translateY(-11px) rotate(315deg);
    top: 22px;
  }
  #sp_navi {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    overflow-y: scroll;
    text-align: left;
    background: #fff;
    z-index: 999;
    transform: translateY(-100%);
    transition: 0.7s ease-in-out;
    display: block;
    padding: 100px 20px 180px;
  }
  #sp_navi .navi li a {
    text-decoration: none;
    display: block;
    padding: 12px;
    border-bottom: 1px solid #49a6ed;
    font-weight: bold;
    color: #49a6ed;
    position: relative;
  }
  #sp_navi .navi li a::after {
    position: absolute;
    content: "";
    right: 0;
    width: 7px;
    height: 7px;
    border-top: 2px solid #49a6ed;
    border-right: 2px solid #49a6ed;
    transform: rotate(45deg);
    display: inline-block;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  #sp_navi .navi li:first-child a {
    border-top: 1px solid #49a6ed;
  }
  .open_navi #sp_navi {
    transform: translateY(0);
    transition: 0.7s ease-in-out;
  }
  .open_navi #wrapper {
    transform-origin: left center;
    transition: 0.7s ease-in-out;
  }
  #sp_navi .menu {
    padding-top: 80px;
    text-align: center;
  }
  #sp_navi .menu .menu-item {
    width: 100%;
    text-align: center;
    border-bottom: #fff 1px solid;
    cursor: pointer;
    color: #fff;
    margin: 0 auto;
    font-size: 1.4rem;
    box-sizing: border-box;
  }
  #sp_navi .menu .menu-item-home {
    border-top: #fff 1px solid;
  }
  #sp_navi .menu-item a,
  #sp_navi .menu-item span {
    display: block;
    padding: 15px 0 14px;
  }
  #sp_navi .menu-item a:active,
  #sp_navi .menu-item a:hover,
  #sp_navi .menu-item a:link,
  #sp_navi .menu-item a:visited {
    color: #fff;
    text-decoration: none;
  }
  #sp_navi .sub-menu {
    width: 100%;
    text-align: center;
    display: none;
  }
  #sp_navi .sub-menu li {
    width: 100%;
    text-align: center;
    border-top: #49a6ed 1px solid;
    background-color: rgba(255, 255, 255, 0.9);
    color: #49a6ed;
  }
  #sp_navi .sub-menu li a {
    display: block;
    padding: 11px 0 10px;
    color: #49a6ed !important;
  }
  #sp_navi .sub-menu li a:active,
  #sp_navi .sub-menu li a:hover,
  #sp_navi .sub-menu li a:link,
  #sp_navi .sub-menu li a:visited {
    color: #fff;
    text-decoration: none;
  }
  /*
      #sp_navi .sub-menu li a:hover {
          color: #333;
          background: none;
      }
  */
  #sp_navi .menu-item-has-children {
    position: relative;
  }
  #sp_navi .menu-item-has-children:before {
    content: "";
    width: 14px;
    height: 14px;
    border: 0;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    transform: rotate(135deg);
    transition: 0.2s ease-in-out;
    position: absolute;
    top: 14px;
    right: 20px;
  }
  #sp_navi .menu-item-has-children.menu_open:before {
    transform: rotate(-45deg);
    transition: 0.2s ease-in-out;
    top: 22px;
  }
}
#sp_navi .sp_navi_tel {
  text-align: center;
  margin-top: 50px;
}
#sp_navi .sp_navi_tel a {
  display: inline-block;
  font-size: 3.2rem;
  color: #fff;
  letter-spacing: 0.05em;
  position: relative;
  text-decoration: none;
  padding-left: 30px;
}
#sp_navi .sp_navi_tel a::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 26px;
  background: url(../images/sp_tel.svg) no-repeat;
  background-size: contain;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

@media screen and (max-width: 767px) {
  #toggle {
    right: 5px;
    top: 5px;
  }
} /*max-width:767px*/
/****************************************

pc用 横ナビ

*****************************************/
@media print, screen and (min-width: 768px) {
  #sp_navi,
  #toggle {
    display: none;
  }
}
#g_navi .menu:after {
  clear: both;
}

#g_navi .menu li {
  position: relative;
}

#g_navi .menu li ul {
  list-style: none;
  position: absolute;
  z-index: 9999;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  padding-top: 15px;
}

#g_navi ul li img {
  width: 100%;
  height: auto;
}

#menu-pc_navi li a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #333333;
  font-size: 1.5rem;
}

#menu-pc_navi li a:hover {
  opacity: 0.7;
}

#g_navi .menu li a:hover {
  opacity: 0.7;
}

#g_navi .menu li ul {
  list-style: none;
  position: absolute;
  z-index: 9999;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  flex-direction: column;
}

#g_navi .menu li ul li a {
  width: 180px;
  padding: 13px 2px;
  border-top: 1px solid #fff;
  font-size: 1.4rem;
  line-height: 1.5;
  background: #49a6ed;
  color: #fff;
  text-align: center;
  opacity: 0.95;
  filter: alpha(opacity=95);
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
}

#g_navi .menu li ul li a:hover {
  background: #fff;
  color: #49a6ed;
  transition: 0.2s linear;
}

#g_navi .menu li:hover ul {
  visibility: visible;
  opacity: 0.95;
}

#g_navi .menu li:hover ul li a {
  visibility: visible;
  opacity: 1;
}

/****************************************

ティーザー

*****************************************/
/* TOPキービジュアル */
@media screen and (max-width: 767px) {
  .contactform p {
    display: none;
  }
}
/* 下層キービジュアル*/
#teaser {
  width: 100%;
}

/****************************************

content 共通設定

*****************************************/
#contents {
  width: 100%;
  margin: 0 auto;
}

main#top_main {
  width: 100%;
}

.breadcrumb_area {
  width: 100%;
  margin: 0 auto 80px;
  text-align: left;
}

.breadcrumb {
  max-width: 1140px;
  margin: 0 auto;
  padding: 10px 20px;
  text-align: left;
}

.breadcrumb p {
  color: #333333;
  font-size: 1.4rem;
}

.breadcrumb p a:link,
.breadcrumb p a:visited {
  color: #463a39;
  text-decoration: none;
}

.breadcrumb p a:hover,
.breadcrumb p a:active {
  opacity: 0.7;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .breadcrumb_area {
    margin: 0 auto 60px;
  }
  .breadcrumb p {
    line-height: 1.2;
    font-size: 1.1rem;
  }
} /*max-width:767px*/
/* ===================================================
ボタン
=======================================================*/
.btn_box01 a {
  display: block;
  width: 260px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  line-height: 55px;
  background: #49a6ed;
  font-size: 1.6rem;
  position: relative;
  position: relative;
  border: 1px solid #49a6ed;
  margin: 30px 0 0 auto;
}
.btn_box01 a::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 1px;
  background: #fff;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transition: all 0.3s;
}
.btn_box01 a:hover {
  opacity: 1;
  color: #49a6ed;
  background: #fff;
}
.btn_box01 a:hover::after {
  background: #49a6ed;
}

@media screen and (max-width: 767px) {
  .btn_box01 a {
    margin: 20px auto 0;
  }
} /*max-width:767px*/
/****************************************

contentトップ用

*****************************************/
.btn a {
  display: block;
  width: 100%;
  text-decoration: none;
  text-align: center;
  color: #fff;
  line-height: 50px;
  background: #49a6ed;
  font-size: clamp(1.4rem, 1.6vw, 2rem);
  letter-spacing: 0.05em;
  font-style: italic;
  font-weight: bold;
  border-radius: 100px;
  position: relative;
}
.btn a::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 9px;
  background: url(images/btn_icon.svg) no-repeat;
  background-size: contain;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

@media screen and (max-width: 767px) {
  .btn a {
    line-height: 45px;
    font-size: clamp(1.2rem, 2.8vw, 1.4rem);
  }
  .btn a::after {
    right: 10px;
  }
} /*max-width:767px*/
/*movie_box01 */
.movie_box01 {
  padding: 0 20px 120px;
}
.movie_box01 .inner {
  position: relative;
}
.movie_box01 .inner .human01 {
  width: 105%;
  position: absolute;
  left: -3%;
  top: 20px;
  z-index: -1;
}
.movie_box01 .inner .movie {
  max-width: 730px;
  margin: 0 auto;
  border-radius: 15px;
  overflow: hidden;
  line-height: 0.9;
}
.movie_box01 .inner .movie video {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .movie_box01 {
    padding: 60px 20px 0;
  }
  .movie_box01 .inner .human01 {
    position: absolute;
    width: 20%;
    right: 0;
    left: auto;
    top: 10px;
  }
  .movie_box01 .inner .human02 {
    position: absolute;
    width: 20%;
    right: 0;
    bottom: -100px;
    z-index: -1;
  }
} /*max-width:767px*/
/*1カラム*/
.top_box01.en_top_box01 .inner .top_box01_wrap .top_box01_content:first-of-type .btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 12px 0;
  height: 50px;
  line-height: 1;
}
.top_box01.en_top_box01 .inner .top_box01_wrap .top_box01_content:nth-of-type(2) .btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 12px 0;
  height: 50px;
  line-height: 1;
}
.top_box01.en_top_box01 .btn a {
  font-size: clamp(1rem, 1.2vw, 1.4rem);
}
.top_box01.en_top_box01 .btn a::after {
  right: 10px;
}

@media screen and (max-width: 767px) {
  .top_box01.en_top_box01 .inner .top_box01_wrap .top_box01_content:first-of-type .btn a {
    height: 45px;
  }
  .top_box01.en_top_box01 .inner .top_box01_wrap .top_box01_content:nth-of-type(2) .btn a {
    height: 45px;
  }
  .top_box01.en_top_box01 .btn a {
    font-size: clamp(0.8rem, 2.5vw, 1.4rem);
    padding-right: 10px;
  }
  .top_box01.en_top_box01 .btn a::after {
    right: 10px;
  }
} /*max-width:767px*/
.top_box01 {
  padding: 0 20px 100px;
}
.top_box01 .inner {
  position: relative;
}
.top_box01 .inner .human01 {
  position: absolute;
  width: 36px;
  z-index: -1;
  top: 50px;
  left: 27%;
}
.top_box01 .inner .human02 {
  position: absolute;
  width: 157px;
  z-index: -1;
  top: 0;
  right: 0;
}
.top_box01 .inner .human03 {
  position: absolute;
  width: 70px;
  z-index: -1;
  bottom: -100px;
  right: 0;
}
.top_box01 .inner .top_box01_wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 2%;
}
.top_box01 .inner .top_box01_wrap .top_box01_content figure {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .top_box01 {
    padding: 60px 20px;
  }
  .top_box01 .inner .human01 {
    display: none;
  }
  .top_box01 .inner .human02 {
    display: none;
  }
  .top_box01 .inner .human03 {
    display: none;
  }
  .top_box01 .inner .top_box01_wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 2%;
  }
  .top_box01 .inner .top_box01_wrap .top_box01_content figure {
    border-radius: 20px;
    margin-bottom: 10px;
  }
} /*max-width:767px*/
/*2カラム*/
.top_box02 {
  padding: 100px 20px 60px;
  margin-top: -100px;
}
.top_box02 .inner {
  position: relative;
}
.top_box02 .inner .human01 {
  position: absolute;
  width: 224px;
  z-index: -1;
  top: -30px;
  left: 33%;
}
.top_box02 .inner .top_box02_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 2%;
}
.top_box02 .inner .top_box02_wrap .top_box02_content {
  border-radius: 20px;
  overflow: hidden;
  background: #fbf6ec;
}
.top_box02 .inner .top_box02_wrap .top_box02_content .top_box02_txt_area {
  padding: 20px;
}
.top_box02 .inner .top_box02_wrap .top_box02_content .top_box02_txt_area .tit {
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 600;
  font-size: clamp(1.6rem, 1.5vw, 1.8rem);
}

@media screen and (max-width: 767px) {
  .top_box02 {
    padding: 100px 20px 30px;
  }
  .top_box02 .inner .human01 {
    display: none;
  }
  .top_box02 .inner .top_box02_wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px 0;
  }
} /*max-width:767px*/
/*3カラム*/
.top_box03 {
  padding: 0 20px 50px;
}
.top_box03 .top_box03_tit {
  text-align: center;
  margin-bottom: 30px;
}
.top_box03 .top_box03_tit .tit_wrap {
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.5;
  font-size: clamp(2rem, 2vw, 2.4rem);
  font-style: italic;
}
.top_box03 .top_box03_tit .tit_wrap .small {
  font-weight: 500;
  font-size: clamp(1.6rem, 1.6vw, 2rem);
}
.top_box03 .top_box03_tit .tit_wrap .yallow {
  display: inline-block;
  background: linear-gradient(180deg, transparent 0%, transparent 80%, #ffdd31 80%, #ffdd31 100%);
}
.top_box03 .top_box03_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 2%;
}

@media screen and (max-width: 767px) {
  .top_box03 {
    padding: 0 20px 30px;
  }
  .top_box03 .top_box03_tit .tit_wrap {
    font-size: clamp(1.8rem, 4vw, 2.2rem);
  }
  .top_box03 .top_box03_tit .tit_wrap .small {
    font-size: clamp(1.4rem, 3vw, 1.8rem);
  }
  .top_box03 .top_box03_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px 0;
  }
  .top_box03 .top_box03_list li {
    max-width: 350px;
    margin: 0 auto;
  }
} /*max-width:767px*/
/*4カラム*/
.top_box04 {
  padding: 260px 20px 60px;
  position: relative;
}
.top_box04::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #fbf6ec;
  left: 0;
  top: 0;
  z-index: -2;
}
.top_box04::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 262px;
  background: url(images/wave01.png) center center no-repeat;
  background-size: cover;
  left: 0;
  top: 0;
  z-index: -1;
}
.top_box04 .inner {
  position: relative;
}
.top_box04 .inner .human01 {
  position: absolute;
  width: 85px;
  z-index: -1;
  top: -80px;
  left: -50px;
}
.top_box04 .inner .human03 {
  position: absolute;
  width: 29px;
  z-index: -1;
  top: 40px;
  left: 28%;
}
.top_box04 .inner .human02 {
  position: absolute;
  width: 124px;
  z-index: -1;
  top: -30px;
  right: 0;
}
.top_box04 .inner .human04 {
  position: absolute;
  width: 525px;
  z-index: -1;
  bottom: -50px;
  right: 0;
}
.top_box04 .inner .top_box04_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 2%;
}
.top_box04 .inner .top_box04_wrap .top_box04_content {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}
.top_box04 .inner .top_box04_wrap .top_box04_content .tit {
  text-align: center;
  padding: 15px 10px;
  background: #49a6ed;
  color: #fff;
  font-weight: bold;
  font-size: clamp(1.6rem, 1.4vw, 1.8rem);
  line-height: 1.2;
  letter-spacing: 0.03em;
}
.top_box04 .inner .top_box04_wrap .top_box04_content .txt_area {
  padding: 20px 20px 30px;
}
.top_box04 .inner .top_box04_wrap .top_box04_content .txt_area .txt {
  margin-bottom: 15px;
}
.top_box04 .inner .top_box04_wrap .top_box04_content .txt_area .pic {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 2%;
}

@media screen and (max-width: 767px) {
  .top_box04 {
    padding: 100px 20px 60px;
  }
  .top_box04::before {
    width: 100%;
    height: 80px;
    background: url(images/wave01.png) center center no-repeat;
    background-size: cover;
  }
  .top_box04 .inner .human01 {
    position: absolute;
    width: 80%;
    max-width: 400px;
    z-index: -1;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
  }
  .top_box04 .inner .top_box04_wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px 0;
  }
  .top_box04 .inner .top_box04_wrap .top_box04_content {
    border-radius: 10px;
  }
  .top_box04 .inner .top_box04_wrap .top_box04_content .tit {
    font-size: clamp(1.4rem, 3vw, 1.8rem);
  }
  .top_box04 .inner .top_box04_wrap .top_box04_content .txt_area {
    padding: 10px 10px 20px;
  }
  .top_box04 .inner .top_box04_wrap .top_box04_content .txt_area .txt {
    margin-bottom: 10px;
  }
  .top_box04 .inner .top_box04_wrap .top_box04_content .txt_area .pic {
    gap: 0 10px;
  }
} /*max-width:767px*/
/*5カラム*/
.top_box05 {
  padding: 0 20px 50px;
  position: relative;
}
.top_box05::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #fbf6ec;
  left: 0;
  top: 0;
  z-index: -2;
}
.top_box05 .inner {
  border-radius: 20px;
  background: #fff;
  padding: 50px 10px;
}
.top_box05 .inner .top_box05_tit {
  text-align: center;
  font-weight: bold;
  font-size: clamp(2.4rem, 2.4vw, 3rem);
  margin-bottom: 70px;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.top_box05 .inner .top_box05_tit span {
  font-weight: 500;
  font-size: clamp(2rem, 2vw, 2.5rem);
}
.top_box05 .inner .top_box05_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.top_box05 .inner .top_box05_wrap .top_box05_content {
  padding: 0 7%;
}
.top_box05 .inner .top_box05_wrap .top_box05_content:nth-of-type(2) {
  border-left: 1px solid #666;
  border-right: 1px solid #666;
}
.top_box05 .inner .top_box05_wrap .top_box05_content .tit {
  padding: 10px;
  border: 1px solid #666;
  border-radius: 50px;
  text-align: center;
  position: relative;
  font-size: clamp(1.2rem, 1.3vw, 1.7rem);
  margin-bottom: 20px;
}
.top_box05 .inner .top_box05_wrap .top_box05_content .tit .num {
  position: absolute;
  font-family: "EB Garamond", serif;
  color: #49a6ed;
  display: block;
  left: -20px;
  top: -30px;
  line-height: 1;
  font-style: italic;
  font-size: 6rem;
}
.top_box05 .inner .top_box05_wrap .top_box05_content figure {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}
.top_box05 .inner .top_box05_wrap .top_box05_content .txt {
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .top_box05 {
    padding: 0 20px 30px;
  }
  .top_box05 .inner {
    border-radius: 20px;
    background: #fff;
    padding: 50px 20px;
    position: relative;
  }
  .top_box05 .inner .human01 {
    position: absolute;
    width: 10%;
    max-width: 56px;
    z-index: -1;
    top: -35px;
    left: 30px;
  }
  .top_box05 .inner .human02 {
    position: absolute;
    width: 30%;
    max-width: 180px;
    z-index: -1;
    top: -35px;
    right: 10px;
  }
  .top_box05 .inner .top_box05_tit {
    font-size: clamp(2rem, 5vw, 2.6rem);
    margin-bottom: 50px;
  }
  .top_box05 .inner .top_box05_tit span {
    font-size: clamp(1.6rem, 4vw, 2rem);
  }
  .top_box05 .inner .top_box05_wrap {
    grid-template-columns: repeat(1, 1fr);
  }
  .top_box05 .inner .top_box05_wrap .top_box05_content {
    padding: 0 0 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #666;
  }
  .top_box05 .inner .top_box05_wrap .top_box05_content:nth-of-type(2) {
    border-left: none;
    border-right: none;
  }
  .top_box05 .inner .top_box05_wrap .top_box05_content:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .top_box05 .inner .top_box05_wrap .top_box05_content .tit {
    font-size: clamp(1.6rem, 4vw, 2rem);
    margin-bottom: 15px;
  }
  .top_box05 .inner .top_box05_wrap .top_box05_content .tit .num {
    left: -15px;
    top: -20px;
    font-size: 5rem;
  }
  .top_box05 .inner .top_box05_wrap .top_box05_content figure {
    border-radius: 10px;
    margin-bottom: 15px;
  }
} /*max-width:767px*/
/*6カラム*/
.top_box06 {
  padding: 260px 20px 120px;
  position: relative;
}
.top_box06::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #5caeed;
  left: 0;
  top: 0;
  z-index: -2;
}
.top_box06::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 262px;
  background: url(images/wave02.png) center center no-repeat;
  background-size: cover;
  left: 0;
  top: 0;
  z-index: -1;
}
.top_box06 .inner {
  position: relative;
}
.top_box06 .inner .human02 {
  position: absolute;
  width: 108px;
  z-index: -1;
  top: 100px;
  left: -100px;
}
.top_box06 .inner .human01 {
  position: absolute;
  width: 141px;
  z-index: -1;
  top: -190px;
  right: 0;
}
.top_box06 .inner .subhead01 {
  color: #fff;
}
.top_box06 .inner .top_box06_wrap {
  padding: 0 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 2%;
}
.top_box06 .inner .top_box06_wrap .top_box06_content {
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
}
.top_box06 .inner .top_box06_wrap .top_box06_content .coutry_area {
  padding: 5px 20px;
  background: #fbf6ec;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top_box06 .inner .top_box06_wrap .top_box06_content .coutry_area .coutry {
  width: 38px;
}
.top_box06 .inner .top_box06_wrap .top_box06_content .coutry_area .sns {
  width: 33px;
}
.top_box06 .inner .top_box06_wrap .top_box06_content .sns_info {
  padding: 20px;
  display: grid;
  grid-template-columns: 47px auto;
  align-items: center;
  gap: 0 4%;
}
.top_box06 .inner .top_box06_wrap .top_box06_content .sns_info .icon {
  overflow: hidden;
  border-radius: 50%;
}
.top_box06 .inner .top_box06_wrap .top_box06_content .sns_info .txt_area .xtt01 {
  font-size: clamp(1.4rem, 1.3vw, 1.6rem);
  line-height: 1.2;
}
.top_box06 .inner .top_box06_wrap .top_box06_content .sns_info .txt_area .txt02 {
  font-size: clamp(1.4rem, 1.3vw, 1.5rem);
  line-height: 1.2;
}
.top_box06 .inner .top_box06_wrap .top_box06_content .iframe {
  line-height: 0.9;
}
.top_box06 .inner .top_box06_wrap .top_box06_content .iframe iframe {
  height: 325px;
}
.top_box06 .inner .top_box06_wrap .top_box06_content .iframe img {
  height: 325px;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_box06 .inner .top_box06_wrap .top_box06_content .iframe_a iframe {
  height: 325px;
}
.top_box06 .inner .top_box06_wrap .top_box06_content .iframe_a img {
  height: 325px;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_box06 .inner .top_box06_wrap .top_box06_content.youtube .coutry_area {
  padding: 12px 20px;
}

@media screen and (max-width: 767px) {
  .top_box06 {
    padding: 120px 20px 60px;
  }
  .top_box06::before {
    width: 100%;
    height: 80px;
    background: url(images/wave02.png) center center no-repeat;
    background-size: cover;
  }
  .top_box06 .inner .human02 {
    width: 25%;
    max-width: 100px;
    top: -150px;
    left: -50px;
  }
  .top_box06 .inner .human01 {
    width: 33%;
    max-width: 200px;
    top: -140px;
    right: -20px;
  }
  .top_box06 .inner .top_box06_wrap {
    padding: 0;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px 0;
  }
  .top_box06 .inner .top_box06_wrap .top_box06_content {
    border-radius: 10px;
  }
  .top_box06 .inner .top_box06_wrap .top_box06_content .coutry_area .coutry {
    width: 30px;
  }
  .top_box06 .inner .top_box06_wrap .top_box06_content .coutry_area .sns {
    width: 28px;
  }
  .top_box06 .inner .top_box06_wrap .top_box06_content .sns_info {
    padding: 10px 20px;
    grid-template-columns: 40px auto;
  }
  .top_box06 .inner .top_box06_wrap .top_box06_content .iframe iframe {
    height: 280px;
  }
  .top_box06 .inner .top_box06_wrap .top_box06_content .iframe iframe img {
    height: 280px;
  }
  .top_box06 .inner .top_box06_wrap .top_box06_content .iframe_a iframe {
    height: 280px;
  }
  .top_box06 .inner .top_box06_wrap .top_box06_content .iframe_a iframe img {
    height: 280px;
  }
  .top_box06 .inner .top_box06_wrap .top_box06_content.youtube .coutry_area {
    padding: 10px 20px;
  }
} /*max-width:767px*/
/*7カラム*/
.top_box07 {
  padding: 100px 20px 200px;
  background: url(images/yellow_bg01.png) top center no-repeat;
  background-size: cover;
}
.top_box07 .inner {
  position: relative;
  z-index: 1;
}
.top_box07 .inner .human02 {
  position: absolute;
  width: 43px;
  z-index: -1;
  top: 40px;
  left: 58%;
}
.top_box07 .inner .human01 {
  position: absolute;
  width: 96px;
  z-index: -1;
  top: -20px;
  right: 0;
}
.top_box07 .inner .human03 {
  position: absolute;
  width: 83px;
  z-index: -1;
  bottom: -50px;
  left: -80px;
}
.top_box07 .inner .top_box07_wrap {
  padding-bottom: 80px;
  position: relative;
}
.top_box07 .inner .top_box07_wrap .forminator-ui {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 2%;
}
.top_box07 .inner .top_box07_wrap .forminator-ui .forminator-response-message {
  position: absolute;
  bottom: -160px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.top_box07 .inner .top_box07_wrap .forminator-ui .forminator-row {
  border-radius: 15px;
  background: #fff;
  padding: 30px 25px;
  margin: 0 !important;
}
.top_box07 .inner .top_box07_wrap .forminator-ui .forminator-row .mb_auto .forminator-label {
  margin: 1em 0 2em;
}
.top_box07 .inner .top_box07_wrap .forminator-ui .forminator-row .forminator-label {
  margin-bottom: 30px;
  color: #49a6ed;
  font-weight: bold !important;
  font-size: clamp(1.8rem, 1.6vw, 2.2rem) !important;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding-left: 90px;
}
.top_box07 .inner .top_box07_wrap .forminator-ui .forminator-row .forminator-label::after {
  position: absolute;
  line-height: 1;
  font-style: italic;
  left: 0;
  font-weight: 500;
  top: 50%;
  transform: translateY(-50%);
  color: #49a6ed;
  font-family: "EB Garamond", serif;
  font-size: 5rem;
}
.top_box07 .inner .top_box07_wrap .forminator-ui .forminator-row .forminator-radio {
  display: block;
  border-radius: 7px;
  background: #e7f3fc;
  border: 2px solid #e7f3fc;
  box-sizing: border-box;
  margin: 0 0 10px 0 !important;
}
.top_box07 .inner .top_box07_wrap .forminator-ui .forminator-row .forminator-radio.forminator-is_checked {
  background: #ffecd0;
  border: 2px solid #ff492a;
}
.top_box07 .inner .top_box07_wrap .forminator-ui .forminator-row .forminator-radio.forminator-is_checked .forminator-radio-bullet {
  border: 2px solid #ff492a !important;
}
.top_box07 .inner .top_box07_wrap .forminator-ui .forminator-row .forminator-radio:last-of-type {
  margin-bottom: 0 !important;
}
.top_box07 .inner .top_box07_wrap .forminator-ui .forminator-row .forminator-radio .forminator-radio-bullet {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  border: 2px solid #49a6ed !important;
  background-color: #fff !important;
  border-radius: 4px;
  width: 25px;
  height: 25px;
}
.top_box07 .inner .top_box07_wrap .forminator-ui .forminator-row .forminator-radio .forminator-radio-bullet::before {
  position: absolute;
  content: "";
  width: 35px;
  background-color: transparent !important;
  height: 30px;
  background: url(images/check.png) no-repeat;
  background-size: contain;
  left: -2px;
  bottom: 2px;
  top: auto;
  transform: translate(0, 0);
  margin: auto;
}
.top_box07 .inner .top_box07_wrap .forminator-ui .forminator-row .forminator-radio .forminator-radio-label {
  padding: 25px 20px 25px 50px;
  margin-left: 0;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2;
}
.top_box07 .inner .top_box07_wrap .forminator-ui .forminator-row.forminator-row-last {
  border-radius: 0;
  background: none;
  padding: 0;
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}
.top_box07 .inner .top_box07_wrap .forminator-ui #radio-1 .forminator-label::after {
  content: "Q1";
}
.top_box07 .inner .top_box07_wrap .forminator-ui #radio-2 .forminator-label::after {
  content: "Q2";
}
.top_box07 .inner .top_box07_wrap .forminator-ui #radio-3 .forminator-label::after {
  content: "Q3";
}
.top_box07 .inner .top_box07_wrap .forminator-ui #radio-4 .forminator-label::after {
  content: "Q4";
}
.top_box07 .inner .top_box07_wrap .forminator-ui #radio-5 .forminator-label::after {
  content: "Q5";
}
.top_box07 .inner .top_box07_wrap .forminator-ui #radio-6 .forminator-label::after {
  content: "Q5";
}

.en_top_box07.top_box07 .top_box07_wrap .forminator-label {
  letter-spacing: 0;
}

.form_btn {
  width: 332px !important;
  line-height: 72px !important;
  border-radius: 100px !important;
  margin: 0 auto !important;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25) !important;
  background: url(images/btn_bg.png) top center no-repeat !important;
  background-size: cover !important;
  padding: 0 !important;
  color: #fff;
  font-size: 2.2rem !important;
  font-weight: 600;
}
.form_btn:hover {
  opacity: 0.8;
}

.forminator-required {
  display: none;
}

@media screen and (max-width: 767px) {
  .top_box07 {
    padding: 60px 20px 180px;
  }
  .top_box07 .inner .human02 {
    width: 10%;
    max-width: 67px;
    top: -80px;
    left: auto;
    right: 40px;
  }
  .top_box07 .inner .human01 {
    width: 20%;
    max-width: 156px;
    top: 30px;
  }
  .top_box07 .inner .human03 {
    width: 8%;
    max-width: 54px;
    bottom: -100px;
    left: 0;
  }
  .top_box07 .inner .human04 {
    position: absolute;
    width: 5%;
    max-width: 36px;
    z-index: -1;
    bottom: -50px;
    right: 0;
  }
  .top_box07 .inner .top_box07_wrap {
    padding-bottom: 30px;
  }
  .top_box07 .inner .top_box07_wrap .forminator-ui {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px 0;
  }
  .top_box07 .inner .top_box07_wrap .forminator-ui .forminator-response-message {
    bottom: -80px;
  }
  .top_box07 .inner .top_box07_wrap .forminator-ui .forminator-row {
    border-radius: 10px;
    padding: 20px 20px;
  }
  .top_box07 .inner .top_box07_wrap .forminator-ui .forminator-row .mb_auto .forminator-label {
    margin: 0 0 20px 0;
  }
  .top_box07 .inner .top_box07_wrap .forminator-ui .forminator-row .forminator-label {
    margin-bottom: 10px;
    font-size: clamp(1.8rem, 4vw, 2rem) !important;
    padding-left: 40px;
  }
  .top_box07 .inner .top_box07_wrap .forminator-ui .forminator-row .forminator-label::after {
    font-size: 2.8rem;
  }
  .top_box07 .inner .top_box07_wrap .forminator-ui .forminator-row .forminator-radio {
    border-radius: 5px;
    margin: 0 0 5px 0 !important;
  }
  .top_box07 .inner .top_box07_wrap .forminator-ui .forminator-row .forminator-radio .forminator-radio-bullet {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    border: 2px solid #49a6ed !important;
    background-color: #fff !important;
    border-radius: 4px;
    width: 25px;
    height: 25px;
  }
  .top_box07 .inner .top_box07_wrap .forminator-ui .forminator-row .forminator-radio .forminator-radio-bullet::before {
    position: absolute;
    content: "";
    width: 35px;
    background-color: transparent !important;
    height: 30px;
    background: url(images/check.png) no-repeat;
    background-size: contain;
    left: -2px;
    bottom: 2px;
    top: auto;
    transform: translate(0, 0);
    margin: auto;
  }
  .top_box07 .inner .top_box07_wrap .forminator-ui .forminator-row .forminator-radio .forminator-radio-label {
    padding: 10px 10px 10px 50px;
    font-size: 1.6rem;
  }
  .top_box07 .inner .top_box07_wrap .forminator-ui .forminator-row.forminator-row-last {
    bottom: -60px;
  }
} /*max-width:767px*/
@media screen and (max-width: 767px) {
  .form_btn {
    width: 260px !important;
    line-height: 55px !important;
    font-size: 1.8rem !important;
  }
} /*max-width:767px*/
/****************************************

answer

*****************************************/
.under_main {
  background: url(images/yellow_bg02.png) top center no-repeat;
  background-size: cover;
  padding: 200px 0;
}

@media screen and (max-width: 767px) {
  .under_main {
    padding: 100px 0;
  }
} /*max-width:767px*/
.answer_box01 {
  padding: 0 20px;
  margin-bottom: 100px;
}
.answer_box01 .wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 2%;
}
.answer_box01 .wrap .content {
  border-radius: 15px;
  background: #fff;
  padding: 30px 25px;
}
.answer_box01 .wrap .content dl {
  display: grid;
  grid-template-columns: 61px auto;
  gap: 0 20px;
  align-items: center;
}
.answer_box01 .wrap .content dl dt {
  font-family: "EB Garamond", serif;
  font-weight: 500;
  font-style: italic;
  line-height: 1;
  font-size: 5rem;
}
.answer_box01 .wrap .content .question {
  margin-bottom: 30px;
  color: #49a6ed;
}
.answer_box01 .wrap .content .question dd {
  font-weight: bold;
  font-size: clamp(1.8rem, 1.6vw, 2.2rem);
  line-height: 1.5;
}
.answer_box01 .wrap .content .answer {
  padding: 15px 20px 15px 0;
  background: rgba(255, 191, 97, 0.3);
  border: 2px solid #ff492a;
  border-radius: 7px;
}
.answer_box01 .wrap .content .answer dt {
  padding-left: 20px;
  color: #ff492a;
}
.answer_box01 .wrap .content .answer dd {
  font-weight: 500;
  font-size: clamp(1.6rem, 1.4vw, 1.8rem);
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .answer_box01 {
    margin-bottom: 60px;
  }
  .answer_box01 .wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px 0;
  }
  .answer_box01 .wrap .content {
    border-radius: 10px;
    padding: 30px 10px 20px;
  }
  .answer_box01 .wrap .content dl {
    grid-template-columns: 35px auto;
  }
  .answer_box01 .wrap .content dl dt {
    font-size: 2.8rem;
  }
  .answer_box01 .wrap .content .question {
    margin-bottom: 20px;
  }
  .answer_box01 .wrap .content .question dd {
    font-size: clamp(1.8rem, 4vw, 2rem);
  }
  .answer_box01 .wrap .content .answer {
    padding: 10px 10px 10px 0;
  }
  .answer_box01 .wrap .content .answer dt {
    padding-left: 10px;
  }
  .answer_box01 .wrap .content .answer dd {
    font-size: clamp(1.4rem, 3vw, 1.6rem);
  }
} /*max-width:767px*/
.answer_box02 {
  padding: 0 20px;
}
.answer_box02 .inner {
  background: #fff;
  border-radius: 15px;
  padding: 60px 0 160px;
}
.answer_box02 .inner .tit {
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
  font-style: italic;
  line-height: 1.2;
  font-size: clamp(2.6rem, 3vw, 4rem);
}
.answer_box02 .inner .tit span {
  display: inline-block;
  background: linear-gradient(180deg, transparent 0%, transparent 80%, #ffdd31 80%, #ffdd31 100%);
}
.answer_box02 .inner .answer_box02_txt {
  text-align: center;
  margin-bottom: 40px;
  font-weight: 500;
  font-size: clamp(1.6rem, 1.6vw, 2rem);
  color: #4b5563;
}
.answer_box02 .inner .forminator-ui {
  padding: 30px 5% 80px !important;
  position: relative;
  background: #fbf6ec;
}
.answer_box02 .inner .forminator-ui .forminator-response-message {
  position: absolute;
  bottom: -220px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.answer_box02 .inner .forminator-ui .forminator-row {
  margin: 0 0 50px !important;
}
.answer_box02 .inner .forminator-ui .forminator-row .forminator-label {
  margin-bottom: 20px;
  color: #49a6ed;
  font-weight: bold !important;
  font-size: clamp(1.8rem, 1.6vw, 2.2rem) !important;
  line-height: 1.5;
}
.answer_box02 .inner .forminator-ui .forminator-row:nth-of-type(4) {
  margin-bottom: 0 !important;
}
.answer_box02 .inner .forminator-ui .forminator-row .radio-options-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  align-items: center;
}
.answer_box02 .inner .forminator-ui .forminator-row .forminator-radio {
  display: block;
  border-radius: 7px;
  background: #fff;
  border: 2px solid #ccc;
  box-sizing: border-box;
  margin: 0 !important;
}
.answer_box02 .inner .forminator-ui .forminator-row .forminator-radio.forminator-is_checked {
  background: #ffecd0;
  border: 2px solid #ff492a;
}
.answer_box02 .inner .forminator-ui .forminator-row .forminator-radio.forminator-is_checked .forminator-radio-bullet {
  border: 2px solid #ff492a !important;
}
.answer_box02 .inner .forminator-ui .forminator-row .forminator-radio .forminator-radio-bullet {
  display: none;
}
.answer_box02 .inner .forminator-ui .forminator-row .forminator-radio .forminator-radio-label {
  font-size: clamp(1.4rem, 1.5vw, 1.8rem);
  text-align: center;
  padding: 20px 0;
  font-weight: 500;
  margin: 0 !important;
  line-height: 1.2;
}
.answer_box02 .inner .forminator-ui .forminator-row .forminator-radio .forminator-radio-label span {
  font-size: clamp(1.2rem, 1.3vw, 1.6rem);
  letter-spacing: 0;
}
.answer_box02 .inner .forminator-ui .forminator-row #forminator-field-radio-1-label-2 .forminator-radio-label {
  padding: 11.5px 0;
}
.answer_box02 .inner .forminator-ui .forminator-row.forminator-row-last {
  border-radius: 0;
  background: none;
  padding: 0;
  position: absolute;
  bottom: -160px;
  left: 50%;
  transform: translateX(-50%);
}
.answer_box02 .inner .forminator-ui .en_q #forminator-field-radio-1-label-4 .forminator-radio-label {
  padding: 11.5px 0 !important;
}

@media screen and (max-width: 767px) {
  .answer_box02 .inner {
    border-radius: 10px;
    padding: 50px 0 120px;
  }
  .answer_box02 .inner .tit {
    margin-bottom: 20px;
    font-size: clamp(2.6rem, 6vw, 3.2rem);
  }
  .answer_box02 .inner .answer_box02_txt {
    margin-bottom: 30px;
    font-size: 1.4rem;
  }
  .answer_box02 .inner .forminator-ui {
    padding: 30px 20px 50px !important;
  }
  .answer_box02 .inner .forminator-ui .forminator-response-message {
    bottom: -160px;
  }
  .answer_box02 .inner .forminator-ui .forminator-row .forminator-label {
    margin-bottom: 15px;
    text-align: center;
    font-size: clamp(1.6rem, 4vw, 2rem) !important;
  }
  .answer_box02 .inner .forminator-ui .forminator-row .radio-options-wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  .answer_box02 .inner .forminator-ui .forminator-row.forminator-row-last {
    bottom: -130px;
  }
} /*max-width:767px*/
/****************************************

送信完了

*****************************************/
.thanks_box01 {
  padding: 0 20px;
}
.thanks_box01 .inner {
  padding: 160px 20px;
  background: #fff;
  border-radius: 20px;
  text-align: center;
}
.thanks_box01 .inner p {
  font-size: 2rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .thanks_box01 .inner {
    padding: 80px 20px;
    border-radius: 10px;
    text-align: justify;
  }
  .thanks_box01 .inner p {
    font-size: 1.6rem;
  }
} /*max-width:767px*/
/****************************************

content下層用

*****************************************/
/* 全ページ共通　フレックスボックス*/
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

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

.txt480 {
  width: 480px;
}

.txt500 {
  width: 500px;
}

.txt510 {
  width: 510px;
}

.txt530 {
  width: 530px;
}

.txt560 {
  width: 560px;
}

.txt600 {
  width: 600px;
}

.txt640 {
  width: 640px;
}

@media screen and (max-width: 767px) {
  .flex,
  .flex_r,
  .flex_n,
  .flex_c {
    flex-direction: column;
  }
}
/****************************************

投稿　pager設定

*****************************************/
.pager {
  clear: both;
  text-align: center;
  padding: 20px 0;
}

a.page-numbers,
.pager .current {
  background: rgba(0, 0, 0, 0.02);
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 5px 8px;
  margin: 0 2px;
  font-size: 1.4rem;
}

.pager .current {
  background: rgb(0, 0, 0);
  border: solid 1px rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

@media screen and (max-width: Fmediapx) {
  .pager {
    padding: 30px 0;
  }
}
/****************************************

sp_footer

*****************************************/
@media screen and (max-width: 767px) {
  #pc_footer {
    display: none;
  }
  .sp_bana {
    position: fixed;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1000;
    width: calc(100% - 20px);
  }
  .sp_bana a {
    display: block;
    padding: 15px 10px;
    border-radius: 10px;
    text-decoration: none;
    background: #ffdd31;
  }
  .sp_bana a .sp_bana_wrap {
    display: flex;
    align-items: center;
    gap: 0 10px;
    justify-content: center;
  }
  .sp_bana a .sp_bana_wrap .txt01 {
    border-radius: 50px;
    background: #49a6ed;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    line-height: 1.2;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
    font-size: clamp(1.2rem, 3vw, 1.6rem);
    font-weight: bold;
  }
  .sp_bana a .sp_bana_wrap .txt02 {
    font-size: clamp(1.4rem, 3vw, 1.8rem);
    font-weight: bold;
  }
  .sp_footer_content {
    margin: 30px 0;
    padding: 30px 10px 0;
    border-top: 1px dotted #999;
  }
  footer#sp_footer {
    border-top: none;
  }
}
/****************************************

pc_footer

*****************************************/
footer {
  position: relative;
  padding: 0 20px 60px;
}
footer::after {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% + 60px);
  background: #000;
  top: -60px;
  left: 0;
  z-index: 0;
  border-radius: 50px 50px 0 0;
}
footer .footer_inner {
  z-index: 1;
  position: relative;
  color: #fff;
  max-width: 1262px;
  margin: 0 auto;
}
footer .footer_inner .footer_logo_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
footer .footer_inner .footer_logo_area .footer_logo {
  width: 418px;
}
footer .footer_inner .footer_logo_area .footer_logo a {
  display: inline-block;
}
footer .footer_inner .footer_logo_area .footer_navi {
  display: flex;
  justify-content: space-between;
  width: 471px;
}
footer .footer_inner .footer_logo_area .footer_navi.en_footer_navi {
  width: 671px;
}
footer .footer_inner .footer_logo_area .footer_navi.korea_footer_navi {
  width: 571px;
}
footer .footer_inner .footer_logo_area .footer_navi li a {
  text-decoration: none;
  color: #fff;
  font-size: clamp(1.4rem, 1.3vw, 1.6rem);
  font-weight: bold;
}
footer .footer_inner .footer_info_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
footer .footer_inner .footer_info_wrap .copy small {
  font-weight: bold;
  font-size: 1.2rem;
}
footer .footer_inner .footer_info_wrap .footer_info {
  display: flex;
  gap: 0 30px;
}
footer .footer_inner .footer_info_wrap .footer_info p {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  footer {
    padding: 0 20px 80px;
  }
  footer .footer_inner .footer_logo_area {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
    gap: 30px 0;
  }
  footer .footer_inner .footer_logo_area .footer_logo {
    width: 60%;
    max-width: 400px;
  }
  footer .footer_inner .footer_logo_area .footer_navi {
    flex-direction: column;
    width: 100%;
  }
  footer .footer_inner .footer_info_wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px 0;
  }
  footer .footer_inner .footer_info_wrap .copy {
    order: 2;
    text-align: center;
    width: 100%;
  }
  footer .footer_inner .footer_info_wrap .copy small {
    font-size: 1.1rem;
  }
  footer .footer_inner .footer_info_wrap .footer_info {
    order: 1;
    flex-direction: column;
    gap: 10px 0;
  }
  footer .footer_inner .footer_info_wrap .footer_info p {
    font-size: 1.2rem;
  }
} /*max-width:767px*/
/****************************************

タイトル

*****************************************/
/* 下層ページ共通見出し */
.subhead01 {
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
.subhead01 .en {
  letter-spacing: 0.15em;
  font-style: italic;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: clamp(3.4rem, 4vw, 5.2rem);
}
.subhead01 .ja {
  font-size: clamp(1.4rem, 1.3vw, 1.5rem);
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .subhead01 {
    margin-bottom: 30px;
  }
  .subhead01 .en {
    font-size: clamp(3.2rem, 6vw, 3.6rem);
    line-height: 1.2;
  }
  .subhead01 .ja {
    font-size: clamp(1.4rem, 3vw, 1.6rem);
  }
} /*max-width:767px*/
/****************************************

共通div

*****************************************/
.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb120 {
  margin-bottom: 120px;
}

.mb150 {
  margin-bottom: 150px;
}

.pr10 {
  padding-right: 10px;
}

.mt20 {
  margin-top: 20px;
}

.pt20 {
  padding-top: 20px;
}

.fs01 {
  font-size: 1.3rem;
}

.fs02 {
  font-size: 1.8rem;
}

.fs03 {
  font-size: 1.5rem;
}

.fw_b {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .mb40 {
    margin-bottom: 30px;
  }
  .mb50 {
    margin-bottom: 40px;
  }
  .mb60,
  .mb70,
  .mb80,
  .mb90,
  .mb100 {
    margin-bottom: 50px;
  }
  .pt20 {
    padding-top: 0;
  }
}
/****************************************

テーブル

*****************************************/
/* 会社情報 */
.overview_table {
  width: 100%;
  border-collapse: collapse;
}

.overview_table th,
.overview_table td {
  border: 1px solid #ccc;
}

.overview_table th {
  width: 30%;
  padding: 15px 10px 15px 20px;
  font-size: 1.6rem;
  text-align: left;
  vertical-align: text-top;
  background-color: #eee;
}

.overview_table td {
  width: 70%;
  padding: 15px 10px 15px 20px;
  font-size: 1.6rem;
  text-align: left;
  vertical-align: text-top;
}

@media screen and (max-width: 767px) {
  .overview_table th,
  .overview_table td {
    padding-left: 5px !important;
  }
}
@media print, screen and (min-width: 768px) {
  #sp_footer {
    display: none;
  }
  #pc_footer {
    position: relative;
    width: 100%;
  }
  .pagetop {
    position: absolute;
    z-index: 4;
    right: calc(50% - 43px);
    bottom: 540px;
  }
}
@media screen and (max-width: 767px) {
  .overview_table {
    border-bottom: 1px solid #ccc;
  }
  .overview_table th {
    display: block;
    width: 100%;
    padding: 10px 5px;
    border-bottom: none;
    font-size: 1.4rem;
  }
  .overview_table td {
    display: block;
    width: 100%;
    padding: 10px 5px;
    border-bottom: none;
    font-size: 1.4rem;
  }
}
/****************************************

P

*****************************************/
/* 改行 */
.line_break {
  padding-top: 26px;
}

@media print, screen and (min-width: 768px) {
  .br-pc {
    display: block;
  }
  .br-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
}
/* 強調*/
.bold {
  font-weight: bold;
}

.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

.red {
  color: #b80c06;
}

@media screen and (max-width: 767px) {
  .txt_center {
    text-align: left;
  }
}
.seireki input[type=text] {
  width: 130px;
  margin: 0 10px;
}

.month input[type=text] {
  width: 60px;
  margin: 0 10px;
}

.old {
  margin-left: 30px;
}
.old input[type=text] {
  width: 60px;
  margin: 0 10px;
}

@media screen and (max-width: 767px) {
  .wpcf7-form textarea {
    width: 100% !important;
    /*本文*/
  }
  .wpcf7-form input {
    max-width: 100% !important;
    /*ラジオボタン、チェックボタン*/
  }
  .wpcf7-submit {
    width: 100%;
  }
  .form_row {
    flex-direction: column;
    padding: 0 0 30px;
  }
  .form_row .form_label {
    width: 100%;
    margin-bottom: 10px;
  }
  .form_row .form_input {
    width: 100%;
  }
  .seireki input[type=text] {
    width: 75px;
    margin: 0 5px;
  }
  .month input[type=text] {
    width: 45px;
    margin: 0 5px;
  }
  .old {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
  .old input[type=text] {
    width: 45px;
    margin: 0 10px;
  }
  .wpcf7-radio .wpcf7-list-item {
    margin-left: 0;
    display: block;
  }
  .ajax-loader {
    width: auto;
  }
}
/****************************************

clearfix

*****************************************/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE Mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End Hack */
/****************************************

追加用

*****************************************/
.side_banner {
  position: fixed;
  top: 200px;
  right: 0;
  z-index: 100;
}

.side_banner li {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .side_banner {
    display: none !important;
  }
}
/****************************************

Contact Form7

*****************************************/
/* フォームカラー */
.wpcf7 {
  width: 100%;
}

.wpcf7-form textarea {
  width: 100%;
  /*本文*/
  max-width: 100%;
  padding: 3px 5px;
  border: 1px solid rgba(154, 139, 120, 0.5);
  border-radius: 3px;
  transition: 0.3s;
}
.wpcf7-form select {
  width: auto;
  padding: 3px 5px;
  border: 1px solid rgba(154, 139, 120, 0.5);
  border-radius: 3px;
  transition: 0.3s;
}
.wpcf7-form input {
  padding: 10px;
  border: 1px solid rgba(154, 139, 120, 0.5);
  border-radius: 3px;
  transition: 0.3s;
  /*ラジオボタン、チェックボタン*/
}

/* 送信ボタン */
.wpcf7 .tc input[type=submit] {
  cursor: pointer;
  width: 410px;
  max-width: 100%;
  padding: 18px;
  box-shadow: none;
  border: 1px #49a6ed solid;
  border-radius: 8px;
  background-color: #49a6ed;
  color: #fff;
  font-size: 18px;
  text-align: center;
  box-sizing: border-box;
  transition: all 0.25s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-top: 30px;
}

.wpcf7 .tc input[type=submit]:disabled {
  cursor: not-allowed;
  box-shadow: none !important;
  border: 1px solid #f8f8f8 !important;
  background-color: #f8f8f8 !important;
  color: #929292 !important;
}
.wpcf7 .tc input[type=submit]:hover {
  box-shadow: 0 0 1px 1px rgba(73, 166, 237, 0.3);
  background-color: #fff;
  color: #49a6ed;
  transition: all 0.25s;
}
.wpcf7 .tc input[type=submit]:focus {
  outline: 0;
  border: 1px #49a6ed solid;
  box-shadow: 0 0 2px 2px rgba(73, 166, 237, 0.5);
}

.wpcf7-text {
  width: 100%;
}

.form_row {
  display: flex;
  margin-bottom: 30px;
  padding: 0 20px 30px 20px;
  border-bottom: 1px dotted #ccc;
}
.form_row .form_label {
  width: 300px;
}
.form_row .form_label .required {
  display: inline-block;
  color: #fff;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #cc0000;
  margin-right: 10px;
  border-radius: 3px;
}
.form_row .form_label .any {
  display: inline-block;
  color: #797979;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #d7d7d7;
  margin-right: 10px;
  border-radius: 3px;
}
.form_row .form_input {
  width: calc(100% - 300px);
}
.form_row .form_input_post {
  width: 180px;
}
.form_row .form_input_post_txt {
  color: #b20000;
  font-weight: normal;
  font-size: 1.3rem;
}

.form_row.last_row {
  padding-bottom: 0;
  border-bottom: none;
}

.wpcf7 .form_input_post input[type=tel],
.wpcf7 .form_input input[type=email],
.wpcf7 .form_input input[type=tel],
.wpcf7 .form_input input[type=text],
.wpcf7 .form_input_post input[type=text],
.wpcf7 .form_input textarea {
  position: relative;
  border-left: 2px solid #49a6ed;
}

.seireki input[type=text] {
  width: 130px;
  margin: 0 10px;
}

.month input[type=text] {
  width: 60px;
  margin: 0 10px;
}

.old {
  margin-left: 30px;
}
.old input[type=text] {
  width: 60px;
  margin: 0 10px;
}

/* フォームの装飾ここから */
/* チェックボックス */
.wpcf7 .form_input input[type=checkbox] {
  display: none;
}
.wpcf7 .form_input input[type=checkbox] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=checkbox] + span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.24em;
  height: 1.24em;
  border: 1px solid #49a6ed;
  border-radius: 4px;
  background-color: #fefefe;
  box-sizing: border-box;
}
.wpcf7 .form_input input[type=checkbox] + span:after {
  content: "";
  opacity: 0;
  display: block;
  position: absolute;
  top: 0.15em;
  left: 0.44em;
  width: 0.4em;
  height: 0.8em;
  border-bottom: 3px solid #49a6ed;
  border-right: 3px solid #49a6ed;
  box-sizing: border-box;
  transform: rotate(40deg);
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=checkbox]:checked + span {
  color: #6c5d2f;
  transition: all 0.25s ease;
}
.wpcf7 .form_input input[type=checkbox]:checked + span:before {
  opacity: 1;
  border: 1px solid #49a6ed;
  box-shadow: 0 0 2px 2px rgba(73, 166, 237, 0.5);
  background-color: #49a6ed;
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=checkbox]:checked + span:after {
  opacity: 1;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transition: opacity 0.25s ease;
}

/* ラジオボタン */
/* セレクト */
.wpcf7 .form_input span.select-wrap {
  position: relative;
  width: 250px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.wpcf7 .form_input span.select-wrap:after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  width: 0.6em;
  height: 0.6em;
  top: 50%;
  right: 0.8em;
  margin-top: -3px;
  border-bottom: 1px solid #49a6ed;
  border-right: 1px solid #49a6ed;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: 50% 0;
  box-sizing: border-box;
}
.wpcf7 .form_input span.select-wrap:focus-within::after {
  border-bottom: 1px solid #49a6ed;
  border-right: 1px solid #49a6ed;
}

.wpcf7 .form_input select {
  cursor: pointer;
  width: 250px;
  max-width: 100%;
  margin: 0;
  padding: 0.5em 3.5em 0.5em 1em;
  border: 1px solid #49a6ed;
  border-radius: 4px;
  box-shadow: none;
  background-color: #fefefe;
  background-image: linear-gradient(90deg, rgba(73, 166, 237, 0.7), rgba(73, 166, 237, 0.7));
  background-position: 100% 0;
  background-size: 2em 3.5em;
  background-repeat: no-repeat;
  color: inherit;
  font-size: inherit;
  line-height: 1;
  box-sizing: border-box;
  transition: border-color 0.2s ease, outline 0.2s ease;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
}
.wpcf7 .form_input select:-ms-expand {
  display: none;
}

.wpcf7 .form_input span.select-wrap {
  position: relative;
  width: 250px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.wpcf7 .form_input span.select-wrap:after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  width: 0.6em;
  height: 0.6em;
  top: 60%;
  right: 0.8em;
  margin-top: -3px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: 50% 0;
  box-sizing: border-box;
}

/* テキストフィールド フォーカス時 */
.wpcf7 .form_input input[type=text]:focus,
.wpcf7 .form_input input[type=tel]:focus,
.wpcf7 .form_input input[type=email]:focus,
.wpcf7 .form_input input[type=url]:focus,
.wpcf7 .form_input input[type=date]:focus,
.wpcf7 .form_input input[type=number]:focus,
.wpcf7 .form_input_post input[type=text]:focus,
.wpcf7 .form_input textarea:focus,
.wpcf7 .form_input_post input[type=tel]:focus {
  outline: 0;
  border: 1px #6c5d2f solid;
  box-shadow: 0 0 1px 1px rgba(73, 166, 237, 0.3);
}

.wpcf7 .form_input select:focus {
  outline: 0;
  border: 1px #6c5d2f solid;
  box-shadow: 0 0 1px 1px rgba(73, 166, 237, 0.3);
}

.wpcf7-response-output {
  font-size: 1.3em;
}

@media screen and (max-width: 767px) {
  .wpcf7-form textarea {
    width: 100% !important;
    /*本文*/
  }
  .wpcf7-form input {
    max-width: 100% !important;
    /*ラジオボタン、チェックボタン*/
  }
  .wpcf7-submit {
    width: 100%;
  }
  .form_row {
    flex-direction: column;
    padding: 0 0 30px;
  }
  .form_row .form_label {
    width: 100%;
    margin-bottom: 10px;
  }
  .form_row .form_input {
    width: 100%;
  }
  .seireki input[type=text] {
    width: 75px;
    margin: 0 5px;
  }
  .month input[type=text] {
    width: 45px;
    margin: 0 5px;
  }
  .old {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
  .old input[type=text] {
    width: 45px;
    margin: 0 10px;
  }
  .wpcf7-radio .wpcf7-list-item {
    margin-left: 0;
    display: block;
  }
  .ajax-loader {
    width: auto;
  }
}
/*max-width:767px*/
.tc {
  text-align: center;
  max-width: 360px;
  margin: 0 auto;
}

.tc input[type=submit] {
  cursor: pointer;
  width: 360px;
  max-width: 100%;
  padding: 18px;
  border: 1px solid #aaa;
  border-radius: 8px;
  background-color: #666;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  margin: 10px auto 0;
}

.wpcf7 .tc input[type=submit]:hover {
  background-color: #ffffff;
  transition: all 0.25s;
}

.wpcf7-response-output {
  font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
  .form_row .born {
    display: flex;
  }
} /*min-width:768px*/
.fadein {
  opacity: 0;
  transform: translate(0, 80px);
  transition: all 0.8s;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.fadein_l {
  opacity: 0;
  transform: translate(-200px, 0);
  transition: all 0.8s;
}

.fadein_r {
  opacity: 0;
  transform: translate(200px, 0);
  transition: all 0.8s;
}

.slide_in.scrollin,
.fadein_l.scrollin,
.fadein_r.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

@media screen and (min-width: 768px) {
  .pc_none {
    display: none !important;
  }
} /*min-width:768px*/
@media screen and (max-width: 767px) {
  .sp_none {
    display: none !important;
  }
} /*max-width:767px*/
.grecaptcha-badge {
  visibility: hidden;
}

.swiper-wrapper {
  transition-timing-function: linear;
}

/* 画像のサイズ調整 */
.swiper-slide img {
  height: auto;
  width: 100%;
}

pre {
  white-space: pre-wrap; /* テキストの自動改行を有効にする */
  word-wrap: break-word; /* 長い単語を自動で折り返す */
  overflow: auto; /* はみ出た場合にスクロールバーを表示する */
}

p {
  word-break: break-all;
}

.video-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  justify-content: center;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  align-items: center;
  z-index: 10000;
}

.video-modal.show {
  display: flex;
}

.video-modal-content {
  position: relative;
  width: 90%;
  max-width: 900px;
  background: #000;
  border-radius: 8px;
}

.video-modal-close {
  position: absolute;
  top: -80px;
  right: 0;
  font-size: 32px;
  color: #fff;
  cursor: pointer;
}

.video-wrapper {
  position: relative;
  padding-top: 56.25%;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .video-wrapper {
    padding-top: 100%;
  }
} /*max-width:767px*/
/* サムネイルクリック用オーバーレイ */
.iframe {
  position: relative;
  cursor: pointer;
}

.iframe-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}

.en_mb_auto {
  margin: 2em 0 4em !important;
}

@media screen and (max-width: 767px) {
  .en_mb_auto {
    margin: 0 0 20px 0 !important;
  }
} /*max-width:767px*/
.answer_box02.en_answer_box02 .forminator-label {
  letter-spacing: 0;
}

.top_movie .video-modal-content {
  position: relative;
  width: 90%;
  max-width: 1000px;
}
.top_movie .video-wrapper {
  padding-top: 0;
  line-height: 0.9;
}
.top_movie video {
  width: 100%;
}/*# sourceMappingURL=style.css.map */