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

リセット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: #000000;
  line-height: 1.8;
  letter-spacing: 0.06em;
  width: 100%;
  font-weight: 500;
  overflow: hidden;
}

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

.under_inner {
  max-width: 1000px;
  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ヘッダー

*****************************************/
.open_navi header .header_content .header_logo a .on_header {
  opacity: 0;
}
.open_navi header .header_content .header_logo a .off_header {
  opacity: 1;
  display: block;
}

header .header_content {
  position: fixed;
  z-index: 10;
  top: 20px;
  left: 30px;
}
header .header_content .header_logo {
  width: 300px;
  margin-bottom: 35px;
}
header .header_content .header_logo a {
  display: block;
}
header .header_content .header_logo a .off_header {
  opacity: 0;
  display: none;
}
header .header_content #g_navi ul li {
  margin-bottom: 12px;
  line-height: 1.5;
}
header .header_content #g_navi ul li:last-child {
  margin-bottom: 0;
}
header .header_content #g_navi ul li a {
  text-decoration: none;
  color: #000;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  transition: all 0.3s;
}
header .header_content #g_navi ul li a:hover {
  opacity: 1;
  color: #eac900;
}
header .header_content #g_navi ul .current-menu-item a {
  color: #eac900;
  position: relative;
}
header .header_content #g_navi ul .current-menu-item a::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 19px;
  background: url(images/g_navi_icon.png) no-repeat;
  background-size: contain;
  right: -25px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
header .header_sns {
  position: fixed;
  top: 25px;
  right: 30px;
  z-index: 10;
  width: 103px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 13px;
}
header .header_sns li a .cls-1 {
  transition: fill 0.3s; /* スムーズに変化 */
}
header .header_sns li a svg:hover .cls-1 {
  fill: #eac900; /* 好きな色 */
  opacity: 1;
}

@media screen and (max-width: 767px) {
  header .header_content {
    top: 20px;
    left: 20px;
    z-index: 1000;
  }
  header .header_content .header_logo {
    width: 42.67%;
    margin-bottom: 0;
    min-width: 180px;
  }
  header .header_content .header_logo img {
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s;
  }
  header .header_sns {
    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: 20px;
    width: 50px;
    height: 45px;
    cursor: pointer;
    z-index: 9999;
    padding: 10px 8px;
  }
  #toggle div {
    position: relative;
  }
  #toggle span {
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    background: #231815;
    border-radius: 4px;
    transition: 0.35s ease-in-out;
  }
  #toggle span:first-child {
    top: 0;
  }
  #toggle span:nth-child(2) {
    top: 11px;
  }
  #toggle span:nth-child(3) {
    top: 22px;
  }
  .open_navi #toggle {
    position: fixed;
  }
  .open_navi #toggle span:first-of-type {
    transform: translateY(11px) rotate(-315deg);
  }
  .open_navi #toggle span:nth-of-type(2) {
    opacity: 0;
  }
  .open_navi #toggle span:nth-of-type(3) {
    transform: translateY(-11px) rotate(315deg);
  }
  #sp_navi {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    overflow-y: scroll;
    text-align: left;
    background: rgba(234, 201, 0, 0.9);
    z-index: 999;
    transform: translateY(-100%);
    transition: 0.7s ease-in-out;
    display: block;
  }
  .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: 150px 20px 0;
    text-align: center;
  }
  #sp_navi .menu .menu-item {
    width: 100%;
    text-align: left;
    border-bottom: #fff 1px solid;
    cursor: pointer;
    color: #000;
    font-weight: bold;
    margin: 0 auto;
    font-size: 1.6rem;
    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: 25px 0;
    color: #000;
    font-weight: bold;
  }
  #sp_navi .menu-item a:active,
  #sp_navi .menu-item a:hover,
  #sp_navi .menu-item a:link,
  #sp_navi .menu-item a:visited {
    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: #eac900 1px solid;
    background-color: rgba(255, 255, 255, 0.9);
    color: #eac900;
  }
  #sp_navi .sub-menu li a {
    display: block;
    padding: 11px 0 10px;
    color: #eac900 !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;
  font-family: "Montserrat", sans-serif;
  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: 10px;
    top: 15px;
  }
} /*max-width:767px*/
.sp_sns {
  margin: 80px auto 50px;
  width: 130px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 16px;
}

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

pc用 横ナビ

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

ティーザー

*****************************************/
/* TOPキービジュアル */
@media screen and (max-width: 767px) {
  .contactform p {
    display: none;
  }
}
.under_bg_wrap {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.under_bg_wrap .under_bg {
  position: relative;
  width: 3640px;
  margin: 0 auto;
  height: 730px;
  z-index: 1;
  overflow: hidden;
}
.under_bg_wrap .under_bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #a63720 0%, #cc40cd 16%, #603ef1 32%, #67b9ec 48%, #82f26d 66%, #ccd349 82%, #df5a37 100%);
  background-size: 400% 400%;
  animation: Grad 20s ease infinite;
  left: 0;
  top: 0;
  -webkit-mask-image: url("images/teaser_bg01.png");
          mask-image: url("images/teaser_bg01.png"); /* 標準 */
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: top center;
          mask-position: top center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.under_bg_wrap .icon01 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  top: -50px;
  z-index: 2;
  width: 1940px;
}
.under_bg_wrap .under_bg_tit {
  position: absolute;
  top: 23%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 3;
  width: 100%;
  line-height: 1.3;
}
.under_bg_wrap .under_bg_tit .en {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0.01em;
  font-size: 3.6rem;
}
.under_bg_wrap .under_bg_tit .ja {
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.08em;
  font-size: 7rem;
}

.under_main {
  padding-top: 530px;
}

@media screen and (max-width: 767px) {
  .under_bg_wrap .under_bg {
    position: relative;
    width: 100%;
    max-width: 767px;
    margin: 0 auto;
    aspect-ratio: 1500/2143;
    z-index: 1;
    overflow: hidden;
  }
  .under_bg_wrap .under_bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #a63720 0%, #cc40cd 16%, #603ef1 32%, #67b9ec 48%, #82f26d 66%, #ccd349 82%, #df5a37 100%);
    background-size: 400% 400%;
    animation: Grad 20s ease infinite;
    mask-image: url("images/sp_teaser_bg.png");
    -webkit-mask-image: url("images/sp_teaser_bg.png");
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: top center;
    -webkit-mask-position: top center;
    mask-size: contain;
    -webkit-mask-size: contain;
    width: 100%;
    height: 100%;
  }
  .under_bg_wrap .icon01 {
    top: 10px;
    width: 100%;
  }
  .under_bg_wrap .under_bg_tit {
    top: 30%;
  }
  .under_bg_wrap .under_bg_tit .en {
    letter-spacing: 0.01em;
    font-size: 3.6rem;
  }
  .under_bg_wrap .under_bg_tit .ja {
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.08em;
    font-size: 5.4rem;
  }
  .under_main {
    padding-top: 780px;
  }
} /*max-width:767px*/
@media screen and (max-width: 440px) {
  .under_bg_wrap .under_bg {
    aspect-ratio: 1000/1700;
  }
  .under_bg_wrap .under_bg_tit {
    top: 25%;
  }
  .under_main {
    padding-top: 660px;
  }
} /*max-width:440px*/
/****************************************

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: #eac900;
  font-size: 1.6rem;
  position: relative;
  position: relative;
  border: 1px solid #eac900;
  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: #eac900;
  background: #fff;
}
.btn_box01 a:hover::after {
  background: #eac900;
}

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

contentトップ用

*****************************************/
body {
  position: relative;
}
body .top_bg {
  position: fixed;
  width: 3640px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -2;
  opacity: 1;
  transition: all 1s;
}
body .top_bg.opa {
  opacity: 0.3;
}
body .top_bg.none {
  opacity: 0;
}

@media screen and (max-width: 767px) {
  body .top_bg {
    width: 100%;
  }
} /*max-width:767px*/
/*mv*/
.mv {
  padding: 345px 20px 0;
  margin-bottom: 800px;
}
.mv .mv_en_tit {
  text-align: center;
  margin-bottom: 70px;
  color: #fff;
  font-size: 2.8rem;
  letter-spacing: 0.15em;
}
.mv .mv_txt01 {
  margin-bottom: 50px;
  position: relative;
  width: 100%;
  aspect-ratio: 1000/100; /* 幅:高さの比率を指定 */
}
.mv .mv_txt01::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #a63720 0%, #cc40cd 16%, #603ef1 32%, #67b9ec 48%, #82f26d 66%, #ccd349 82%, #df5a37 100%);
  background-size: 400% 400%;
  animation: Grad 20s ease infinite;
  left: 0;
  top: 0;
  -webkit-mask-image: url("images/mv_txt.png");
          mask-image: url("images/mv_txt.png"); /* 標準 */
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.mv .mv_txt02 {
  width: 49.09%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .mv {
    padding: 52% 20px 0;
    margin-bottom: 30em;
  }
  .mv .mv_en_tit {
    margin-bottom: 30px;
    font-size: clamp(1.6rem, 4.4vw, 2.2rem);
  }
  .mv .mv_txt01 {
    margin-bottom: 18%;
    aspect-ratio: 1000/500; /* 幅:高さの比率を指定 */
  }
  .mv .mv_txt01::after {
    -webkit-mask-image: url("images/sp_mv_txt.png");
            mask-image: url("images/sp_mv_txt.png"); /* 標準 */
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-size: contain;
            mask-size: contain;
  }
  .mv .mv_txt02 {
    width: 60%;
  }
} /*max-width:767px*/
/*1カラム*/
.top_box01 {
  padding: 0 20px 110px;
}
.top_box01 .inner {
  z-index: 2;
  position: relative;
}
.top_box01 .inner .top_box01_tit {
  margin-bottom: 280px;
}
.top_box01 .inner .top_box01_contnet {
  text-align: center;
  margin-bottom: 200px;
}
.top_box01 .inner .top_box01_contnet:last-of-type {
  margin-bottom: 0;
}
.top_box01 .inner .top_box01_contnet .top_box01_txt_area dt {
  font-size: clamp(3rem, 3.6vw, 4.6rem);
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 30px;
  letter-spacing: 0.05em;
}
.top_box01 .inner .top_box01_contnet .top_box01_txt_area dd {
  color: #6e6e6e;
  font-weight: bold;
}
.top_box01 .inner .top_box01_contnet .top_box01_wrap {
  display: flex;
  justify-content: center;
  gap: 0 2%;
  margin-bottom: 60px;
}
.top_box01 .inner .top_box01_contnet .top_box01_wrap .top_box01_txt_area {
  width: 40%;
}
.top_box01 .inner .top_box01_contnet .top_box01_wrap:last-of-type {
  margin-top: 60px;
}
.top_box01 .inner .top_box01_contnet.top_box01_last_contnet .top_box01_txt_area dt {
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .top_box01 {
    padding: 0 20px 80px;
  }
  .top_box01 .inner .top_box01_tit {
    margin-bottom: 3em;
  }
  .top_box01 .inner .top_box01_contnet {
    margin-bottom: 100px;
  }
  .top_box01 .inner .top_box01_contnet:last-of-type {
    margin-bottom: 0;
  }
  .top_box01 .inner .top_box01_contnet .top_box01_txt_area dt {
    font-size: clamp(2.2rem, 6vw, 3.6rem);
    margin-bottom: 20px;
  }
  .top_box01 .inner .top_box01_contnet .top_box01_wrap {
    flex-direction: column;
    align-items: center;
    gap: 40px 0;
    margin-bottom: 30px;
  }
  .top_box01 .inner .top_box01_contnet .top_box01_wrap .top_box01_txt_area {
    width: 100%;
  }
  .top_box01 .inner .top_box01_contnet .top_box01_wrap:last-of-type {
    margin-top: 30px;
  }
  .top_box01 .inner .top_box01_contnet.top_box01_last_contnet .top_box01_txt_area dt {
    margin-bottom: 10px;
  }
} /*max-width:767px*/
/*2カラム*/
.top_box02 {
  margin-bottom: 20px;
  position: relative;
  padding: 151px 100px 340px;
}
.top_box02 .top_box02_icon02 {
  transition: all 0.3s;
}
.top_box02::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #a63720 0%, #cc40cd 16%, #603ef1 32%, #67b9ec 48%, #82f26d 66%, #ccd349 82%, #df5a37 100%);
  background-size: 400% 400%;
  animation: Grad 20s ease infinite;
  left: 0;
  top: 0;
  z-index: -4;
}
.top_box02 .top_box02_icon {
  position: absolute;
  width: 1440px;
  top: -422px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -3;
}
.top_box02 .top_box02_icon01 {
  position: absolute;
  width: 100%;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -3;
}
.top_box02 .top_box02_icon02 {
  position: absolute;
  width: 590px;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -3;
  transition: all 0.3s;
}
.top_box02 .inner {
  color: #fff;
  text-align: center;
}
.top_box02 .inner .top_box02_tit {
  margin-bottom: 235px;
  font-size: 7.6rem;
}
.top_box02 .inner .top_box02_content a {
  text-decoration: none;
  color: #fff;
}
.top_box02 .inner .top_box02_content a .top_box02_txt_area {
  margin-bottom: 40px;
}
.top_box02 .inner .top_box02_content a .top_box02_txt_area dt {
  font-size: 7rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-bottom: 20px;
}
.top_box02 .inner .top_box02_content a .top_box02_txt_area dd {
  position: relative;
  display: inline-block;
  font-size: 3.6rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.top_box02 .inner .top_box02_content a .top_box02_txt_area dd span {
  position: absolute;
  display: inline-block;
  width: 35px;
  right: -80px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.top_box02 .inner .top_box02_content a .top_box02_txt_area dd .icon02 {
  right: -90px;
  opacity: 0;
  transition: all 0.3s;
}
.top_box02 .inner .top_box02_content a .top_box02_txt {
  font-size: 1.8rem;
}
.top_box02 .inner .top_box02_content a:hover .top_box02_txt_area dd .icon01 {
  right: -90px;
}

.top_box02_icon02.hover {
  opacity: 0;
}

.top_box02_icon02.active {
  opacity: 0;
}

.top_box02_icon02.hover.active {
  opacity: 1 !important;
}

@keyframes Grad {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@media screen and (max-width: 767px) {
  .top_box02 {
    padding: 10em 20px 16em;
  }
  .top_box02 .top_box02_icon {
    width: 125%;
    top: 0;
    transform: translate(-50%, -55%); /* 横中央・縦に30px上へ */
  }
  .top_box02 .top_box02_icon01 {
    position: absolute;
    width: 100%;
    top: 57%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -3;
  }
  .top_box02 .top_box02_icon02 {
    width: 80%;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -3;
    transition: all 0.3s;
  }
  .top_box02 .inner .top_box02_tit {
    margin-bottom: 3em;
    font-size: clamp(3.6rem, 10vw, 5rem);
  }
  .top_box02 .inner .top_box02_content a .top_box02_txt_area {
    margin-bottom: 30px;
  }
  .top_box02 .inner .top_box02_content a .top_box02_txt_area dt {
    font-size: 4.2rem;
  }
  .top_box02 .inner .top_box02_content a .top_box02_txt_area dd {
    font-size: 2.4rem;
    line-height: 1.8;
  }
  .top_box02 .inner .top_box02_content a .top_box02_txt_area dd span {
    width: 15px;
    right: -30px;
    top: 58%;
  }
  .top_box02 .inner .top_box02_content a .top_box02_txt_area dd .icon02 {
    right: -40px;
  }
  .top_box02 .inner .top_box02_content a .top_box02_txt {
    font-size: 1.4rem;
  }
} /*max-width:767px*/
/*3カラム*/
.top_box03 {
  padding: 0 20px;
  background: #f2f2f2;
}
.top_box03 .inner {
  padding: 90px 0 70px;
  position: relative;
  z-index: 1;
}
.top_box03 .inner .top_box03_icon {
  position: absolute;
  height: 100%;
  z-index: -1;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.top_box03 .inner .top_box03_icon img {
  width: auto;
  height: 100%;
}
.top_box03 .inner .top_box03_tit {
  margin-bottom: 10px;
}
.top_box03 .inner .top_box03_table {
  max-width: 540px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .top_box03 {
    padding: 0;
  }
  .top_box03 .inner {
    padding: 100px 20px;
  }
  .top_box03 .inner .top_box03_tit {
    margin-bottom: 50px;
  }
} /*max-width:767px*/
.top_box03_table {
  width: 100%;
  border-collapse: collapse;
}

.top_box03_table th {
  width: 26%;
  padding: 2px 0;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #000;
}

.top_box03_table td {
  width: 74%;
  padding: 2px 0;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #000;
}

@media screen and (max-width: 767px) {
  .top_box03_table th {
    width: 26%;
    font-size: 1.4rem;
  }
  .top_box03_table td {
    width: 74%;
    font-size: 1.4rem;
  }
} /*max-width:767px*/
/*4カラム*/
.top_box04 {
  padding: 90px 20px 0;
}
.top_box04 .top_box04_inner {
  max-width: 600px;
  margin: 0 auto;
}
.top_box04 .top_box04_inner .top_box04_tit {
  margin-bottom: 45px;
}
.top_box04 .top_box04_inner .top_box04_wrap {
  padding: 40px 0;
  border-top: 3px solid #e5e5e5;
  border-bottom: 3px solid #e5e5e5;
}
.top_box04 .top_box04_inner .top_box04_wrap .top_box04_content {
  height: 395px;
  overflow-y: scroll;
}
.top_box04 .top_box04_inner .top_box04_wrap .top_box04_content article a {
  display: block;
  margin-bottom: 30px;
  text-decoration: none;
  pointer-events: none;
}
.top_box04 .top_box04_inner .top_box04_wrap .top_box04_content article a time {
  display: inline-block;
  line-height: 1.2;
  font-size: 1.6rem;
  color: #000;
  margin-bottom: 10px;
}
.top_box04 .top_box04_inner .top_box04_wrap .top_box04_content article a .tit {
  font-size: 1.6rem;
  line-height: 1.2;
  color: #000;
}

@media screen and (max-width: 767px) {
  .top_box04 .top_box04_inner .top_box04_tit {
    margin-bottom: 30px;
  }
  .top_box04 .top_box04_inner .top_box04_wrap {
    border-top: 2px solid #e5e5e5;
    border-bottom: 2px solid #e5e5e5;
  }
  .top_box04 .top_box04_inner .top_box04_wrap .top_box04_content article a {
    margin-bottom: 20px;
  }
  .top_box04 .top_box04_inner .top_box04_wrap .top_box04_content article a time {
    font-size: 1.4rem;
    margin-bottom: 8px;
  }
  .top_box04 .top_box04_inner .top_box04_wrap .top_box04_content article a .tit {
    font-size: 1.4rem;
  }
} /*max-width:767px*/
/*5カラム*/
/*6カラム*/
/*7カラム*/
/*8カラム*/
/*9カラム*/
/****************************************

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;
  }
}
/*==============================================================
ACTIVITIES
==================================================================*/
.activities_box01 {
  z-index: 1;
  padding: 0 20px;
  text-align: center;
  position: relative;
  margin-bottom: 360px;
}
.activities_box01 .tit {
  font-weight: 700;
  margin-bottom: 160px;
  color: #000;
  font-size: clamp(3.2rem, 3.4vw, 4.2rem);
  line-height: 1.6;
}
.activities_box01 .txt {
  margin-bottom: 150px;
  position: relative;
}
.activities_box01 .txt::after {
  position: absolute;
  content: "";
  width: 590px;
  height: 340px;
  background: url(images/teaser_icon02.png) no-repeat;
  background-size: contain;
  left: 50%;
  top: 63%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.activities_box01 .txt p {
  font-size: clamp(1.6rem, 1.5vw, 1.8rem);
  font-weight: bold;
}
.activities_box01 figure figcaption {
  font-size: clamp(1.6rem, 1.5vw, 1.8rem);
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .activities_box01 {
    margin-bottom: 200px;
    padding: 0;
  }
  .activities_box01 .tit {
    margin-bottom: 50px;
    font-size: clamp(2.8rem, 6.4vw, 3.2rem);
    padding: 0 20px;
  }
  .activities_box01 .txt {
    margin-bottom: 50px;
    position: relative;
    padding: 0 20px;
  }
  .activities_box01 .txt::after {
    width: 90%;
    height: 100%;
    background: url(images/teaser_icon02.png) center center no-repeat;
    background-size: contain;
    top: 50%;
  }
  .activities_box01 .txt p {
    font-size: 1.4rem;
  }
  .activities_box01 figure figcaption {
    margin-top: 20px;
    font-size: 1.4rem;
    padding: 0 20px;
  }
} /*max-width:767px*/
.activities_box02 {
  padding: 0 20px 200px;
}
.activities_box02 .activities_box02_tit_area {
  position: relative;
  text-align: center;
  margin-bottom: 120px;
}
.activities_box02 .activities_box02_tit_area::after {
  position: absolute;
  content: "";
  width: 590px;
  height: 340px;
  background: url(images/activities_icon02.png) no-repeat;
  background-size: contain;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.activities_box02 .activities_box02_tit_area .tit {
  font-weight: 700;
  color: #000;
  font-size: clamp(3.2rem, 3.4vw, 4.2rem);
  line-height: 1.6;
  margin-bottom: 30px;
}
.activities_box02 .activities_box02_tit_area .top_txt {
  font-size: clamp(1.6rem, 1.5vw, 1.8rem);
  font-weight: bold;
}
.activities_box02 .wrap {
  padding: 60px 50px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  display: grid;
  grid-template-columns: 57.78% 33.33%;
  justify-content: space-between;
}
.activities_box02 .wrap:last-of-type {
  border-top: none;
  margin-bottom: 90px;
}
.activities_box02 .wrap .content .content_tit {
  color: #eac900;
  font-size: clamp(1.6rem, 1.5vw, 1.8rem);
  font-weight: bold;
  margin-bottom: 10px;
}
.activities_box02 .wrap .content .txt {
  text-align: justify;
}
.activities_box02 .wrap .content dl {
  margin-top: 30px;
}
.activities_box02 .wrap .content dl dt {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.activities_box02 .wrap .content dl dd {
  font-size: 1.2rem;
  letter-spacing: 0;
  color: #505050;
}
.activities_box02 .bottom_txt {
  font-size: clamp(1.6rem, 1.5vw, 1.8rem);
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .activities_box02 {
    padding: 0 20px 100px;
  }
  .activities_box02 .activities_box02_tit_area {
    margin-bottom: 60px;
  }
  .activities_box02 .activities_box02_tit_area::after {
    position: absolute;
    content: "";
    width: 90%;
    height: 100%;
    background: url(images/activities_icon02.png) center top no-repeat;
    background-size: contain;
    top: 40%;
  }
  .activities_box02 .activities_box02_tit_area .tit {
    font-size: clamp(2.6rem, 6vw, 3.2rem);
    margin-bottom: 40px;
  }
  .activities_box02 .activities_box02_tit_area .top_txt {
    font-size: 1.4rem;
  }
  .activities_box02 .wrap {
    padding: 40px 0;
    grid-template-columns: 100%;
    gap: 25px 0;
  }
  .activities_box02 .wrap:last-of-type {
    margin-bottom: 50px;
  }
  .activities_box02 .wrap .content {
    order: 2;
  }
  .activities_box02 .wrap .content .content_tit {
    font-size: 1.4rem;
    margin-bottom: 8px;
  }
  .activities_box02 .wrap .content dl {
    margin-top: 20px;
  }
  .activities_box02 .wrap .content dl dt {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
  .activities_box02 .wrap .content dl dd {
    font-size: 1.1rem;
  }
  .activities_box02 .wrap figure {
    order: 1;
  }
  .activities_box02 .wrap figure img {
    aspect-ratio: 4/3;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top center;
       object-position: top center;
  }
  .activities_box02 .bottom_txt {
    font-size: 1.4rem;
  }
} /*max-width:767px*/
.activities_box03 {
  padding: 110px 20px 280px;
  position: relative;
}
.activities_box03 .activities_box03_icon {
  position: absolute;
  width: 1440px;
  top: -422px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -3;
}
.activities_box03::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #f2f2f2;
  left: 0;
  top: 0;
  z-index: -4;
}
.activities_box03 .tit {
  font-weight: 700;
  color: #000;
  font-size: clamp(3.2rem, 3.4vw, 4.2rem);
  line-height: 1.6;
  text-align: center;
  margin-bottom: 30px;
}
.activities_box03 .top_txt {
  font-size: clamp(1.6rem, 1.5vw, 1.8rem);
  font-weight: bold;
  text-align: center;
  margin-bottom: 130px;
}
.activities_box03 .txt_area {
  max-width: 500px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  margin-bottom: 120px;
}
.activities_box03 .txt_area::after {
  position: absolute;
  content: "";
  width: 590px;
  height: 340px;
  background: url(images/activities_icon03.png) no-repeat;
  background-size: contain;
  left: 50%;
  top: 53%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.activities_box03 .pic01 {
  margin-bottom: 280px;
}

@media screen and (max-width: 767px) {
  .activities_box03 {
    padding: 10em 20px 16em;
  }
  .activities_box03 .activities_box03_icon {
    width: 125%;
    top: 0;
    transform: translate(-50%, -55%); /* 横中央・縦に30px上へ */
  }
  .activities_box03::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #f2f2f2;
    left: 0;
    top: 0;
    z-index: -4;
  }
  .activities_box03 .tit {
    font-size: clamp(2.6rem, 6vw, 3.2rem);
    margin-bottom: 40px;
  }
  .activities_box03 .top_txt {
    font-size: 1.4rem;
    margin-bottom: 50px;
  }
  .activities_box03 .txt_area {
    max-width: 100%;
    margin-bottom: 80px;
  }
  .activities_box03 .txt_area::after {
    width: 90%;
    height: 100%;
    background: url(images/activities_icon03.png) center center no-repeat;
    background-size: contain;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .activities_box03 .pic01 {
    margin-bottom: 80px;
    padding-bottom: 20px;
    overflow-x: scroll;
  }
  .activities_box03 .pic01 img {
    width: 600px;
  }
} /*max-width:767px*/
/*==============================================================
ABOUT US
==================================================================*/
.teaser {
  padding: 180px 20px 100px;
  text-align: center;
}
.teaser .teaser_tit {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2.8rem, 2.8vw, 3.6rem);
  font-weight: bold;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .teaser {
    padding: 150px 20px 80px;
  }
  .teaser .teaser_tit {
    font-size: clamp(3.2rem, 7vw, 3.6rem);
  }
} /*max-width:767px*/
@media screen and (max-width: 767px) {
  .pt5 {
    padding-top: 8px;
  }
} /*max-width:767px*/
.about_box01 {
  padding: 0 20px;
  margin-bottom: 180px;
}
.about_box01 .tit {
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  font-size: clamp(2rem, 2.2vw, 2.6rem);
}
.about_box01 .txt {
  margin-bottom: 40px;
}
.about_box01 .txt p {
  line-height: 2;
}
.about_box01 .txt .line_break {
  padding-top: 40px;
}
.about_box01 .pic_area {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 0 30px;
}
.about_box01 .pic_area .txt {
  text-align: right;
  margin-bottom: 0;
}
.about_box01 .pic_area figure {
  width: 200px;
}

@media screen and (max-width: 767px) {
  .about_box01 {
    margin-bottom: 100px;
  }
  .about_box01 .tit {
    text-align: center;
    margin-bottom: 40px;
    font-size: clamp(2rem, 2.2vw, 2.6rem);
  }
  .about_box01 .txt {
    margin-bottom: 30px;
  }
  .about_box01 .txt p {
    line-height: 1.8;
  }
  .about_box01 .txt .line_break {
    padding-top: 30px;
  }
  .about_box01 .pic_area {
    gap: 0 20px;
  }
  .about_box01 .pic_area .txt {
    text-align: right;
    margin-bottom: 0;
  }
  .about_box01 .pic_area figure {
    width: 50%;
    max-width: 200px;
  }
} /*max-width:767px*/
.about_box02 {
  padding: 0 20px;
  background: #f2f2f2;
}
.about_box02 .inner {
  padding: 80px 0 50px;
  position: relative;
  z-index: 1;
}
.about_box02 .inner .about_box02_icon {
  position: absolute;
  height: 100%;
  z-index: -1;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.about_box02 .inner .about_box02_icon img {
  width: auto;
  height: 100%;
}
.about_box02 .inner .about_box02_tit {
  margin-bottom: 40px;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
  font-size: clamp(2rem, 2vw, 2.4rem);
}
.about_box02 .inner .about_box02_table {
  max-width: 560px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .about_box02 {
    padding: 0;
  }
  .about_box02 .inner {
    padding: 60px 20px;
  }
  .about_box02 .inner .about_box02_tit {
    margin-bottom: 30px;
  }
} /*max-width:767px*/
.about_box02_table {
  width: 100%;
  border-collapse: collapse;
}
.about_box02_table tr {
  border-bottom: 1px solid #ccc;
}
.about_box02_table tr:last-of-type {
  border-bottom: none;
}

.about_box02_table th {
  width: 15%;
  padding: 10px 0;
  font-size: 1.6rem;
  letter-spacing: 0em;
  font-weight: 500;
  text-align: left;
  color: #000;
}

.about_box02_table td {
  width: 85%;
  padding: 10px 0;
  font-size: 1.6rem;
  letter-spacing: 0em;
  font-weight: 500;
  color: #000;
}

@media screen and (max-width: 767px) {
  .about_box02_table th {
    width: 26%;
    font-size: 1.4rem;
  }
  .about_box02_table td {
    width: 74%;
    font-size: 1.4rem;
  }
} /*max-width:767px*/
/*==============================================================
お問い合わせ
==================================================================*/
.contact_box {
  padding: 0 20px;
}
.contact_box .contact_txt {
  text-align: center;
  margin-bottom: 50px;
}
.contact_box .privacy {
  margin-bottom: 80px;
  background: #eee;
  padding: 30px 20px;
  text-align: center;
}
.contact_box .privacy .tit {
  font-size: 2.2rem;
  margin-bottom: 20px;
}
.contact_box .privacy .txt {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .contact_box .contact_txt {
    text-align: justify;
    margin-bottom: 30px;
  }
  .contact_box .privacy {
    margin-bottom: 50px;
    text-align: justify;
  }
  .contact_box .privacy .tit {
    font-size: 2rem;
  }
} /*max-width:767px*/
/*==============================================================
ブログページ
==================================================================*/
.blog_post {
  padding: 0 20px;
}

.blog_post_parts .blog_box {
  display: grid;
  grid-template-columns: 36.36% 58.18%;
  justify-content: space-between;
}
.blog_post_parts figure {
  overflow: hidden;
}
.blog_post_parts figure a {
  display: block;
  width: 100%;
}
.blog_post_parts figure a img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .blog_post_parts .blog_box {
    grid-template-columns: 100%;
  }
  .blog_post_parts figure {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 20px;
  }
} /*max-width:767px*/
.blog_post_parts h2 {
  font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
  .blog_post_parts h2 {
    font-size: 1.8rem;
  }
} /*max-width:767px*/
/* 投稿 */
/*==============================================================
blogページ
==================================================================*/
/* 投稿 */
.blog_post_parts {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .blog_post_parts {
    margin-bottom: 50px;
  }
} /*max-width:767px*/
/* 3列投稿 */
@media screen and (max-width: 767px) {
  .blog_post_parts figure {
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 767px) {
  .txt480,
  .txt500,
  .txt530,
  .txt510,
  .txt560,
  .txt600,
  .txt640 {
    width: 100%;
  }
}
/****************************************

single.php

*****************************************/
#single_box {
  padding: 0 20px;
}

.nav-below {
  font-size: 100%;
}
.nav-below a {
  text-decoration: none;
  color: #fff;
  display: block;
}

#single_box time {
  display: block;
  margin-bottom: 20px;
}

.another_article {
  display: flex;
  justify-content: center;
  gap: 0 20px;
  width: 400px;
  margin: 0 auto;
  background: #eac900;
}

@media screen and (max-width: 767px) {
  .another_article {
    display: flex;
    width: 100%;
    gap: 0 10px;
  }
} /*max-width:767px*/
.another_article p {
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
  line-height: 60px;
}
.another_article p a {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .another_article .nav-below {
    width: 30%;
  }
  .another_article .nav-below P {
    width: 100%;
  }
  .another_article .nav-below P a {
    width: 100%;
  }
  .another_article p {
    padding: 0 2px;
    font-size: 1.2rem;
    line-height: 35px;
  }
} /*max-width:767px*/
.single_box_txt {
  font-size: 1.6rem;
  margin-bottom: 50px;
}
.single_box_txt img {
  margin: 20px 0;
  width: auto;
  max-width: 100%;
  height: auto;
}

#single_box figure {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .single_box_txt {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
  h1.single_headline {
    margin-bottom: 30px;
  }
  #single_box img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
}
/****************************************

投稿　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 {
    display: flex;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    height: 64px;
    bottom: 0;
    left: 0;
    z-index: 4;
  }
  .sp_bana div {
    position: relative;
    width: 50%;
    background: #eac900;
    border-top: 1px solid #fff;
  }
  .sp_bana div img {
    width: 8%;
  }
  .sp_bana div:not(:last-child) {
    border-right: 1px solid #fff;
  }
  .sp_bana div p {
    color: #fff;
    line-height: 1;
    font-size: clamp(1.8rem, 4vw, 2rem);
    font-weight: 500;
    text-align: center;
    display: inline-block;
    line-height: 0.8;
    padding-left: 20px;
    position: relative;
  }
  .sp_bana div p span {
    font-size: 0.8rem;
    opacity: 1;
  }
  .sp_bana div:first-of-type p {
    font-size: clamp(2rem, 4vw, 2.2rem);
  }
  .sp_bana div:first-of-type p::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 12px;
    background: url(images/sp_tel.svg) no-repeat;
    left: 0;
    top: 5px;
  }
  .sp_bana div:last-of-type p::after {
    position: absolute;
    content: "";
    width: 12px;
    height: 9px;
    background: url(images/sp_mail.svg) no-repeat;
    left: 0;
    top: 5px;
  }
  .sp_bana a {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    gap: 0 8px;
  }
  .sp_footer_content {
    margin: 30px 0;
    padding: 30px 10px 0;
    border-top: 1px dotted #999;
  }
  footer#sp_footer {
    border-top: none;
  }
}
/****************************************

pc_footer

*****************************************/
footer {
  margin-top: 130px;
  background: #eac900;
  padding: 0 20px;
  position: relative;
}
footer .footer_inner {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  padding: 40px 0;
  z-index: 1;
}
footer .footer_inner .footer_icon {
  position: absolute;
  height: 100%;
  left: -200px;
  z-index: -2;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
footer .footer_inner .footer_icon img {
  width: auto;
  height: 100%;
}
footer .footer_inner .footer_sns {
  position: absolute;
  top: 40px;
  right: 0;
  width: 103px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 13px;
}
footer .footer_inner .footer_sns li a .cls-1 {
  transition: fill 0.3s; /* スムーズに変化 */
}
footer .footer_inner .footer_sns li a svg:hover .cls-1 {
  fill: #6e6e6e; /* 好きな色 */
  opacity: 1;
}
footer .footer_inner .footer_navi {
  margin-bottom: 280px;
  padding: 0 200px;
  display: flex;
  justify-content: center;
  gap: 0 6%;
}
footer .footer_inner .footer_navi li a {
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  color: #000;
  transition: all 0.3s;
}
footer .footer_inner .footer_navi li a:hover {
  opacity: 1;
  color: #6e6e6e;
}

@media screen and (max-width: 767px) {
  footer {
    margin-top: 110px;
    padding: 0;
  }
  footer .footer_inner {
    padding: 70px 20px 20px;
  }
  footer .footer_inner .footer_icon {
    height: 100%;
    left: 0;
  }
  footer .footer_inner .footer_icon img {
    width: auto;
    height: 100%;
  }
  footer .footer_inner .footer_sns {
    position: static;
    width: 103px;
    grid-template-columns: repeat(3, 1fr);
    margin: 0 auto;
    margin-bottom: 50px;
  }
  footer .footer_inner .footer_navi {
    display: none;
  }
} /*max-width:767px*/
.to_top {
  position: absolute;
  top: -100px;
  right: 50px;
  z-index: 100;
  width: 45px;
  text-align: center;
}
.to_top a:hover {
  opacity: 1;
}
.to_top a:hover .icon01 {
  transform: translateY(-8px);
}
.to_top a span {
  display: inline-block;
  transition: all 0.3s;
  text-align: center;
}
.to_top a .txt {
  line-height: 1.2;
  font-size: 1.6rem;
  color: #000;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  padding-top: 8px;
}

.footer_address {
  font-weight: normal;
}

address {
  font-style: normal;
  font-size: 1.4rem;
}

.copy small {
  font-size: 1.4rem;
}

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

@media screen and (max-width: 767px) {
  .to_top {
    position: absolute;
    top: -80px;
    right: 20px;
    width: 40px;
  }
  .to_top a .txt {
    font-size: 1.4rem;
    padding-top: 5px;
  }
  .copy {
    text-align: center;
  }
  .copy small {
    font-size: 1.1rem;
  }
}
/****************************************

タイトル

*****************************************/
/* 下層ページ共通見出し */
.headline {
  font-size: 3.2rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  margin-bottom: 15px;
  color: #3f2513;
  margin-bottom: 60px;
}

.subhead01 {
  text-align: center;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.06em;
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-size: clamp(5rem, 6vw, 7.4rem);
}

@media screen and (max-width: 767px) {
  .subhead01 {
    font-size: clamp(3.6rem, 10vw, 5rem);
  }
} /*max-width:767px*/
.subhead02 {
  display: flex;
  justify-content: center;
  gap: 0 80px;
  align-items: center;
  line-height: 1.2;
  letter-spacing: 0.1em;
  margin-bottom: 80px;
  font-weight: 600;
  position: relative;
}
.subhead02::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  background: url(images/tit_icon.svg) no-repeat;
  background-size: cover;
  left: 0;
  right: 0;
  bottom: -50px;
  margin: 0 auto;
}
.subhead02::before {
  position: absolute;
  content: "";
  width: 10px;
  transition: all 2s;
  height: 3px;
  background: #eac900;
  left: 0;
  right: 0;
  bottom: -39px;
  margin: 0 auto;
}
.subhead02 .ja {
  font-size: clamp(2.6rem, 2.6vw, 3.2rem);
  font-weight: 600;
  display: inline-block;
  position: relative;
}
.subhead02 .ja::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  background: #333;
  left: -65px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.subhead02 .en {
  font-size: clamp(2.8rem, 2.8vw, 3.6rem);
  font-family: "Montserrat", sans-serif;
}

@media screen and (max-width: 767px) {
  .subhead02 {
    gap: 0 70px;
    margin-bottom: 40px;
  }
  .subhead02::after {
    bottom: -28px;
    width: 20px;
    height: 20px;
    background: url(images/tit_icon.svg) no-repeat;
    background-size: cover;
  }
  .subhead02::before {
    bottom: -19px;
    height: 2px;
  }
  .subhead02 .ja {
    font-size: clamp(2.4rem, 6vw, 3rem);
  }
  .subhead02 .ja::after {
    left: -60px;
  }
  .subhead02 .en {
    font-size: clamp(2.6rem, 6.8vw, 3.4rem);
  }
} /*max-width:767px*/
.subhead02.active::before {
  width: 500px;
}

@media screen and (max-width: 767px) {
  .subhead02.active::before {
    width: 100%;
  }
} /*max-width:767px*/
.subhead04 {
  font-size: clamp(2.2rem, 2vw, 2.6rem);
  border-bottom: 1px solid #eac900;
  line-height: 1.2;
  letter-spacing: 0.05em;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .subhead04 {
    font-size: clamp(1.8rem, 4.4vw, 2.2rem);
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
} /*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;
  }
}
/****************************************

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 #eac900 solid;
  border-radius: 8px;
  background-color: #eac900;
  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(234, 201, 0, 0.3);
  background-color: #fff;
  color: #eac900;
  transition: all 0.25s;
}
.wpcf7 .tc input[type=submit]:focus {
  outline: 0;
  border: 1px #eac900 solid;
  box-shadow: 0 0 2px 2px rgba(234, 201, 0, 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 #eac900;
}

.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 #eac900;
  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 #eac900;
  border-right: 3px solid #eac900;
  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 #eac900;
  box-shadow: 0 0 2px 2px rgba(234, 201, 0, 0.5);
  background-color: #eac900;
  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 #eac900;
  border-right: 1px solid #eac900;
  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 #eac900;
  border-right: 1px solid #eac900;
}

.wpcf7 .form_input select {
  cursor: pointer;
  width: 250px;
  max-width: 100%;
  margin: 0;
  padding: 0.5em 3.5em 0.5em 1em;
  border: 1px solid #eac900;
  border-radius: 4px;
  box-shadow: none;
  background-color: #fefefe;
  background-image: linear-gradient(90deg, rgba(234, 201, 0, 0.7), rgba(234, 201, 0, 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(234, 201, 0, 0.3);
}

.wpcf7 .form_input select:focus {
  outline: 0;
  border: 1px #6c5d2f solid;
  box-shadow: 0 0 1px 1px rgba(234, 201, 0, 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;
  }
} /*min-width:768px*/
@media screen and (max-width: 767px) {
  .sp_none {
    display: none;
  }
} /*max-width:767px*/
pre {
  white-space: pre-wrap; /* テキストの自動改行を有効にする */
  word-wrap: break-word; /* 長い単語を自動で折り返す */
  overflow: auto; /* はみ出た場合にスクロールバーを表示する */
}

p {
  word-break: break-all;
}/*# sourceMappingURL=style.css.map */