@charset "UTF-8";
/* No CSS */ 
/*
Theme Name: maison-honmono
Description: 
Theme URI: https://maison-honmono.jp/
Version: 1.0
License: maison-honmono
License URI: https://maison-honmono.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: "Zen Old Mincho", serif, sans-serif, Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000;
  line-height: 1.8;
  letter-spacing: 0.06em;
  width: 100%;
  font-weight: normal;
  background: #f9fafb;
}

@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: 1120px;
  margin: 0 auto;
}

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

フォント指定

*****************************************/
li,
tt,
tr,
dt,
dd,
p,
time {
  font-size: clamp(1.2rem, 1.4vw, 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ヘッダー

*****************************************/
@media screen and (min-width: 768px) {
  header.active .header_wrap {
    transform: translateY(0);
  }
  header.on .header_wrap {
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 10px 30px;
  }
  header.on .header_wrap .header_content .header_navi li a {
    color: #333;
  }
} /*min-width:768px*/
header {
  overflow: hidden;
  position: relative;
}
header::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 400px;
  height: 400px;
  left: -120px;
  top: -200px;
  background: #ffffff;
  filter: blur(110px);
}
header .header_wrap {
  transition: all 0.5s;
  transform: translateY(-200px);
  background: transparent;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 20px 30px;
  background: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
}
header .header_wrap .header_logo {
  width: 250px;
  position: relative;
  z-index: 1000;
}
header .header_wrap .header_logo a {
  display: block;
}
header .header_wrap .header_content {
  width: 474px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header_wrap .header_content .header_navi {
  width: 240px;
  display: flex;
  justify-content: space-between;
}
header .header_wrap .header_content .header_navi li a {
  text-decoration: none;
  color: #fff;
  transition: all 0.3s;
  font-weight: 500;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
}
header .header_wrap .header_content .header_line a {
  display: block;
  width: 194px;
}
header .mv {
  aspect-ratio: 4/2.3; /* アスペクト比を4:3に固定 */
  background: #98d6f9;
  width: 100%;
  max-height: 940px;
  overflow: hidden;
  z-index: 1;
  padding: 0 20px;
}
header .mv .mv_wrap {
  position: relative;
  height: 100%;
  z-index: 1;
  max-width: 1424px;
  margin: 0 auto;
}
header .mv .mv_txt {
  position: absolute;
  width: 45%;
  left: 93px;
  top: 34%;
  z-index: 10;
  transform: translateY(-50%);
}
header .mv .mv_pic {
  position: absolute;
  width: 55%;
  bottom: 0;
  right: 0;
  z-index: 1;
}
header .mv .mv_pic .swiper-slide img {
  opacity: 0;
  transition: all 2s;
}
header .mv .mv_pic .swiper-slide.swiper-slide-visible img {
  opacity: 1;
}
header .mv .mv_icon {
  position: absolute;
  z-index: 1;
  width: 45%;
  bottom: 2%;
  right: 2%;
}
header .ono_box {
  width: 100%;
  max-width: 1750px;
  bottom: 0;
  right: 0;
  z-index: 0;
}
header .ono_box .ono {
  background: #98d6f9;
  right: auto;
  left: 0;
}
header .ono_box .ono .mask {
  background: #98d6f9;
}
header .ono_box .ono.in-view .mask {
  transform: translateX(100%);
  transition-delay: 1s; /* 1秒遅れて開始 */
}

@media screen and (max-width: 1000px) {
  header .header_wrap {
    zoom: 0.8;
  }
  header .mv {
    aspect-ratio: 4/3; /* アスペクト比を4:3に固定 */
  }
} /*max-width:1000px*/
@media screen and (max-width: 767px) {
  header::after {
    width: 200px;
    height: 200px;
    left: -60px;
    top: -120px;
    filter: blur(50px);
  }
  header .header_logo {
    width: 50%;
    position: fixed;
    left: 10px;
    top: 10px;
    z-index: 1000;
  }
  header .header_wrap {
    padding: 20px 55px 10px 10px;
    transform: translateY(0);
    zoom: 1;
    justify-content: flex-end;
  }
  header .header_wrap .header_content {
    display: none;
  }
  header .mv {
    aspect-ratio: 4/6.5; /* アスペクト比を4:3に固定 */
  }
  header .mv .mv_txt {
    position: absolute;
    width: 90%;
    left: 20px;
    top: 23%;
  }
  header .mv .mv_pic {
    position: absolute;
    width: 130%;
    right: 50%;
    transform: translateX(50%);
  }
  header .mv .mv_icon {
    width: 100%;
    right: 0;
  }
  header .ono_box {
    width: 120%;
    bottom: 27%;
  }
} /*max-width:767px*/
@media screen and (min-width: 1919px) {
  header .mv .mv_wrap {
    max-width: 1500px;
  }
  header .mv .mv_txt {
    width: 676px;
    top: 36%;
    left: 0;
  }
  header .mv .mv_pic {
    width: 940px;
    right: 0;
  }
  header .mv .mv_icon {
    width: 614px;
    bottom: 2%;
    right: 12%;
  }
} /*min-width:1919px*/
/****************************************

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: 2px;
    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;
    background: #98d6f9;
    text-align: left;
    z-index: 999;
    transform: translateY(-100%);
    transition: 0.7s ease-in-out;
    display: block;
    padding: 150px 30px 180px;
  }
  #sp_navi::after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 200px;
    height: 200px;
    background: #ffffff;
    left: -60px;
    top: -120px;
    filter: blur(50px);
  }
  #sp_navi .navi li a {
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 18px 12px;
    border-bottom: 1px solid #000;
    font-weight: bold;
    position: relative;
    font-family: "Noto Sans JP", sans-serif;
    color: #000;
    font-weight: bold;
  }
  #sp_navi .navi li a::after {
    position: absolute;
    content: "";
    right: 0;
    width: 7px;
    height: 7px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
    display: inline-block;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  #sp_navi .navi li:first-child a {
    border-top: 1px solid #000;
  }
  #sp_navi .line_btn a {
    width: 260px;
    display: block;
    margin: 30px auto 0;
  }
  .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: #000 1px solid;
    background-color: rgba(255, 255, 255, 0.9);
    color: #000;
  }
  #sp_navi .sub-menu li a {
    display: block;
    padding: 11px 0 10px;
    color: #000 !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: 10px;
  }
} /*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: #000;
  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: #000;
  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;
}

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

contentトップ用

*****************************************/
/*1カラム*/
.top_box01 {
  padding: 130px 20px 0;
}
.top_box01 .top_box01_inner {
  max-width: 812px;
  margin: 0 auto;
}
.top_box01 .top_box01_inner .tit {
  font-size: clamp(2.6rem, 2.8vw, 4rem);
  line-height: 1.7;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
  font-weight: bold;
}
.top_box01 .top_box01_inner .txt {
  font-weight: bold;
  line-height: 2.1;
  font-size: clamp(1.8rem, 1.8vw, 2.2rem);
  letter-spacing: 0.1em;
  color: #374151;
}

@media screen and (max-width: 767px) {
  .top_box01 {
    padding: 60px 20px 0;
  }
  .top_box01 .top_box01_inner .tit {
    font-size: clamp(2.6rem, 6vw, 3.2rem);
    margin-bottom: 20px;
  }
  .top_box01 .top_box01_inner .txt {
    font-size: clamp(1.4rem, 3vw, 1.8rem);
  }
} /*max-width:767px*/
/*2カラム*/
.top_box02 {
  padding: 0 20px 100px;
}
.top_box02 .top_box02_inner {
  max-width: 1211px;
  margin: 0 auto;
}
.top_box02 .top_box02_inner .en_tit {
  text-align: center;
  width: 483px;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}
.top_box02 .top_box02_inner .wrap {
  display: grid;
  grid-template-columns: 55.06% 42.04%;
  justify-content: space-between;
  align-items: center;
  margin-top: -30px;
}
.top_box02 .top_box02_inner .wrap figure img {
  height: 530px;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_box02 .top_box02_inner .wrap .content .tit {
  font-size: clamp(2.8rem, 3vw, 4.5rem);
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: 40px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .top_box02 {
    padding: 0 0 60px;
  }
  .top_box02 .top_box02_inner .en_tit {
    max-width: 483px;
    width: 80%;
  }
  .top_box02 .top_box02_inner .wrap {
    grid-template-columns: 100%;
    gap: 30px 0;
    margin-top: -15px;
  }
  .top_box02 .top_box02_inner .wrap figure img {
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .top_box02 .top_box02_inner .wrap .content {
    padding: 0 20px;
  }
  .top_box02 .top_box02_inner .wrap .content .tit {
    font-size: clamp(2.6rem, 6vw, 3.2rem);
    margin-bottom: 20px;
  }
} /*max-width:767px*/
/*3カラム*/
.top_box03 {
  padding: 100px 20px;
  background: url(images/top_bg01.jpg) center center no-repeat;
  background-size: cover;
}
.top_box03 .content01 {
  margin-bottom: 100px;
}
.top_box03 .content01 .top_box03_inner .tit {
  margin-bottom: 50px;
}
.top_box03 .content01 .top_box03_inner .wrap {
  display: grid;
  grid-template-columns: 36.17% 60.11%;
  justify-content: space-between;
  align-items: center;
}
.top_box03 .content01 .top_box03_inner .wrap .content dl {
  padding: 35px 20px;
  text-align: center;
  background: #fff;
  border-radius: 10px;
}
.top_box03 .content01 .top_box03_inner .wrap .content dl dt {
  line-height: 1.2;
  font-size: clamp(2rem, 2vw, 2.5rem);
  margin-bottom: 20px;
  font-weight: bold;
}
.top_box03 .content01 .top_box03_inner .wrap .content dl:first-of-type {
  margin-bottom: 20px;
}
.top_box03 .content01 .top_box03_inner .wrap figure img {
  height: 377px;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_box03 .content02 .txt {
  text-align: center;
  margin-bottom: 50px;
}
.top_box03 .content02 .wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 3%;
}
.top_box03 .content02 .wrap section {
  border-radius: 16px;
  padding: 40px 6%;
  background: linear-gradient(179.73deg, rgba(208, 178, 88, 0) 24.93%, rgba(208, 178, 88, 0.24) 99.66%), rgba(255, 255, 255, 0.7);
  border: 2px solid rgba(255, 255, 255, 0.6);
}
.top_box03 .content02 .wrap section h3 {
  text-align: center;
  line-height: 1.2;
  padding-bottom: 25px;
  margin-bottom: 25px;
  font-size: clamp(2.2rem, 2.4vw, 3rem);
  border-bottom: 1px solid #000;
  font-weight: bold;
}
.top_box03 .content02 .wrap section ul {
  padding: 0 12%;
}
.top_box03 .content02 .wrap section ul li {
  padding-left: 45px;
  line-height: 1.2;
  margin-bottom: 20px;
  font-weight: bold;
  position: relative;
  font-size: clamp(2rem, 2.2vw, 2.7rem);
}
.top_box03 .content02 .wrap section ul li::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: url(images/icon01.svg) no-repeat;
  background-size: contain;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.top_box03 .content02 .wrap section ul li:last-child {
  margin-bottom: 0;
}
.top_box03 .content02 .wrap section:nth-of-type(2) {
  background: linear-gradient(130.76deg, rgba(233, 212, 108, 0.5) 12.44%, rgba(208, 178, 88, 0.8) 88.03%);
}
.top_box03 .content02 .wrap section:nth-of-type(2) ul {
  padding: 0;
}
.top_box03 .content02 .wrap section:nth-of-type(2) ul li::after {
  background: url(images/icon02.svg) no-repeat;
  background-size: contain;
}
.top_box03 section .top_box03_inner {
  max-width: 940px;
  margin: 0 auto;
}
.top_box03 section .top_box03_inner .tit {
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}
.top_box03 section .top_box03_inner .tit .en {
  display: inline-block;
  width: 204px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.top_box03 section .top_box03_inner .tit .ja {
  font-size: clamp(2.6rem, 3.2vw, 4.3rem);
  letter-spacing: 0.1em;
  font-weight: bold;
}
.top_box03 section .top_box03_inner .tit .ja span {
  font-size: clamp(1.8rem, 2.2vw, 2.8rem);
  letter-spacing: 0.05em;
  display: inline-block;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .top_box03 {
    padding: 60px 20px;
  }
  .top_box03 .content01 {
    margin-bottom: 120px;
  }
  .top_box03 .content01 .top_box03_inner .tit {
    margin-bottom: 30px;
  }
  .top_box03 .content01 .top_box03_inner .wrap {
    grid-template-columns: 100%;
    gap: 20px 0;
  }
  .top_box03 .content01 .top_box03_inner .wrap .content {
    order: 2;
  }
  .top_box03 .content01 .top_box03_inner .wrap .content dl {
    padding: 20px;
  }
  .top_box03 .content01 .top_box03_inner .wrap .content dl dt {
    font-size: clamp(2.2rem, 5vw, 2.6rem);
    margin-bottom: 10px;
  }
  .top_box03 .content01 .top_box03_inner .wrap figure {
    order: 1;
  }
  .top_box03 .content01 .top_box03_inner .wrap figure img {
    height: auto;
  }
  .top_box03 .content02 .txt {
    margin-bottom: 20px;
  }
  .top_box03 .content02 .wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px 0;
  }
  .top_box03 .content02 .wrap section {
    padding: 30px 20px;
  }
  .top_box03 .content02 .wrap section h3 {
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: clamp(2.2rem, 5vw, 2.6rem);
  }
  .top_box03 .content02 .wrap section ul {
    padding: 0 12%;
  }
  .top_box03 .content02 .wrap section ul li {
    padding-left: 30px;
    margin-bottom: 15px;
    font-size: clamp(1.8rem, 4vw, 2.2rem);
  }
  .top_box03 .content02 .wrap section ul li::after {
    width: 20px;
    height: 20px;
  }
  .top_box03 section .top_box03_inner .tit {
    margin-bottom: 20px;
  }
  .top_box03 section .top_box03_inner .tit .en {
    width: 150px;
  }
  .top_box03 section .top_box03_inner .tit .ja {
    font-size: clamp(2.2rem, 5vw, 2.6rem);
  }
  .top_box03 section .top_box03_inner .tit .ja span {
    font-size: clamp(1.6rem, 3vw, 1.8rem);
    margin-bottom: 5px;
  }
} /*max-width:767px*/
/*4カラム*/
.top_box04 {
  padding: 100px 0 150px;
}
.top_box04 .top_box04_inner {
  max-width: 1251px;
  padding: 0 20px;
  margin: 0 auto;
}
.top_box04 .top_box04_inner .en_tit {
  text-align: center;
  width: 512px;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}
.top_box04 .top_box04_inner .wrap {
  display: grid;
  grid-template-columns: 53.06% 41.04%;
  justify-content: space-between;
  margin-top: -30px;
  margin-bottom: 80px;
}
.top_box04 .top_box04_inner .wrap figure img {
  height: 530px;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_box04 .top_box04_inner .wrap .content {
  padding-top: 50px;
}
.top_box04 .top_box04_inner .wrap .content .tit {
  font-size: clamp(2.6rem, 2.8vw, 4rem);
  font-weight: bold;
}
.top_box04 .content_wrap {
  max-width: 1220px;
  padding: 0 20px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 1%;
}
.top_box04 .content_wrap section {
  padding: 30px 20px;
  background: linear-gradient(162.27deg, rgba(208, 178, 88, 0.1) 20.82%, rgba(208, 178, 88, 0.5) 77.65%);
  border-radius: 16px;
  border: 1px solid #e8e4d8;
  text-align: center;
}
.top_box04 .content_wrap .num {
  display: inline-block;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: clamp(1.4rem, 1.4vw, 1.7rem);
  font-weight: bold;
}
.top_box04 .content_wrap .num span {
  font-family: "Mr De Haviland", cursive;
  font-size: clamp(1.8rem, 2vw, 2.4rem);
  display: inline-block;
  margin-left: 10px;
  font-weight: normal;
}
.top_box04 .content_wrap h3 {
  line-height: 1.2;
  margin-bottom: 10px;
  font-size: clamp(1.6rem, 1.8vw, 2.2rem);
  letter-spacing: 0;
  font-weight: bold;
}
.top_box04 .content_wrap .txt {
  line-height: 1.2;
  margin-bottom: 15px;
  font-size: clamp(1.2rem, 1.3vw, 1.5rem);
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .top_box04 {
    padding: 60px 0 80px;
  }
  .top_box04 .top_box04_inner {
    padding: 0;
  }
  .top_box04 .top_box04_inner .en_tit {
    max-width: 512px;
    width: 80%;
  }
  .top_box04 .top_box04_inner .wrap {
    grid-template-columns: 100%;
    gap: 30px 0;
    margin-top: -15px;
    margin-bottom: 30px;
  }
  .top_box04 .top_box04_inner .wrap figure img {
    height: auto;
  }
  .top_box04 .top_box04_inner .wrap .content {
    padding: 0 20px;
  }
  .top_box04 .top_box04_inner .wrap .content .tit {
    font-size: clamp(2.6rem, 6vw, 3.2rem);
  }
  .top_box04 .content_wrap {
    padding: 0 20px;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .top_box04 .content_wrap section {
    padding: 20px 10px;
    border-radius: 10px;
  }
  .top_box04 .content_wrap .num {
    font-size: clamp(1.2rem, 3vw, 1.6rem);
  }
  .top_box04 .content_wrap .num span {
    font-size: clamp(1.4rem, 4vw, 2rem);
    margin-left: 5px;
  }
  .top_box04 .content_wrap h3 {
    font-size: clamp(1.6rem, 3vw, 1.8rem);
  }
  .top_box04 .content_wrap .txt {
    font-size: clamp(1rem, 2vw, 1.4rem);
  }
} /*max-width:767px*/
/*5カラム*/
.top_box05 {
  padding: 100px 20px;
  background: linear-gradient(90deg, rgba(81, 173, 226, 0.4) 0%, rgba(81, 173, 226, 0.2) 11%, rgba(81, 173, 226, 0.3) 33%, rgba(81, 173, 226, 0.75) 98.08%);
}
.top_box05 .wrap {
  max-width: 1211px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top_box05 .wrap .tit {
  line-height: 1.5;
}
.top_box05 .wrap .tit .en {
  display: inline-block;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: clamp(1.8rem, 2vw, 2.5rem);
}
.top_box05 .wrap .tit .en span {
  font-family: "Mr De Haviland", cursive;
  font-size: clamp(2.6rem, 2.6vw, 3.5rem);
  display: inline-block;
  margin-left: 20px;
}
.top_box05 .wrap .tit .ja {
  font-size: clamp(3.6rem, 4vw, 6rem);
  font-weight: bold;
}
.top_box05 .wrap .txt {
  width: 417px;
}

@media screen and (max-width: 767px) {
  .top_box05 {
    padding: 60px 20px;
  }
  .top_box05 .wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px 0;
  }
  .top_box05 .wrap .tit .en {
    font-size: clamp(1.8rem, 4vw, 2rem);
  }
  .top_box05 .wrap .tit .en span {
    font-family: "Mr De Haviland", cursive;
    font-size: clamp(2.2rem, 6vw, 2.8rem);
    margin-left: 10px;
  }
  .top_box05 .wrap .tit .ja {
    font-size: clamp(3rem, 10vw, 5rem);
  }
  .top_box05 .wrap .txt {
    width: 100%;
  }
} /*max-width:767px*/
/*6カラム*/
.top_box06 {
  padding: 100px 20px 200px;
  background: url(images/top_bg03.jpg) top center no-repeat;
  background-size: cover;
}
.top_box06::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 300px;
  background: #fdfdfd;
  left: 0;
  bottom: 0;
  z-index: -2;
}
.top_box06 .top_box06_inner {
  max-width: 1211px;
  margin: 0 auto;
}
.top_box06 .txt01 {
  text-align: center;
  margin-bottom: 80px;
  color: #6b7280;
}
.top_box06 .wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 3%;
}
.top_box06 .wrap section {
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 40px 8%;
}
.top_box06 .wrap section h3 {
  line-height: 1.5;
  margin-bottom: 20px;
  font-size: clamp(1.8rem, 2vw, 2.4rem);
  font-weight: bold;
}
.top_box06 .wrap section .txt p {
  color: #6b7280;
}

@media screen and (max-width: 767px) {
  .top_box06 {
    padding: 60px 20px 100px;
  }
  .top_box06 .txt01 {
    margin-bottom: 30px;
  }
  .top_box06 .wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px 0;
  }
  .top_box06 .wrap section {
    padding: 30px 20px;
  }
  .top_box06 .wrap section h3 {
    margin-bottom: 10px;
    font-size: clamp(2.2rem, 5vw, 2.6rem);
  }
  .top_box06 .wrap section .line_break {
    padding-top: 0;
  }
} /*max-width:767px*/
/*7カラム*/
.top_box07 {
  padding: 100px 20px;
  background: url(images/top_bg04.jpg) top center no-repeat;
  background-size: cover;
}
.top_box07 .top_box07_inner {
  max-width: 940px;
  margin: 0 auto;
}
.top_box07 .top_box07_inner .txt01 {
  text-align: center;
  margin-bottom: 50px;
}
.top_box07 .top_box07_inner .content01 {
  border: 3px solid #d0b258;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.75);
  margin-bottom: 80px;
  padding: 60px 20px;
  position: relative;
}
.top_box07 .top_box07_inner .content01::after {
  position: absolute;
  content: "";
  width: 72px;
  height: 70px;
  background: url(images/flow_icon.png) no-repeat;
  background-size: contain;
  left: 0;
  right: 0;
  bottom: -69px;
  margin: 0 auto;
}
.top_box07 .top_box07_inner .content01 .wrap {
  max-width: 605px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 60px;
}
.top_box07 .top_box07_inner .content01 .wrap .step_box {
  padding: 30px 5%;
  border-radius: 10px;
  background: linear-gradient(109.83deg, rgba(208, 178, 88, 0.32) 23.3%, rgba(208, 178, 88, 0.12) 33.15%, rgba(208, 178, 88, 0.4) 72.57%);
  text-align: center;
  position: relative;
}
.top_box07 .top_box07_inner .content01 .wrap .step_box:first-of-type::after {
  position: absolute;
  content: "";
  width: 21px;
  height: 25px;
  right: -40px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: linear-gradient(90deg, #3786d2 0%, #29479f 100%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.top_box07 .top_box07_inner .content01 .wrap .step_box .num {
  position: absolute;
  width: 22%;
  left: -15px;
  top: -15px;
}
.top_box07 .top_box07_inner .content01 .wrap .step_box h4 {
  font-size: clamp(1.6rem, 1.6vw, 2rem);
  line-height: 1.2;
  margin-bottom: 20px;
}
.top_box07 .top_box07_inner .content01 .wrap .step_box .txt {
  color: #4b5563;
  line-height: 1.5;
}
.top_box07 .top_box07_inner .content02 {
  padding: 50px 5% 40px;
  border: 3px solid #d0b258;
  border-radius: 16px;
  background: rgba(255, 240, 189, 0.4);
  margin-bottom: 100px;
}
.top_box07 .top_box07_inner .content02 .wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 15px;
}
.top_box07 .top_box07_inner .content02 .wrap .step_box {
  padding: 20px 5% 20px;
  border-radius: 10px;
  background: #fff;
  text-align: center;
  position: relative;
}
.top_box07 .top_box07_inner .content02 .wrap .step_box::after {
  position: absolute;
  content: "";
  width: 21px;
  height: 25px;
  right: -20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: linear-gradient(90deg, #3786d2 0%, #29479f 100%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  z-index: 2;
}
.top_box07 .top_box07_inner .content02 .wrap .step_box:last-of-type::after {
  content: none;
}
.top_box07 .top_box07_inner .content02 .wrap .step_box .num {
  position: absolute;
  width: 22%;
  left: -15px;
  top: -15px;
}
.top_box07 .top_box07_inner .content02 .wrap .step_box h4 {
  font-size: clamp(1.6rem, 1.6vw, 2rem);
  line-height: 1.2;
  margin-bottom: 10px;
  background: linear-gradient(90deg, #3786d2 0%, #29479f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.top_box07 .top_box07_inner .content02 .wrap .step_box .txt {
  color: #4b5563;
  text-align: justify;
  line-height: 1.5;
}
.top_box07 .top_box07_inner section h3 {
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
  text-align: center;
  font-weight: bold;
  font-size: clamp(2.4rem, 2.4vw, 3rem);
}
.top_box07 .line_btn a {
  display: block;
  width: 300px;
  margin: 0 auto;
}

.m_auto {
  margin: 0.6em 0 1em !important;
}

@media screen and (max-width: 767px) {
  .top_box07 {
    padding: 60px 20px;
  }
  .top_box07 .top_box07_inner .txt01 {
    text-align: center;
    margin-bottom: 30px;
  }
  .top_box07 .top_box07_inner .content01 {
    margin-bottom: 60px;
    padding: 40px 20px;
  }
  .top_box07 .top_box07_inner .content01::after {
    width: 40px;
    height: 40px;
    bottom: -39px;
  }
  .top_box07 .top_box07_inner .content01 .wrap {
    max-width: 100%;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px 0;
  }
  .top_box07 .top_box07_inner .content01 .wrap .step_box {
    padding: 30px 20px;
  }
  .top_box07 .top_box07_inner .content01 .wrap .step_box:first-of-type::after {
    width: 20px;
    height: 15px;
    right: 50%;
    transform: translateX(50%);
    top: auto;
    bottom: -22px;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
  }
  .top_box07 .top_box07_inner .content01 .wrap .step_box h4 {
    font-size: clamp(1.6rem, 4vw, 2rem);
    margin-bottom: 10px;
  }
  .top_box07 .top_box07_inner .content02 {
    padding: 40px 20px;
    margin-bottom: 40px;
  }
  .top_box07 .top_box07_inner .content02 .wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px 0;
  }
  .top_box07 .top_box07_inner .content02 .wrap .step_box {
    padding: 20px;
  }
  .top_box07 .top_box07_inner .content02 .wrap .step_box::after {
    width: 20px;
    height: 15px;
    right: 50%;
    transform: translateX(50%);
    top: auto;
    bottom: -18px;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
  }
  .top_box07 .top_box07_inner .content02 .wrap .step_box h4 {
    font-size: clamp(1.6rem, 4vw, 2rem);
  }
  .top_box07 .top_box07_inner section h3 {
    margin-bottom: 30px;
    font-size: clamp(2.4rem, 5vw, 2.8rem);
  }
  .top_box07 .line_btn a {
    width: 260px;
  }
} /*max-width:767px*/
/*8カラム*/
.top_box08 {
  padding: 100px 0 150px;
  overflow: hidden;
}
.top_box08 .top_box08_inner {
  padding: 0 20px;
  margin-bottom: 50px;
  text-align: center;
}
.top_box08 .content {
  margin-bottom: 40px;
}
.top_box08 .content .swiper01 {
  margin-bottom: 20px;
}
.top_box08 .content img {
  width: 100%;
}
.top_box08 .txt02 {
  text-align: center;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .top_box08 {
    padding: 60px 0;
  }
  .top_box08 .top_box08_inner {
    margin-bottom: 30px;
  }
  .top_box08 .content {
    margin-bottom: 20px;
  }
  .top_box08 .content .swiper01 {
    margin-bottom: 10px;
  }
  .top_box08 .txt02 {
    text-align: justify;
  }
} /*max-width:767px*/
/*9カラム*/
.top_box09 {
  padding: 100px 20px 80px;
  background: #f5f8f8;
  overflow: hidden;
}
.top_box09 .subhead01 {
  margin-bottom: 60px;
}
.top_box09 .wrap {
  position: relative;
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 100px;
}
.top_box09 .wrap .swiper03 {
  overflow: hidden;
}
.top_box09 .wrap .swiper03 .swiper-slide {
  height: auto;
}
.top_box09 .wrap .swiper03 .swiper-slide .swiper-slide-item {
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  background: #fff;
  padding: 35px 20px;
  height: 100%;
}
.top_box09 .wrap .swiper03 .swiper-slide .swiper-slide-item .name_area {
  display: grid;
  grid-template-columns: 18% auto;
  gap: 0 4%;
  align-items: center;
  margin-bottom: 15px;
}
.top_box09 .wrap .swiper03 .swiper-slide .swiper-slide-item .name_area .txt_area .name {
  font-size: clamp(1.4rem, 1.3vw, 1.6rem);
  line-height: 1.2;
  font-family: "Noto Sans JP", sans-serif;
}
.top_box09 .wrap .swiper03 .swiper-slide .swiper-slide-item .name_area .txt_area .info {
  font-size: clamp(1.2rem, 1.2vw, 1.4rem);
  line-height: 1.2;
  color: #374151;
  font-family: "Noto Sans JP", sans-serif;
}
.top_box09 .wrap .swiper03 .swiper-slide .swiper-slide-item .txt {
  color: #4b5563;
  font-family: "Noto Sans JP", sans-serif;
}
.top_box09 .wrap .swiper03 .swiper-button-next::after {
  font-size: 7rem;
  color: #979797;
  font-weight: normal;
}
.top_box09 .wrap .swiper03 .swiper-button-prev::after {
  font-size: 7rem;
  color: #979797;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .top_box09 {
    padding: 60px 0;
  }
  .top_box09 .subhead01 {
    margin-bottom: 30px;
  }
  .top_box09 .wrap {
    padding: 0 50px;
  }
  .top_box09 .wrap .swiper03 .swiper-slide .swiper-slide-item {
    padding: 30px 20px;
  }
  .top_box09 .wrap .swiper03 .swiper-slide .swiper-slide-item .name_area .txt_area .name {
    font-size: clamp(1.4rem, 3vw, 1.6rem);
  }
  .top_box09 .wrap .swiper03 .swiper-slide .swiper-slide-item .name_area .txt_area .info {
    font-size: clamp(1.2rem, 2.8vw, 1.4rem);
  }
  .top_box09 .wrap .swiper03 .swiper-button-next::after {
    font-size: 4rem;
  }
  .top_box09 .wrap .swiper03 .swiper-button-prev::after {
    font-size: 4rem;
  }
} /*max-width:767px*/
/*10カラム*/
.top_box10 {
  padding: 100px 20px 0;
}
.top_box10 .subhead01 {
  margin-bottom: 60px;
}
.top_box10 .wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 2%;
}
.top_box10 .wrap section {
  border-radius: 10px;
  border: 1px solid #c8d3e9;
  background: linear-gradient(88.28deg, rgba(208, 178, 88, 0.15) 4.79%, rgba(208, 178, 88, 0.35) 78.62%);
  padding: 30px 6%;
  text-align: center;
}
.top_box10 .wrap section figure {
  width: 128px;
  margin: 0 auto;
}
.top_box10 .wrap section h3 {
  font-size: clamp(1.4rem, 1.5vw, 1.8rem);
  margin-bottom: 10px;
  line-height: 1.5;
}
.top_box10 .wrap section h3 span {
  font-size: clamp(1.2rem, 1.3vw, 1.5rem);
}
.top_box10 .wrap section dl {
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
}
.top_box10 .wrap section dl dt {
  text-align: center;
  line-height: 1.2;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  background: linear-gradient(90deg, #3786d2 0%, #29479f 100%);
  font-size: clamp(1.4rem, 1.3vw, 1.6rem);
}
.top_box10 .wrap section dl dd {
  padding: 15px;
  color: #4b5563;
  text-align: justify;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 767px) {
  .top_box10 {
    padding: 60px 20px 0;
  }
  .top_box10 .subhead01 {
    margin-bottom: 30px;
  }
  .top_box10 .wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px 0;
    padding: 0 6%;
  }
  .top_box10 .wrap section {
    padding: 30px 20px;
  }
  .top_box10 .wrap section h3 {
    font-size: clamp(1.4rem, 3.6vw, 1.8rem);
  }
  .top_box10 .wrap section h3 span {
    font-size: clamp(1.2rem, 3vw, 1.5rem);
  }
  .top_box10 .wrap section dl dt {
    font-size: clamp(1.4rem, 3.2vw, 1.6rem);
  }
  .top_box10 .wrap section dl dd {
    padding: 15px 10px;
  }
} /*max-width:767px*/
/*11カラム*/
.top_box11 {
  padding: 100px 20px;
  background: linear-gradient(90deg, rgba(81, 173, 226, 0.4) 0%, rgba(81, 173, 226, 0.2) 11%, rgba(81, 173, 226, 0.3) 33%, rgba(81, 173, 226, 0.75) 98.08%);
}
.top_box11 .wrap {
  max-width: 1211px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top_box11 .wrap .tit {
  line-height: 1.5;
}
.top_box11 .wrap .tit .en {
  display: inline-block;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: clamp(1.8rem, 2vw, 2.5rem);
}
.top_box11 .wrap .tit .en span {
  font-family: "Mr De Haviland", cursive;
  font-size: clamp(2.6rem, 2.6vw, 3.5rem);
  display: inline-block;
  margin-left: 20px;
}
.top_box11 .wrap .tit .ja {
  font-size: clamp(3.6rem, 4vw, 6rem);
  font-weight: bold;
}
.top_box11 .wrap .txt {
  width: 417px;
}

@media screen and (max-width: 767px) {
  .top_box11 {
    padding: 60px 20px;
  }
  .top_box11 .wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px 0;
  }
  .top_box11 .wrap .tit .en {
    font-size: clamp(1.8rem, 4vw, 2rem);
  }
  .top_box11 .wrap .tit .en span {
    font-family: "Mr De Haviland", cursive;
    font-size: clamp(2.2rem, 6vw, 2.8rem);
    margin-left: 10px;
  }
  .top_box11 .wrap .tit .ja {
    font-size: clamp(3.2rem, 10vw, 5rem);
  }
  .top_box11 .wrap .txt {
    width: 100%;
  }
} /*max-width:767px*/
/*12カラム*/
.top_box12 {
  padding: 100px 20px;
  background: #fff;
}
.top_box12 .txt01 {
  text-align: center;
  margin-bottom: 80px;
}
.top_box12 .wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 2%;
}
.top_box12 .wrap section {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  background: #f9fafb;
}
.top_box12 .wrap section .txt_area {
  padding: 20px;
}
.top_box12 .wrap section .txt_area h3 {
  margin-bottom: 10px;
  text-align: center;
  line-height: 1.5;
  font-size: clamp(1.6rem, 1.5vw, 1.8rem);
  font-family: "Noto Sans JP", sans-serif;
  color: #111827;
}
.top_box12 .wrap section .txt_area .txt {
  font-family: "Noto Sans JP", sans-serif;
  color: #111827;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .top_box12 {
    padding: 60px 20px;
  }
  .top_box12 .txt01 {
    margin-bottom: 30px;
  }
  .top_box12 .wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px 0;
    padding: 0 6%;
  }
  .top_box12 .wrap section .txt_area h3 {
    font-size: clamp(1.8rem, 5vw, 2.4rem);
  }
} /*max-width:767px*/
/*13カラム*/
.top_box13 {
  padding: 100px 20px;
  background: linear-gradient(90deg, rgba(81, 173, 226, 0.4) 0%, rgba(81, 173, 226, 0.2) 11%, rgba(81, 173, 226, 0.3) 33%, rgba(81, 173, 226, 0.75) 98.08%);
}
.top_box13 .wrap {
  max-width: 1211px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top_box13 .wrap .tit {
  line-height: 1.5;
}
.top_box13 .wrap .tit .en {
  display: inline-block;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: clamp(1.8rem, 2vw, 2.5rem);
}
.top_box13 .wrap .tit .en span {
  font-family: "Mr De Haviland", cursive;
  font-size: clamp(2.6rem, 2.6vw, 3.5rem);
  display: inline-block;
  margin-left: 20px;
}
.top_box13 .wrap .tit .ja {
  font-size: clamp(3.6rem, 4vw, 6rem);
  font-weight: bold;
}
.top_box13 .wrap .txt {
  width: 417px;
}

@media screen and (max-width: 767px) {
  .top_box13 {
    padding: 60px 20px;
  }
  .top_box13 .wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px 0;
  }
  .top_box13 .wrap .tit .en {
    font-size: clamp(1.8rem, 4vw, 2rem);
  }
  .top_box13 .wrap .tit .en span {
    font-family: "Mr De Haviland", cursive;
    font-size: clamp(2.2rem, 6vw, 2.8rem);
    margin-left: 10px;
  }
  .top_box13 .wrap .tit .ja {
    font-size: clamp(3.2rem, 10vw, 5rem);
  }
  .top_box13 .wrap .txt {
    width: 100%;
  }
} /*max-width:767px*/
/*14カラム*/
.top_box14 {
  padding: 100px 20px;
}
.top_box14 .txt01 {
  text-align: center;
  margin-bottom: 60px;
}
.top_box14 .wrap {
  display: grid;
  grid-template-columns: 61.25% 34.46%;
  justify-content: space-between;
  align-items: center;
}
.top_box14 .wrap figure img {
  border-radius: 15px;
  height: 390px;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_box14 .wrap .list .content {
  display: grid;
  grid-template-columns: 17% auto;
  gap: 0 3%;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 20px 10px 20px 20px;
  background: linear-gradient(90deg, #3786d2 0%, #29479f 100%);
  color: #fff;
  align-items: center;
}
.top_box14 .wrap .list .content:last-of-type {
  margin-bottom: 0;
}
.top_box14 .wrap .list .content figure img {
  width: 100%;
  height: auto;
  border-radius: 0;
}
.top_box14 .wrap .list .content dl dt {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.2;
  margin-bottom: 10px;
  font-size: clamp(1.8rem, 1.6vw, 2rem);
}
.top_box14 .wrap .list .content dl dd {
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 767px) {
  .top_box14 {
    padding: 60px 0 100px;
  }
  .top_box14 .txt01 {
    padding: 0 20px;
    margin-bottom: 30px;
  }
  .top_box14 .wrap {
    grid-template-columns: 100%;
    gap: 30px 0;
  }
  .top_box14 .wrap figure img {
    border-radius: 0;
    height: auto;
    aspect-ratio: 4/3;
  }
  .top_box14 .wrap .list {
    padding: 0 20px;
  }
  .top_box14 .wrap .list .content {
    grid-template-columns: 15% auto;
    gap: 0 5%;
    margin-bottom: 15px;
    padding: 15px 5px 15px 15px;
  }
  .top_box14 .wrap .list .content dl dt {
    font-size: clamp(1.6rem, 4vw, 2rem);
  }
  .top_box14 .wrap .list .content dl dd {
    font-size: 1.4rem;
    line-height: 1.2;
  }
} /*max-width:767px*/
/*15カラム*/
.top_box15 {
  padding: 100px 20px;
  background: linear-gradient(90deg, rgba(81, 173, 226, 0.4) 0%, rgba(81, 173, 226, 0.2) 11%, rgba(81, 173, 226, 0.3) 33%, rgba(81, 173, 226, 0.75) 98.08%);
}
.top_box15 .wrap {
  max-width: 1211px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top_box15 .wrap .tit {
  line-height: 1.5;
}
.top_box15 .wrap .tit .en {
  display: inline-block;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: clamp(1.8rem, 2vw, 2.5rem);
}
.top_box15 .wrap .tit .en span {
  font-family: "Mr De Haviland", cursive;
  font-size: clamp(2.6rem, 2.6vw, 3.5rem);
  display: inline-block;
  margin-left: 20px;
}
.top_box15 .wrap .tit .ja {
  font-size: clamp(3.6rem, 4vw, 6rem);
  font-weight: bold;
}
.top_box15 .wrap .txt {
  width: 417px;
}

@media screen and (max-width: 767px) {
  .top_box15 {
    padding: 60px 20px;
  }
  .top_box15 .wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px 0;
  }
  .top_box15 .wrap .tit .en {
    font-size: clamp(1.8rem, 4vw, 2rem);
  }
  .top_box15 .wrap .tit .en span {
    font-family: "Mr De Haviland", cursive;
    font-size: clamp(2.2rem, 6vw, 2.8rem);
    margin-left: 10px;
  }
  .top_box15 .wrap .tit .ja {
    font-size: clamp(3.2rem, 10vw, 5rem);
  }
  .top_box15 .wrap .txt {
    width: 100%;
  }
} /*max-width:767px*/
/*16カラム*/
.top_box16 {
  padding: 100px 20px;
  background: #fff;
}
.top_box16 .txt01 {
  text-align: center;
  margin-bottom: 60px;
}
.top_box16 .wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 2%;
}
.top_box16 .wrap section {
  border-radius: 8px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  padding: 30px 10px 30px;
  text-align: center;
}
.top_box16 .wrap section figure {
  width: 100px;
  margin: 0 auto 20px;
}
.top_box16 .wrap section dl dt {
  font-family: "Noto Sans JP", sans-serif;
  color: #111827;
  line-height: 1.2;
  font-size: clamp(1.6rem, 1.5vw, 1.8rem);
  margin-bottom: 10px;
  font-weight: normal;
}
.top_box16 .wrap section dl dd {
  font-family: "Noto Sans JP", sans-serif;
  color: #111827;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .top_box16 {
    padding: 60px 20px;
  }
  .top_box16 .txt01 {
    margin-bottom: 30px;
  }
  .top_box16 .wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px 0;
  }
  .top_box16 .wrap section {
    padding: 30px 20px;
  }
  .top_box16 .wrap section figure {
    width: 120px;
  }
  .top_box16 .wrap section dl dt {
    font-size: clamp(2rem, 5vw, 2.6rem);
    margin-bottom: 20px;
  }
} /*max-width:767px*/
/*17カラム*/
.top_box17 {
  padding: 100px 20px;
  background: #98d6f9;
}
.top_box17::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 400px;
  height: 400px;
  left: -100px;
  top: -100px;
  background: #ffffff;
  filter: blur(110px);
}
.top_box17 .wrap {
  max-width: 1211px;
  position: relative;
  z-index: 2;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top_box17 .wrap .content .tit {
  line-height: 1.45;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  font-size: clamp(3.2rem, 3.6vw, 4.5rem);
  font-weight: bold;
}
.top_box17 .wrap .line_btn a {
  display: block;
  width: 350px;
}

@media screen and (max-width: 767px) {
  .top_box17 {
    padding: 60px 20px 150px;
  }
  .top_box17 .wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px 0;
  }
  .top_box17 .wrap .content .tit {
    font-size: clamp(2.8rem, 6vw, 3.2rem);
  }
  .top_box17 .wrap .line_btn {
    width: 100%;
  }
  .top_box17 .wrap .line_btn a {
    width: 260px;
    margin: 0 auto;
  }
} /*max-width:767px*/
/****************************************

pc_footer

*****************************************/
footer {
  padding: 80px 20px 40px;
  background: #232323;
  color: #fff;
}
footer .footer_wrap {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: 1px solid #9ca3af;
}
footer .footer_wrap .footer_content .footer_logo {
  width: 260px;
  margin-bottom: 10px;
}
footer .footer_wrap .footer_content .footer_logo a {
  display: inline-block;
}
footer .footer_wrap .footer_content .footer_txt {
  color: #9ca3af;
  font-size: clamp(1.4rem, 1.6vw, 1.8rem);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
}
footer .footer_wrap .footer_navi {
  width: 380px;
  display: flex;
  justify-content: space-between;
}
footer .footer_wrap .footer_navi li a {
  text-decoration: none;
  color: #fff;
  font-size: clamp(1.4rem, 1.6vw, 1.8rem);
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 767px) {
  footer {
    padding: 30px 20px;
  }
  footer .footer_wrap {
    flex-direction: column;
    gap: 15px 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  footer .footer_wrap .footer_content .footer_logo {
    width: 200px;
  }
  footer .footer_wrap .footer_content .footer_txt {
    font-size: 1.2rem;
  }
  footer .footer_wrap .footer_navi {
    width: 100%;
    justify-content: flex-start;
    gap: 0 4%;
  }
  footer .footer_wrap .footer_navi li a {
    font-size: 1.2rem;
  }
} /*max-width:767px*/
.copy small {
  font-size: 1.4rem;
  color: #9ca3af;
  font-family: "Noto Sans JP", sans-serif;
}

.copy {
  text-align: center;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .to_top {
    display: none !important;
  }
  .copy small {
    font-size: 1.1rem;
  }
}
.to_top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
  width: 70px;
}
.to_top a img {
  transition: all 0.5s;
}
.to_top a:hover {
  opacity: 1;
}
.to_top a:hover img {
  transform: translateY(-10px);
}

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

タイトル

*****************************************/
.subhead01 {
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
  font-size: clamp(2.8rem, 3.2vw, 4.2rem);
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .subhead01 {
    margin-bottom: 30px;
    font-size: clamp(2.8rem, 6vw, 3.2rem);
  }
} /*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;
  }
}
/****************************************

テーブル

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

.common_table th {
  padding: 15px 5px;
  text-align: center;
  vertical-align: middle;
  background-color: #000;
  letter-spacing: 0;
  font-size: clamp(1.4rem, 1.5vw, 1.8rem);
  border-right: 4px solid #ccccff;
  font-weight: 500;
}
.common_table th:first-of-type {
  width: 25%;
}
.common_table th:nth-of-type(2) {
  width: 45%;
}
.common_table th:last-of-type {
  width: 30%;
  border-right: none;
}

.common_table td {
  border-right: 4px solid rgba(204, 204, 255, 0.45);
  padding: 16px 5px;
  letter-spacing: 0;
  font-size: clamp(1rem, 1.2vw, 1.4rem);
  text-align: center;
  vertical-align: middle;
  color: #58595b;
  background: #f9f5ff;
}
.common_table td:first-of-type {
  width: 25%;
}
.common_table td:nth-of-type(2) {
  width: 45%;
}
.common_table td:last-of-type {
  border-right: none;
  width: 30%;
}

.common_table tr:nth-of-type(even) td {
  background: #fff;
}

.common_table02 {
  width: 100%;
  border-collapse: collapse;
}

.common_table02 th {
  padding: 15px 5px;
  text-align: center;
  vertical-align: middle;
  background-color: #000;
  letter-spacing: 0;
  font-size: clamp(1.4rem, 1.5vw, 1.8rem);
  border-right: 4px solid #ccccff;
}
.common_table02 th:first-of-type {
  width: 25%;
}
.common_table02 th:nth-of-type(2) {
  width: 45%;
}
.common_table02 th:last-of-type {
  width: 30%;
  border-right: none;
}

.common_table02 td {
  border-right: 4px solid #ccccff;
  padding: 16px 5px;
  letter-spacing: 0;
  font-size: clamp(1rem, 1.2vw, 1.4rem);
  text-align: center;
  vertical-align: middle;
  background: #fff;
  font-weight: 500;
}
.common_table02 td:first-of-type {
  width: 25%;
}
.common_table02 td:nth-of-type(2) {
  width: 45%;
}
.common_table02 td:last-of-type {
  border-right: none;
  width: 30%;
}

.common_table02 tr:nth-of-type(even) td {
  background: #f9f5ff;
}

@media screen and (max-width: 767px) {
  .table_wrap {
    overflow-x: scroll;
  }
  .table_wrap table {
    width: 767px;
  }
} /*max-width:767px*/
@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 (min-width: 768px) {
  .sp_bana {
    display: none;
  }
} /*min-width:768px*/
@media screen and (max-width: 767px) {
  .sp_bana {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 900;
    background: #fff;
    padding: 15px 0;
    transform: translateY(200px);
    transition: all 0.5s;
  }
  .sp_bana .sp_bana_btn a {
    width: 260px;
    margin: 0 auto;
    display: block;
  }
  .sp_bana.active {
    transform: translateY(0);
  }
}
/****************************************

P

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

/* 強調*/
.bold {
  font-weight: bold;
}

.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .txt_center {
    text-align: left;
  }
}
/****************************************

追加用

*****************************************/
.fadein {
  opacity: 0;
  transform: translate(0, 80px);
  transition: all 0.8s;
}

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

.fadein_l {
  opacity: 0;
  transition: all 1s;
}

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

p {
  word-break: break-all;
}

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

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

.ono_box {
  position: absolute;
}

.ono {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.ono img.target {
  display: block;
  width: 100%;
  height: auto;
  transform-origin: center;
  transition: filter 0.6s linear, opacity 0.6s linear;
}

.ono.in-view img.target {
  filter: blur(0);
  opacity: 1;
}

.ono .mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  pointer-events: none;
  background: #fff;
  transform: translateX(0%);
  transition: transform 0.4s linear;
  z-index: 2;
}

.ono.in-view .mask {
  transform: translateX(-100%);
}

.top_box01_icon {
  position: relative;
  margin-top: -150px;
  overflow: hidden;
  z-index: -1;
}
.top_box01_icon .ono_box {
  position: static;
}
.top_box01_icon .ono {
  background: #f9fafb;
}
.top_box01_icon .ono .mask {
  background: #f9fafb;
}

@media screen and (max-width: 767px) {
  .top_box01_icon {
    margin-top: -60px;
  }
  .top_box01_icon .ono_box {
    width: 146%;
  }
} /*max-width:767px*/
.top_box03 {
  position: relative;
  z-index: 1;
}
.top_box03 .ono_box {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30%;
  z-index: -1;
}
.top_box03 .ono {
  background: #eceff0;
}
.top_box03 .ono .mask {
  right: auto;
  left: 0;
  background: #eceff0;
}
.top_box03 .ono.in-view .mask {
  transform: translateX(100%);
}

@media screen and (max-width: 767px) {
  .top_box03 .ono_box {
    top: 43%;
    width: 90%;
  }
} /*max-width:767px*/
.top_box04 .top_box04_wrap {
  position: relative;
}
.top_box04 .top_box04_wrap .ono_box {
  position: absolute;
  width: 100%;
  right: 0;
  bottom: -5%;
  z-index: -1;
}
.top_box04 .top_box04_wrap .ono {
  background: #f9fafb;
}
.top_box04 .top_box04_wrap .ono .mask {
  background: #f9fafb;
  right: auto;
  left: 0;
}
.top_box04 .top_box04_wrap .ono.in-view .mask {
  transform: translateX(100%);
}

@media screen and (max-width: 767px) {
  .top_box04 .top_box04_wrap {
    padding-bottom: 130px;
  }
  .top_box04 .top_box04_wrap .ono_box {
    bottom: 0;
  }
} /*max-width:767px*/
.top_box06 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.top_box06 .ono_box {
  position: absolute;
  width: 30%;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.top_box06 .ono {
  background: #fdfdfd;
}
.top_box06 .ono .mask {
  background: #fdfdfd;
}

@media screen and (max-width: 767px) {
  .top_box06 .ono_box {
    width: 50%;
  }
} /*max-width:767px*/
.top_box10_icon {
  position: relative;
  z-index: -1;
}
.top_box10_icon .ono_box {
  position: static;
}
.top_box10_icon .ono {
  background: #f9fafb;
}
.top_box10_icon .ono .mask {
  background: #f9fafb;
  right: auto;
  left: 0;
}
.top_box10_icon .ono.in-view .mask {
  transform: translateX(100%);
}

@media screen and (max-width: 767px) {
  .top_box10_icon .ono_box {
    width: 100%;
  }
} /*max-width:767px*/
.top_box14 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.top_box14 .ono_box {
  position: absolute;
  left: 0;
  width: 30%;
  z-index: -1;
  bottom: 0;
}
.top_box14 .ono {
  background: #f9fafb;
}
.top_box14 .ono .mask {
  right: auto;
  left: 0;
  background: #f9fafb;
}
.top_box14 .ono.in-view .mask {
  transform: translateX(100%);
}

@media screen and (max-width: 767px) {
  .top_box14 .ono_box {
    width: 50%;
  }
} /*max-width:767px*/
.top_box17 {
  position: relative;
  overflow: hidden;
}
.top_box17 .ono_box {
  position: absolute;
  width: 60%;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.top_box17 .ono {
  background: #98d6f9;
}
.top_box17 .ono .mask {
  background: #98d6f9;
  right: auto;
  left: 0;
}
.top_box17 .ono.in-view .mask {
  transform: translateX(100%);
}

@media screen and (max-width: 767px) {
  .top_box17 .ono_box {
    width: 180%;
    right: -40%;
  }
} /*max-width:767px*//*# sourceMappingURL=style.css.map */