@charset "UTF-8";
/*
Theme Name: seico-japan_original
Theme URI: http://www.luck2.co.jp/
Description: テーマの説明
Version: 1.0
Author: ken_kishimoto
Author URI: http://www.luck2.co.jp/
*/
/****************************************
		SCSS Setting 
*****************************************/
/****************************************
		General Setting 
*****************************************/
html, body, div, span, applet, object, iframe, strong, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, legend, caption, tbody, tfoot, thead, table, label, tr, th, td {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  margin: 0;
  padding: 0;
  list-style: none;
  vertical-align: baseline;
  border: 0;
  outline: 0;
}

body {
  /* Regular:400 medium:500 Bold:700 */
  font-family: "Zen Old Mincho", "游ゴシック", "Yu Gothic", Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  overflow-x: hidden;
  word-break: break-strict;
  color: #191f1d;
  text-rendering: optimizeLegibility;
}
body.noscrll {
  position: fixed;
  overflow-y: hidden;
  width: 100%;
  height: 100%;
}

.f_mont {
  /* Regular:400 SemiBold:600 Bold:700 */
  font-family: "montserrat", sans-serif;
  font-weight: 400;
}

.f_bcas {
  /* Regular:400 Bold:700 */
  font-family: "big-caslon-fb", serif;
  font-weight: 400;
}

.f_min {
  font-family: "Times New Roman", 游明朝体, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HGS明朝B, "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

a {
  text-decoration: none;
  color: #191f1d;
}
a:hover {
  color: #191f1d;
}

.thumbimg:hover {
  opacity: 0.9;
}

.clear {
  line-height: 0;
  clear: both;
}

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

body {
  _display: inline;
  _zoom: 1;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}
table tbody tr th, table tbody tr td {
  font-weight: 400;
}

iframe {
  max-width: 100%;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.target_line {
  position: absolute;
  top: 0;
  left: 0;
}

.anim {
  -webkit-transition: opacity 200ms 0s ease;
  transition: opacity 200ms 0s ease;
}
.anim:hover {
  opacity: 0.9;
}

section {
  position: relative;
  display: block;
}

/****************************************
		Animation Setting 
*****************************************/
.animl {
  position: relative;
}
.animl i {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 0.5px;
  -webkit-transition: all 100ms 0s ease;
  transition: all 100ms 0s ease;
  -webkit-transition: -webkit-transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: -webkit-transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right;
          transform-origin: right;
}
.animl:hover i {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.animl.is-over i {
  -webkit-transform-origin: left;
          transform-origin: left;
}

.animf {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
.animf.is-anime {
  -webkit-animation: fadeInUp 0.8s 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
          animation: fadeInUp 0.8s 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}

@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.animz {
  -webkit-transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transform: translateY(10px) scale(0.99);
          transform: translateY(10px) scale(0.99);
  opacity: 0;
}
.animz.is-anime {
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
  opacity: 1;
}

.animo {
  -webkit-transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
  opacity: 0;
}
.animo.is-anime {
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
  opacity: 1;
}

.animaf .animafch {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
.animaf.is-anime .animafch {
  -webkit-animation: fadeInUp 0.8s 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
          animation: fadeInUp 0.8s 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}

.animfl {
  -webkit-transform: translateX(-100vw);
          transform: translateX(-100vw);
}
.animfl.is-anime {
  -webkit-animation: fadeInLeft 0.8s 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
          animation: fadeInLeft 0.8s 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}

@-webkit-keyframes fadeInLeft {
  0% {
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/****************************************
		Base Setting 
*****************************************/
body {
  background-image: url(./img/common/allbg.png);
  background-repeat: repeat-y;
  background-position: center center;
  background-size: cover;
}

.wrap {
  position: relative;
  max-width: 1106px;
  margin: 0 auto;
}

.boxs .box {
  float: left;
}

.allbg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(./img/common/allbg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.header {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
}
.header .wrap {
  height: 86px;
}
.header ._logo {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) translateX(0%);
          transform: translateY(-50%) translateX(0%);
}
.header ._nav {
  position: absolute;
  top: 0;
  right: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header ._nav li {
  margin-right: 30px;
}
.header ._nav li:last-child {
  margin-right: 0;
}
.header ._nav li a {
  position: relative;
  display: block;
  height: 86px;
}
.header ._nav li a:hover i {
  opacity: 1;
}
.header ._nav li a strong {
  font-size: 94%;
  font-weight: 500;
  line-height: 86px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  text-transform: uppercase;
  color: #000;
}
.header ._nav li a i {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  -webkit-transition: opacity 200ms 0s ease;
  transition: opacity 200ms 0s ease;
  opacity: 0;
  background: #9cc7a5;
}
.header ._contact {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 120px;
  height: 45px;
  -webkit-transition: background-color 200ms 0s ease;
  transition: background-color 200ms 0s ease;
  -webkit-transform: translateY(-50%) translateX(0%);
          transform: translateY(-50%) translateX(0%);
  text-align: center;
  border-width: 0 0 1px 2px;
  border-style: solid;
  border-color: #000;
  border-radius: 0 10px 0 0;
}
.header ._contact:hover {
  background-color: #e9f8ed;
}
.header ._contact strong {
  font-size: 94%;
  font-weight: 500;
  line-height: 45px;
  text-transform: uppercase;
  color: #000;
}

.btn {
  display: block;
  width: 277px;
  -webkit-transition: all 200ms 0s ease;
  transition: all 200ms 0s ease;
  border: 1px solid #19622c;
}
.btn._l {
  width: 449px;
}
.btn._l ._inn {
  height: 70px;
}
.btn:hover {
  background-color: #19622c;
}
.btn:hover ._inn p {
  color: #fff;
}
.btn:hover ._inn .__ico .__l {
  stroke: #fff;
}
.btn ._inn {
  position: relative;
  height: 40px;
}
.btn ._inn p {
  font-size: 107%;
  position: absolute;
  top: 50%;
  left: 20px;
  width: 90%;
  -webkit-transform: translateY(-50%) translateX(0%);
          transform: translateY(-50%) translateX(0%);
  letter-spacing: 0.05em;
  color: #19622c;
}
.btn ._inn p strong {
  font-size: 114%;
  font-weight: 400;
}
.btn ._inn p small {
  font-size: 87%;
  position: relative;
  top: -2px;
}
.btn ._inn .__ico {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 20px;
  height: 14px;
  -webkit-transform: translateY(-50%) translateX(0%);
          transform: translateY(-50%) translateX(0%);
}
.btn ._inn .__ico .__l {
  -webkit-transition: all 200ms 0s ease;
  transition: all 200ms 0s ease;
}

.footer {
  position: relative;
  z-index: 2;
  margin-top: 60px;
  padding: 60px 0 40px;
  color: #fff;
  border-radius: 40px 40px 0 0;
  background: #19622c;
}
.footer ._gotop {
  position: absolute;
  right: 0;
  bottom: 60px;
  width: 40px;
}
.footer .boxs .box:nth-child(2) {
  float: right;
}
.footer .box_clm {
  position: relative;
  padding-top: 36px;
}
.footer .box_clm p {
  font-size: 94%;
  line-height: 1.6;
  position: relative;
  z-index: 2;
  margin-top: 20px;
  letter-spacing: 0.05em;
}
.footer .box_clm p:last-child {
  margin-bottom: 0;
}
.footer .box_clm h3 a {
  color: #fff;
}
.footer .box_clm h3 strong {
  font-size: 94%;
  font-weight: 600;
  text-decoration: underline;
}
.footer .box_clm h3 ._ico {
  position: relative;
  top: 7px;
  width: 16px;
}
.footer .box_clm ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 112px;
}
.footer .box_clm ul li:nth-child(2) {
  margin-left: 30px;
}
.footer .box_clm ul li a {
  font-size: 80%;
  text-decoration: underline;
  color: #fff;
}
.footer .box_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  margin-right: 60px;
}
.footer .box_nav ul {
  margin-right: 40px;
}
.footer .box_nav ul li {
  position: relative;
  margin-bottom: 12px;
}
.footer .box_nav ul li:last-child {
  margin-bottom: 0;
}
.footer .box_nav ul li a {
  color: #fff;
}
.footer .box_nav ul li a strong {
  font-size: 107%;
  font-weight: 500;
  line-height: 1.88;
  text-transform: uppercase;
}
.footer .box_nav ul li a strong::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #fff;
}
.footer .box_nav ul li a span {
  font-size: 80%;
  font-weight: 400;
  line-height: 2.5;
  margin-left: 25px;
  letter-spacing: 0.05em;
}
.footer .box_nav ul li a span::after {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 15px;
  height: 1px;
  content: "";
  -webkit-transform: translateY(-50%) translateX(0%);
          transform: translateY(-50%) translateX(0%);
  background-color: #fff;
}
.footer .box_copy {
  padding-top: 74px;
  text-align: right;
}
.footer .box_copy p {
  font-size: 80%;
  font-weight: 400;
  text-transform: uppercase;
}

.sp_navbtn {
  position: fixed;
  z-index: 121;
  top: 15px;
  right: 10px;
  display: none;
  width: 35px;
  height: 30px;
  cursor: pointer;
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-color: #000;
  border-radius: 0 5px 0 0;
  background-color: rgba(255, 255, 255, 0.5);
}
.sp_navbtn .inn {
  position: relative;
  z-index: 102;
  top: 10px;
  left: 12px;
  width: 11px;
  height: 9px;
}
.sp_navbtn .inn i {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 11px;
  height: 1.2px;
  -webkit-transition: all 200ms 0s ease;
  transition: all 200ms 0s ease;
  background-color: #19622c;
}
.sp_navbtn .inn i:nth-child(2) {
  top: 4px;
}
.sp_navbtn .inn i:nth-child(3) {
  top: 8px;
}
.sp_navbtn.on .inn {
  top: 5px;
  left: 9px;
}
.sp_navbtn.on .inn i {
  width: 17px;
}
.sp_navbtn.on .inn i:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.sp_navbtn.on .inn i:nth-child(2) {
  opacity: 0;
}
.sp_navbtn.on .inn i:nth-child(3) {
  top: 9px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.sp_menu_overlay {
  position: fixed;
  z-index: 111;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: none;
  opacity: 0;
  background-color: #9d9d9d;
  mix-blend-mode: multiply;
}
.sp_menu_overlay.on {
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
  opacity: 1;
}
.sp_menu_overlay.off {
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: none;
  opacity: 0;
}

.sp_menu {
  position: fixed;
  z-index: 111;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  pointer-events: none;
  opacity: 0;
  background-color: #fff;
}
.sp_menu.on {
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  pointer-events: auto;
  opacity: 1;
}
.sp_menu.on .sp_menu_list li {
  -webkit-transition: 600ms;
  transition: 600ms;
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
  pointer-events: auto;
  opacity: 1;
}
.sp_menu.off {
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  pointer-events: none;
}

.sp_menu_nav_wrap {
  position: relative;
  overflow-y: scroll;
  width: 100%;
  height: 100vh;
}

.sp_menu_nav_inn {
  position: absolute;
  top: 95px;
  width: 100%;
  padding: 0 30px;
}

.sp_menu_list ul {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #9cc7a5;
}
.sp_menu_list ul._min {
  border-bottom: none;
}
.sp_menu_list ul li {
  margin-bottom: 5px;
}
.sp_menu_list ul li:last-child {
  margin-bottom: 0;
}
.sp_menu_list ul li a {
  line-height: 1;
  display: inline-block;
}
.sp_menu_list ul li a strong {
  font-size: 20px;
  font-size: 134%;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #19622c;
}
.sp_menu_list ul li a span {
  font-size: 80%;
  letter-spacing: 0.05em;
}
.sp_menu_list ul li a small {
  font-size: 67%;
  letter-spacing: 0.05em;
  text-decoration-line: underline;
}

.sp_menu_foot {
  position: relative;
  left: -30px;
  width: calc(100% + 60px);
  margin-top: 55px;
  padding: 113px 0 10px;
  text-align: center;
  background-image: url(./img/common/sp_menu_foot@2x.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.sp_menu_foot p {
  font-size: 80%;
  font-weight: 500;
  text-transform: uppercase;
}

/****************************************
		top Setting 
*****************************************/
.sec_top_hero .wrap {
  height: 100vh;
}

.top_hero {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) translateX(0%);
          transform: translateY(-50%) translateX(0%);
}
.top_hero strong {
  font-size: 75px;
  font-weight: 500;
  line-height: 1.13;
  letter-spacing: 0.05em;
  color: #19622c;
}
.top_hero h2 {
  font-size: 147%;
  font-weight: 400;
  line-height: 1.59;
  margin: 20px 0 50px;
  color: #19622c;
}
.top_hero p {
  font-size: 107%;
  line-height: 1.88;
}

.top_hero_anim {
  position: absolute;
  z-index: 11;
  top: 50%;
  left: 50%;
  width: 120%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.sec_top_item {
  padding-bottom: 250px;
}

.top_item_head {
  position: relative;
  z-index: 2;
  margin-bottom: 150px;
}
.top_item_head .__bg {
  overflow: hidden;
  height: 230px;
  border-radius: 30px 30px 0 0;
  background-image: url(./img/top/top_item_head@2x.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}

.top_item_bg {
  position: absolute;
  z-index: 1;
  left: 0;
  width: 100%;
}
.top_item_bg._bg01 {
  top: 66px;
  height: 905px;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 0, 100% 50%, 0 100%);
}
.top_item_bg._bg02 {
  top: 519px;
  height: 905px;
  opacity: 0.3;
  background-color: #b9f5c6;
  clip-path: polygon(0 50%, 100% 0, 100% 100%, 0 100%);
}
.top_item_bg._bg03 {
  bottom: 0;
  height: 905px;
  opacity: 0.3;
  background-color: #b9f5c6;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 50%);
}
.top_item_bg._bg04 {
  top: 1424px;
  height: calc(100% - 2330px);
  opacity: 0.3;
  background-color: #b9f5c6;
}

.top_item {
  position: relative;
  z-index: 2;
  margin-bottom: 210px;
}
.top_item .target_line {
  top: -106px;
}
.top_item:last-child {
  margin-bottom: 0;
}
.top_item._r .boxs .box {
  float: right;
}
.top_item._r .box_img {
  left: calc(-1 * (100vw - 1106px) / 2);
  border-radius: 0 20px 20px 0;
}
.top_item._r .box_clms {
  margin-right: 0;
  margin-left: 45px;
  text-align: right;
}
.top_item._r .box_clm .__bg {
  right: calc(-1 * (100vw - 1106px) / 2);
  width: calc(100% + 127px + (100vw - 1106px) / 2);
  border-radius: 50px 0 0 50px;
}
.top_item._r .box_clm .box_btn .btn {
  display: inline-block;
  text-align: left;
}
.top_item .boxs .box {
  width: 50%;
}
.top_item .box_clms {
  margin-right: 45px;
}
.top_item .box_tit strong {
  font-size: 200%;
  font-weight: 700;
  display: block;
}
.top_item .box_tit p {
  font-size: 120%;
  font-weight: 700;
  color: #19622c;
}
.top_item .box_tit small {
  font-weight: 600;
  display: block;
  margin-top: 18px;
  color: #91bf9b;
}
.top_item .box_tit small._mt {
  margin-top: 45px;
}
.top_item .box_tit h2 {
  font-size: 160%;
  font-weight: 700;
  margin-top: 8px;
}
.top_item .box_clm {
  position: relative;
  padding-top: 36px;
}
.top_item .box_clm._bg {
  margin-top: 60px;
  padding: 60px 0;
}
.top_item .box_clm .__bg {
  position: absolute;
  z-index: 1;
  top: 0;
  right: -127px;
  width: calc(100% + 127px + (100vw - 1106px) / 2);
  height: 100%;
  border-radius: 0 50px 50px 0;
  background-color: #fff;
}
.top_item .box_clm p {
  font-size: 107%;
  line-height: 1.8;
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}
.top_item .box_clm p:last-child {
  margin-bottom: 0;
}
.top_item .box_clm ul {
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
}
.top_item .box_clm ul li {
  font-size: 107%;
  letter-spacing: 0.05em;
  color: #19622c;
}
.top_item .box_btn {
  position: relative;
  z-index: 2;
  margin-top: 60px;
}
.top_item .box_img {
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: calc(100% + (100vw - 1106px) / 2);
  border-radius: 20px 0 0 20px;
}
.top_item .box_img img {
  width: 100%;
}

.top_access .target_line {
  top: -106px;
}
.top_access .box_tit strong {
  font-size: 200%;
  font-weight: 700;
  display: block;
  text-transform: uppercase;
}
.top_access .box_tit h2 {
  font-size: 120%;
  font-weight: 700;
  color: #19622c;
}
.top_access .box_clm {
  position: relative;
  padding-top: 36px;
}
.top_access .box_clm p {
  font-size: 107%;
  line-height: 1.8;
  position: relative;
  z-index: 2;
  margin-top: 20px;
  letter-spacing: 0.05em;
}
.top_access .box_clm p:last-child {
  margin-bottom: 0;
}
.top_access .box_clm h3 a {
  color: #91bf9b;
}
.top_access .box_clm h3 strong {
  font-size: 107%;
  font-weight: 600;
  text-decoration: underline;
}
.top_access .box_clm h3 ._ico {
  position: relative;
  top: 7px;
  width: 16px;
}
.top_access .box_map {
  overflow: hidden;
  margin-top: 40px;
  border-radius: 20px;
}
.top_access .box_map iframe {
  width: 100%;
}

.sec_top_contact {
  margin: 150px 0 60px;
  background-color: #fff;
}
.sec_top_contact ._inn {
  display: block;
  padding: 85px 0;
  -webkit-transition: all 200ms 0s ease;
  transition: all 200ms 0s ease;
}
.sec_top_contact ._inn:hover {
  color: #fff;
  background-color: #9cc7a5;
}
.sec_top_contact ._inn:hover .box_tit h2 {
  color: #fff;
}

.top_contact {
  width: 776px;
  margin: 0 auto;
}
.top_contact .boxs .box {
  width: 50%;
}
.top_contact .box_tit strong {
  font-size: 200%;
  font-weight: 700;
  display: block;
  text-transform: uppercase;
}
.top_contact .box_tit h2 {
  font-size: 120%;
  font-weight: 700;
  -webkit-transition: all 200ms 0s ease;
  transition: all 200ms 0s ease;
  color: #19622c;
}
.top_contact .box_clm {
  position: relative;
}
.top_contact .box_clm p {
  font-size: 107%;
  line-height: 1.8;
  position: relative;
  z-index: 2;
  letter-spacing: 0.05em;
}
.top_contact .box_clm p:last-child {
  margin-bottom: 0;
}

.ccenter_imgs {
  overflow: hidden;
  max-height: 141px;
  padding-bottom: 10px;
  opacity: 0;
}
.ccenter_imgs img {
  width: 100%;
}

.ccenter_img {
  margin-right: 5px;
  margin-left: 5px;
}

/****************************************
		Page Setting 
*****************************************/
.sec_pages {
  margin-top: 178px;
}
.sec_pages._tks {
  padding-bottom: 240px;
  text-align: center;
}
.sec_pages._tks .pages_head ._tit strong {
  text-transform: none;
  color: #19622c;
}
.sec_pages._tks .pages_head ._clm {
  margin-top: 55px;
}
.sec_pages._notice {
  padding-bottom: 240px;
}

.pages_head._mt {
  margin-top: 100px;
}
.pages_head ._tit strong {
  font-size: 200%;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.pages_head ._tit h2 {
  font-size: 120%;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #19622c;
}
.pages_head ._read {
  margin-top: 35px;
}
.pages_head ._read h3 {
  font-size: 167%;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #19622c;
}
.pages_head ._clm {
  margin-top: 30px;
}
.pages_head ._clm p {
  font-size: 107%;
  line-height: 1.88;
  letter-spacing: 0.05em;
}
.pages_head ._clm p a {
  text-decoration: underline;
}
.pages_head ._pbtn {
  margin-top: 50px;
}
.pages_head ._pline {
  max-width: 583px;
  margin-top: 50px;
  padding: 20px 0;
  border-width: 1px 0;
  border-style: solid;
  border-color: #000;
}
.pages_head ._pline span, .pages_head ._pline strong {
  font-size: 120%;
  font-weight: 400;
  line-height: 1.67;
  margin: 0 20px;
  letter-spacing: 0.05em;
  color: #19622c;
}

.pages_tel {
  margin-top: 80px;
  padding: 20px 0;
  text-align: center;
  border-width: 1px 0;
  border-style: solid;
  border-color: #000;
}
.pages_tel p strong, .pages_tel p span {
  font-size: 134%;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #19622c;
}

.pages_nav {
  margin-top: 80px;
}
.pages_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-width: 1px 0;
  border-style: solid;
  border-color: #000;
}
.pages_nav ul li {
  width: 33.3333333333%;
}
.pages_nav ul li:last-child a::after {
  display: none;
}
.pages_nav ul li a {
  position: relative;
  display: block;
  height: 70px;
}
.pages_nav ul li a:hover i {
  opacity: 1;
}
.pages_nav ul li a::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  content: "";
  background-color: #000;
}
.pages_nav ul li a strong {
  font-size: 107%;
  font-weight: 700;
  line-height: 1.88;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%) translateX(0%);
          transform: translateY(-50%) translateX(0%);
  letter-spacing: 0.05em;
}
.pages_nav ul li a ._ico {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) translateX(0%);
          transform: translateY(-50%) translateX(0%);
}
.pages_nav ul li a i {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  -webkit-transition: opacity 200ms 0s ease;
  transition: opacity 200ms 0s ease;
  opacity: 0;
  background: #9cc7a5;
}

.pages_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - (100% - 1106px) / 2);
  height: 100%;
  border-radius: 0 40px 40px 0;
  background: rgba(185, 245, 198, 0.3);
}
.pages_bg::after {
  position: absolute;
  top: 0;
  left: 0;
  width: calc((100vw - 1106px) / 2 + 70px);
  height: 100%;
  content: "";
  background: rgba(25, 98, 44, 0.7);
}

.sec_about {
  position: relative;
}
.sec_about._philosophy {
  margin-top: 202px;
}
.sec_about._message {
  margin: 200px 0;
}
.sec_about._profile {
  margin-bottom: 300px;
}
.sec_about._contact {
  margin-top: 200px;
  margin-bottom: 300px;
}
.sec_about._contact ._tit._a {
  left: calc((100vw - 1106px) / 2 - 110px);
}
.sec_about .target_line {
  top: -106px;
}
.sec_about ._tit._c {
  text-align: center;
}
.sec_about ._tit._a {
  position: absolute;
  z-index: 2;
  top: 200px;
  left: calc((100vw - 1106px) / 2 - 80px);
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.sec_about ._tit._a strong {
  font-size: 134%;
  display: inline-block;
  color: #fff;
}
.sec_about ._tit._a h2 {
  font-size: 107%;
  display: inline-block;
  color: #fff;
}
.sec_about ._tit strong {
  font-size: 167%;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.sec_about ._tit h2 {
  font-size: 120%;
  font-weight: 700;
  margin-top: 5px;
  letter-spacing: 0.05em;
  color: #19622c;
}
.sec_about ._read {
  margin-top: 40px;
}
.sec_about ._read h3 {
  font-size: 107%;
  font-weight: 700;
  line-height: 1.88;
  letter-spacing: 0.05em;
  color: #19622c;
}
.sec_about ._item_outer {
  margin-top: 80px;
}
.sec_about ._item_outer ._items {
  margin-bottom: 70px;
}
.sec_about ._item_outer ._items:last-child {
  margin-bottom: 0;
}
.sec_about ._item_outer ._items h3 {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.sec_about ._item_outer ._items h3._mb {
  margin-bottom: 32px;
}
.sec_about ._item_outer ._items h3::after, .sec_about ._item_outer ._items h3::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #9cc7a5;
}
.sec_about ._item_outer ._items h3::before {
  bottom: 5px;
}
.sec_about ._item_outer ._items h3 span {
  font-size: 94%;
  font-weight: 600;
  display: inline-block;
  width: 118px;
  padding: 2px 0;
  text-align: center;
  color: #fff;
  background-color: #9cc7a5;
}
.sec_about ._item_outer ._items h3 strong {
  font-size: 134%;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  top: 2px;
  padding-left: 20px;
  letter-spacing: 0.05em;
  color: #19622c;
}
.sec_about ._item_outer ._items h4 {
  font-size: 120%;
  font-weight: 700;
  line-height: 1.67;
  margin-bottom: 15px;
}
.sec_about ._item_outer ._items p {
  font-size: 107%;
  line-height: 1.88;
  letter-spacing: 0.05em;
}
.sec_about ._item_outer ._items dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.sec_about ._item_outer ._items dl:last-child {
  margin-bottom: 0;
}
.sec_about ._item_outer ._items dl dt {
  font-size: 107%;
  font-weight: 700;
  line-height: 1.88;
  width: 118px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #19622c;
  border: 1px solid #9cc7a5;
}
.sec_about ._item_outer ._items dl dd {
  font-size: 107%;
  line-height: 1.88;
  width: calc(100% - 118px);
  padding-left: 20px;
  letter-spacing: 0.05em;
}
.sec_about ._inner {
  max-width: 926px;
  margin: 0 auto;
  padding: clamp(10px, 10vw, 135px);
  border-radius: 40px;
  background-color: #fff;
  -webkit-box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.101961);
          box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.101961);
}
.sec_about ._clms {
  margin-top: 60px;
}
.sec_about ._clms p {
  font-size: 107%;
  line-height: 1.88;
  margin-bottom: 30px;
  letter-spacing: 0.05em;
}
.sec_about ._clms p._r {
  text-align: right;
}
.sec_about ._clms p:last-child {
  margin-bottom: 0;
}
.sec_about ._form {
  max-width: 696px;
  margin: 0 auto;
  padding: 100px 0;
}
.sec_about ._form ._items {
  margin-bottom: 20px;
}
.sec_about ._form ._items:last-child {
  margin-bottom: 0;
}
.sec_about ._form ._items ._d {
  margin-bottom: 10px;
}
.sec_about ._form ._items ._d strong, .sec_about ._form ._items ._d small {
  font-size: 107%;
  font-weight: 400;
  line-height: 1.88;
  letter-spacing: 0.05em;
}
.sec_about ._form ._items ._d span._tag {
  font-size: 87%;
  display: inline-block;
  width: 45px;
  margin-left: 10px;
  text-align: center;
  color: #fff;
  border-radius: 11px;
  background-color: #a7a7a7;
}
.sec_about ._form ._items ._d span._tag._r {
  background-color: #19622c;
}
.sec_about ._form ._items [type=text], .sec_about ._form ._items [type=email], .sec_about ._form ._items textarea {
  font-size: 107%;
  width: 100%;
  padding: 15px;
  border: none;
  border-radius: 5px;
}
.sec_about ._form ._items textarea {
  height: 400px;
  resize: none;
}
.sec_about ._form ._btn {
  margin-top: 35px;
  text-align: center;
}
.sec_about ._form ._btn button, .sec_about ._form ._btn [type=submit] {
  font-family: "Zen Old Mincho";
  font-size: 107%;
  font-weight: 700;
  line-height: 1.88;
  width: 100%;
  padding: 20px 0;
  cursor: pointer;
  letter-spacing: 0.05em;
  color: #fff;
  border: none;
  border-radius: 10px;
  background-color: #19622c;
}
.sec_about ._tbl {
  max-width: 696px;
  margin: 0 auto;
  padding: 100px 0;
}
.sec_about ._tbl table {
  width: 100%;
}
.sec_about ._tbl table tbody tr:last-child th, .sec_about ._tbl table tbody tr:last-child td {
  border: none;
}
.sec_about ._tbl table tbody tr th, .sec_about ._tbl table tbody tr td {
  font-size: 107%;
  font-weight: 400;
  line-height: 1.88;
  padding: 20px;
  text-align: left;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #9cc7a5;
}
.sec_about ._tbl table tbody tr th ol li, .sec_about ._tbl table tbody tr td ol li {
  margin-left: 24px;
  list-style: disc;
}

.privacy_outer {
  position: relative;
  margin-top: 50px;
  padding: 80px 0 190px;
}
.privacy_outer::before, .privacy_outer::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #000;
}
.privacy_outer::after {
  top: 5px;
}
.privacy_outer ._items {
  max-width: 800px;
  margin: 0 auto 50px;
}
.privacy_outer ._items ._mt {
  margin-top: 30px;
}
.privacy_outer ._items h3 {
  font-size: 120%;
  font-weight: 700;
  line-height: 1.67;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}
.privacy_outer ._items p {
  font-size: 107%;
  line-height: 1.88;
  letter-spacing: 0.05em;
}
.privacy_outer ._items ol {
  padding-left: 20px;
}
.privacy_outer ._items ol li {
  list-style: disc;
}

.grecaptcha-badge {
  display: none;
}

/****************************************
		Mobile Setting 
*****************************************/
@media (max-width: 1198px) {
  .wrap {
    padding-right: 4vw;
    padding-left: 4vw;
  }
  .header ._logo {
    left: 4vw;
  }
  .header ._nav {
    right: calc(160px + 4vw);
  }
  .header ._contact {
    right: 4vw;
  }
  .footer ._gotop {
    right: 4vw;
  }
  .top_hero {
    left: 4vw;
  }
  .top_hero_anim {
    top: inherit;
    bottom: 50px;
    width: 100%;
    -webkit-transform: translateY(0%) translateX(-50%);
            transform: translateY(0%) translateX(-50%);
  }
  .top_item .box_img {
    width: calc(100% + 8vw);
  }
  .top_item .box_clm .__bg {
    width: calc(100% + 127px + 8vw);
  }
  .top_item._r .box_img {
    left: -8vw;
  }
  .top_item._r .box_clm .__bg {
    right: -8vw;
    width: calc(100% + 127px + 8vw);
  }
  .pages_bg {
    width: calc(100% - 4vw);
  }
  .pages_bg::after {
    width: 8vw;
  }
  .sec_about._contact ._tit._a {
    left: -110px;
  }
  .sec_about ._tit._a {
    left: -8vw;
  }
  .sec_about ._tbl {
    padding-right: 4vw;
    padding-left: 4vw;
  }
  .sec_about ._form {
    padding-right: 4vw;
    padding-left: 4vw;
  }
}
@media (max-width: 979px) {
  @supports (-webkit-touch-callout: none) {
    /* Safari 100vh Hack */
    .sec_top_hero .wrap {
      height: -webkit-fill-available;
    }
  }
}
.sp_only, .sp_ionly {
  display: none;
}

@media (max-width: 809px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  .sp_ionly {
    display: inline-block;
  }
  body {
    min-width: auto;
  }
  /* iOS Default Style Reset */
  input[type=submit], input[type=button] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: none;
    border-radius: 0;
    -webkit-appearance: button;
       -moz-appearance: button;
            appearance: button;
  }
  input[type=submit]::-webkit-search-decoration, input[type=button]::-webkit-search-decoration {
    display: none;
  }
  input[type=submit]::focus, input[type=button]::focus {
    outline-offset: -2px;
  }
  /****************************************
  		Base Setting 
  *****************************************/
  body {
    background-image: url(./img/common/allbg.png);
    background-repeat: repeat-y;
    background-position: center center;
    background-size: cover;
  }
  .wrap {
    padding-right: 20px;
    padding-left: 20px;
  }
  .boxs .box {
    float: left;
  }
  .allbg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(./img/common/allbg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .header {
    background-color: transparent;
  }
  .header .wrap {
    height: 45px;
  }
  .header ._logo {
    top: 15px;
    left: 20px;
    width: 150px;
    -webkit-transform: translateY(0%) translateX(0%);
            transform: translateY(0%) translateX(0%);
  }
  .header ._nav {
    display: none;
  }
  .header ._contact {
    top: 15px;
    right: 50px;
    width: 85px;
    height: 30px;
    -webkit-transform: translateY(0%) translateX(0%);
            transform: translateY(0%) translateX(0%);
    background-color: #e9f8ed;
  }
  .header ._contact strong {
    font-size: 67%;
    font-weight: 500;
    line-height: 30px;
    text-transform: uppercase;
    color: #000;
  }
  .btn {
    width: 277px;
  }
  .btn._l {
    width: 239px;
  }
  .btn._l ._inn {
    height: 64px;
  }
  .btn ._inn p strong {
    font-size: 94%;
  }
  .btn ._inn p small {
    font-size: 80%;
    display: block;
  }
  .footer {
    margin-top: 150px;
    padding: 12px 0 20px;
    text-align: center;
    border-radius: 30px 30px 0 0;
  }
  .footer ._gotop {
    display: none;
  }
  .footer ._logo {
    display: none;
  }
  .footer .boxs .box {
    float: none;
  }
  .footer .boxs .box:nth-child(2) {
    float: none;
  }
  .footer .box_clm {
    padding-top: 0;
  }
  .footer .box_clm ul {
    display: none;
  }
  .footer .box_nav {
    display: none;
  }
  .footer .box_copy {
    padding-top: 44px;
    text-align: center;
  }
  .sp_navbtn {
    display: block;
  }
  /****************************************
  		top Setting 
  *****************************************/
  .sec_top_hero .wrap {
    height: 700px;
  }
  .top_hero {
    position: absolute;
    top: 40%;
    left: 20px;
    -webkit-transform: translateY(-50%) translateX(0%);
            transform: translateY(-50%) translateX(0%);
  }
  .top_hero strong {
    font-size: 48px;
  }
  .top_hero h2 {
    font-size: 107%;
  }
  .top_hero p {
    font-size: 94%;
  }
  .top_hero_anim {
    top: 70%;
    bottom: inherit;
    left: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
  }
  .sec_top_item {
    padding-bottom: 78px;
  }
  .top_item_head .__bg {
    height: 142px;
    border-radius: 20px 20px 0 0;
  }
  .top_item_bg._bg01 {
    top: 66px;
    height: 1032px;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
  }
  .top_item_bg._bg02 {
    top: 995px;
    height: 1032px;
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
  }
  .top_item_bg._bg03 {
    height: 905px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
  }
  .top_item_bg._bg04 {
    top: 1694px;
    height: calc(100% - 2599px);
  }
  .top_item {
    margin-bottom: -20px;
  }
  .top_item:nth-child(1) {
    margin-bottom: 185px;
  }
  .top_item:nth-child(1) .box_clms {
    padding-bottom: 40px;
  }
  .top_item:nth-child(1) .box_img {
    top: 0;
  }
  .top_item:nth-child(1) .box_tit small {
    margin-top: 49px;
  }
  .top_item:nth-child(1) .box_clm {
    padding-top: 10px;
  }
  .top_item .target_line {
    top: -106px;
  }
  .top_item:last-child {
    margin-bottom: 0;
  }
  .top_item._r .boxs .box {
    float: none;
  }
  .top_item._r .box_img {
    right: -20px;
    left: inherit;
    border-radius: 20px 0 0 20px;
  }
  .top_item._r .box_clms {
    margin-right: 0;
    margin-left: 0;
    text-align: left;
  }
  .top_item._r .box_clm .__bg {
    right: inherit;
    left: -20px;
    width: calc(100vw - 30px);
    border-radius: 0 40px 40px 0;
  }
  .top_item._r .box_clm .box_btn .btn {
    display: inline-block;
    text-align: left;
  }
  .top_item .boxs .box {
    float: none;
    width: 100%;
  }
  .top_item .box_clms {
    margin-right: 0;
  }
  .top_item .box_tit strong {
    font-size: 160%;
  }
  .top_item .box_tit p {
    font-size: 107%;
  }
  .top_item .box_tit h2 {
    font-size: 120%;
    margin-top: 12px;
  }
  .top_item .box_clm._bg {
    margin-top: 30px;
    padding: 50px 0 171px;
    padding-right: 30px;
  }
  .top_item .box_clm .__bg {
    right: inherit;
    left: -20px;
    width: calc(100vw - 30px);
    height: 100%;
    border-radius: 0 40px 40px 0;
  }
  .top_item .box_clm p {
    font-size: 94%;
  }
  .top_item .box_clm ul li {
    font-size: 94%;
  }
  .top_item .box_img {
    top: -120px;
    right: -20px;
    width: 100%;
    border-radius: 20px 0 0 20px;
  }
  .top_item .box_img img {
    width: 100%;
  }
  .top_access .target_line {
    top: -106px;
  }
  .top_access .box_tit strong {
    font-size: 160%;
  }
  .top_access .box_tit h2 {
    font-size: 107%;
  }
  .top_access .box_clm {
    position: relative;
    padding-top: 36px;
  }
  .top_access .box_clm p {
    font-size: 94%;
    line-height: 2;
    margin-top: 22px;
  }
  .top_access .box_map {
    margin-top: 40px;
  }
  .top_access .box_map iframe {
    height: 420px;
  }
  .sec_top_contact {
    margin: 150px 0 30px;
  }
  .sec_top_contact ._inn {
    padding: 64px 0;
  }
  .top_contact {
    width: 100%;
  }
  .top_contact .boxs .box {
    float: none;
    width: 100%;
  }
  .top_contact .box_tit strong {
    font-size: 160%;
  }
  .top_contact .box_tit h2 {
    font-size: 107%;
  }
  .top_contact .box_clm {
    position: relative;
    padding-top: 40px;
  }
  .top_contact .box_clm p {
    font-size: 94%;
    line-height: 1.8;
  }
  .ccenter_imgs {
    max-height: 74px;
  }
  /****************************************
  		Page Setting 
  *****************************************/
  .sec_pages {
    margin-top: 165px;
  }
  .sec_pages._tks {
    padding-bottom: 100px;
  }
  .sec_pages._notice {
    padding-bottom: 100px;
  }
  .pages_head._mt {
    margin-top: 140px;
  }
  .pages_head ._tit strong {
    font-size: 160%;
  }
  .pages_head ._tit h2 {
    font-size: 107%;
  }
  .pages_head ._read {
    margin-top: 40px;
  }
  .pages_head ._read h3 {
    font-size: 134%;
  }
  .pages_head ._clm {
    margin-top: 35px;
  }
  .pages_head ._clm p {
    font-size: 94%;
  }
  .pages_head ._pline {
    text-align: center;
  }
  .pages_head ._pline span, .pages_head ._pline strong {
    display: block;
  }
  .pages_head ._pline span {
    font-size: 107%;
  }
  .pages_head ._pline strong {
    font-size: 120%;
  }
  .pages_tel p strong {
    font-size: 107%;
    display: block;
    margin: 5px 0;
  }
  .pages_nav ul {
    display: block;
  }
  .pages_nav ul li {
    width: 100%;
  }
  .pages_nav ul li:last-child a::after {
    display: none;
  }
  .pages_nav ul li a {
    display: block;
  }
  .pages_nav ul li a::after {
    top: inherit;
    right: inherit;
    bottom: 0;
    width: 100%;
    height: 1px;
  }
  .pages_nav ul li a strong {
    font-size: 94%;
  }
  .pages_bg::after {
    width: 60px;
  }
  .sec_about {
    position: relative;
  }
  .sec_about._philosophy {
    margin-top: 160px;
  }
  .sec_about._message {
    margin: 143px 0;
  }
  .sec_about._profile {
    margin-bottom: 240px;
  }
  .sec_about._contact {
    margin-top: 152px;
    margin-bottom: 240px;
  }
  .sec_about._contact ._tit._a {
    top: 132px;
    left: -83px;
  }
  .sec_about .target_line {
    top: -106px;
  }
  .sec_about ._tit._c {
    text-align: center;
  }
  .sec_about ._tit._a {
    top: 120px;
    left: -60px;
  }
  .sec_about ._tit._a strong {
    font-size: 94%;
  }
  .sec_about ._tit._a h2 {
    font-size: 94%;
  }
  .sec_about ._tit strong {
    font-size: 147%;
  }
  .sec_about ._tit h2 {
    font-size: 107%;
  }
  .sec_about ._read {
    margin-top: 40px;
  }
  .sec_about ._read h3 {
    font-size: 94%;
  }
  .sec_about ._item_outer {
    margin-top: 80px;
  }
  .sec_about ._item_outer ._items {
    margin-bottom: 63px;
  }
  .sec_about ._item_outer ._items h3._mb {
    margin-bottom: 20px;
  }
  .sec_about ._item_outer ._items h3 span {
    font-size: 80%;
    width: 108px;
  }
  .sec_about ._item_outer ._items h3 strong {
    font-size: 107%;
    padding-left: 15px;
  }
  .sec_about ._item_outer ._items h4 {
    font-size: 107%;
    margin-bottom: 15px;
  }
  .sec_about ._item_outer ._items p {
    font-size: 94%;
  }
  .sec_about ._item_outer ._items dl {
    display: block;
    margin-bottom: 25px;
  }
  .sec_about ._item_outer ._items dl:last-child {
    margin-bottom: 0;
  }
  .sec_about ._item_outer ._items dl dt {
    font-size: 87%;
    width: 108px;
    margin-bottom: 10px;
  }
  .sec_about ._item_outer ._items dl dd {
    font-size: 94%;
    width: 100%;
    padding-left: 0;
  }
  .sec_about ._inner {
    padding: 80px 32px;
    border-radius: 20px;
  }
  .sec_about ._clms {
    margin-top: 49px;
  }
  .sec_about ._clms p {
    font-size: 94%;
  }
  .sec_about ._clms p._r {
    text-align: right;
  }
  .sec_about ._clms p._r img {
    width: 80%;
  }
  .sec_about ._clms p:last-child {
    margin-bottom: 0;
  }
  .sec_about ._form {
    padding: 80px 20px 80px 60px;
    padding-left: 60px;
  }
  .sec_about ._form ._items ._d {
    margin-bottom: 5px;
  }
  .sec_about ._form ._items ._d strong {
    font-size: 94%;
  }
  .sec_about ._form ._items ._d small {
    font-size: 80%;
  }
  .sec_about ._form ._items ._d span._tag {
    font-size: 74%;
    width: 40px;
  }
  .sec_about ._form ._items [type=text], .sec_about ._form ._items [type=email], .sec_about ._form ._items textarea {
    font-size: 107%;
    padding: 10px;
  }
  .sec_about ._form ._items textarea {
    height: 500px;
  }
  .sec_about ._form ._btn {
    margin-top: 25px;
  }
  .sec_about ._form ._btn button, .sec_about ._form ._btn [type=submit] {
    font-size: 94%;
    width: 100%;
    padding: 12px 0;
    border-radius: 5px;
  }
  .sec_about ._tbl {
    margin: 0 auto;
    padding: 50px 20px 50px 60px;
    padding-left: 60px;
  }
  .sec_about ._tbl table {
    display: block;
  }
  .sec_about ._tbl table tbody {
    display: block;
  }
  .sec_about ._tbl table tbody tr {
    display: block;
  }
  .sec_about ._tbl table tbody tr th, .sec_about ._tbl table tbody tr td {
    font-size: 94%;
    display: block;
    padding: 0;
  }
  .sec_about ._tbl table tbody tr th {
    padding-top: 20px;
    border: none;
  }
  .sec_about ._tbl table tbody tr td {
    padding-bottom: 20px;
  }
  .privacy_outer {
    padding-bottom: 20px;
  }
  .privacy_outer ._items {
    margin-bottom: 80px;
  }
  .privacy_outer ._items h3 {
    font-size: 107%;
  }
  .privacy_outer ._items p {
    font-size: 94%;
  }
}/*# sourceMappingURL=style.css.map */