@charset "utf-8";
/*
Theme Name: grits THEME
Author: grits
Version: 1.0.0
*/
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url('https://fonts.googleapis.com/css2?family=Afacad+Flux:wght@100..1000&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');
/******************************************************
リセット
******************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
  font-weight: 400;
	font: inherit;
	vertical-align: middle;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
html, body {
  margin: 0;
	padding: 0;
	border: 0;
  color: #313131;
	font-size: 100%;
  font-weight: 400;
	font: inherit;
	vertical-align: middle;
  word-break : break-all;
}
html {
  font-size: 62.5%;
}
body {
  position: relative;
  font-size: 16px;
	font-size: 1.6rem;
  line-height: 2;
  font-weight: 400;
  font-family: "Kosugi Maru", sans-serif;
}
@media screen and (max-width:767px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
  line-height: 1.5;
}
table, th, td {
  border-collapse: collapse;
  font-weight: normal;
}
dl, dt, dd {
  margin: 0;
  padding: 0;
}
p, ul, ol, li {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul, ol {
  text-align: left;
}
img {
  width: 100%;
	height: auto;
  vertical-align: middle;
}
a {
  color: #313131;
  text-decoration: none;
  vertical-align: baseline;
  border:none;
  outline:none;
}
span {
  vertical-align: baseline;
}
*:focus {
  outline: none;
}
/******************************************************
animate.css カスタマイズ
******************************************************/
@keyframes fadeInUp30 {
  from {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp30 {
  animation-name: fadeInUp30;
  animation-duration: 1s;
}
@keyframes fadeInUp60 {
  from {
    opacity: 0;
    transform: translate3d(0, 60px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp60 {
  animation-name: fadeInUp60;
  animation-duration: 1s;
}
/******************************************************
iPhoneリセット
******************************************************/
.clearfix:after,
.inner:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
}
/******************************************************
iPhoneリセット
******************************************************/
input,textarea,select {
  font-family: "Kosugi Maru", sans-serif;
}
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
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;
}
input[type=text], input[type=email], input[type=tel], textarea, select {
  box-sizing: border-box;
  font-size: 1.6rem;
  font-family: "Kosugi Maru", sans-serif;
  outline: none;
  -webkit-appearance:none;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #ccc;
}
/******************************************************
レスポンシブ
******************************************************/
@media screen and (max-width: 1299px){
  .s_inner,
  .l_inner {
    position:relative;
    margin: 0 1.5rem;
  }
  .sp {display: block;}
  .sp-left {text-align:left!important;}
  .sp-right {text-align:right!important;}
  .sp-center {text-align:center!important;}
}
@media screen and (min-width: 1300px) {
  .s_inner,
  .l_inner {
    position:relative;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 5rem;
    box-sizing: border-box;
  }
  .s_inner {
    width: 1100px;
  }
  .l_inner {
    width: 1380px;
  }
  .pc {display: block;}
  .pc-left {text-align:left!important;}
  .pc-right {text-align:right!important;}
  .pc-center {text-align:center!important;}
}
/******************************************************
基本フォント
******************************************************/
.text-center {text-align: center;}
.text-right {text-align: right;}
.text-left {text-align: left;}
.sans {font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', '游ゴシック', 'Yu Gothic', 'メイリオ', Meiryo, sans-serif;}
.serif {font-family: 'Noto Serif JP','游明朝体', 'Yu Mincho', 'Hiragino Mincho Pro', 'Hiragino Mincho ProN', YuMincho, 'MS PMincho', 'Times New Roman', serif;}
.bold {font-weight: bold;}
/******************************************************
ヘッダー
******************************************************/
@media screen and (min-width: 1300px) {
  #header {}
  #header {}
  #header #h_cover {
    position: fixed;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
    z-index: 100;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;    
  }
  #h_logo {
    display: flex;
    align-items: center;
    padding: 1rem 3rem;
    border-radius: 0 0 1rem 0;
    background: #019946;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear; 
    box-shadow: 0 0 6px 0 rgba(0,0,0,.1);
  }
  #h_logo img {
    width: auto;
    height: 6rem;
  }
  #h_logo .name {
    margin-left: 1em;
    color: #fff;
    text-align: center;
    padding: 0 3em;
    line-height: 3rem;
    border-radius: 1.5rem;
    background: #ff8d1e;
  }
  /****************************************************
  追従ボタン
  ****************************************************/  
  #fix_btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-right: 8rem;
  }
  #fix_btn .btn:nth-child(n+2) {
    border-left: 1px solid #fff;
  }
  #fix_btn .btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 240px;
    height: 80px;
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: .1em;
    text-align: center;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    background: #fff;
  }
  #fix_btn .btn a:hover {
    opacity: .7;
  }
  #fix_btn .btn a.tel {
    border-radius: 0 0 0 1rem;
    background: #ff8d1e;
  }
  #fix_btn .btn a.tel .icon {
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 1.2rem;
    background: url(/wp-content/uploads/images/icon_tel.webp) center center no-repeat;
    background-size: contain;
  }
  #fix_btn .btn a.mail {
    background: #ff8d1e;
  }
  #fix_btn .btn a.mail .icon {
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 1.2rem;
    background: url(/wp-content/uploads/images/icon_entry.webp) center center no-repeat;
    background-size: contain;
  }  
  /****************************************************
  ハンバーガー
  ****************************************************/
  #h_toggle_btn {
    position: fixed;
    display: block;
    width: 80px;
    height: 80px;
    top: 0;
    right: 0;
    z-index: 101;
    color: #fff;
    background: #019946;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  #h_toggle_btn.active {
    width: 8rem;
    height: 8rem;
  }
  #h_toggle_btn span {
    display: block;
    width: 30px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 25px;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;	
  }
  #h_toggle_btn span:nth-child(1){
    top: 30px;
  }
  #h_toggle_btn span:nth-child(2){
    top: 40px;
  }
  #h_toggle_btn span:nth-child(3){
    top: 50px;
  }
  #h_toggle_btn.open {
    z-index: 10004;
  }
  #h_toggle_btn.open span {
    color: #fff;
  }
  #h_toggle_btn.open span:nth-child(1) {
    top: 40px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
    background: #fff;
  }
  #h_toggle_btn.open span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  #h_toggle_btn.open span:nth-child(3) {
    top: 40px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
    background: #fff;
  }  
  #h_toggle_btn div {
    position: absolute;
    width: 100%;
    bottom: 16px;
    text-align: center;
  }
  /****************************************************
  メニュー
  ****************************************************/
  #h_nav {
    background: rgba(255,255,255,1);
    display: block;
    width: 480px;
    max-width: calc(100% - 60px);
    height: 100%;
    padding: 18rem 6rem 6rem;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    box-sizing: border-box;
  }
  #h_nav.on {
    visibility: visible;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
  #h_nav li a {
    position: relative;
    display: block;
    padding: 1em;
    padding-left: 1.5em;
    border-bottom: 1px solid #f2f2f2;
  }
  #h_nav li a:before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    content: "";
    width: 1rem;
    height: 1rem;
    margin-top: -.5rem;
    line-height: 1;
    background: #ff8d1e;
  }
  #h_nav .link_btn a {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 6rem;
    color: #313131;
    border: 1px solid #ccc;
    background: #fff;
    box-sizing: border-box;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;    
  }
  #h_nav .link_btn a:hover {
    opacity: .7;
  }
  #h_nav .link_btn a:after {
    position: absolute;
    display: block;
    content: "\f105";
    font-family: "FontAwesome";
    top: 50%;
    right: 1em;
    margin-top: -.5em;
    line-height: 1; 
  }
  #h_nav .link_btn a .logo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  #h_nav .link_btn a .logo .icon {
    content: "";
    width: 3rem;
    height: 3rem;
    margin-right: 1rem;
    line-height: 3rem;
    background: url(/wp-content/uploads/images/icon/icon_logo.png) center center;
    background-size: contain;
  }
  #page_top {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 50;
  }
  #page_top a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 8rem;
    height: 8rem;
    color: #fff;
    font-size: 1.4rem;
    text-decoration: none;
    background: #019946;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;  
  }     
  
  .fix_banner {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 100;
  }
  .fix_banner.hidden {
    display: none;
  }
  .fix_banner span.close_btn {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    margin-left: auto;
    color: #fff;
    line-height: 15px;
    text-align: center;
    background: #019946;
    cursor: pointer;
  }  
  .fix_banner span.close_btn:before,
  .fix_banner span.close_btn:after {
    position: absolute;
    display: block;
    width: 12px;
    height: 1px;
    content: "";
    background: #fff;
    top: 10px;
    left: 4px;
  }
  .fix_banner span.close_btn:before {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .fix_banner span.close_btn:after {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }  
  
}
@media screen and (max-width: 1299px) {
  #header {
    height: 60px;
  }
  #header #h_cover {
    position: fixed;
    width: 100%;
    padding: 1.7rem 1.5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #019946;
    box-sizing: border-box;
    z-index: 100;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;    
  }
  #header #h_cover.active {
    box-shadow: 0 0 6px 0 rgba(0,0,0,.1);
  }
  #h_logo {
    display: flex;
    align-items: center;
  }
  #h_logo img {
    display: block;
    width: auto;
    height: 2.6rem;
  }
  #h_logo .name {
    margin-left: 1em;
    color: #fff;
    font-size: 1rem;
    text-align: center;
    padding: 0 1em;
    line-height: 2;
    border-radius: 1em;
    background: #ff8d1e;
  }  
  /****************************************************
  追従ボタン
  ****************************************************/  
  #fix_btn {
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: calc(100% - 6rem);
  }
  #fix_btn .btn {
    width: 50%;
    box-sizing: border-box;
    border-right: 1px solid #fff;
  }
  #fix_btn .btn a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 6rem;
    padding: 0;
    letter-spacing: .1em;
    color: #fff;
  }
  #fix_btn .btn a img {
    width: auto;
    height: 6rem;
  }
  #fix_btn .btn a.tel {
    background: #ff8d1e;
  }
  #fix_btn .btn a.tel .icon {
    width: 2rem;
    height: 2rem;
    margin-right: .8rem;
    background: url(/wp-content/uploads/images/icon_tel.webp) center center no-repeat;
    background-size: contain;
  }  
  #fix_btn .btn a.mail {
    background: #ff8d1e;
  }
  #fix_btn .btn a.mail .icon {
    width: 2rem;
    height: 2rem;
    margin-right: .8rem;
    background: url(/wp-content/uploads/images/icon_entry.webp) center center no-repeat;
    background-size: contain;
  }  
  
  /****************************************************
  ハンバーガー
  ****************************************************/
  #h_toggle_btn {
    position: fixed;
    display: block;
    width: 60px;
    height: 60px;
    top: 0;
    right: 0;
    z-index: 101;
    color: #fff;
    background: #019946;
    border-left: 1px solid #fff;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  #h_toggle_btn span {
    display: block;
    width: 24px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 18px;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;	
  }
  #h_toggle_btn span:nth-child(1){
    top: 24px;
  }
  #h_toggle_btn span:nth-child(2){
    top: 30px;
  }
  #h_toggle_btn span:nth-child(3){
    top: 36px;
  }
  #h_toggle_btn.open {
    z-index: 10004;
  }
  #h_toggle_btn.open span {
    color: #fff;
  }
  #h_toggle_btn.open span:nth-child(1) {
    top: 30px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
    background: #fff;
  }
  #h_toggle_btn.open span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  #h_toggle_btn.open span:nth-child(3) {
    top: 30px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
    background: #fff;
  }  
  #h_toggle_btn div {
    position: absolute;
    width: 100%;
    bottom: 16px;
    text-align: center;
  }
  /****************************************************
  メニュー
  ****************************************************/
  #h_nav {
    background: rgba(255,255,255,1);
    display: block;
    width: 280px;
    max-width: 100%;
    height: 100%;
    padding: 9rem 3rem 3rem;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    box-sizing: border-box;
  }
  #h_nav.on {
    visibility: visible;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
  #h_nav li a {
    position: relative;
    display: block;
    padding: 1em;
    padding-left: 1.5em;
    border-bottom: 1px solid #f2f2f2;
  }
  #h_nav li a:before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    content: "";
    width: 1rem;
    height: 1rem;
    margin-top: -.5rem;
    line-height: 1;
    background: #ff8d1e;
  }
  #h_nav .link_btn a {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 6rem;
    color: #313131;
    border: 1px solid #ccc;
    background: #fff;
    box-sizing: border-box;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;    
  }
  #h_nav .link_btn a:hover {
    opacity: .7;
  }
  #h_nav .link_btn a:after {
    position: absolute;
    display: block;
    content: "\f105";
    font-family: "FontAwesome";
    top: 50%;
    right: 1em;
    margin-top: -.5em;
    line-height: 1; 
  }
  #h_nav .link_btn a .logo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  #h_nav .link_btn a .logo .icon {
    content: "";
    width: 3rem;
    height: 3rem;
    margin-right: 1rem;
    line-height: 3rem;
    background: url(/wp-content/uploads/images/icon/icon_logo.png) center center;
    background-size: contain;
  }

    #page_top {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 50;
    display: block;
  }
  #page_top a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 6rem;
    height: 6rem;
    color: #fff;
    font-size: 1.4rem;
    text-decoration: none;
    background: #019946;
  }     
  
  .fix_banner {
    position: fixed;
    bottom: 7rem;
    right: 1rem;
    z-index: 100;
    max-width: 240px;
  }
  .fix_banner.hidden {
    display: none;
  }
  .fix_banner span.close_btn {
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
    margin-left: auto;
    color: #fff;
    text-align: center;
    background: #019946;
    cursor: pointer;
  }  
  .fix_banner span.close_btn:before,
  .fix_banner span.close_btn:after {
    position: absolute;
    display: block;
    width: 10px;
    height: 1px;
    content: "";
    background: #fff;
    top: 8px;
    left: 3px;
  }
  .fix_banner span.close_btn:before {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .fix_banner span.close_btn:after {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }  
    
  
}
/******************************************************
フッター
******************************************************/
@media screen and (min-width: 1300px) {
  #copyright {
    text-align: center;
    line-height: 8rem;
  }
}
@media screen and (max-width: 1299px) {
  #footer {
    padding-bottom: 6rem;
  }
  #copyright {
    text-align: center;
    line-height: 6rem;
  }
}
/******************************************************
共通
******************************************************/
@media screen and (min-width: 1300px) {
  .section_cover {
    padding: 10rem 0 12rem;
  }
  .section_cover.pb0 {
    padding-bottom: 0;
  }
  .section_cover.pt0 {
    padding-top: 0;
  }  
  .main_title {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-bottom: 6rem;
  }
  .main_title span.eng {
    color: #ff8d1e; 
    font-size: 12rem;
    line-height: 1.2;
    font-weight: 400;
    font-family: "Afacad Flux", sans-serif;
  }
  .main_title span.jap {
    font-size: 2.4rem;
    font-weight: 600;
  }    
  .sub_title {
    text-align: center;
  }
  .sub_title span {
    position: relative;
    display: inline-block;
    margin-bottom: 6rem;
    font-size: 4.8rem;
    font-weight: 600;
  }
  .sub_title span:before,
  .sub_title span:after {
    position: absolute;
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5rem 1.5rem 0 1.5rem;
    border-color: #ff8d1e transparent transparent transparent;
  }
  .sub_title span:before {
    top: 50%;
    left: -5rem;
    margin-top: -2rem;
    transform:rotate(-30deg); 
  }
  .sub_title span:after {
    top: 50%;
    right: -5rem;
    margin-top: -2rem;
    transform:rotate(30deg); 
  }  
}
@media screen and (max-width: 1299px) {
  .section_cover {
    padding: 5rem 0;
  }
  .section_cover.pb0 {
    padding-bottom: 0;
  }
  .section_cover.pt0 {
    padding-top: 0;
  }  
  .main_title {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-bottom: 3rem;
  }
  .main_title span.eng {
    color: #ff8d1e; 
    font-size: 3.6rem;
    line-height: 1.2;
    font-weight: 400;
    font-family: "Afacad Flux", sans-serif;
  }
  .main_title span.jap {
    font-weight: 600;
  }    
  .sub_title {
    text-align: center;
  }
  .sub_title span {
    position: relative;
    display: inline-block;
    margin-bottom: 3rem;
    font-size: 2rem;
    font-weight: 600;
  }
  .sub_title span:before,
  .sub_title span:after {
    position: absolute;
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3rem 1rem 0 1rem;
    border-color: #ff8d1e transparent transparent transparent;
  }
  .sub_title span:before {
    top: 50%;
    left: -3rem;
    margin-top: -1rem;
    transform:rotate(-30deg); 
  }
  .sub_title span:after {
    top: 50%;
    right: -3rem;
    margin-top: -1rem;
    transform:rotate(30deg); 
  }  
}
/******************************************************
トップ
******************************************************/
@media screen and (min-width: 1300px) {
  /****************************************************
  メインビジュアル
  ****************************************************/
  #top_main {
    position: relative;
    padding: 3rem;
  }
  #top_main #main_visual {
  }
  #top_main #main_visual .image {
    width: 100%;
    height: calc(100vh - 6rem);
    border-radius: 2rem;
  }
  #top_main #main_visual .image_1 {
    background: url(/wp-content/uploads/images/main_img001.webp) top center no-repeat;
    background-size: cover;
  }
  #top_main #main_visual .image_2 {
    background: url(/wp-content/uploads/images/main_img002.webp) top center no-repeat;
    background-size: cover;
  }  

  #top_main #catch_copy {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
  }
  /****************************************************
  メッセージ
  ****************************************************/
  #top_message {
    padding: 15rem 0 10rem;
    background: url(/wp-content/uploads/images/bg_message.webp) top center no-repeat;
    background-size: cover;
  }
  #top_message .message_cover {
    position: relative;
  }
  #top_message .message_cover .image_area {
    position: absolute;
    top: 0;
    left: 0;
    width: 450px;
  }
  #top_message .message_cover .photo {}
  #top_message .message_cover .photo img {
    border-radius: 1rem;
    box-shadow: 6px 6px 12px 0 rgba(0,0,0,.1);
  }
  #top_message .message_cover .name {
    position: absolute;
    top: -4rem;
    left: 2rem;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: .05em;
  }
  #top_message .message_cover .clinic_name {
    border-left: 2px solid #313131;
  }
  #top_message .message_cover .doctor_name span {
    margin-bottom: 1rem;
    font-size: 2.4rem;
    font-weight: 500;
  }
  #top_message .message_cover .text_area {
    margin-left: 270px;
  }
  #top_message .message_cover h2 {
    margin-bottom: -5rem;
    padding-top: 4rem;
    padding-left: 25rem;
    color: #019946;
  }
  #top_message .message_cover h2 span {
    font-size: 10.8rem;
    line-height: 1;
    font-weight: 400;
    font-family: "Afacad Flux", sans-serif;
  }  
  #top_message .message_cover .text {
    min-height: 600px;
    padding: 8rem 6rem;
    padding-left: 25rem;
    background: #fff;
    border-radius: 1rem;
    box-sizing: border-box;
  }
  #top_message .message_cover .text .message {
    margin-bottom: 3rem;
    color: #ff8d1e;
    font-size: 2.4rem;
  }
  #top_message .message_cover .text .comment p:nth-child(n+2) {
    margin-top: 1em;
  }
  /****************************************************
  院長インタビュー
  ****************************************************/
  #top_interview {
    padding: 10rem 0;
    background: #fff7eb url(/wp-content/uploads/images/bg_interview.webp) top center no-repeat;
    background-size: 100% auto;
  }
  #top_interview .interview_list .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #top_interview .interview_list .list:nth-child(odd) {
    flex-direction: row-reverse;
  }
  #top_interview .interview_list .list:nth-child(n+2) {
    margin-top: 6rem;
  }
  #top_interview .interview_list .list .image {
    width: calc(36% - 3rem);
  }
  #top_interview .interview_list .list .image img {
    border-radius: 1rem;
    box-shadow: 1rem 1rem 0 0 #ff8d1e;
  }
  #top_interview .interview_list .list .text {
    width: calc(64% - 3rem);
  }  
  #top_interview .interview_list .list .text .box:nth-child(n+2) {
    margin-top: 2em;
  }
  #top_interview .interview_list .list h3 {
    position: relative;
    margin-bottom: .5em;
    padding-bottom: .5em;
    padding-left: 1.5em;
    color: #6d5641;
    font-size: 2.4rem;
    font-weight: 600;
    border-bottom: 5px dotted #ccc;
  }
  #top_interview .interview_list .list h3:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "Q";
    color: #019946;
    font-family: "Afacad Flux", sans-serif;    
  }  
  /****************************************************
  3つの働きやすさ
  ****************************************************/
  #top_three {
    position: relative;
    padding: 10rem 0;
    z-index: 0;
    background-image: linear-gradient(0deg, rgba(195, 229, 210, 1), rgba(243, 248, 245, 1) 50%);
  }
  #top_three .three_cover {
    position: relative;
    z-index: 3;
  }
  #top_three h2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 5rem;
    color: #019946;
    font-size: 4.8rem;
    font-weight: 600;
    text-align: center;
  }
  #top_three h2 div {
    position: relative;
    z-index: -1;
  }
  #top_three h2 div:nth-child(1):before {
    position: absolute;
    top: -60px;
    right: -60px;
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
  }
  #top_three h2 div:nth-child(2):before {
    position: absolute;
    bottom: -40px;
    left: -120px;
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
  }
  #top_three h2 span {
    position: relative;
    z-index: 0;
  }
  #top_three h2 i {   
    display: inline-block;
    color: #ff8d1e;
  }
  #top_three .three_list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #top_three .three_list .list {
    display: flex;
    flex-direction: column;
    position: relative;
    width: calc((100% / 3) - 20px);
  }
  #top_three .three_list .list:nth-child(1):before {
    position: absolute;
    top: -160px;
    left: -160px;
    content: "";
    display: block;
    width: 240px;
    height: 240px;
    background: #fff;
    border-radius: 50%;
  }
  #top_three .three_list .list:nth-child(3):before {
    position: absolute;
    top: -100px;
    right: -100px;
    content: "";
    display: block;
    width: 150px;
    height: 150px;
    background: #fff;
    border-radius: 50%;
  }
  #top_three .three_list .list .cover {
    flex-grow: 1;
    position: relative;
    z-index: 1;
    border-radius: 1rem;
    box-shadow: 0 0 6px 0 rgba(0,0,0,.1);
    background: #fff;    
  }
  #top_three .three_list .list .image img {
    border-radius: 1rem 1rem 0 0;
  }
  #top_three .three_list .list .text {
    flex-grow: 1;
    border-radius: 0 0 1rem 1rem;
  }
  #top_three .three_list .list h3 {
    padding: 1em;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
    background: #019946;
  }
  #top_three .three_list .list .comment {
    padding: 3rem;
  }  
  
  /****************************************************
  当院の自慢
  ****************************************************/
  #top_charm {
    padding: 10rem 0;
    background: url(/wp-content/uploads/images/bg_charm.webp) top center no-repeat;
    background-size: cover;
  } 
  #top_charm .charm_list .list:nth-child(n+2) {
    margin-top: 6rem;
  }
  #top_charm .charm_list .list {
    position: relative;
    padding: 6rem;
    background: rgba(255,255,255,1);
    box-shadow: 6px 6px 12px 0 rgba(0,0,0,.1);
    box-sizing: border-box;
    border-radius: 1rem;    
  }
  #top_charm .charm_list .list h3 {
    margin-bottom: .5em;
    padding-bottom: .5em;
    color: #6d5641;
    font-size: 2.4rem;
    font-weight: 600;
    border-bottom: 3px dotted #ccc;
  }
  #top_charm .charm_list .list h3 span {
    color: #ff8d1e;
  }
  #top_charm .charm_list .list .number {
    position: absolute;
    top: -5rem;
    right: 3rem;
    font-size: 9rem;
    line-height: 1;
    font-family: "Afacad Flux", sans-serif;
    color: #ff8d1e;
  }
  
  /****************************************************
  スタッフの声
  ****************************************************/
  #top_voice {
    padding: 10rem 0;
    background-color: #ffffff;
    background-image: radial-gradient(circle, #ecf6da 3px, transparent 3px), radial-gradient(circle, #f4e7d4 3px, transparent 3px), radial-gradient(circle, #f4e7d4 3px, transparent 3px), radial-gradient(circle, #ecf6da 3px, transparent 3px);
    background-position: 0 0, 30px 0, 15px 30px, 45px 30px;
    background-size: 60px 60px;
  }  
  #top_voice .voice_list .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #top_voice .voice_list .list:nth-child(even) {
    flex-direction: row-reverse;
  }
  #top_voice .voice_list .list:nth-child(n+2) {
    margin-top: 4rem;
  }
  #top_voice .voice_list .list .image {
    width: 240px;
  }
  #top_voice .voice_list .list .comment {
    position: relative;
    width: calc(100% - 240px - 8rem);
    padding: 3rem;
    border-radius: 1.5rem;
    background: #019946;
    box-sizing: border-box;
    border: 5px solid #fff;    
  }
  #top_voice .voice_list .list:nth-child(odd) .comment:before {
    position: absolute;
    top: 6rem;
    right: calc(100% + 3rem);
    display: block;
    content: "";
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: #019946;
  }  
  #top_voice .voice_list .list:nth-child(odd) .comment:after {
    position: absolute;
    top: 9rem;
    right: calc(100% + 8rem);
    display: block;
    content: "";
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: #019946;
  }  
  #top_voice .voice_list .list:nth-child(even) .comment:before {
    position: absolute;
    top: 6rem;
    left: calc(100% + 3rem);
    display: block;
    content: "";
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: #019946;
  }  
  #top_voice .voice_list .list:nth-child(even) .comment:after {
    position: absolute;
    top: 9rem;
    left: calc(100% + 8rem);
    display: block;
    content: "";
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: #019946;
  }    
  #top_voice .voice_list .list h3 {
    position: relative;
    margin-bottom: 1em;
    padding-bottom: 1em;
    padding-left: 3.5em;
    color: #fff;
    font-size: 2.4rem;
    line-height: 1.5;
    font-weight: 600;
    border-bottom: 5px dotted #fff;
  }
  #top_voice .voice_list .list h3:before {
    position: absolute;
    bottom: .2em;
    left: 0;
    display: block;
    content: "";
    width: 3em;
    height: 3em;
    background: url(/wp-content/uploads/images/icon_voice.png) center center no-repeat;
    background-size: contain;
  }  
  #top_voice .voice_list .list h4 {
    position: relative;
    margin-bottom: 1rem;
    padding-left: 1.5em;
    color: #fff;
    font-weight: 600;
  }
  #top_voice .voice_list .list h4:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "Q";
    color: #fff;
  }
  #top_voice .voice_list .list .comment > *:nth-child(n+2) {
    margin-top: 1em;
  }
  #top_voice .voice_list .list .comment p {
    padding: 1em;
    line-height: 1.6;
    border-radius: .5em;
    background: #fff;
  }   
  
  /****************************************************
  クリニックの特徴
  ****************************************************/
  #top_feature {
    padding: 10rem 0;
    background:  url(/wp-content/uploads/images/bg_feature.webp) bottom center no-repeat;
    background-size: 100% auto;
  }
  #top_feature .feature_list .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #top_feature .feature_list .list:nth-child(n+2) {
    margin-top: 6rem;
  }
  #top_feature .feature_list .list:nth-child(odd) {
    flex-direction: row-reverse;
  }
  #top_feature .feature_list .list .image {
    position: relative;
    width: 480px;
  }
  #top_feature .feature_list .list .image .number {
    position: absolute;
    top: -.5em;
    right: 3rem;
    font-size: 9rem;
    line-height: 1;
    font-weight: 400;
    font-family: "Afacad Flux", sans-serif;
    color: #ff8d1e;
  }
  #top_feature .feature_list .list:nth-child(even) .image .number {
    position: absolute;
    top: -.5em;
    left: 3rem;
    font-size: 9rem;
    line-height: 1;
    font-weight: 400;
    font-family: "Afacad Flux", sans-serif;
    color: #ff8d1e;
  }  
  #top_feature .feature_list .list .image img {
    border-radius: 1rem;
    object-fit: cover;
    aspect-ratio: 5 / 4;
  }
  #top_feature .feature_list .list .text {
    width: calc(100% - 540px);
  }
  #top_feature .feature_list .list .text h3 {
    position: relative;
    margin-bottom: 1em;
    padding-bottom: .5em;
    color: #6d5641;
    font-size: 2.4rem;
    font-weight: 600;
    border-bottom: 5px dotted #ccc;    
  }
  #top_feature .feature_list .switch_5_btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 3rem;
  }
  #top_feature .feature_list .switch_5_btn .btn {
    width: calc((100% / 5) - 8px);
    color: #fff;
    text-align: center;
    line-height: 3;
    border-radius: 1.5em;
    background: #019946;
    cursor: pointer;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  #top_feature .feature_list .switch_5_btn .btn:hover,
  #top_feature .feature_list .switch_5_btn .btn.active {
    color: #019946;
    background: #f3f8f5;
  }
  #top_feature .feature_list .switch_5_btn .btn.active {
    cursor: auto;
  }
  #top_feature .feature_list .switch_5_contents .content {
    display: none;
  }
  #top_feature .feature_list .switch_5_contents .content.active {
    display: block;
  }
  
  #top_feature .feature_list .switch_2_btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 3rem;
  }
  #top_feature .feature_list .switch_2_btn .btn {
    width: calc((100% / 2) - 5px);
    color: #fff;
    text-align: center;
    line-height: 3;
    border-radius: 1.5em;
    background: #019946;
    cursor: pointer;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;    
  }
  #top_feature .feature_list .switch_2_btn .btn:hover,
  #top_feature .feature_list .switch_2_btn .btn.active {
    color: #019946;
    background: #f3f8f5;
  }
  #top_feature .feature_list .switch_2_btn .btn.active {
    cursor: auto;
  }
  #top_feature .feature_list .switch_2_contents .content {
    display: none;
  }
  #top_feature .feature_list .switch_2_contents .content.active {
    display: block;
  }  
  /****************************************************
  1日の流れ
  ****************************************************/
  #top_schedule {
    color: #fff;
    background: url(/wp-content/uploads/images/bg_schedule.webp) top center no-repeat;
    background-size: cover;
  }
  #top_schedule .main_title,
  #top_schedule .main_title .eng {
    color: #fff;
  }
  
  #top_schedule .schedule_inner {
    padding: 0 10%;
  }
  #top_schedule .schedule_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 6rem;
  }
  #top_schedule .schedule_list .list {
    width: calc((100% / 7) - 3rem);
    box-sizing: border-box;
  }
  #top_schedule .schedule_list .list:nth-child(n+2) {
    margin-left: 3.5rem;
  }
  #top_schedule .schedule_list .list .time {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 3rem;
    text-align: center;
    color: #019946;
    background: #fff;
    object-fit: cover;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
  }
  #top_schedule .schedule_list .list .time .large {
    font-size: 3rem;
    line-height: 1.3;
    font-weight: 600;
  }
  #top_schedule .schedule_list .list:nth-child(n+2) .time:before {
    position: absolute;
    top: 50%;
    right: 100%;
    content: "";
    display: block;
    width: 3.5rem;
    height: 1px;
    background: #fff;
  }
  #top_schedule .schedule_list .list .time:after {  
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -12px;
    content: "";
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 20px solid #fff;
  }
  #top_schedule .schedule_list .list p {
    margin-bottom: 1rem;
    font-weight: 600;
    text-align: center;
  }
  #top_schedule .schedule_image {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #top_schedule .schedule_image .image {
    width: calc((100% / 5) - 24px);
    margin-right: 3rem;
  }
  #top_schedule .schedule_image .image:nth-child(5n) {
    margin-right: 0;
  }
  #top_schedule .schedule_image .image img {
    border-radius: 1rem;
  }
  /****************************************************
  企業情報
  ****************************************************/
  #top_clinic {
    padding-top: 10rem;
    background: #fff;
  }
  #top_clinic .clinic_flex {
    display: flex;
    flex-wrap: wrap;
  }
  #top_clinic .clinic_flex .image {
    width: 50%;
    background: url(/wp-content/uploads/images/information_img001.webp) top center no-repeat;
    background-size: cover;
    border-radius: 0 40px 40px 0;
  }
  #top_clinic .clinic_flex .image img {
    display: none;
  }
  #top_clinic .clinic_flex .data {
    width: 50%;
    box-sizing: border-box;
  }
  #top_clinic .clinic_flex .data .box {
    padding: 6rem;
    box-sizing: border-box;
  }
  #top_clinic .main_title {
    text-align: left;
  }
  #top_clinic .clinic_data {
    margin-bottom: 3rem;
  }
  #top_clinic .clinic_data table {
    width: 100%;
    border-top: 1px solid #ccc;
  }
  #top_clinic .clinic_data th,
  #top_clinic .clinic_data td {
    padding: 1rem;
    border-bottom: 1px solid #ccc;
  }
  #top_clinic .clinic_schedule table {
    width: 100%;
    margin-bottom: 1rem;
  }
  #top_clinic .clinic_schedule th,
  #top_clinic .clinic_schedule td {
    padding: 1rem;
    text-align: center;
    line-height: 1.5;
  }
  #top_clinic .clinic_schedule th {
    color: #fff;
    background: #019946;
  }
  #top_clinic .clinic_schedule td {
    border-bottom: 1px solid #ccc;
  }
  #top_clinic .clinic_schedule p {}  
  #top_clinic .clinic_schedule dl {
    display: flex;
    flex-wrap: wrap;
  }
  #top_clinic .clinic_schedule dl dt {
    width: 1.5em;
  }
  #top_clinic .clinic_schedule dl dd {
    width: calc(100% - 1.5em);
  }
  #top_clinic .clinic_schedule span.green {color: #019946;}
  #top_clinic .clinic_schedule span.pink {color: #fe92f7;}
  #top_clinic .clinic_schedule span.orange {color: #ff8d1e;}  
  #top_clinic .clinic_schedule span.small {font-size: .9em;}  
  #top_clinic .clinic_schedule span.marker {
    display: inline-block;
    padding: 0 1em;
    color: #fff;
    background: #ff8d1e;
    border-radius: .2em;
  }
  /****************************************************
  採用の流れ
  ****************************************************/
  #top_flow {
    padding: 10rem 0;
    background: #fff url(/wp-content/uploads/images/bg_flow.webp) top center no-repeat;
    background-size: cover;
  }
  #top_flow .l_inner {
    width: 100%;
    padding: 0 10%;
  }
  #top_flow .flow_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #top_flow .flow_list .list {
    position: relative;
    width: calc((100% / 5) - 30px);
    margin-bottom: 6rem;
    text-align: center;
  }
  #top_flow .flow_list .list .number {
    position: absolute;
    top: -3rem;
    left: 50%;
    width: 6rem;
    height: 6rem;
    margin-left: -3rem;
    padding: 1rem;
    color: #fff;
    font-size: 1rem;
    text-align: center;
    line-height: 1;
    background: #019946;
    border-radius: 3rem;
    z-index: 1;
    box-sizing: border-box;
    font-weight: 400;
    font-family: "Afacad Flux", sans-serif;    
  }
  #top_flow .flow_list .list .number span {
    font-size: 3rem;
  }
  #top_flow .flow_list .list .image {
    position: relative;
    margin-bottom: 2rem;
  }
  #top_flow .flow_list .list .image img {
    border-radius: 1rem;
  }
  #top_flow .flow_list .list:nth-child(n+2) .image:before {
    position: absolute;
    display: block;
    content: "\f04e";
    font-family: "FontAwesome";
    top: 50%;
    left: -25px;
    margin-top: -0.5em;
    color: #6d7783;
    font-size: 2rem;
    line-height: 1;
  }
  #top_flow .flow_list .list h3 span {
    color: #ee7400;
    font-weight: 600;
  }
  #top_flow .flow_comment {
    text-align: center;
  }
  #top_flow .flow_comment p {
    font-size: 1.8rem;
    font-weight: 600;
  }
  /****************************************************
  募集要項
  ****************************************************/
  #top_recruitment {
    padding: 10rem 0;
    background-image: 
      repeating-linear-gradient( 90deg, #eee , #eee 1px, transparent 1px, transparent 12px ),
      repeating-linear-gradient( 0deg, #eee , #eee 1px, #fff 1px, #fff 12px );
  }
  .parts_recruit_a dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .parts_recruit_a dl:nth-of-type(n+2) {
    margin-top: 15px;
  }
  .parts_recruit_a dl dt {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    width: calc(25% - 7.5px);
    padding: 1em;
    color: #fff;
    text-align: center;
    background: #019946;
    box-sizing: border-box;
  }
  .parts_recruit_a dl dd {
    width: calc(75% - 7.5px);
    padding: 1em;
    background: #fff;
    box-sizing: border-box;
  }
  .recruitment_btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .recruitment_btn .btn {
    width: calc((100% / 2));
    text-align: center;
    cursor: pointer;
    line-height: 8rem;
    color: #fff;
    font-size: 2rem;
    font-weight: 600; 
    background: #019946;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  .recruitment_btn .btn:nth-child(2n) {
    margin-right: 0;
  }
  .recruitment_btn .btn:nth-child(1) {
    border-radius: 1rem 0 0 0;
  }
  .recruitment_btn .btn:nth-child(2) {
    border-radius: 0 1rem 0 0;
  }
  .recruitment_btn .btn.active {
    color: #019946;
    background: #f3f8f5;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  .recruitment_contents {
    padding: 6rem;
    border-radius: 0 0 1rem 1rem;
    background: #f3f8f5;
  }  
  .recruitment_content {
    display: none;
  }
  .recruitment_content.active {
    display: block;
  }
  .recruitment_title {
    position: relative;
    margin-bottom: 1em;
    padding-left: 1.5em;
    font-size: 2.4rem;
    font-weight: 600;
  }
  .recruitment_title:before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    content: "";
    width: .8em;
    height: .8em;
    margin-top: -.4em;
    line-height: 1;
    background: #019946;
  }
  .recruitment_title {
    margin-bottom: 1.5rem;
  }
  .recruitment_comment {
    margin-bottom: 3rem;
  }
  /****************************************************
  応募フォーム
  ****************************************************/
  #top_entry {
    padding: 10rem 0;
    background-image: linear-gradient(135deg, rgba(1, 153, 70, 1), rgba(53, 90, 70, 1));
  }
  #top_entry .main_title {
    color: #fff;
  }
  #top_entry .main_title span {
    color: #fff;
  }
  #top_entry .entry_cover {
    max-width: 960px;
    margin: 0 auto;
    padding: 6rem;
    border-radius: 2rem;
    background: #fff;
  }
  .form_table {
    margin: 0 auto 5rem;
  }
  .form_table dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    font-size: 1.6rem;
    background: #fff;
    box-sizing: border-box;
  }
  .form_table dl:nth-child(n+2) {
    margin-top: .5rem;
  }
  .form_table dt {
    position: relative;
    width: 300px;
    padding: 1rem;
    box-sizing: border-box;
  }
  .form_table dt.req:after {
    position: absolute;
    top: 50%;
    right: 0;
    content: "必須";
    padding: 0 1rem;
    color: #fff;
    margin-top: -1.6rem;
    font-size: 1.4rem;
    line-height: 3.2rem;
    background: #ff8d1e;
  }
  .form_table dd {
    width: calc(100% - 315px);
    padding: 1rem;
    box-sizing: border-box;
  }
  .form_table dd.flex {
    display: flex;
    flex-wrap: wrap;
  }
  .form_table dd input[type=text],
  .form_table dd input[type=email],
  .form_table dd textarea {
    width: 100%;
    padding: 1em;
    border: none;
    background: #f2f2f2;
    box-sizing: border-box;
  }
  .form_table dd input[type=text].number {
    width: 120px;
  }
  .form_table dd input.post {
    width: 240px!important;
  }
  .form_table dd div:nth-child(n+2) {
    margin-left: 1em;
  }
  .note {
    margin-bottom: 5rem;
    padding: 4rem;
    text-align: center;
    background: #f6f6f6;
  }
  .check_comment {
    margin-bottom: 5rem;
    text-align: center;
  }
  .entry_btn {
    position: relative;
    width: 360px;
    margin: 0 auto 5rem;
    text-align: center;
  }
  .entry_btn input[type=submit] {
    display: inline-block;
    width: 100%;
    height: 6rem;
    color: #fff;
    font-size: 1.8rem;
    background: #ff8d1e;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  .entry_btn input[type=submit]:hover {
    opacity: .7;
  }
  .entry_btn:after {
    position: absolute;
    display: block;
    content: "\f105";
    font-family: "FontAwesome";
    top: 50%;
    right: 1em;
    margin-top: -.5em;
    color: #fff;
    line-height: 1;  
  }
  .privacy {
    padding: 4rem;
    border: 1px solid #313131;
  }
  .privacy .title {
    margin-bottom: 1em;
    font-size: 2rem;
    text-align: center;
  }
  .privacy li {
    position: relative;
    padding-left: 1.5em;
  }
  .privacy li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "・";
  }  
  /****************************************************
  googlemap
  ****************************************************/
  .google_map {
    height: 0;
    overflow: hidden;
    padding-bottom: 480px;
    position: relative;
  }
  .google_map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }    
}
@media screen and (max-width: 1299px) {
  /****************************************************
  メインビジュアル
  ****************************************************/
  #top_main {
    position: relative;
    padding: 1.5rem;
  }
  #top_main #main_visual {
  }
  #top_main #main_visual .image {
    width: 100%;
    height: calc(100vw - 3rem);
    border-radius: 2rem;
  }
  #top_main #main_visual .image_1 {
    background: url(/wp-content/uploads/images/main_img001sp.webp) top center no-repeat;
    background-size: cover;
  }
  #top_main #main_visual .image_2 {
    background: url(/wp-content/uploads/images/main_img002sp.webp) top center no-repeat;
    background-size: cover;
  }  

  #top_main #catch_copy {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 90%;
  }
  /****************************************************
  メッセージ
  ****************************************************/
  #top_message {
    padding: 5rem 0;
    background: url(/wp-content/uploads/images/bg_message.webp) top center no-repeat;
    background-size: cover;
  }
  #top_message .message_cover {
    position: relative;
  }
  #top_message .message_cover .image_area {
    width: 75vw;
    margin: 0 auto 3rem;
  }
  #top_message .message_cover .photo img {
    border-radius: 1rem;
    box-shadow: -.4vw .4vw .8vw 0 rgba(0,0,0,.1);
  }
  #top_message .message_cover .name {
    position: absolute;
    top: -2rem;
    left: 4rem;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: .05em;
  }
  #top_message .message_cover .clinic_name {
    border-left: 2px solid #313131;
  }
  #top_message .message_cover .doctor_name span {
    margin-bottom: 1rem;
    font-size: 1.8rem;
    font-weight: 500;
  }
  #top_message .message_cover .text_area {
  }
  #top_message .message_cover h2 {
    margin-bottom: -1.5em;
    color: #019946;
    text-align: center;
  }
  #top_message .message_cover h2 span {
    font-size: 3.6rem;
    line-height: 1;
    font-weight: 400;
    font-family: "Afacad Flux", sans-serif;
  }  
  #top_message .message_cover .text {
    padding: 3rem 1.5rem;
    background: #fff;
    border-radius: 1rem;    
  }
  #top_message .message_cover .text .message {
    margin-bottom: 2rem;
    color: #ff8d1e;
    font-size: 1.8rem;
  }
  #top_message .message_cover .text .comment p:nth-child(n+2) {
    margin-top: 1em;
  }
  /****************************************************
  院長インタビュー
  ****************************************************/
  #top_interview {
    padding: 5rem 0;
    background: #fff7eb url(/wp-content/uploads/images/bg_interview.webp) top center no-repeat;
    background-size: 100% auto;
  }
  #top_interview .interview_list .list {}
  #top_interview .interview_list .list:nth-child(n+2) {
    margin-top: 3rem;
  }
  #top_interview .interview_list .list .image {
    margin-bottom: 3rem;
  }
  #top_interview .interview_list .list .image img {
    border-radius: 1rem;
    box-shadow: .4rem .4rem 0 0 #ff8d1e;
  }
  #top_interview .interview_list .list .text .box:nth-child(n+2) {
    margin-top: 2em;
  }
  #top_interview .interview_list .list h3 {
    position: relative;
    margin-bottom: .5em;
    padding-bottom: .5em;
    padding-left: 1.5em;
    color: #6d5641;
    font-weight: 600;
    font-size: 1.6rem;
    border-bottom: 3px dotted #ccc;
  }
  #top_interview .interview_list .list h3:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "Q";
    color: #019946;
    font-family: "Afacad Flux", sans-serif;    
  }  
  /****************************************************
  3つの働きやすさ
  ****************************************************/
  #top_three {
    position: relative;
    padding: 5rem 0;
    z-index: 0;
    background-image: linear-gradient(0deg, rgba(195, 229, 210, 1), rgba(243, 248, 245, 1) 50%);
  }
  #top_three .three_cover {
    position: relative;
    z-index: 3;
  }
  #top_three h2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 3rem;
    color: #019946;
    font-size: 2.4rem;
    font-weight: 600;
    text-align: center;
  }
  #top_three h2 div {
    position: relative;
    z-index: -1;
  }
  #top_three h2 span {
    position: relative;
    z-index: 0;
  }
  #top_three h2 i {   
    display: inline-block;
    color: #ff8d1e;
    border-bottom: 3px dotted #019946;
  }
  #top_three .three_list {
    position: relative;
  }
  #top_three .three_list .list {
    display: flex;
    flex-direction: column;
    position: relative;
  }
  #top_three .three_list .list:nth-child(n+2) {
    margin-top: 3rem;
  }
  #top_three .three_list .list .cover {
    flex-grow: 1;
    position: relative;
    z-index: 1;
    border-radius: 1rem;
    box-shadow: 0 0 6px 0 rgba(0,0,0,.1);
    background: #fff;    
  }
  #top_three .three_list .list .image img {
    border-radius: 1rem 1rem 0 0;
  }
  #top_three .three_list .list .text {
    flex-grow: 1;
    border-radius: 0 0 1rem 1rem;
  }
  #top_three .three_list .list h3 {
    padding: 1em;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
    background: #019946;
  }
  #top_three .three_list .list .comment {
    padding: 3rem;
  }
  /****************************************************
  当院の自慢
  ****************************************************/
  #top_charm {
    padding: 5rem 0;
    background: url(/wp-content/uploads/images/bg_charm.webp) top center no-repeat;
    background-size: cover;
  } 
  #top_charm .charm_list .list:nth-child(n+2) {
    margin-top: 3rem;
  }
  #top_charm .charm_list .list {
    position: relative;
    padding: 3rem;
    background: rgba(255,255,255,1);
    box-shadow: 6px 6px 12px 0 rgba(0,0,0,.1);
    box-sizing: border-box;
    border-radius: 1rem;    
  }
  #top_charm .charm_list .list h3 {
    margin-bottom: .5em;
    padding-bottom: .5em;
    color: #6d5641;
    font-size: 1.6rem;
    font-weight: 600;
    border-bottom: 3px dotted #ccc;
  }
  #top_charm .charm_list .list h3 span {
    color: #ff8d1e;
  }
  #top_charm .charm_list .list .number {
    position: absolute;
    top: -.5em;
    right: 3rem;
    font-size: 4.8rem;
    line-height: 1;
    font-weight: 400;
    font-family: "Afacad Flux", sans-serif;
    color: #ff8d1e;
  }
  
  /****************************************************
  スタッフの声
  ****************************************************/
  #top_voice {
    background-color: #ffffff;
    background-image: radial-gradient(circle, #ecf6da 3px, transparent 3px), radial-gradient(circle, #f4e7d4 3px, transparent 3px), radial-gradient(circle, #f4e7d4 3px, transparent 3px), radial-gradient(circle, #ecf6da 3px, transparent 3px);
    background-position: 0 0, 30px 0, 15px 30px, 45px 30px;
    background-size: 60px 60px;
  }
  #top_voice .voice_list .list:nth-child(n+2) {
    margin-top: 3rem;
  }
  #top_voice .voice_list .list .image {
    width: 120px;
    margin: 0 auto;
  }
  #top_voice .voice_list .list .comment {
    position: relative;
    padding: 3rem;
    border-radius: 1.5rem;
    background: #019946;
    box-sizing: border-box;
    border: 5px solid #fff;    
  }
  #top_voice .voice_list .list h3 {
    position: relative;
    margin-bottom: 1em;
    padding-bottom: 1em;
    padding-left: 3.5em;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 600;
    border-bottom: 5px dotted #fff;
  }
  #top_voice .voice_list .list h3:before {
    position: absolute;
    bottom: .2em;
    left: 0;
    display: block;
    content: "";
    width: 3em;
    height: 3em;
    background: url(/wp-content/uploads/images/icon_voice.png) center center no-repeat;
    background-size: contain;
  }  
  #top_voice .voice_list .list h4 {
    position: relative;
    margin-bottom: 1rem;
    padding-left: 1.5em;
    color: #fff;
    font-weight: 600;
  }
  #top_voice .voice_list .list h4:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "Q";
    color: #fff;
  }
  #top_voice .voice_list .list .comment > *:nth-child(n+2) {
    margin-top: 1em;
  }
  #top_voice .voice_list .list .comment p {
    padding: 1em;
    line-height: 1.6;
    border-radius: .5em;
    background: #fff;
  }  
  
  /****************************************************
  クリニックの特徴
  ****************************************************/
  #top_feature {
    padding: 5rem 0;
    background: #fff url(/wp-content/uploads/images/bg_feature.webp) bottom center no-repeat;
    background-size: 100% auto;
  }
  #top_feature .feature_list .list {}
  #top_feature .feature_list .list:nth-child(n+2) {
    margin-top: 3rem;
  }
  #top_feature .feature_list .list .image {
    position: relative;
    width: 100%;
    margin-bottom: 2rem;
  }
  #top_feature .feature_list .list .image .number {
    position: absolute;
    top: -.5em;
    right: 3rem;
    font-size: 4.8rem;
    line-height: 1;
    font-weight: 400;
    font-family: "Afacad Flux", sans-serif;
    color: #ff8d1e;
  }  
  #top_feature .feature_list .list .image img {
    border-radius: 1rem;
    object-fit: cover;
    aspect-ratio: 3 / 2;
  }
  #top_feature .feature_list .list .text {}
  #top_feature .feature_list .list .text h3 {
    position: relative;
    margin-bottom: 3rem;
    padding-bottom: .5em;
    color: #6d5641;
    font-size: 1.6rem;
    font-weight: 600;
    border-bottom: 5px dotted #ccc;    
  }
  #top_feature .feature_list .switch_5_btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 2rem;
  }
  #top_feature .feature_list .switch_5_btn .btn {
    width: calc((100% / 2) - 3px);
    margin-left: 6px;
    color: #fff;
    text-align: center;
    line-height: 3;
    border-radius: 1.5em;
    background: #019946;
    cursor: pointer;
  }
  #top_feature .feature_list .switch_5_btn .btn:nth-child(2n+1) {
    margin-left: 0;
  }
  #top_feature .feature_list .switch_5_btn .btn:nth-child(n+3) {
    margin-top: 6px;
  }
  
  
  #top_feature .feature_list .switch_5_btn .btn.active {
    color: #019946;
    background: #f3f8f5;
    cursor: auto;
  }
  #top_feature .feature_list .switch_5_contents .content {
    display: none;
  }
  #top_feature .feature_list .switch_5_contents .content.active {
    display: block;
  }
  
  #top_feature .feature_list .switch_2_btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 2rem;
  }
  #top_feature .feature_list .switch_2_btn .btn {
    width: calc((100% / 2) - 3px);
    color: #fff;
    text-align: center;
    line-height: 3;
    border-radius: 1.5em;
    background: #019946;
    cursor: pointer;
  }
  #top_feature .feature_list .switch_2_btn .btn.active {
    color: #019946;
    background: #f3f8f5;
    cursor: auto;
  }
  #top_feature .feature_list .switch_2_contents .content {
    display: none;
  }
  #top_feature .feature_list .switch_2_contents .content.active {
    display: block;
  }  
  /****************************************************
  1日の流れ
  ****************************************************/  
  #top_schedule {
    color: #fff;
    background: url(/wp-content/uploads/images/bg_schedule.webp) top center no-repeat;
    background-size: cover; 
  }
  #top_schedule .main_title,
  #top_schedule .main_title .eng {
    color: #fff;
  }
    
  #top_schedule .schedule_inner {
    margin: 0 1.5rem;
  }
  #top_schedule .schedule_list {
    margin-bottom: 3rem;
    margin-left: 4rem;
    border-left: 1px solid #fff;
  }
  #top_schedule .schedule_list .list:nth-child(n+2) {
    margin-top: 1.5rem;
  }  
  #top_schedule .schedule_list .list .data {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  #top_schedule .schedule_list .list .time {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 8rem;
    height: 8rem;
    color: #019946;
    text-align: center;
    background: #fff;
    object-fit: cover;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    margin-left: -4rem;
  }
  #top_schedule .schedule_list .list .time .large {
    line-height: 1.3;
    font-weight: 600;
  }
  #top_schedule .schedule_list .list:nth-child(n+2) .time:before {
    position: absolute;
    bottom: 100%;
    left: 4rem;
    content: "";
    display: block;
    width: 1px;
    height: 3px;
    background: #fff;
  }
  #top_schedule .schedule_list .list .time:after {  
    display: none;
  }
  #top_schedule .schedule_list .list .text {
    width: calc(100% - 5.5rem);
    text-align: left;
  }
  #top_schedule .schedule_list .list .title {
    margin-bottom: 1rem;
    font-size: 1.6rem;
    font-weight: 600;
  }
  #top_schedule .schedule_list .list p {
    font-weight: 600;
    line-height: 1.5;
  }
  #top_schedule .schedule_image {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #top_schedule .schedule_image .image {
    width: calc((100% / 2) - 5px);
    margin-right: 1rem;
  }
  #top_schedule .schedule_image .image:nth-child(2n) {
    margin-right: 0;
  }
  #top_schedule .schedule_image .image:nth-child(n+3) {
    margin-top: 1rem;
  }
  #top_schedule .schedule_image .image:nth-child(n+5) {
    display: none;
  }
  #top_schedule .schedule_image .image img {
    border-radius: 1rem;
  }
  /****************************************************
  企業情報
  ****************************************************/
  #top_clinic {
    background: #fff;
  }
  #top_clinic .clinic_flex {}
  #top_clinic .clinic_flex .image {}
  #top_clinic .clinic_flex .data {
    padding: 3rem 1.5rem;
  }
  #top_clinic .clinic_flex .data .box {}
  #top_clinic .clinic_data {
    margin-bottom: 3rem;
  }
  #top_clinic .clinic_data table {
    width: 100%;
    border-top: 1px solid #ccc;
  }
  #top_clinic .clinic_data th,
  #top_clinic .clinic_data td {
    padding: 1rem 0;
    border-bottom: 1px solid #ccc;
  }
  #top_clinic .clinic_data th {
    min-width: 120px;
  }
  #top_clinic .clinic_schedule table {
    width: 100%;
    margin-bottom: 1rem;
  }
  #top_clinic .clinic_schedule th,
  #top_clinic .clinic_schedule td {
    padding: .5rem;
    text-align: center;
    line-height: 1.5;
  }
  #top_clinic .clinic_schedule th {
    color: #fff;
    background: #019946;
  }
  #top_clinic .clinic_schedule td {
    border-bottom: 1px solid #ccc;
  }
  #top_clinic .clinic_schedule p {}  
  #top_clinic .clinic_schedule dl {
    display: flex;
    flex-wrap: wrap;
  }
  #top_clinic .clinic_schedule dl dt {
    width: 1.5em;
  }
  #top_clinic .clinic_schedule dl dd {
    width: calc(100% - 1.5em);
  }
  #top_clinic .clinic_schedule span.green {color: #019946;}
  #top_clinic .clinic_schedule span.pink {color: #fe92f7;}
  #top_clinic .clinic_schedule span.orange {color: #ff8d1e;}  
  #top_clinic .clinic_schedule span.small {font-size: .9em;}
  #top_clinic .clinic_schedule span.marker {
    display: inline-block;
    padding: 0 1em;
    color: #fff;
    background: #ff8d1e;
    border-radius: .2em;
  }  
  /****************************************************
  採用の流れ
  ****************************************************/
  #top_flow {
    padding: 5rem 0;
    background: #f3f8f5;
  }
  #top_flow .flow_list {
    margin: 5rem 0;
  }
  #top_flow .flow_list .list {
    position: relative;
    text-align: center;
  }
  #top_flow .flow_list .list:nth-child(n+2) {
    margin-top: 5rem;
  }
  #top_flow .flow_list .list .number {
    position: absolute;
    top: -3rem;
    left: 50%;
    width: 6rem;
    height: 6rem;
    margin-left: -3rem;
    padding: 1rem;
    color: #fff;
    font-size: 1rem;
    text-align: center;
    line-height: 1;
    background: #ff8d1e;
    border-radius: 3rem;
    z-index: 1;
    box-sizing: border-box;
    font-weight: 400;
    font-family: "Afacad Flux", sans-serif;
  }
  #top_flow .flow_list .list .number span {
    font-size: 3rem;
  }
  #top_flow .flow_list .list .image {
    position: relative;
    margin-bottom: 2rem;
  }
  #top_flow .flow_list .list .image img {
    border-radius: 1rem;
  }
  #top_flow .flow_list .list:nth-child(n+2) .image:before {
    position: absolute;
    display: block;
    content: "\f04e";
    font-family: "FontAwesome";
    top: 50%;
    left: -30px;
    margin-top: -0.5em;
    color: #efb78e;
    font-size: 2rem;
    line-height: 1;
  }
  #top_flow .flow_list .list h3 span {
    color: #019946;
    font-weight: 600;
  }
  #top_flow .comment {
    text-align: center;
  }
  #top_flow .comment p span {
    font-weight: 600;
  }


  /****************************************************
  募集要項
  ****************************************************/
  #top_recruitment {
    padding: 5rem 0;
    background-image: 
      repeating-linear-gradient( 90deg, #eee , #eee 1px, transparent 1px, transparent 12px ),
      repeating-linear-gradient( 0deg, #eee , #eee 1px, #fff 1px, #fff 12px );
  }
  .parts_recruit_a dl {}
  .parts_recruit_a dl:nth-of-type(n+2) {
    margin-top: 15px;
  }
  .parts_recruit_a dl dt {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    padding: 1em;
    color: #fff;
    text-align: center;
    background: #019946;
    box-sizing: border-box;
  }
  .parts_recruit_a dl dd {
    padding: 1em;
    background: #fff;
    box-sizing: border-box;
  }
  .recruitment_btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .recruitment_btn .btn {
    width: 50%;
    text-align: center;
    cursor: pointer;
    line-height: 4rem;
    color: #f3f8f5;
    background: #019946;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    box-sizing: border-box;
  }
  .recruitment_btn .btn:nth-child(2n) {
    border-left: 1px solid #fff;
  }
  .recruitment_btn .btn.active {
    color: #019946;
    background: #f3f8f5;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  .recruitment_contents {
    padding: 3rem 1.5rem;
    border-radius: 0 0 1rem 1rem;
    background: #f3f8f5;
  }  
  .recruitment_content {
    display: none;
  }
  .recruitment_content.active {
    display: block;
  }
  .recruitment_title {
    position: relative;
    margin-bottom: 1em;
    padding-left: 1.5em;
    font-size: 1.8rem;
  }
  .recruitment_title:before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    content: "";
    width: .8em;
    height: .8em;
    margin-top: -.4em;
    line-height: 1;
    background: #019946;
  }
  .recruitment_title {
    margin-bottom: 1.5rem;
  }
  .recruitment_comment {
    margin-bottom: 3rem;
  }
  /****************************************************
  応募フォーム
  ****************************************************/
  #top_entry {
    padding: 5rem 0;
    background-image: linear-gradient(135deg, rgba(1, 153, 70, 1), rgba(53, 90, 70, 1));
  }
  #top_entry .main_title {
    color: #fff;
  }
  #top_entry .main_title span {
    color: #fff;
  }
  #top_entry .entry_cover {
    max-width: 960px;
    margin: 0 auto;
    padding: 3rem 1.5rem;
    border-radius: 1rem;
    background: #fff;
  }

  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  .form_table {
    margin: 0 auto 2rem;
  }
  .form_table dl {
    align-items: center;
    background: #fff;
    box-sizing: border-box;
  }
  .form_table dt {
    position: relative;
    box-sizing: border-box;
  }
  .form_table dt.req:after {
    position: absolute;
    top: 50%;
    right: 0;
    content: "必須";
    padding: 0 1rem;
    color: #fff;
    margin-top: -1.2rem;
    font-size: 1.2rem;
    line-height: 2.4rem;
    background: #ff8d1e;
  }
  .form_table dd {
    padding: 1rem 0;
    box-sizing: border-box;
  }
  .form_table dd.flex {
    display: flex;
    flex-wrap: wrap;
  }
  .form_table dd.flex div {
    width: calc(100% / 3);
  }
  .form_table dd input[type=text],
  .form_table dd input[type=email],
  .form_table dd textarea {
    width: 100%;
    padding: 1em;
    border: none;
    background: #f2f2f2;
    box-sizing: border-box;
  }
  .form_table dd input[type=text].number {
    width: calc(100% - 2em);
  }
  .form_table dd input.post {
    width: 240px!important;
  }
  .note {
    margin-bottom: 2rem;
    padding: 3rem 1.5rem;
    text-align: center;
    background: #f6f6f6;
  }
  .check_comment {
    margin-bottom: 2rem;
    text-align: center;
  }
  .entry_btn {
    position: relative;
    width: 100%;
    margin: 0 auto 2rem;
    text-align: center;
  }
  .entry_btn input[type=submit] {
    display: inline-block;
    width: 100%;
    height: 6rem;
    color: #fff;
    font-size: 1.8rem;
    background: #ff8d1e;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  .entry_btn input[type=submit]:hover {
    opacity: .7;
  }
  .entry_btn:after {
    position: absolute;
    display: block;
    content: "\f105";
    font-family: "FontAwesome";
    top: 50%;
    right: 2em;
    margin-top: -.5em;
    color: #fff;
    line-height: 1;  
  }
  .privacy {
    padding: 3rem 1.5rem;
    border: 1px solid #313131;
  }
  .privacy .title {
    margin-bottom: 1em;
    font-size: 1.5rem;
    text-align: center;
  }
  .privacy li {
    position: relative;
    padding-left: 1.5em;
  }
  .privacy li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "・";
  }  
  /****************************************************
  googlemap
  ****************************************************/
  .google_map {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
  }
  .google_map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
  
}