@charset "UTF-8";
/*==========================================
  Common
==========================================*/
/* Base Styles
==================================*/
h1, h2, h3, h4, h5, h6,
p, pre, blockquote,
ul, li, ol, dl, dd, tr {
  font-size: 16px;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1;
}

a {
  color: #070707;
  text-decoration: none;
  transition: 0.3s;
}
a:visited, a:hover, a:active {
  color: #070707;
}
a:hover {
  text-decoration: none;
}
@media (min-width: 800px) {
  a.tel {
    pointer-events: none;
    cursor: default;
  }
}

/* Responsive Display
==================================*/
@media (min-width: 800px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 799px) {
  .pc {
    display: none !important;
  }
}
/* Main Content
==================================*/
main {
  display: block;
}

/* Retina Display Support
==================================*/
/* Header
==================================*/
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #fff;
  width: 100%;
  height: 80px;
}
header .header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-left: 20px;
}
header .header_inner .logo {
  z-index: 5;
}
header .header_inner .logo a img {
  height: 50px;
}
header .header_inner .header_nav {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  padding: 6rem 0 3rem;
  width: 100%;
  height: 100vh;
  background: #fff;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
header .header_inner .header_nav nav {
  display: block;
  justify-content: right;
  align-items: center;
}
header .header_inner .header_nav nav ul.nav_list {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 0;
  margin-left: 30px;
  margin-right: 30px;
}
header .header_inner .header_nav nav ul.nav_list li a {
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: 18px;
  display: block;
  text-align: left;
  padding-top: 15px;
  padding-bottom: 15px;
}
header .header_inner .header_nav nav ul.nav_list li a span.en {
  color: #00a596;
  font-family: "Poppins";
  font-weight: 700;
  font-size: 12px;
  display: block;
  letter-spacing: 0.05em;
}
header .header_inner .header_nav nav .hd_contact {
  height: 100px;
  max-width: 400px;
  width: 85%;
  margin-inline: auto;
  margin-top: 40px;
}
header .header_inner .header_nav nav .hd_contact a {
  color: #fff;
  font-family: "Poppins";
  font-weight: 700;
  font-size: 21px;
  display: block;
  background: #00A596;
  background: linear-gradient(0deg, rgb(0, 165, 150) 0%, rgb(17, 95, 173) 100%);
  height: 100%;
  line-height: 100px;
  text-align: center;
}
header .header_inner #menu-toggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 3;
  width: 3.5rem;
  height: 3.5rem;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
header .header_inner #menu-toggle .line {
  width: 2.4rem;
  height: 0.15rem;
  border-radius: 0.1rem;
  background: #070707;
  display: block;
  position: relative;
  transition: transform 0.6s ease;
}
header .header_inner #menu-toggle .line + .line {
  margin-top: 0.6rem;
}

/* Footer
==================================*/
footer {
  background-image: url(/images/common/bg_ft.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-bottom: 60px;
  overflow: hidden;
}
footer::after {
  content: "";
  background-color: #000;
  opacity: 0.65;
  mix-blend-mode: luminosity;
  position: absolute;
  inset: 0;
  z-index: 0;
}
footer .footer_inner {
  color: #fff;
  height: auto;
  max-width: 1200px;
  margin-inline: auto;
  z-index: 1;
  position: relative;
}
footer .footer_inner .ft_contact_wrap {
  background: #fff;
  padding: 48px 24px;
  width: 100%;
  box-sizing: border-box;
}
footer .footer_inner .ft_contact_wrap .tit_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0 100px;
  flex-direction: column;
  margin-bottom: 36px;
}
footer .footer_inner .ft_contact_wrap .tit_wrap h4 {
  font-family: "Poppins";
  font-weight: 700;
  color: #00a596;
  font-size: clamp(36px, 12vw, 48px);
  letter-spacing: -0.02em;
  position: relative;
  margin-bottom: 18px;
}
footer .footer_inner .ft_contact_wrap .tit_wrap h4 span {
  font-family: "Noto Sans JP";
  font-weight: 700;
  color: #070707;
  font-size: 14px;
  display: block;
  padding-left: 22px;
  padding-top: 4px;
}
footer .footer_inner .ft_contact_wrap .tit_wrap h4::after {
  content: "";
  background: #070707;
  width: 12px;
  height: 1px;
  position: absolute;
  left: 5px;
  bottom: 6px;
}
footer .footer_inner .ft_contact_wrap .tit_wrap .ft_lead {
  font-family: "Noto Sans JP";
  font-weight: 500;
  color: #070707;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
}
footer .footer_inner .ft_contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  gap: 36px 0;
}
footer .footer_inner .ft_contact .tel_number {
  font-family: "Poppins";
  font-weight: 700;
  font-size: clamp(28px, 10vw, 36px);
  line-height: 1.1;
  position: relative;
  padding-left: clamp(36px, 14vw, 50px);
}
footer .footer_inner .ft_contact .tel_number::before {
  content: "";
  background-image: url(/images/common/icon_ft_tel.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 7px;
  width: clamp(36px, 12vw, 48px);
  height: 100%;
}
footer .footer_inner .ft_contact .tel_number .txt_s {
  font-family: "Noto Sans JP";
  font-weight: 500;
  color: #070707;
  display: block;
  font-size: 12px;
}
footer .footer_inner .ft_contact .btn_ft_contact {
  max-width: 470px;
  height: 80px;
  width: 100%;
}
footer .footer_inner .ft_contact .btn_ft_contact a {
  font-family: "Noto Sans JP";
  font-weight: 700;
  color: #fff;
  font-size: 18px;
  background: #00A596;
  background: linear-gradient(0deg, rgb(0, 165, 150) 0%, rgb(17, 95, 173) 100%);
  width: 100%;
  text-align: center;
  padding-top: 24px;
  box-sizing: border-box;
  display: block;
  height: 100%;
}
footer .footer_inner .txt_ft_since {
  font-family: old-standard, serif;
  font-weight: bold;
  font-size: clamp(24px, 10vw, 32px);
  color: #fff;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}
footer .footer_inner .txt_ft_since .year {
  color: #00a596;
  font-size: clamp(36px, 16vw, 54px);
  display: block;
}
footer .footer_inner .ft_corp_wrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: column-reverse;
  gap: 48px 0;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 30px;
}
footer .footer_inner .ft_corp_wrap .corp_info {
  font-family: "Noto Sans JP";
  font-weight: 700;
}
footer .footer_inner .ft_corp_wrap .corp_info .logo {
  height: 84px;
  margin-bottom: 25px;
}
footer .footer_inner .ft_corp_wrap .corp_info .logo a img {
  height: 100%;
}
footer .footer_inner .ft_corp_wrap .corp_info dl dt {
  font-size: 18px;
  margin-bottom: 12px;
}
footer .footer_inner .ft_corp_wrap .corp_info dl dd {
  font-size: 14px;
  line-height: 1.8;
}
footer .footer_inner .ft_corp_wrap .corp_info dl dd .tel_number {
  color: #00a596;
  font-size: 24px;
  line-height: 1.2;
  display: block;
}
footer .footer_inner .ft_corp_wrap .corp_info dl dd .tel_number small {
  font-size: 18px;
}
footer .footer_inner .ft_corp_wrap .corp_info dl dd .tel_number a {
  color: #00a596;
}
footer .footer_inner .ft_corp_wrap .ft_nav ul {
  display: flex;
  justify-content: flex-start;
  gap: 0;
  flex-direction: column;
}
footer .footer_inner .ft_corp_wrap .ft_nav ul li a {
  font-family: "Noto Sans JP";
  font-weight: 700;
  color: #fff;
  font-size: 15px;
  display: block;
  position: relative;
  padding-left: 15px;
  padding-top: 12px;
  padding-bottom: 12px;
  width: 100%;
}
footer .footer_inner .ft_corp_wrap .ft_nav ul li a::before {
  content: "";
  background-color: #00a596;
  height: 6px;
  width: 6px;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 20px;
}
footer .footer_inner .copy {
  padding-left: 20px;
  padding-right: 20px;
}
footer .footer_inner .copy .txt_link {
  font-size: 12px;
  line-height: 1.8;
}
footer .footer_inner .copy .txt_link a {
  color: #fff;
  position: relative;
}
footer .footer_inner .copy .txt_link small {
  font-size: 10px;
  display: block;
}

/* Page Top Button
==================================*/
#pageTop {
  opacity: 0;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 888;
  transition: 0.3s;
}
#pageTop.active {
  opacity: 1;
}
#pageTop a {
  display: block;
  width: 50px;
}
#pageTop a:hover {
  opacity: 0.7;
}

/*==================================
  Component
==================================*/
html {
  overflow: auto;
}
html.no_move {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}
img[src$=".png"], img[src$=".jpg"] {
  backface-visibility: hidden;
}

.container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  box-sizing: border-box;
}
@media (max-width: 799px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.row .col {
  position: relative;
  width: 100%;
  min-height: 1px;
  box-sizing: border-box;
}
.row .col.col_4 {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}

.txt_lead_ty01 {
  font-size: 16px;
  line-height: 1.8;
}
.txt_lead_ty01 span {
  display: inline;
}

.txt_lead_ty02 {
  font-size: 16px;
  line-height: 1.8;
}
.txt_lead_ty02 span {
  display: block;
}

.pankuzu {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1300px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
.pankuzu li {
  font-family: "Noto Sans JP";
  font-weight: 600;
  color: #00a596;
  font-size: 12px;
}
.pankuzu li a {
  color: #070707;
  position: relative;
  white-space: nowrap;
}
.pankuzu li a::after {
  content: "/";
  position: absolute;
  right: -12px;
  top: -1px;
}

/*==================================
	タイトル
==================================*/
.con_sec {
  background: #f4f4f4;
  padding-top: 40px;
}
.con_sec .con_wrap {
  padding-top: 70px;
}
.con_sec .con_wrap h2 {
  font-family: "Poppins";
  font-weight: 700;
  color: #115fad;
  font-size: clamp(36px, 13vw, 48px);
  max-width: 1300px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.con_sec .con_wrap h2 .txt_jp {
  font-family: "Noto Sans JP";
  font-weight: 500;
  color: #070707;
  display: block;
  font-size: 18px;
  padding-top: 12px;
}
.con_sec .con_wrap figure {
  height: 150px;
}
.con_sec .con_wrap figure img {
  width: calc(100% - 20px);
  height: 100%;
  object-fit: cover;
  border-radius: 0 15px 15px 0;
}

.tit_h3 {
  font-family: "Poppins";
  font-weight: 700;
  color: #00a596;
  font-size: clamp(48px, 10vw, 64px);
  letter-spacing: -0.02em;
  margin-bottom: 30px;
}
.tit_h3 span {
  color: #070707;
  font-size: clamp(15px, 10vw, 18px);
  display: block;
  letter-spacing: 0.05em;
  padding-top: 10px;
}
.tit_h3.ty_white {
  color: #fff;
  text-align: center;
}
.tit_h3.ty_white span {
  color: #fff;
}

/*==================================
	ボタン
==================================*/
.btn_wrap {
  padding-top: 50px;
}
.btn_wrap .btn_more {
  max-width: 380px;
  width: 90%;
  position: relative;
  margin-inline: auto;
}
.btn_wrap .btn_more a {
  font-family: "Noto Sans JP";
  font-weight: 700;
  color: #00a596;
  font-size: 18px;
  border: 1px solid #00a596;
  border-radius: 40px;
  display: block;
  height: 68px;
  width: 100%;
  padding-top: 19px;
  box-sizing: border-box;
  text-align: center;
}
.btn_wrap .btn_more::before {
  content: "";
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  border-radius: 1px;
  height: 6px;
  width: 6px;
  position: absolute;
  right: 32px;
  top: 30px;
  transform: rotate(45deg);
  z-index: 1;
}
.btn_wrap .btn_more::after {
  content: "";
  background: #00a596;
  border-radius: 50%;
  height: 34px;
  width: 34px;
  position: absolute;
  right: 17px;
  top: 17px;
}
.btn_wrap .btn_more.ty_white {
  margin-left: auto;
  margin-right: auto;
}
.btn_wrap .btn_more.ty_white a {
  border-color: #fff;
  color: #fff;
}
.btn_wrap .btn_more.ty_white::before {
  border-right: 4px solid #00a596;
  border-top: 4px solid #00a596;
}
.btn_wrap .btn_more.ty_white::after {
  background-color: #fff;
}
.btn_wrap .btn_more.ty_blk {
  margin-left: auto;
  margin-right: auto;
}
.btn_wrap .btn_more.ty_blk a {
  border-color: #070707;
  color: #070707;
}
.btn_wrap .btn_more.ty_blk::before {
  border-right: 4px solid #fff;
  border-top: 4px solid #fff;
}
.btn_wrap .btn_more.ty_blk::after {
  background-color: #070707;
}

.btn_wrap_lite {
  position: absolute;
  bottom: 50px;
  left: 50px;
}
.btn_wrap_lite .btn_more {
  display: flex;
  align-items: center;
  gap: 0 12px;
  max-width: 160px;
  width: 100%;
  position: relative;
}
.btn_wrap_lite .btn_more a {
  font-family: "Noto Sans JP";
  font-weight: 700;
  color: #00a596;
  font-size: 21px;
  border-bottom: 3px solid #00a596;
  display: block;
  box-sizing: border-box;
  padding-bottom: 3px;
}
.btn_wrap_lite .btn_more .btn_arw {
  position: relative;
}
.btn_wrap_lite .btn_more .btn_arw::before {
  content: "";
  border-right: 3px solid #00a596;
  border-top: 3px solid #00a596;
  border-radius: 2px;
  height: 8px;
  width: 8px;
  position: absolute;
  right: -21px;
  top: -4px;
  transform: rotate(45deg);
  z-index: 1;
}
.btn_wrap_lite .btn_more .btn_arw::after {
  content: "";
  border: 1px solid #00a596;
  background: #fff;
  border-radius: 50%;
  height: 32px;
  width: 32px;
  position: absolute;
  right: -34px;
  top: -16px;
}

/*==================================
	リスト系
==================================*/
.news_ul {
  margin: 0 0 19px;
}
.news_ul .news_li {
  border-bottom: 1px solid #e8e8e8;
  padding: 22px 14px;
}
.news_ul .news_li > a {
  display: flex;
  align-items: center;
}
.news_ul .news_li > a .date {
  font-size: 16px;
  color: #919191;
  margin-right: 24px;
}
.news_ul .news_li > a .img_wrap {
  margin-right: 17px;
}
@media (min-width: 800px) {
  .news_ul .news_li > a .title {
    background: linear-gradient(#000, #000) 0 100%/0 1px no-repeat;
    transition: background 0.4s ease;
  }
  .news_ul .news_li > a:hover .title {
    background-size: 100% 1px;
  }
}
/*==================================
	ページナビ
==================================*/
.page_navigation .wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 45px 0 50px;
}
@media (max-width: 799px) {
  .page_navigation .wp-pagenavi {
    margin: 30px 0 40px;
  }
}
.page_navigation .wp-pagenavi > .page,
.page_navigation .wp-pagenavi .current {
  font-size: 16px;
  font-weight: 500;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  box-sizing: border-box;
  margin: 0 5px;
}
.page_navigation .wp-pagenavi > .page:not(.current),
.page_navigation .wp-pagenavi .current:not(.current) {
  background-color: #f3f3f3;
}
@media (min-width: 800px) {
  .page_navigation .wp-pagenavi > .page:not(.current):hover,
  .page_navigation .wp-pagenavi .current:not(.current):hover {
    color: #fff;
    background-color: #000;
  }
}
.page_navigation .wp-pagenavi > .page.current,
.page_navigation .wp-pagenavi .current.current {
  background-color: #000;
  color: #fff;
}
.page_navigation .wp-pagenavi .nextpostslink,
.page_navigation .wp-pagenavi .previouspostslink {
  position: relative;
  font-weight: 500;
  box-sizing: border-box;
}
.page_navigation .wp-pagenavi .nextpostslink::before,
.page_navigation .wp-pagenavi .previouspostslink::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 9px;
  height: 14px;
  background-image: url(../images/common/pager_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s ease;
}
.page_navigation .wp-pagenavi .nextpostslink.previouspostslink,
.page_navigation .wp-pagenavi .previouspostslink.previouspostslink {
  padding-left: 33px;
  margin-right: 30px;
}
.page_navigation .wp-pagenavi .nextpostslink.previouspostslink::before,
.page_navigation .wp-pagenavi .previouspostslink.previouspostslink::before {
  left: 0;
  transform: scale(-1, 1);
}
@media (min-width: 800px) {
  .page_navigation .wp-pagenavi .nextpostslink.previouspostslink:hover::before,
  .page_navigation .wp-pagenavi .previouspostslink.previouspostslink:hover::before {
    left: -5px;
  }
}
.page_navigation .wp-pagenavi .nextpostslink.nextpostslink,
.page_navigation .wp-pagenavi .previouspostslink.nextpostslink {
  padding-right: 33px;
  margin-left: 30px;
}
.page_navigation .wp-pagenavi .nextpostslink.nextpostslink::before,
.page_navigation .wp-pagenavi .previouspostslink.nextpostslink::before {
  right: 0;
}
@media (min-width: 800px) {
  .page_navigation .wp-pagenavi .nextpostslink.nextpostslink:hover::before,
  .page_navigation .wp-pagenavi .previouspostslink.nextpostslink:hover::before {
    right: -5px;
  }
}
.page_navigation .wp-pagenavi .list_back {
  margin-left: 58px;
  margin-right: 58px;
}
.page_navigation .wp-pagenavi .list_back > a {
  font-weight: 500;
}
.page_navigation .wp-pagenavi .list_back > a > .list_icon {
  display: inline-block;
  padding-left: 24px;
  position: relative;
}
.page_navigation .wp-pagenavi .list_back > a > .list_icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 14px;
  background-image: url(../img/news/list_icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.page_navigation > ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 45px 0 50px;
}
.page_navigation > ul .link_page,
.page_navigation > ul .current_page {
  font-size: 16px;
  font-weight: 500;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  box-sizing: border-box;
  margin: 0 5px;
}
.page_navigation > ul .link_page:not(.current_page),
.page_navigation > ul .current_page:not(.current_page) {
  background-color: #f3f3f3;
}
@media (min-width: 800px) {
  .page_navigation > ul .link_page:not(.current_page):hover,
  .page_navigation > ul .current_page:not(.current_page):hover {
    color: #fff;
    background-color: #000;
  }
}
.page_navigation > ul .link_page.current_page,
.page_navigation > ul .current_page.current_page {
  background-color: #000;
  color: #fff;
}

/*==========================================
  Layout
==========================================*/
/*==================================
  Top
==================================*/
#Top main {
  overflow: hidden;
}
#Top main .mv_sec {
  position: relative;
  padding-top: 80px;
  width: 100%;
}
#Top main .mv_sec .mv_catch {
  position: absolute;
  top: 120px;
  left: 0;
  right: 0;
  max-width: 60%;
  width: 100%;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  z-index: 5;
}
#Top main .mv_sec .mv_catch h2 {
  padding-bottom: 18px;
}
#Top main .mv_sec .mv_catch h2 span {
  display: block;
}
#Top main .mv_sec .mv_catch h2 span img {
  width: 100%;
}
#Top main .mv_sec .mv_catch h2 span:nth-of-type(1) {
  max-width: 650px;
}
#Top main .mv_sec .mv_catch h2 span:nth-of-type(2) {
  max-width: 870px;
  margin-top: 12px;
}
#Top main .mv_sec .mv_catch .mv_catch_jp {
  font-family: "Noto Sans JP";
  font-weight: 700;
  color: #fff;
  font-size: clamp(13px, 3vw, 16px);
  letter-spacing: 0.2em;
  text-align: center;
}
#Top main .mv_sec .mv_catch .mv_catch_jp .en {
  font-family: old-standard, serif;
  font-weight: bold;
  font-size: 15px;
  position: relative;
  letter-spacing: 0.05em;
  display: block;
}
#Top main .mv_sec .mv_slide {
  position: relative;
}
#Top main .mv_sec .mv_slide ul.slider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
#Top main .mv_sec .mv_slide ul.slider li img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100vh;
}
#Top main .abt_sec {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
#Top main .abt_sec .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  gap: 50px 0;
  padding-left: 25px;
  padding-right: 25px;
}
#Top main .abt_sec .container .txt_wrap {
  width: 100%;
}
#Top main .abt_sec .container .txt_wrap .tit_h4 {
  font-family: "Shippori Mincho B1";
  font-weight: 500;
  font-size: clamp(20px, 10vw, 24px);
  line-height: 1.6;
  margin-bottom: 20px;
}
#Top main .abt_sec .container .photo_wrap {
  width: 100%;
}
#Top main .abt_sec .container .photo_wrap figure {
  max-width: 562px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px 10px;
}
#Top main .abt_sec .container .photo_wrap figure img:nth-of-type(1) {
  max-width: 562px;
  width: 100%;
}
#Top main .abt_sec .container .photo_wrap figure img:nth-of-type(2) {
  width: 50%;
}
#Top main .abt_sec .container .photo_wrap figure img:nth-of-type(3) {
  width: 30%;
}
#Top main .pro_sec {
  position: relative;
  margin-bottom: 120px;
}
#Top main .pro_sec::after {
  content: "";
  background: linear-gradient(90deg, rgb(221, 245, 243) 0%, rgb(238, 249, 225) 100%);
  border-radius: 0 15px 15px 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 0;
}
#Top main .pro_sec .container {
  position: relative;
  z-index: 1;
}
#Top main .pro_sec .container .photo_wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px 10px;
}
#Top main .pro_sec .container .photo_wrap figure.main {
  position: relative;
  width: 100%;
}
#Top main .pro_sec .container .photo_wrap figure.main::before {
  content: "PHOTO BY TOCLAS";
  font-size: 11px;
  color: #fff;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 1;
}
#Top main .pro_sec .container .photo_wrap figure.main img:nth-of-type(2) {
  max-width: 320px;
}
#Top main .pro_sec .container .photo_wrap figure.main img:nth-of-type(3) {
  max-width: 478px;
}
#Top main .pro_sec .container .photo_wrap figure.sub {
  margin-bottom: 36px;
  display: flex;
  align-items: stretch;
  gap: 10px 10px;
}
#Top main .pro_sec .container .photo_wrap figure.sub img:nth-of-type(1) {
  max-width: calc(60% - 5px);
  position: relative;
}
#Top main .pro_sec .container .photo_wrap figure.sub img:nth-of-type(1)::before {
  content: "PHOTO BY TOCLAS";
  font-size: 11px;
  color: #fff;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 1;
}
#Top main .pro_sec .container .photo_wrap figure.sub img:nth-of-type(2) {
  max-width: calc(40% - 5px);
  position: relative;
  object-fit: cover;
}
#Top main .pro_sec .container .photo_wrap figure.sub img:nth-of-type(2)::before {
  content: "PHOTO BY TOCLAS";
  font-size: 11px;
  color: #fff;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 1;
}
#Top main .pro_sec .container .info_wrap {
  max-width: 540px;
}
#Top main .pro_sec .container .info_wrap .tit_tp_h4 {
  font-family: "Poppins";
  font-weight: 600;
  color: #070707;
  font-size: clamp(28px, 14vw, 36px);
  padding-bottom: 18px;
}
#Top main .pro_sec .container .info_wrap .tit_tp_h4 span {
  font-family: "Noto Sans JP";
  font-weight: 700;
  color: #fff;
  font-size: 12px;
  background: #00a596;
  display: block;
  text-align: center;
  height: 22px;
  padding: 4px 6px 0;
  max-width: 88px;
  margin-bottom: 3px;
  box-sizing: border-box;
}
#Top main .faci_sec {
  background-image: url(/images/top/bg_faci.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 300px;
}
#Top main .faci_sec::after {
  content: "";
  background-color: #000;
  opacity: 0.25;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
#Top main .faci_sec .tit_faci_h5 {
  position: absolute;
  top: 150px;
  right: auto;
  left: auto;
  width: 100%;
  z-index: 1;
  text-align: center;
}
#Top main .faci_sec .tit_faci_h5 span {
  font-family: old-standard, serif;
  font-weight: bold;
  color: #fff;
  font-size: clamp(30px, 10vw, 40px);
}
#Top main .faci_sec .tit_faci_h5 span strong {
  font-family: old-standard, serif;
  font-weight: bold;
  font-size: 15px;
  position: relative;
  letter-spacing: 0.05em;
  display: block;
  padding-top: 10px;
}
#Top main .faci_sec .tit_faci_h5 span strong small {
  z-index: 1;
  position: relative;
  padding-left: 12px;
}
#Top main .faci_sec .tit_faci_h5 span strong small::after {
  content: "";
  border-right: 1px solid #fff;
  height: 18px;
  position: absolute;
  left: 6px;
  bottom: 0;
}
#Top main .faci_sec .faci_wrap {
  position: relative;
  bottom: -70px;
  z-index: 1;
  width: 100%;
}
#Top main .faci_sec .faci_wrap::after {
  content: "";
  background-color: #fff;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#Top main .faci_sec .faci_wrap .faci_wrap_inner {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 50px;
  padding-bottom: 50px;
  box-sizing: border-box;
  position: relative;
}
#Top main .faci_sec .faci_wrap .faci_wrap_inner .slider_wrap .slider {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px 5px;
}
#Top main .faci_sec .faci_wrap .faci_wrap_inner .slider_wrap .slider li {
  max-width: 360px;
  width: 48.5%;
}
#Top main .faci_sec .faci_wrap .faci_wrap_inner .slider_wrap .slider li dl dd {
  font-family: "Noto Sans JP";
  font-weight: 600;
  color: #070707;
  font-size: 14px;
  text-align: center;
  padding-top: 10px;
}
#Top main .faci_sec .faci_wrap .faci_wrap_inner .btn_wrap {
  padding-top: 50px;
}
#Top main .flw_sec {
  background: #00A596;
  background: linear-gradient(0deg, rgb(0, 165, 150) 0%, rgb(17, 95, 173) 100%);
  position: relative;
  padding-top: 120px;
  padding-bottom: 75px;
  overflow: hidden;
}
#Top main .flw_sec::after {
  content: "";
  background-image: url(/images/common/logo.svg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 75%;
  max-width: 600px;
  position: absolute;
  top: 0;
  right: -30px;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 60%;
  mix-blend-mode: soft-light;
}
#Top main .flw_sec .container .flow_wrap {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 30px 0;
}
#Top main .flw_sec .container .flow_wrap dl {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
#Top main .flw_sec .container .flow_wrap dl dt {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 28px;
  line-height: 1.1;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  padding-top: 23px;
  box-sizing: border-box;
  margin-bottom: 18px;
}
#Top main .flw_sec .container .flow_wrap dl dt .txt_s {
  font-size: 13px;
  display: block;
}
#Top main .flw_sec .container .flow_wrap dl dd.tit_flow {
  font-family: "Noto Sans JP";
  font-weight: 600;
  font-size: 22px;
  position: relative;
  padding-bottom: 60px;
  margin-bottom: 12px;
  white-space: nowrap;
}
#Top main .flw_sec .container .flow_wrap dl dd.tit_flow::after {
  content: "";
  background: #fff;
  width: 1px;
  height: 40px;
  position: absolute;
  bottom: 10px;
  left: 50%;
}
#Top main .flw_sec .container .flow_wrap dl dd.icon_flow {
  max-width: 84px;
}
#Top main .flw_sec .container .flow_wrap dl dd.icon_flow img {
  width: 100%;
}
#Top main .flw_sec .container .flow_wrap span.line_flow {
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 14px solid #fff;
  position: relative;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
}
#Top main .flw_sec .container .flow_wrap span.line_flow::before {
  content: "";
  background: #fff;
  width: clamp(100px, 10vw, 150px);
  height: 1px;
  position: absolute;
  top: -7px;
  left: 14px;
}
#Top main .flw_sec .container .flow_wrap span.line_flow::after {
  content: "";
  background: #fff;
  width: clamp(100px, 10vw, 150px);
  height: 1px;
  position: absolute;
  top: -7px;
  right: 14px;
}
#Top main .kineri_sec {
  padding-top: 100px;
}
#Top main .kineri_sec .container {
  position: relative;
}
#Top main .kineri_sec .container .tit_kineri {
  font-family: "Shippori Mincho B1";
  font-weight: 500;
  font-size: clamp(36px, 10vw, 48px);
  letter-spacing: 0.02em;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 50px;
}
#Top main .kineri_sec .container figure.deco_kineri_r {
  position: absolute;
  top: -50px;
  right: 20px;
  max-width: clamp(45px, 10vw, 60px);
}
#Top main .kineri_sec .container figure.deco_kineri_l {
  position: absolute;
  top: -70px;
  left: 20px;
  max-width: clamp(65px, 10vw, 80px);
}
#Top main .kineri_sec .container .kineri_hd_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 35px 0;
}
#Top main .kineri_sec .container .kineri_hd_wrap .logo_kineri {
  max-width: 280px;
  width: 60%;
  margin-inline: auto;
}
#Top main .kineri_sec .container .kineri_hd_wrap dl {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#Top main .kineri_sec .container .kineri_hd_wrap dl dt {
  display: flex;
  justify-content: center;
  gap: 0 20px;
  margin-bottom: 10px;
}
#Top main .kineri_sec .container .kineri_hd_wrap dl dt span {
  max-width: 180px;
}
#Top main .kineri_sec .container .kineri_hd_wrap dl dd.tit_kineri_lead {
  font-family: "Noto Sans JP";
  font-weight: 600;
  font-size: clamp(24px, 10vw, 30px);
  margin-bottom: 20px;
}
#Top main .kineri_sec .container .kineri_hd_wrap dl dd.tit_kineri_lead span {
  font-family: "Shippori Mincho B1";
  font-weight: 500;
}
#Top main .kineri_sec .container .kineri_hd_wrap dl dd.txt_kineri_lead {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
}
#Top main .kineri_sec .container .kineri_hd_wrap dl dd.txt_kineri_lead br {
  display: none;
}
#Top main .kineri_sec .container .kineri_hd_wrap dl dd.btn_kineri_more {
  width: 100%;
}
#Top main .kineri_sec .container .kineri_hd_wrap dl dd.btn_kineri_more .btn_wrap {
  padding-top: 50px;
}
#Top main .kineri_sec .container .kineri_insta_wrap {
  background: #fff;
  padding: 20px;
  position: relative;
  bottom: -50px;
  border-radius: 0 0 15px 15px;
}
#Top main .kineri_sec .container .kineri_insta_wrap .tit_insta {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 32px;
  display: inline-block;
  position: relative;
  left: 50%;
  margin-bottom: 36px;
  padding-left: 44px;
  text-align: center;
  transform: translateX(-50%);
}
#Top main .kineri_sec .container .kineri_insta_wrap .tit_insta::before {
  content: "";
  background-image: url(/images/common/icon_insta.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
  width: 36px;
  height: 36px;
  position: absolute;
  top: -4px;
  left: 0;
}
#Top main .kineri_sec .container .kineri_insta_wrap .tit_insta .btn_insta {
  font-size: 16px;
  padding-top: 10px;
  display: block;
}
#Top main .kineri_sec .container .kineri_insta_wrap .list_insta {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px 10px;
  flex-wrap: wrap;
}
#Top main .kineri_sec .container .kineri_insta_wrap .list_insta li {
  width: calc(33.3333333333% - 10px);
}
#Top main .news_sec {
  background: #f4f4f4;
  padding-top: 170px;
  padding-bottom: 220px;
}
#Top main .news_sec .container {
  position: relative;
}
#Top main .news_sec .container .news_wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 20px 0;
}
#Top main .news_sec .container .news_wrap .list_news {
  border-top: 1px solid #c9c9c9;
  max-width: 815px;
  width: 100%;
}
#Top main .news_sec .container .news_wrap .list_news li {
  border-bottom: 1px solid #c9c9c9;
}
#Top main .news_sec .container .news_wrap .list_news li a {
  display: block;
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
}
#Top main .news_sec .container .news_wrap .list_news li a::after {
  content: "";
  border-right: 3px solid #00a596;
  border-top: 3px solid #00a596;
  border-radius: 2px;
  height: 8px;
  width: 8px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  margin-top: 4px;
}
#Top main .news_sec .container .news_wrap .list_news li a dl dt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 15px;
  margin-bottom: 6px;
}
#Top main .news_sec .container .news_wrap .list_news li a dl dt span.txt_day {
  font-family: "Poppins";
  font-weight: 600;
  color: #00a596;
  font-size: 13px;
}
#Top main .news_sec .container .news_wrap .list_news li a dl dt span.icon_cate {
  font-family: "Noto Sans JP";
  font-weight: 500;
  color: #115fad;
  font-size: 13px;
  background: #fff;
  border: 1px solid #115fad;
  border-radius: 11px;
  height: 22px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  position: relative;
  top: -2px;
}
#Top main .news_sec .container .news_wrap .list_news li a dl dd {
  font-family: "Noto Sans JP";
  font-weight: 700;
  padding-right: 24px;
}
#Top main .news_sec .container .btn_wrap_lite {
  position: relative;
  bottom: -50px;
  left: 0;
}
#Top main .acc_sec {
  background: #f4f4f4;
  padding-bottom: 120px;
}
#Top main .acc_sec .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column-reverse;
  gap: 35px 0;
}
#Top main .acc_sec .container .map_wrap {
  max-width: 747px;
  width: 100%;
  height: 300px;
}
#Top main .acc_sec .container .map_wrap iframe {
  border: 1px solid #808080 !important;
  border-radius: 15px;
}
#Top main .acc_sec .container .info_wrap dl dt {
  margin-bottom: 20px;
}
#Top main .acc_sec .container .info_wrap dl dd.crp_name {
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}
#Top main .acc_sec .container .info_wrap dl dd.crp_info {
  line-height: 1.7;
}
#Top main .acc_sec .container .info_wrap dl .btn_wrap_lite {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-top: 18px;
}
#Top main .acc_sec .container .info_wrap dl .btn_wrap_lite .btn_more {
  max-width: 300px;
}

/*==================================
  Facility
==================================*/
#Facility main .faci_hd_sec {
  padding-top: 60px;
  padding-bottom: 60px;
}
#Facility main .faci_hd_sec .container .tit_hd_h3 {
  font-family: "Shippori Mincho B1";
  font-weight: 500;
  font-size: clamp(20px, 10vw, 24px);
  text-align: center;
  margin-bottom: 18px;
  line-height: 1.6;
}
#Facility main .faci_hd_sec .container .txt_lead {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
  text-align: justify;
}
#Facility main .faci_sec {
  padding-bottom: 42px;
}
#Facility main .faci_sec .container .faci_wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 60px 30px;
  flex-wrap: wrap;
  counter-reset: number 0;
  margin-bottom: 80px;
}
#Facility main .faci_sec .container .faci_wrap dl {
  max-width: 360px;
  width: 100%;
}
#Facility main .faci_sec .container .faci_wrap dl dt {
  margin-bottom: 18px;
  position: relative;
}
#Facility main .faci_sec .container .faci_wrap dl dt::before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero) " ";
  font-family: "Poppins";
  font-weight: 600;
  font-style: italic;
  color: #00a596;
  font-size: 60px;
  position: absolute;
  top: -38px;
  left: 14px;
  display: block;
  z-index: 1;
}
#Facility main .faci_sec .container .faci_wrap dl dt img {
  border-radius: 0 8px 0 8px;
}
#Facility main .faci_sec .container .faci_wrap dl dd.tit_faci {
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  margin-bottom: 12px;
}
#Facility main .faci_sec .container .faci_wrap dl dd.txt_faci {
  line-height: 1.5;
}
#Facility main .faci_sec .container .faci_list h4 {
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: 21px;
  margin-bottom: 24px;
  text-align: center;
}
#Facility main .faci_sec .container .faci_list .tbl_faci {
  width: 100%;
}
#Facility main .faci_sec .container .faci_list .tbl_faci tr th {
  background: #f4f4f4;
  font-size: 13px;
  padding-top: 12px;
  padding-bottom: 12px;
}
#Facility main .faci_sec .container .faci_list .tbl_faci tr th:nth-of-type(1) {
  width: 50%;
}
#Facility main .faci_sec .container .faci_list .tbl_faci tr th:nth-of-type(2) {
  width: 32%;
}
#Facility main .faci_sec .container .faci_list .tbl_faci tr th:nth-of-type(3) {
  width: 18%;
}
#Facility main .faci_sec .container .faci_list .tbl_faci tr td {
  border-bottom: 1px solid #c9c9c9;
  font-size: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}
#Facility main .faci_sec .container .faci_list .tbl_faci tr td:nth-of-type(1) {
  width: 50%;
}
#Facility main .faci_sec .container .faci_list .tbl_faci tr td:nth-of-type(2) {
  width: 32%;
}
#Facility main .faci_sec .container .faci_list .tbl_faci tr td:nth-of-type(3) {
  width: 18%;
}
#Facility main .faci_sec .container .faci_list .tbl_faci tr:nth-of-type(1) {
  border-bottom: 3px solid #c9c9c9;
}
#Facility main .faci_sec .container .faci_list .tbl_faci tr:nth-of-type(odd) {
  background-color: #f4f4f4;
}

/*==================================
  About
==================================*/
#About main .abt_hd_sec {
  padding-top: 60px;
  padding-bottom: 60px;
}
#About main .abt_hd_sec .container .tit_hd_h3 {
  font-family: "Shippori Mincho B1";
  font-weight: 500;
  font-size: clamp(20px, 10vw, 24px);
  text-align: center;
  margin-bottom: 18px;
}
#About main .abt_hd_sec .container .txt_lead {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
  text-align: justify;
  margin-bottom: 40px;
}
#About main .abt_hd_sec .container .img_list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px 10px;
}
#About main .abt_hd_sec .container .img_list img:nth-of-type(1) {
  max-width: 562px;
  width: 100%;
}
#About main .abt_hd_sec .container .img_list img:nth-of-type(2) {
  max-width: 50%;
  position: relative;
}
#About main .abt_hd_sec .container .img_list img:nth-of-type(3) {
  max-width: 30%;
  position: relative;
}
#About main .crp_sec {
  background: linear-gradient(90deg, rgb(221, 245, 243) 0%, rgb(238, 249, 225) 100%);
  padding-top: 60px;
  padding-bottom: 120px;
}
#About main .crp_sec .container .crp_wrap {
  background: #fff;
  border-radius: 15px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  padding: 30px 20px;
  margin-bottom: 40px;
  gap: 30px 0;
}
#About main .crp_sec .container .crp_wrap h4 {
  font-family: "Noto Sans JP";
  font-weight: 700;
  background: #115fad;
  border-radius: 0 0 15px 0;
  color: #fff;
  font-size: clamp(24px, 7vw, 36px);
  text-align: center;
  padding: 18px;
  box-sizing: border-box;
  position: relative;
  left: -72px;
  max-width: 320px;
  width: 100%;
}
#About main .crp_sec .container .crp_wrap h4 .txt_en {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 12px;
  display: block;
  padding-top: 12px;
}
#About main .crp_sec .container .crp_wrap .crp_info {
  max-width: 770px;
  width: 100%;
}
#About main .crp_sec .container .crp_wrap .crp_info .tbl_crp_info {
  border-top: 1px solid #c9c9c9;
  width: 100%;
}
#About main .crp_sec .container .crp_wrap .crp_info .tbl_crp_info tr {
  border-bottom: 1px solid #c9c9c9;
  display: block;
  padding-top: 24px;
  padding-bottom: 24px;
}
#About main .crp_sec .container .crp_wrap .crp_info .tbl_crp_info tr th {
  color: #00a596;
  text-align: left;
  font-size: 15px;
  width: 100px;
}
#About main .crp_sec .container .crp_wrap .crp_info .tbl_crp_info tr td {
  font-size: 15px;
}
#About main .crp_sec .container .crp_wrap .crp_info .tbl_crp_info tr td span {
  display: block;
}
#About main .crp_sec .container .crp_wrap .map_wrap iframe {
  width: 100%;
  height: 300px;
  margin-bottom: 54px;
}
#About main .crp_sec .container .crp_wrap .map_wrap dl {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 30px 0;
}
#About main .crp_sec .container .crp_wrap .map_wrap dl dt {
  max-width: 360px;
  width: 100%;
}
#About main .crp_sec .container .crp_wrap .map_wrap dl dd ul li.crp_name {
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}
#About main .crp_sec .container .crp_wrap .map_wrap dl dd ul li.crp_info {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 15px;
}
#About main .crp_sec .container .crp_wrap .map_wrap dl dd ul li .btn_wrap_lite {
  position: relative;
  bottom: 0;
  left: 0;
}
#About main .crp_sec .container .crp_wrap .map_wrap dl dd ul li .btn_wrap_lite .btn_more {
  max-width: 100%;
}
#About main .crp_sec .container .crp_wrap:last-child {
  margin-bottom: 0;
}

/*==================================
  Flow
==================================*/
#Flow main .flw_hd_sec {
  padding-top: 60px;
}
#Flow main .flw_hd_sec .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column-reverse;
  gap: 30px 0;
}
#Flow main .flw_hd_sec .container .img_wrap {
  max-width: 450px;
  width: 100%;
}
#Flow main .flw_hd_sec .container .txt_wrap .tit_hd_h3 {
  font-family: "Shippori Mincho B1";
  font-weight: 500;
  font-size: clamp(20px, 10vw, 24px);
  line-height: 1.6;
  margin-bottom: 24px;
}
#Flow main .flw_hd_sec .container .txt_wrap .txt_lead {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
}
#Flow main .flw_hd_sec .txt_fod {
  font-family: old-standard, serif;
  font-weight: bold;
  color: #f4f4f4;
  font-size: clamp(45px, 10vw, 54px);
  width: 100%;
  overflow: hidden;
  font-style: italic;
  letter-spacing: -0.01em;
  text-align: center;
  position: relative;
  bottom: -14px;
}
#Flow main .flw_sec {
  background: #f4f4f4;
  padding-top: 60px;
  padding-bottom: 60px;
}
#Flow main .flw_sec .container .flw_wrap .flw_list .flw {
  background: #fff;
  border-radius: 15px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
  min-height: 160px;
}
#Flow main .flw_sec .container .flw_wrap .flw_list .flw .tit_step {
  color: #fff;
  font-family: "Poppins";
  font-weight: 500;
  font-size: clamp(28px, 10vw, 36px);
  line-height: 1.1;
  width: 100%;
  background-color: #115fad;
  text-align: center;
  height: 100%;
  min-height: 80px;
  padding-top: 16px;
  box-sizing: border-box;
}
#Flow main .flw_sec .container .flw_wrap .flw_list .flw .tit_step .txt_s {
  font-size: 16px;
  display: block;
}
#Flow main .flw_sec .container .flw_wrap .flw_list .flw dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 20px;
  padding: 20px;
  box-sizing: border-box;
  width: 100%;
}
#Flow main .flw_sec .container .flw_wrap .flw_list .flw dl dt {
  max-width: 70px;
  width: 100%;
}
#Flow main .flw_sec .container .flw_wrap .flw_list .flw dl dd.flw_info {
  flex: 1;
}
#Flow main .flw_sec .container .flw_wrap .flw_list .flw dl dd.flw_info p.tit_flw {
  font-family: "Noto Sans JP";
  font-weight: 600;
  font-size: 21px;
  margin-bottom: 10px;
}
#Flow main .flw_sec .container .flw_wrap .flw_list .flw dl dd.flw_info p.txt_flw {
  line-height: 1.5;
}
#Flow main .flw_sec .container .flw_wrap .flw_list .flw:nth-of-type(2) .tit_step {
  background-color: #1471cd;
}
#Flow main .flw_sec .container .flw_wrap .flw_list .flw:nth-of-type(3) .tit_step {
  background-color: #0cabcd;
}
#Flow main .flw_sec .container .flw_wrap .flw_list .flw:nth-of-type(4) .tit_step {
  background-color: #0dcad6;
}
#Flow main .flw_sec .container .flw_wrap .flw_list .flw:nth-of-type(5) .tit_step {
  background-color: #00bfb5;
}
#Flow main .flw_sec .container .flw_wrap .flw_list .flw:nth-of-type(6) {
  margin-bottom: 0;
}
#Flow main .flw_sec .container .flw_wrap .flw_list .flw:nth-of-type(6) .tit_step {
  background-color: #009e96;
}
#Flow main .flw_sec .container .flw_wrap .flw_list span.line_flow {
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 14px solid #848484;
  position: relative;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 80px;
}
#Flow main .flw_sec .container .flw_wrap .flw_list span.line_flow::before {
  content: "";
  background: #848484;
  width: 1px;
  height: 24px;
  position: absolute;
  top: -44px;
  left: 0;
}
#Flow main .flw_sec .container .flw_wrap .flw_list span.line_flow::after {
  content: "";
  background: #848484;
  width: 1px;
  height: 24px;
  position: absolute;
  top: 6px;
  right: 0;
}

/*==================================
  Kineri
==================================*/
#Kineri main .tit_h4_kineri {
  font-family: old-standard, serif;
  font-weight: normal;
  font-size: clamp(28px, 10vw, 36px);
  text-align: center;
  line-height: 1.5;
  margin-bottom: 36px;
  min-height: 72px;
}
#Kineri main .tit_h4_kineri span {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 14px;
  display: block;
  min-height: 20px;
}
#Kineri main .txt_lead {
  line-height: 1.7;
  text-align: center;
  margin-bottom: 48px;
}
#Kineri main .kineri_sec {
  padding-top: 200px;
  min-height: 100vh;
}
#Kineri main .kineri_sec .container {
  position: relative;
}
#Kineri main .kineri_sec .container .tit_kineri {
  font-family: "Shippori Mincho B1";
  font-weight: 500;
  font-size: clamp(36px, 10vw, 48px);
  letter-spacing: 0.02em;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 50px;
}
#Kineri main .kineri_sec .container figure.deco_kineri_r {
  position: absolute;
  top: -50px;
  right: 20px;
  max-width: clamp(45px, 10vw, 60px);
}
#Kineri main .kineri_sec .container figure.deco_kineri_l {
  position: absolute;
  top: -70px;
  left: 20px;
  max-width: clamp(65px, 10vw, 80px);
}
#Kineri main .kineri_sec .container .kineri_hd_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 35px 0;
}
#Kineri main .kineri_sec .container .kineri_hd_wrap .logo_kineri {
  max-width: 280px;
  width: 60%;
  margin-inline: auto;
}
#Kineri main .kineri_sec .container .kineri_hd_wrap dl {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#Kineri main .kineri_sec .container .kineri_hd_wrap dl dt {
  display: flex;
  justify-content: center;
  gap: 0 20px;
  margin-bottom: 10px;
}
#Kineri main .kineri_sec .container .kineri_hd_wrap dl dt span {
  max-width: 180px;
}
#Kineri main .kineri_sec .container .kineri_hd_wrap dl dd.tit_kineri_lead {
  font-family: "Noto Sans JP";
  font-weight: 600;
  font-size: clamp(24px, 10vw, 30px);
  margin-bottom: 20px;
}
#Kineri main .kineri_sec .container .kineri_hd_wrap dl dd.tit_kineri_lead span {
  font-family: "Shippori Mincho B1";
  font-weight: 500;
}
#Kineri main .kineri_sec .container .kineri_hd_wrap dl dd.txt_kineri_lead {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
}
#Kineri main .kineri_sec .container .kineri_hd_wrap dl dd.txt_kineri_lead br {
  display: none;
}
#Kineri main .kineri_sec .container .kineri_hd_wrap dl dd.txt_kineri_lead_s {
  font-size: 14px;
  line-height: 1.7;
  padding-top: 16px;
}
#Kineri main .kineri_sec .container .kineri_hd_wrap dl dd.txt_kineri_lead_s br {
  display: none;
}
#Kineri main .kineri_sec .container .kineri_hd_wrap dl dd.btn_kineri_more {
  width: 100%;
}
#Kineri main .kineri_sec .container .kineri_hd_wrap dl dd.btn_kineri_more .btn_wrap {
  padding-top: 50px;
}
#Kineri main .kineri_sec .container .case_wrap {
  width: 100%;
  padding-top: 60px;
}
#Kineri main .kineri_sec .container .case_wrap .txt_lead {
  text-align: justify;
  margin-bottom: 24px;
}
#Kineri main .kineri_sec .container .case_wrap figure {
  height: auto;
}
#Kineri main .kineri_sec .container .case_wrap figure img {
  width: 100%;
  height: auto;
}
#Kineri main .kineri_sec .container .case_wrap .photo_box {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  gap: 10px 10px;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}
#Kineri main .kineri_sec .container .case_wrap .photo_box figure {
  height: auto;
}
#Kineri main .kineri_sec .container .case_wrap .photo_box figure:nth-of-type(1) {
  max-width: 400px;
  height: auto;
  aspect-ratio: 2/3;
  margin-bottom: 24px;
}
#Kineri main .kineri_sec .container .case_wrap .photo_box figure:nth-of-type(2) {
  max-width: 400px;
  height: auto;
  aspect-ratio: 400/295;
}
#Kineri main .kineri_sec .container .case_wrap .photo_box figure:nth-of-type(3) {
  max-width: calc(50% - 5px);
  height: auto;
  aspect-ratio: 1/1;
}
#Kineri main .kineri_sec .container .case_wrap .photo_box figure:nth-of-type(4) {
  max-width: calc(50% - 5px);
  height: auto;
  aspect-ratio: 245/367;
}
#Kineri main .kineri_sec .container .case_wrap .photo_box figure figcaption {
  font-size: 14px;
  text-align: right;
  padding-top: 12px;
}
#Kineri main .kineri_sec .container .feat_wrap {
  padding-top: 60px;
}
#Kineri main .kineri_sec .container .feat_wrap .list_feature {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 60px 0;
}
#Kineri main .kineri_sec .container .feat_wrap .list_feature dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  gap: 30px 0;
  width: 100%;
}
#Kineri main .kineri_sec .container .feat_wrap .list_feature dl dt {
  border-radius: 50%;
  height: 162px;
  width: 162px;
  overflow: hidden;
}
#Kineri main .kineri_sec .container .feat_wrap .list_feature dl dt img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#Kineri main .kineri_sec .container .feat_wrap .list_feature dl dd {
  flex: 1;
}
#Kineri main .kineri_sec .container .feat_wrap .list_feature dl dd h5 {
  font-family: "Shippori Mincho B1";
  font-weight: 500;
  font-size: clamp(21px, 10vw, 24px);
  margin-bottom: 18px;
  text-align: center;
}
#Kineri main .kineri_sec .container .feat_wrap .list_feature dl dd .lead_feature {
  line-height: 1.7;
}
#Kineri main .kineri_sec .container .feat_wrap .list_feature dl:nth-of-type(4) img {
  object-position: 64% 0;
}
#Kineri main .kineri_sec .kineri_insta_wrap {
  background: #fff;
  padding: 20px 20px 36px;
  position: relative;
  bottom: -50px;
  border-radius: 0 0 15px 15px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  min-height: 200px;
}
#Kineri main .kineri_sec .kineri_insta_wrap .tit_insta {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-left: 58px;
  margin-bottom: 18px;
  min-height: 56px;
}
#Kineri main .kineri_sec .kineri_insta_wrap .tit_insta::before {
  content: "";
  background-image: url(/images/common/icon_insta.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
  width: 46px;
  height: 46px;
  position: absolute;
  top: -4px;
  left: 0;
}
#Kineri main .kineri_sec .kineri_insta_wrap .tit_insta .btn_insta {
  font-size: 18px;
}
#Kineri main .kineri_sec .kineri_insta_wrap .txt_lead {
  text-align: justify;
  margin-bottom: 24px;
}
#Kineri main .kineri_sec .kineri_insta_wrap .txt_lead br {
  display: none;
}
#Kineri main .kineri_sec .kineri_insta_wrap .list_insta {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 10px;
  margin-bottom: 18px;
}
#Kineri main .kineri_sec .kineri_insta_wrap .list_insta li {
  width: calc(33.3333333333% - 10px);
}
#Kineri main .kineri_sec .kineri_insta_wrap .btn_more {
  text-align: center;
}
#Kineri main .kineri_sec .kineri_insta_wrap .btn_more a {
  font-family: "Noto Sans JP";
  font-weight: 600;
  font-size: 18px;
  display: inline-block;
  text-align: center;
  position: relative;
}
#Kineri main .kineri_sec .kineri_insta_wrap .btn_more a::before {
  content: "";
  border-top: 2px solid #070707;
  border-right: 2px solid #070707;
  width: 6px;
  height: 6px;
  position: absolute;
  top: calc(50% - 3px);
  right: -28px;
  transform: rotate(45deg);
}
#Kineri main .kineri_sec .kineri_insta_wrap .btn_more a::after {
  content: "";
  border: 1px solid #070707;
  border-radius: 50%;
  display: block;
  width: 28px;
  height: 28px;
  position: absolute;
  right: -40px;
  top: 0;
}
#Kineri main .kine_con_sec {
  background: #f4f4f4;
  padding-top: 120px;
  padding-bottom: 120px;
}
#Kineri main .kine_con_sec .container {
  min-height: 400px;
}
#Kineri main .kine_con_sec .container .txt_lead {
  text-align: justify;
  margin-bottom: 24px;
}
#Kineri main .kine_con_sec .container .txt_lead br {
  display: none;
}
#Kineri main .kine_con_sec .container .con_wrap form .con_wrap_inner {
  background: #fff;
  border-radius: 15px;
  box-sizing: border-box;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  padding: 20px 20px;
}
#Kineri main .kine_con_sec .container .con_wrap form .con_wrap_inner .tbl_con {
  width: 100%;
}
#Kineri main .kine_con_sec .container .con_wrap form .con_wrap_inner .tbl_con tr th {
  display: block;
  width: 100%;
  padding-bottom: 10px;
  text-align: left;
}
#Kineri main .kine_con_sec .container .con_wrap form .con_wrap_inner .tbl_con tr th .need {
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: 11px;
  color: #fff;
  background: #e5004f;
  border-radius: 3px;
  padding: 3px 6px;
  min-height: 21px;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  top: -1px;
  margin-left: 8px;
}
#Kineri main .kine_con_sec .container .con_wrap form .con_wrap_inner .tbl_con tr th .no_need {
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: 11px;
  color: #e5004f;
  border: 1px solid #e5004f;
  background: #fff;
  border-radius: 3px;
  padding: 3px 6px;
  min-height: 21px;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  top: -1px;
  margin-left: 8px;
}
#Kineri main .kine_con_sec .container .con_wrap form .con_wrap_inner .tbl_con tr th.th_detail {
  vertical-align: top;
  position: relative;
}
#Kineri main .kine_con_sec .container .con_wrap form .con_wrap_inner .tbl_con tr td {
  display: block;
  margin-bottom: 24px;
  width: 100%;
}
#Kineri main .kine_con_sec .container .con_wrap form .con_wrap_inner .tbl_con tr td input {
  border: 1px solid #c9c9c9;
  background-color: #f4f4f4;
  padding: 14px 16px;
  border-radius: 4px;
  box-sizing: border-box;
}
#Kineri main .kine_con_sec .container .con_wrap form .con_wrap_inner .tbl_con tr td.ty_01 input {
  max-width: 400px;
  width: 100%;
}
#Kineri main .kine_con_sec .container .con_wrap form .con_wrap_inner .tbl_con tr td.ty_02 input {
  max-width: 600px;
  width: 100%;
}
#Kineri main .kine_con_sec .container .con_wrap form .con_wrap_inner .tbl_con tr td textarea {
  border: 1px solid #c9c9c9;
  background-color: #f4f4f4;
  padding: 14px 16px;
  border-radius: 4px;
  max-width: 600px;
  width: 100%;
  min-height: 200px;
  box-sizing: border-box;
}
#Kineri main .kine_con_sec .container .con_wrap form .con_wrap_inner .tbl_con tr:nth-of-type(6) td {
  margin-bottom: 0;
}
#Kineri main .kine_con_sec .container .con_wrap form .agree_area {
  text-align: center;
}
#Kineri main .kine_con_sec .container .con_wrap form .submit_area {
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
}
#Kineri main .kine_con_sec .container .con_wrap form .submit_area span {
  background: #fff;
  border: 1px solid #070707;
  border-radius: 40px;
  display: block;
  height: 68px;
  width: 100%;
  padding-top: 19px;
  box-sizing: border-box;
  text-align: center;
  max-width: 380px;
  width: 100%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
#Kineri main .kine_con_sec .container .con_wrap form .submit_area span::before {
  content: "";
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  border-radius: 1px;
  height: 6px;
  width: 6px;
  position: absolute;
  right: 32px;
  top: 30px;
  transform: rotate(45deg);
  z-index: 1;
}
#Kineri main .kine_con_sec .container .con_wrap form .submit_area span::after {
  content: "";
  background: #070707;
  border-radius: 50%;
  height: 34px;
  width: 34px;
  position: absolute;
  right: 17px;
  top: 17px;
}
#Kineri main .kine_con_sec .container .con_wrap form .submit_area span input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  font-family: "Noto Sans JP";
  font-weight: 700;
  color: #070707;
  font-size: 18px;
}

/*==================================
  News
==================================*/
#News main .news_sec {
  padding-bottom: 120px;
}
#News main .news_sec .container {
  padding-top: 90px;
}
#News main .news_sec .container dl.cate_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 18px 10px;
  margin-bottom: 30px;
}
#News main .news_sec .container dl.cate_wrap dt {
  font-family: "Poppins";
  font-weight: 700;
  font-size: 18px;
}
#News main .news_sec .container dl.cate_wrap dd .cate_list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 18px;
}
#News main .news_sec .container dl.cate_wrap dd .cate_list li a {
  font-family: "Noto Sans JP";
  font-weight: 500;
  border: 1px solid #c9c9c9;
  border-radius: 20px;
  color: #c9c9c9;
  font-size: 14px;
  display: block;
  height: 36px;
  padding: 5px 16px 0;
  text-align: center;
  box-sizing: border-box;
}
#News main .news_sec .container dl.cate_wrap dd .cate_list li a.here {
  font-family: "Noto Sans JP";
  font-weight: 700;
  background: #00a596;
  border-color: #00a596;
  color: #fff;
}
#News main .news_sec .container .news_list_wrap .list_news {
  border-top: 1px solid #c9c9c9;
  width: 100%;
}
#News main .news_sec .container .news_list_wrap .list_news li {
  border-bottom: 1px solid #c9c9c9;
}
#News main .news_sec .container .news_list_wrap .list_news li a {
  display: block;
  padding-top: 36px;
  padding-bottom: 36px;
  padding-right: 36px;
  position: relative;
}
#News main .news_sec .container .news_list_wrap .list_news li a::after {
  content: "";
  border-right: 3px solid #00a596;
  border-top: 3px solid #00a596;
  border-radius: 2px;
  height: 8px;
  width: 8px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  margin-top: 4px;
}
#News main .news_sec .container .news_list_wrap .list_news li a dl {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 12px 0;
}
#News main .news_sec .container .news_list_wrap .list_news li a dl dt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 15px;
  position: relative;
  top: 2px;
}
#News main .news_sec .container .news_list_wrap .list_news li a dl dt span.txt_day {
  font-family: "Poppins";
  font-weight: 600;
  color: #00a596;
  font-size: 13px;
}
#News main .news_sec .container .news_list_wrap .list_news li a dl dt span.icon_cate {
  font-family: "Noto Sans JP";
  font-weight: 500;
  color: #115fad;
  font-size: 13px;
  background: #fff;
  border: 1px solid #115fad;
  border-radius: 11px;
  height: 22px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  position: relative;
  top: -2px;
}
#News main .news_sec .container .news_list_wrap .list_news li a dl dd {
  font-family: "Noto Sans JP";
  font-weight: 700;
}
#News main .news_sec .container .news_detail_wrap dl.tit_news {
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 24px;
  margin-bottom: 36px;
}
#News main .news_sec .container .news_detail_wrap dl.tit_news dt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 15px;
  margin-bottom: 6px;
}
#News main .news_sec .container .news_detail_wrap dl.tit_news dt span.txt_day {
  font-family: "Poppins";
  font-weight: 600;
  color: #00a596;
  font-size: 13px;
}
#News main .news_sec .container .news_detail_wrap dl.tit_news dt span.icon_cate {
  font-family: "Noto Sans JP";
  font-weight: 500;
  color: #115fad;
  font-size: 13px;
  background: #fff;
  border: 1px solid #115fad;
  border-radius: 11px;
  height: 22px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  position: relative;
  top: -2px;
}
#News main .news_sec .container .news_detail_wrap dl.tit_news dd {
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: 21px;
}
#News main .news_sec .container .news_detail_wrap .article_wrap {
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 36px;
  margin-bottom: 36px;
}
#News main .news_sec .container .news_detail_wrap .article_wrap p {
  line-height: 1.7;
}
#News main .news_sec .container .btn_wrap_lite {
  position: relative;
  bottom: 0;
  left: 0;
}

/*==================================
  Contact_reset
==================================*/
main#Contact {
  /*------ Reset CSS ------*/
  /*------ Reset END ------*/
}
main#Contact input {
  -webkit-appearance: none;
}
main#Contact input[type=text] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}
main#Contact input[type=radio] {
  opacity: 0;
  margin: 0;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 1;
}
main#Contact input[type=radio]:checked + label {
  background: #ff0000;
}
main#Contact input[type=checkbox] {
  opacity: 0;
  margin: 0;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 1;
}
main#Contact input[type=checkbox]:checked + label {
  background: #ff0000;
}
main#Contact input::placeholder {
  color: #b7b7b7;
}
main#Contact input:-ms-input-placeholder {
  color: #b7b7b7;
}
main#Contact input::-webkit-input-placeholder {
  color: #b7b7b7;
}
main#Contact button,
main#Contact input[type=button],
main#Contact input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}
main#Contact textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  border-radius: 0;
}
main#Contact select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  border-radius: 0;
}

/*==================================
  Contact_base
==================================*/
/* input, textarea
--------------------------------*/
/* radio_button
--------------------------------*/
main#Contact {
  /*------ Form Base ------*/
  /*------ Form Base END ------*/
}
@keyframes onAutoFillStart {}
main#Contact span.error {
  color: #cc0303;
  display: block;
  margin: 7px 0 0;
}
main#Contact input:-webkit-autofill {
  animation-name: onAutoFillStart;
  background: rgb(255, 255, 255) !important;
  transition: background-color 50000s ease-in-out 0s;
}
main#Contact input[type=text]:focus,
main#Contact input[type=email]:focus,
main#Contact input[type=tel]:focus,
main#Contact input[type=search]:focus,
main#Contact input[type=url]:focus,
main#Contact textarea:focus {
  color: #000;
  background-color: #fff;
}
main#Contact .ERR {
  color: #cc0303;
}
main#Contact input[type=text] {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.03em;
  padding: 12px 21px;
  border: 1px solid #070707;
  background: #fff;
  box-sizing: border-box;
  color: #070707;
  width: 100%;
}
main#Contact input[type=text].zip {
  max-width: 247px;
  width: 100%;
}
main#Contact .zip-wrap {
  background: #fff;
  display: inline-block;
  position: relative;
  max-width: 247px;
  width: 100%;
  margin-right: 3px;
}
main#Contact .zip-wrap::before {
  content: "〒";
  font-size: 18px;
  position: absolute;
  top: 0.8em;
  left: 24px;
  margin: auto;
}
main#Contact .zip-wrap input {
  padding: 12px 21px 12px 55px;
  width: 100%;
}
main#Contact input[type=button] {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #070707;
  max-width: 140px;
  width: 100%;
  background: #fff;
  border: 3px solid #070707;
  padding: 10px 19px;
  box-sizing: border-box;
  transition: all 0.3s ease;
  cursor: pointer;
}
main#Contact input[type=button]:hover {
  background: none;
}
main#Contact input[type=checkbox] + label {
  padding-left: 29px;
  position: relative;
  margin-right: 29px;
  cursor: pointer;
}
main#Contact input[type=checkbox] + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #070707;
  background: #fff;
  box-sizing: border-box;
}
main#Contact input[type=checkbox] + label::after {
  content: "";
  opacity: 0;
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
  display: block;
  height: 9px;
  left: 7px;
  margin-top: -8px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 5px;
}
main#Contact input[type=checkbox]:checked + label {
  background: none;
}
main#Contact input[type=checkbox]:checked + label::after {
  opacity: 1;
}
main#Contact input[type=radio] + label {
  padding-left: 27px;
  position: relative;
  margin-right: 27px;
  cursor: pointer;
}
main#Contact input[type=radio] + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 17px;
  height: 17px;
  border: 1px solid #070707;
  background: #fff;
  box-sizing: border-box;
  border-radius: 50%;
}
main#Contact input[type=radio] + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 9px;
  height: 9px;
  background: #000;
  border-radius: 50%;
  opacity: 0;
}
main#Contact input[type=radio]:checked + label {
  background: none;
}
main#Contact input[type=radio]:checked + label::after {
  opacity: 1;
}
main#Contact .select-box {
  overflow: hidden;
  width: 60%;
  text-align: center;
  position: relative;
  border-radius: 2px;
  background: #fff;
}
main#Contact .select-box select {
  font-size: 16px;
  color: #070707;
  letter-spacing: 0.035em;
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 12px 38px 12px 21px;
}
main#Contact .select-box select::-ms-expand {
  display: none;
}
main#Contact .select-box::before {
  position: absolute;
  top: 1.25em;
  right: 21px;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
  pointer-events: none;
}
main#Contact textarea {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.03em;
  border: 1px solid #070707;
  background: #fff;
  box-sizing: border-box;
  width: 100%;
  padding: 12px 21px;
  min-height: 174px;
}
main#Contact .overscroll {
  overflow-y: scroll;
  height: 237px;
  padding: 25px 21px;
  background: #fff;
}
main#Contact .overscroll ul > li {
  margin-bottom: 25px;
}
main#Contact .overscroll ul > li strong {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: 0.03em;
  display: block;
  margin-bottom: 5px;
  color: #070707;
}
main#Contact .overscroll ul > li p {
  font-size: 14px;
  line-height: 1.42;
}
main#Contact .overscroll ul > li > ol {
  margin-top: 5px;
}
main#Contact .overscroll ul > li > ol li {
  text-indent: -1.25em;
  padding-left: 1.25em;
}
main#Contact .overscroll ul > li:first-child strong {
  margin-bottom: 20px;
}
main#Contact .overscroll ul > li:last-child {
  margin-bottom: 0;
}
main#Contact .submit_area {
  margin-top: 85px;
  text-align: center;
}
main#Contact .submit_area span {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.13em;
  color: #070707;
  width: 262px;
  background: #fff;
  box-sizing: border-box;
  font-feature-settings: "palt";
  position: relative;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  border: 3px solid #070707;
  transition: all 0.3s ease;
}
main#Contact .submit_area span input[type=submit] {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.13em;
  color: #070707;
  cursor: pointer;
  width: 100%;
  height: 58px;
  box-sizing: border-box;
}
main#Contact .submit_area span:hover {
  background: none;
}
main#Contact .submit_area span:hover input[type=submit] {
  color: #070707;
}
main#Contact .submit_area ul.koumoku {
  max-width: 590px;
  margin: 20px auto 0;
}
main#Contact .submit_area ul.koumoku li {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.13em;
  color: #070707;
  width: 262px;
  background: #5f4b08;
  box-sizing: border-box;
  font-feature-settings: "palt";
  position: relative;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  border: 3px solid #5f4b08;
  transition: all 0.3s ease;
}
main#Contact .submit_area ul.koumoku li input[type=submit] {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.13em;
  color: #070707;
  cursor: pointer;
  width: 100%;
  height: 58px;
  box-sizing: border-box;
}
main#Contact .submit_area ul.koumoku li:hover {
  background: none;
}
main#Contact .submit_area ul.koumoku li:hover input[type=submit] {
  color: #070707;
}
main#Contact .submit_area ul.koumoku li:hover svg path {
  fill: #070707;
}
main#Contact .btn_back {
  margin-top: 25px;
  text-align: center;
}
main#Contact .btn_back input {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.13em;
  color: #fff;
  width: 262px;
  background: #fff;
  box-sizing: border-box;
  font-feature-settings: "palt";
  position: relative;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  border: 3px solid #070707;
  transition: all 0.3s ease;
  height: 58px;
  padding: 15px 15px 14px;
}
main#Contact .contact_back {
  margin-top: 25px;
  text-align: center;
}
main#Contact .contact_back a {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.13em;
  color: #fff;
  width: 262px;
  background: #fff;
  box-sizing: border-box;
  font-feature-settings: "palt";
  position: relative;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  border: 3px solid #070707;
  transition: all 0.3s ease;
  height: 58px;
  padding: 15px 15px 14px;
}
main#Contact .contact_back a:hover {
  color: #070707;
  background: none;
}

/*==================================
  Contact
==================================*/
main#Contact .tit_h4_kineri {
  font-family: old-standard, serif;
  font-weight: normal;
  font-size: clamp(28px, 10vw, 36px);
  text-align: center;
  line-height: 1.5;
  margin-bottom: 36px;
  min-height: 72px;
}
main#Contact .tit_h4_kineri span {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 14px;
  display: block;
  min-height: 20px;
}
main#Contact .txt_lead {
  line-height: 1.7;
  text-align: center;
  margin-bottom: 48px;
}
main#Contact .kineri_sec {
  padding-top: 200px;
  min-height: 100vh;
}
main#Contact .kineri_sec .container {
  position: relative;
}
main#Contact .kineri_sec .container .tit_kineri {
  font-family: "Shippori Mincho B1";
  font-weight: 500;
  font-size: clamp(36px, 10vw, 48px);
  letter-spacing: 0.02em;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 50px;
}
main#Contact .kineri_sec .container figure.deco_kineri_r {
  position: absolute;
  top: -50px;
  right: 20px;
  max-width: clamp(45px, 10vw, 60px);
}
main#Contact .kineri_sec .container figure.deco_kineri_l {
  position: absolute;
  top: -70px;
  left: 20px;
  max-width: clamp(65px, 10vw, 80px);
}
main#Contact .kineri_sec .container .kineri_hd_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 35px 0;
}
main#Contact .kineri_sec .container .kineri_hd_wrap .logo_kineri {
  max-width: 280px;
  width: 60%;
  margin-inline: auto;
}
main#Contact .kineri_sec .container .kineri_hd_wrap dl {
  display: flex;
  flex-direction: column;
  align-items: center;
}
main#Contact .kineri_sec .container .kineri_hd_wrap dl dt {
  display: flex;
  justify-content: center;
  gap: 0 20px;
  margin-bottom: 10px;
}
main#Contact .kineri_sec .container .kineri_hd_wrap dl dt span {
  max-width: 180px;
}
main#Contact .kineri_sec .container .kineri_hd_wrap dl dd.tit_kineri_lead {
  font-family: "Noto Sans JP";
  font-weight: 600;
  font-size: clamp(24px, 10vw, 30px);
  margin-bottom: 20px;
}
main#Contact .kineri_sec .container .kineri_hd_wrap dl dd.tit_kineri_lead span {
  font-family: "Shippori Mincho B1";
  font-weight: 500;
}
main#Contact .kineri_sec .container .kineri_hd_wrap dl dd.txt_kineri_lead {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
}
main#Contact .kineri_sec .container .kineri_hd_wrap dl dd.txt_kineri_lead br {
  display: none;
}
main#Contact .kineri_sec .container .kineri_hd_wrap dl dd.txt_kineri_lead_s {
  font-size: 14px;
  line-height: 1.7;
  padding-top: 16px;
}
main#Contact .kineri_sec .container .kineri_hd_wrap dl dd.txt_kineri_lead_s br {
  display: none;
}
main#Contact .kineri_sec .container .kineri_hd_wrap dl dd.btn_kineri_more {
  width: 100%;
}
main#Contact .kineri_sec .container .kineri_hd_wrap dl dd.btn_kineri_more .btn_wrap {
  padding-top: 50px;
}
main#Contact .kineri_sec .container .case_wrap {
  width: 100%;
  padding-top: 60px;
}
main#Contact .kineri_sec .container .case_wrap .txt_lead {
  text-align: justify;
  margin-bottom: 24px;
}
main#Contact .kineri_sec .container .case_wrap figure {
  height: auto;
}
main#Contact .kineri_sec .container .case_wrap figure img {
  width: 100%;
  height: auto;
}
main#Contact .kineri_sec .container .case_wrap .photo_box {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  gap: 10px 10px;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}
main#Contact .kineri_sec .container .case_wrap .photo_box figure {
  height: auto;
}
main#Contact .kineri_sec .container .case_wrap .photo_box figure:nth-of-type(1) {
  max-width: 400px;
  height: auto;
  aspect-ratio: 2/3;
  margin-bottom: 24px;
}
main#Contact .kineri_sec .container .case_wrap .photo_box figure:nth-of-type(2) {
  max-width: 400px;
  height: auto;
  aspect-ratio: 400/295;
}
main#Contact .kineri_sec .container .case_wrap .photo_box figure:nth-of-type(3) {
  max-width: calc(50% - 5px);
  height: auto;
  aspect-ratio: 1/1;
}
main#Contact .kineri_sec .container .case_wrap .photo_box figure:nth-of-type(4) {
  max-width: calc(50% - 5px);
  height: auto;
  aspect-ratio: 245/367;
}
main#Contact .kineri_sec .container .case_wrap .photo_box figure figcaption {
  font-size: 14px;
  text-align: right;
  padding-top: 12px;
}
main#Contact .kineri_sec .container .feat_wrap {
  padding-top: 60px;
}
main#Contact .kineri_sec .container .feat_wrap .list_feature {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 60px 0;
}
main#Contact .kineri_sec .container .feat_wrap .list_feature dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  gap: 30px 0;
  width: 100%;
}
main#Contact .kineri_sec .container .feat_wrap .list_feature dl dt {
  border-radius: 50%;
  height: 162px;
  width: 162px;
  overflow: hidden;
}
main#Contact .kineri_sec .container .feat_wrap .list_feature dl dt img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
main#Contact .kineri_sec .container .feat_wrap .list_feature dl dd {
  flex: 1;
}
main#Contact .kineri_sec .container .feat_wrap .list_feature dl dd h5 {
  font-family: "Shippori Mincho B1";
  font-weight: 500;
  font-size: clamp(21px, 10vw, 24px);
  margin-bottom: 18px;
  text-align: center;
}
main#Contact .kineri_sec .container .feat_wrap .list_feature dl dd .lead_feature {
  line-height: 1.7;
}
main#Contact .kineri_sec .container .feat_wrap .list_feature dl:nth-of-type(4) img {
  object-position: 64% 0;
}
main#Contact .kineri_sec .kineri_insta_wrap {
  background: #fff;
  padding: 20px 20px 36px;
  position: relative;
  bottom: -50px;
  border-radius: 0 0 15px 15px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  min-height: 200px;
}
main#Contact .kineri_sec .kineri_insta_wrap .tit_insta {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-left: 58px;
  margin-bottom: 18px;
  min-height: 56px;
}
main#Contact .kineri_sec .kineri_insta_wrap .tit_insta::before {
  content: "";
  background-image: url(/images/common/icon_insta.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
  width: 46px;
  height: 46px;
  position: absolute;
  top: -4px;
  left: 0;
}
main#Contact .kineri_sec .kineri_insta_wrap .tit_insta .btn_insta {
  font-size: 18px;
}
main#Contact .kineri_sec .kineri_insta_wrap .txt_lead {
  text-align: justify;
  margin-bottom: 24px;
}
main#Contact .kineri_sec .kineri_insta_wrap .txt_lead br {
  display: none;
}
main#Contact .kineri_sec .kineri_insta_wrap .list_insta {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 10px;
  margin-bottom: 18px;
}
main#Contact .kineri_sec .kineri_insta_wrap .list_insta li {
  width: calc(33.3333333333% - 10px);
}
main#Contact .kineri_sec .kineri_insta_wrap .btn_more {
  text-align: center;
}
main#Contact .kineri_sec .kineri_insta_wrap .btn_more a {
  font-family: "Noto Sans JP";
  font-weight: 600;
  font-size: 18px;
  display: inline-block;
  text-align: center;
  position: relative;
}
main#Contact .kineri_sec .kineri_insta_wrap .btn_more a::before {
  content: "";
  border-top: 2px solid #070707;
  border-right: 2px solid #070707;
  width: 6px;
  height: 6px;
  position: absolute;
  top: calc(50% - 3px);
  right: -28px;
  transform: rotate(45deg);
}
main#Contact .kineri_sec .kineri_insta_wrap .btn_more a::after {
  content: "";
  border: 1px solid #070707;
  border-radius: 50%;
  display: block;
  width: 28px;
  height: 28px;
  position: absolute;
  right: -40px;
  top: 0;
}
main#Contact .kine_con_sec {
  background: #f4f4f4;
  padding-top: 120px;
  padding-bottom: 120px;
}
main#Contact .kine_con_sec .container {
  min-height: 400px;
}
main#Contact .kine_con_sec .container .txt_lead {
  text-align: justify;
  margin-bottom: 24px;
}
main#Contact .kine_con_sec .container .txt_lead br {
  display: none;
}
main#Contact .kine_con_sec .container .con_wrap form .con_wrap_inner {
  background: #fff;
  border-radius: 15px;
  box-sizing: border-box;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  padding: 20px 20px;
}
main#Contact .kine_con_sec .container .con_wrap form .con_wrap_inner .tbl_con {
  width: 100%;
}
main#Contact .kine_con_sec .container .con_wrap form .con_wrap_inner .tbl_con tr th {
  display: block;
  width: 100%;
  padding-bottom: 10px;
  text-align: left;
}
main#Contact .kine_con_sec .container .con_wrap form .con_wrap_inner .tbl_con tr th .need {
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: 11px;
  color: #fff;
  background: #e5004f;
  border-radius: 3px;
  padding: 3px 6px;
  min-height: 21px;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  top: -1px;
  margin-left: 8px;
}
main#Contact .kine_con_sec .container .con_wrap form .con_wrap_inner .tbl_con tr th .no_need {
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: 11px;
  color: #e5004f;
  border: 1px solid #e5004f;
  background: #fff;
  border-radius: 3px;
  padding: 3px 6px;
  min-height: 21px;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  top: -1px;
  margin-left: 8px;
}
main#Contact .kine_con_sec .container .con_wrap form .con_wrap_inner .tbl_con tr th.th_detail {
  vertical-align: top;
  position: relative;
}
main#Contact .kine_con_sec .container .con_wrap form .con_wrap_inner .tbl_con tr td {
  display: block;
  margin-bottom: 24px;
  width: 100%;
}
main#Contact .kine_con_sec .container .con_wrap form .con_wrap_inner .tbl_con tr td input {
  border: 1px solid #c9c9c9;
  background-color: #f4f4f4;
  padding: 14px 16px;
  border-radius: 4px;
  box-sizing: border-box;
}
main#Contact .kine_con_sec .container .con_wrap form .con_wrap_inner .tbl_con tr td.ty_01 input {
  max-width: 400px;
  width: 100%;
}
main#Contact .kine_con_sec .container .con_wrap form .con_wrap_inner .tbl_con tr td.ty_02 input {
  max-width: 600px;
  width: 100%;
}
main#Contact .kine_con_sec .container .con_wrap form .con_wrap_inner .tbl_con tr td textarea {
  border: 1px solid #c9c9c9;
  background-color: #f4f4f4;
  padding: 14px 16px;
  border-radius: 4px;
  max-width: 600px;
  width: 100%;
  min-height: 200px;
  box-sizing: border-box;
}
main#Contact .kine_con_sec .container .con_wrap form .con_wrap_inner .tbl_con tr:nth-of-type(6) td {
  margin-bottom: 0;
}
main#Contact .kine_con_sec .container .con_wrap form .agree_area {
  text-align: center;
}
main#Contact .kine_con_sec .container .con_wrap form .submit_area {
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
}
main#Contact .kine_con_sec .container .con_wrap form .submit_area span {
  background: #fff;
  border: 1px solid #070707;
  border-radius: 40px;
  display: block;
  height: 68px;
  width: 100%;
  padding-top: 19px;
  box-sizing: border-box;
  text-align: center;
  max-width: 380px;
  width: 100%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
main#Contact .kine_con_sec .container .con_wrap form .submit_area span::before {
  content: "";
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  border-radius: 1px;
  height: 6px;
  width: 6px;
  position: absolute;
  right: 32px;
  top: 30px;
  transform: rotate(45deg);
  z-index: 1;
}
main#Contact .kine_con_sec .container .con_wrap form .submit_area span::after {
  content: "";
  background: #070707;
  border-radius: 50%;
  height: 34px;
  width: 34px;
  position: absolute;
  right: 17px;
  top: 17px;
}
main#Contact .kine_con_sec .container .con_wrap form .submit_area span input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  font-family: "Noto Sans JP";
  font-weight: 700;
  color: #070707;
  font-size: 18px;
}
main#Contact .tel_sec .container {
  padding-top: 90px;
  padding-bottom: 60px;
}
main#Contact .tel_sec .container .ft_contact {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
main#Contact .tel_sec .container .ft_contact .tit_con_tel {
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: 21px;
  text-align: center;
  margin-bottom: 12px;
}
main#Contact .tel_sec .container .ft_contact .tel_number {
  font-family: "Poppins";
  font-weight: 700;
  font-size: clamp(28px, 10vw, 36px);
  line-height: 1.1;
  position: relative;
  padding-left: clamp(36px, 14vw, 50px);
}
main#Contact .tel_sec .container .ft_contact .tel_number::before {
  content: "";
  background-image: url(/images/common/icon_ft_tel.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 7px;
  width: clamp(36px, 12vw, 48px);
  height: 100%;
}
main#Contact .tel_sec .container .ft_contact .tel_number .txt_s {
  font-family: "Noto Sans JP";
  font-weight: 500;
  color: #070707;
  display: block;
  font-size: 12px;
}
main#Contact .tel_sec .container .ft_contact .btn_ft_contact {
  max-width: 470px;
  height: 100px;
  width: 100%;
}
main#Contact .tel_sec .container .ft_contact .btn_ft_contact a {
  font-family: "Noto Sans JP";
  font-weight: 700;
  color: #fff;
  font-size: 24px;
  background: #00A596;
  background: linear-gradient(0deg, rgb(0, 165, 150) 0%, rgb(17, 95, 173) 100%);
  width: 100%;
  text-align: center;
  padding-top: 30px;
  box-sizing: border-box;
  display: block;
  height: 100%;
}
main#Contact .container {
  margin: auto;
}
main#Contact .agree_area {
  margin: 30px 0 0;
  text-align: center;
}
main#Contact .check-list {
  padding-top: 5px;
  padding-left: 0;
}
main#Contact .check-list li {
  display: inline-block;
}
main#Contact.sfm2 td p {
  overflow-wrap: break-word;
}