@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=Noto+Sans+JP:wght@100;300;400;500;600;700;900&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swa);
/******************************************************
font読み込み
******************************************************/
@font-face {
   font-family: "Noto Sans JP";
   font-style: normal;
   font-weight: 500;
   src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff2) format("woff2"),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff) format("woff"),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.otf) format("opentype");
}
/******************************************************
リセット
******************************************************/
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: normal;
	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: #371f14;
	font-size: 100%;
  font-weight: normal;
	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: normal;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, 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 {
  max-width: 100%;
	height: auto;
  vertical-align: middle;
}
a {
  color: var(--text-color);
  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;
}
/******************************************************
iPhoneリセット
******************************************************/
.clearfix:after,
.inner:after,
.l_inner:after,
.box:after,
.s_box:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
}
/******************************************************
iPhoneリセット
******************************************************/
input,textarea,select {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, 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: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  outline: none;
  -webkit-appearance:none;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid var(--border-color);
}
/******************************************************
レスポンシブ
******************************************************/
.pc, .tab, .sp {display: none;}
.inner {position: relative;}
@media screen and (max-width: 767px){
  .inner {
    margin: 0 1.5rem;
  }
  .full_inner {
    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: 768px) {
  .inner {
    width: 1300px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 5rem;
    box-sizing: border-box;
  }
  .full_inner {
    margin: 0 10%;
  }
  .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: "游明朝体", "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 #h_cover {
    position: fixed;
    width: 100%;
    padding: 2rem;
    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;    
  }
  #header #h_cover.active {
    background: #fff;
    box-shadow: 0 0 6px 0 rgba(0,0,0,.1);
  }
  #h_logo {
    display: flex;
    align-items: center;
  }
  #h_logo img {
    width: auto;
    height: 6rem;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);    
  }
  #header #h_cover.active #h_logo img {
    -webkit-filter: none;
    filter: none;  
  }
  #h_logo .name {
    margin-left: 1em;
    color: #fff;
    text-align: center;
    padding: 0 3em;
    border-radius: 1.5rem;
    line-height: 3rem;
    background: #50b05f;
  }
  /****************************************************
  追従ボタン
  ****************************************************/  
  #fix_btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-right: 6rem;
  }
  #fix_btn .btn {
    margin-right: 1rem;
  }
  #fix_btn .btn a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 240px;
    color: #fff;
    line-height: 6rem;
    border-radius: 3rem;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  #fix_btn .btn a:hover {
    opacity: .7;
  }
  #fix_btn .btn a.tel {
    background: #50b05f;
  }
  #fix_btn .btn a.tel span.icon {
    display: block;
    width: 2.8rem;
    height: 2.8rem;
    background: transparent url(/wp-content/uploads/images/icon_tel.svg) no-repeat top center;
    background-size: contain;
  }  
  #fix_btn .btn a.mail {
    background: #b08b50;
  }
  #fix_btn .btn a.mail span.icon {
    display: block;
    width: 2.8rem;
    height: 2.8rem;
    background: transparent url(/wp-content/uploads/images/icon_mail.svg) no-repeat top center;
    background-size: contain;
  }    
  #fix_btn .btn a span {
    margin: 0 .6rem;
    font-size: 2rem;
    font-family: 'Noto Serif JP','游明朝体', 'Yu Mincho', 'Hiragino Mincho Pro', 'Hiragino Mincho ProN', YuMincho, 'MS PMincho', 'Times New Roman', serif;
    font-weight: 400;
  }
  /****************************************************
  ハンバーガー
  ****************************************************/
  #h_toggle_btn {
    position: fixed;
    display: block;
    width: 60px;
    height: 60px;
    top: 2rem;
    right: 2rem;
    z-index: 101;
    color: #fff;
    border-radius: 50%;
    background: #50b05f;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  #h_toggle_btn.active {
    top: 2rem;
    right: 2rem;
  }
  #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: 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: 100;
    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: #b08b50;
  }
  #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: #212121;
    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: 9rem;
    height: 9rem;
    color: #fff;
    font-size: 1.4rem;
    text-decoration: none;
    background: #50b05f;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;  
  }    
}
@media screen and (max-width: 1299px) {
  #header {
    height: 60px;
  }
  #header #h_cover {
    position: fixed;
    width: 100%;
    padding: 1.2rem 1.5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #fff;
    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 {
    width: auto;
    height: 3.6rem;
  }
  #h_logo .name {
    margin-left: 1em;
    color: #fff;
    font-size: 1rem;
    text-align: center;
    padding: 0 1em;
    line-height: 2;
    border-radius: 1rem;
    background: #50b05f;
  }  
  /****************************************************
  追従ボタン
  ****************************************************/  
  #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%;
  }
  #fix_btn .btn a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #fff;
    line-height: 6rem;
  }
  #fix_btn .btn a:hover {
    opacity: .7;
  }
  #fix_btn .btn a.tel {
    background: #50b05f;
  }
  #fix_btn .btn a.tel span.icon {
    display: block;
    width: 2rem;
    height: 2rem;
    background: transparent url(/wp-content/uploads/images/icon_tel.svg) no-repeat top center;
    background-size: contain;
  }  
  #fix_btn .btn a.mail {
    background: #b08b50;
  }
  #fix_btn .btn a.mail span.icon {
    display: block;
    width: 2rem;
    height: 2rem;
    background: transparent url(/wp-content/uploads/images/icon_mail.svg) no-repeat top center;
    background-size: contain;
  }    
  #fix_btn .btn a span {
    margin: 0 .6rem;
    font-size: 1.5rem;
    font-family: 'Noto Serif JP','游明朝体', 'Yu Mincho', 'Hiragino Mincho Pro', 'Hiragino Mincho ProN', YuMincho, 'MS PMincho', 'Times New Roman', serif;
    font-weight: 400;
  }
  /****************************************************
  ハンバーガー
  ****************************************************/
  #h_toggle_btn {
    position: fixed;
    display: block;
    width: 60px;
    height: 60px;
    top: 0;
    right: 0;
    z-index: 101;
    color: #fff;
    background: #50b05f;
    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: 100;
    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: #b08b50;
  }
  #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: #212121;
    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: #50b05f;
  }     
}
/******************************************************
フッター
******************************************************/
@media screen and (min-width:1280px) {
  .gmap {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 480px;
  } 
  .gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }  
  #copyright {
    color: #fff;
    text-align: center;
    line-height: 9rem;
    background: #50b05f;
  }
}
@media screen and (max-width:1279px) {
  #footer {
    padding-bottom: 6rem;
  }
  .gmap {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
  } 
  .gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }  
  #copyright {
    color: #fff;
    text-align: center;
    line-height: 6rem;
    background: #50b05f;
  }  
}
/******************************************************
トップ
******************************************************/
@media screen and (min-width:1280px) {
  /* カバー */
  .section_cover {
    padding: 9rem 0 12rem;
  }
  .main_title {
    margin-bottom: 6rem;
    font-size: 3rem;
    text-align: center;
    font-weight: 600;
  }
  .main_title span {
    display: block;
  }
  .main_title .eng {
    font-size: 8vw;
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    line-height: 1;
    background-image: linear-gradient(225deg, rgba(112, 200, 126, 1), rgba(80, 176, 95, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;        
  }
  .main_title .eng_white {
    color: #fff;
    font-size: 8vw;
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    line-height: 1;
  }
  /* メインイメージ */
  #top_main {
    position: relative;
    overflow: hidden;
  }
  #top_main #catch_copy {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60%;
    z-index: 1;
  }
  #top_main .main_image .image {
    display: flex;
    flex-wrap: wrap;
    background: #888;
  }
  #top_main .main_image .image .image_left {
    width: 50%;
  }
  #top_main .main_image .image .image_right {
    width: 50%;
  }
  #top_main .main_image .image .image_a {
    width: 100%;
    height: 100vh;
    opacity: .8;
  }
  #top_main .main_image .image .image_b,
  #top_main .main_image .image .image_c {
    width: 100%;
    height: 50vh;
    opacity: .8;
  }
  #top_main .main_image .image .image_a,
  #top_main .main_image .image .image_b,
  #top_main .main_image .image .image_c {
    background-position: center center;
    background-size: cover;
  }
  /* メッセージ */
  #top_message {
    background: url(/wp-content/uploads/images/bg_message.webp) bottom center no-repeat;
    background-size: cover;
  }
  #top_message .message_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  #top_message .message_box .box_right {
    position: relative;
    width: 40%;
  }
  #top_message .message_box .box_left {
    width: calc(60% - 8rem);
  }
  #top_message .message_box .name_box {
    position: relative;
  }
  #top_message .message_box .image_a {
    box-shadow: 2rem 2rem 0 0 rgba(176,139,80,1);
  }
  #top_message .message_box .image_a img {
    aspect-ratio: 3 / 4;
  }
  #top_message .message_box .name {
    position: absolute;
    left: -12rem;
    bottom: -8rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 300px;
    height: 200px;
    color: #fff;
    line-height: 1.5;
    letter-spacing: .1em;
    text-align: center;
    background: rgba(80,176,95,.85);
    z-index: 1;
  }
  #top_message .message_box span {
    font-size: 1.8rem;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;
  }
  #top_message .message_box span {
    font-size: 2.4rem;
  }
  #top_message .message_box .comment {
    padding: 2em 0;
  }
  #top_message .message_box .comment p:nth-child(n+2) {
    margin-top: 1.2em;
  }
  #top_message .message_box .image_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #top_message .message_box .image_box .image_b {
    width: 60%;
    margin-top: 6rem;
    margin-left: -16rem;
  }
  #top_message .message_box .image_box .image_c {
    width: calc(40% + 6rem);
    margin-right: 7rem;
  }
  /* インタビュー */
  #top_interview {
    background: #fff;
    background-image: linear-gradient(323deg, rgba(255, 251, 245, 1) 25%, rgba(252, 255, 247, 1) 25% 50%, rgba(255, 251, 245, 1) 50% 75%, rgba(252, 255, 247, 1) 75%);    
  }
  #top_interview .interview_list .list:nth-child(n+2) {
    margin-top: 6rem;
  }
  #top_interview .interview_list .list .list_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #top_interview .interview_list .list:nth-child(odd) .list_flex {
    flex-direction: row-reverse;
  }
  #top_interview .interview_list .list .list_column {
    margin-top: 6rem;
  }  
  #top_interview .interview_list .list .list_flex .image {
    width: 480px;
    box-shadow: 2rem 2rem 0 0 rgba(215,197,167,1);
  }
  #top_interview .interview_list .list:nth-child(1) .list_flex .image {
    background: url(/wp-content/uploads/images/interview_img001.jpg) top center no-repeat;
    background-size: cover;
  }
  #top_interview .interview_list .list:nth-child(2) .list_flex .image {
    background: url(/wp-content/uploads/images/interview_img002.jpg) top center no-repeat;
    background-size: cover;
  }
  #top_interview .interview_list .list:nth-child(3) .list_flex .image {
    background: url(/wp-content/uploads/images/interview_img003.jpg) top center no-repeat;
    background-size: cover;
  }
  #top_interview .interview_list .list .list_flex .comment {
    width: calc(100% - 540px);
  }
  #top_interview .interview_list .list .list_flex .col {
    width: 100%;
    margin-top: 6rem;
  }
  #top_interview .interview_list .list h3 {
    position: relative;
    margin-bottom: 1em;
    padding-bottom: 1em;
    padding-left: 3em;
    font-size: 2.4rem;
    line-height: 2;
    font-weight: 600;
    border-bottom: 5px dotted #50b05f;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;
  }
  #top_interview .interview_list .list h3:before {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #50b05f;
    content: "Q";
    font-size: 2em;
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
  }  
  #top_interview .interview_list .list p {
    padding: 3rem;
    background: #fff;
    border: 1px solid #b08b50;
  }
  #top_interview .interview_list .list .list_flex .comment p {
    min-height: calc(6em + 6rem);
  }
  /* 働きやすさ */
  #top_ease .ease_list .list:nth-child(even) {
    background: #f7f3ed;
  }
  #top_ease .ease_list .list_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10rem 10%;
  }
  #top_ease .ease_list .list:first-child .list_inner {
    padding-top: 0;
  }
  #top_ease .ease_list .list:nth-child(odd) .list_inner {
    flex-direction: row-reverse;
  }
  #top_ease .ease_list .list .image_box {
    width: calc(50% - 4rem);
  }
  #top_ease .ease_list .list .image {
    position: relative;
  }
  #top_ease .ease_list .list:nth-child(2) .image {
    margin-top: -16rem;
  }  
  #top_ease .ease_list .list .image img {
    border: 8px solid #fff;
    box-shadow: 0 0 12px 0 rgba(0,0,0,.1);
  }
  #top_ease .ease_list .list .image .image_b {
    position: absolute;
    width: 70%;
    top: 75%;
    right: -15%;
    z-index: 1;
  }
  #top_ease .ease_list .list:nth-child(2) .image .image_b {
    top: 85%;
    left: -15%;
  }
  #top_ease .ease_list .list .comment_box {
    width: calc(50% - 4rem);
    padding: 5rem 0;
  }
  #top_ease .ease_list .list .comment:nth-child(n+2) {
    margin-top: 3rem;
  }
  #top_ease .ease_list .list h3 {
    margin-bottom: 6rem;
    font-size: 3rem;
    line-height: 1;
    text-align: center;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;
    font-weight: 600;
  }
  #top_ease .ease_list .list h3 span {
    display: inline-block;
    margin: .3em 0;
    background: linear-gradient(transparent 60%, #d7c5a7 30%);
  }
  #top_ease .ease_list .list h4 {
    position: relative;
    margin-bottom: 1em;
    padding-left: 1.5em;
    font-size: 2rem;
    font-weight: 600;
  }
  #top_ease .ease_list .list h4:before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    content: "";
    width: 1em;
    height: 1em;
    margin-top: -.5em;
    background: #50b05f;
  }
  #top_ease .ease_list .list ul {
    display: flex;
    flex-wrap: wrap;
  }
  #top_ease .ease_list .list li {
    margin-right: 1rem;
    margin-bottom: 1rem;
    padding: 0 1em;
    color: #fff;
    background: #e09851;
  }
  /* スタッフの声 */
  #top_voice {
    background: #f7f3ed url(/wp-content/uploads/images/bg_voice.webp) top center no-repeat;
    background-size: cover;
  }  
  #top_voice .staff_btn {
    display: flex;
    flex-wrap: wrap;
  }
  #top_voice .staff_btn .btn {
    width: calc(100% / 6);
  }
  #top_voice .staff_btn .btn span {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    height: 6rem;
    font-weight: 600;
    text-align: center;
    background: #b08b50;
    border-left: 1px solid #fff;
    cursor: pointer;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;    
  }
  #top_voice .staff_btn .btn.active span {
    color: #b08b50;
    background: #fff;
  }
  #top_voice .staff_btn .btn:hover span {
    color: #b08b50;
    background: #fff;
  }
  #top_voice .staff_btn .btn:nth-child(6n+1) {
    border-left: none;
  }
  #top_voice .staff_list .list {
    display: none;
    padding: 5rem;
    background: #fff;
    box-sizing: border-box;
  }
  #top_voice .staff_list .list.active {
    display: block;
  }
  #top_voice .staff_list .list .title {
    position: relative;
    margin-bottom: 1.2em;
    padding-left: 1.5em;
    font-size: 2rem;
    font-weight: 600;
  }
  #top_voice .staff_list .list .title:before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    content: "";
    width: 1em;
    height: 1em;
    margin-top: -.5em;
    background: #50b05f;
  }  
  #top_voice .staff_list .list .list_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #top_voice .staff_list .list:nth-child(odd) .list_flex {
    flex-direction: row-reverse;
  }
  #top_voice .staff_list .list dl {
    width: calc(100% - 340px);
    padding-right: 1em;
    height: 480px;
    overflow: auto;
    box-sizing: border-box;
  }
  #top_voice .staff_list .list dt {
    position: relative;
    margin-bottom: 1em;
    padding-bottom: 1em;
    padding-left: 2em;
    font-size: 1.6rem;
    line-height: 2;
    font-weight: 600;
    border-bottom: 3px dotted #b08b50;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;
  }
  #top_voice .staff_list .list dt:before {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -.8em;
    color: #b08b50;
    font-size: 2em;
    line-height: 1;
    content: "Q";
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
  }    
  #top_voice .staff_list .list dd {
    margin: 1em 0;
    padding: 1em;
    border-radius: .5em;
    background: #f7f3ed;
  }
  #top_voice .staff_list .list .image {
    width: 300px;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  /* スケジュール */
  #top_schedule {
    background: repeating-linear-gradient(135deg, rgba(250, 250, 250, 1), rgba(250, 250, 250, 1) 12px, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 1) 16px);   
  }
  #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;
    color: #fff;
    text-align: center;
    background: #b08b50;
    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: #371f14;
  }
  #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 #b08b50;
  }
  #top_schedule .schedule_list .list p {
    margin-bottom: 1rem;
    font-size: 1.8rem;
    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_point {
    margin-top: 12rem;    
    background: #f7f3ed;
  }
  #top_point .point_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #top_point .point_list .list {
    width: calc((100% / 3) - 4rem);
    margin-left: 6rem;
    box-sizing: border-box;
  }
  #top_point .point_list .list:nth-child(3n+1) {
    margin-left: 0;
  }
  #top_point .point_list .list .image img {
    border-radius: .8rem .8rem 0 0;
  }
  #top_point .point_list .list .title {
    margin-bottom: 3rem;
    padding: 1em;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
    background: #70c87e;
    border-radius: 0 0 .8rem .8rem;
  }

  /* まだまだある */  
  #top_other {
    background: url(/wp-content/uploads/images/bg_other.webp) top center no-repeat;
    background-size: cover;
  }
  #top_other .other_list h2.title {
    margin-bottom: 1.2em;
    color: #fff;
    font-size: 4.8rem;
    font-wieght: 600;
    text-align: center;
  }
  #top_other .other_list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #top_other .other_list li {
    margin: 0 .5em 1em;
    padding: 0 1.5em;
    border-radius: 2em;
    line-height: 4em;
    color: #fff;
    background: #50b05f;
  }  
  /* 特徴 */
  #top_feature {
    background: url(/wp-content/uploads/images/bg_feature.webp) bottom center no-repeat;
    background-size: cover;
  }
  #top_feature .feature_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 3rem;
  }
  #top_feature .feature_list .list {
    width: calc((100% / 2) - 15px);
    margin-left: 30px;
    padding: 3rem;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
  }
  #top_feature .feature_list .list:nth-child(2n+1) {
    margin-left: 0;
  }
  #top_feature .feature_list .list:nth-child(n+3) {
    margin-top: 30px;
  }
  #top_feature .feature_list .list .number {
    margin-bottom: 2rem;
    color: #50b05f;
    text-align: center;
    font-family: 'EB Garamond', serif;
  }
  #top_feature .feature_list .list:nth-child(2) .number,
  #top_feature .feature_list .list:nth-child(3) .number {
    color: #b08b50;
  }
  #top_feature .feature_list .list .number span {
    position: relative;
    display: inline-block;
    font-size: 12rem;
    line-height: 1;
  }  
  #top_feature .feature_list .list .number span:before {
    position: absolute;
    top: 5rem;
    left: -6rem;
    content: "FEATURE";
    font-size: 1.8rem;
    transform: rotate(90deg);
  }  
  #top_feature .feature_list .list h3 {
    margin-bottom: 4rem;
    font-size: 2.4rem;
    text-align: center;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;    
    font-weight: 500;
  }
  #top_feature .feature_list .list .comment {}
  #top_feature .feature_list .list .comment:nth-of-type(2) {
    margin-bottom: 4rem;
    flex-direction: row-reverse;
  }
  #top_feature .feature_list .list .comment .text {
    margin-top: 1em;
  }
  #top_feature .feature_list .list .comment .text h4 {
    margin-bottom: 1rem;
    font-weight: 600;
  }
  #top_feature .feature_list .list .comment .image img {
    object-fit: cover;
    aspect-ratio: 16 / 9;
  }
  /* クリニック情報 */
  #top_clinic {
    padding-top: 9rem;
    background: #f7f3ed;
  }
  #top_clinic .clinic_flex {
    display: flex;
    flex-wrap: wrap;
  }
  #top_clinic .clinic_flex .image {
    width: 50%;
    background: url(/wp-content/uploads/images/bg_clinic.webp) top center no-repeat;
    background-size: cover;
  }
  #top_clinic .clinic_flex .data {
    width: 50%;
    padding: 6rem;
    box-sizing: border-box;
  }
  #top_clinic .clinic_flex .data_image {
    margin-bottom: 3rem;
  }
  #top_clinic .clinic_flex .data_image img {

  }
  #top_clinic .clinic_flex .data_information table {
    width: 100%;
    table-layout: fixed;
    border-top: 1px solid #ccc;
  }
  #top_clinic .clinic_flex .data_information {
    margin-bottom: 3rem;
  }
  #top_clinic .clinic_flex .data_information th,
  #top_clinic .clinic_flex .data_information td {
    padding: 1em;
    border-bottom: 1px solid #ccc;
  }
  #top_clinic .clinic_flex .data_information th {
    width: 180px;
    text-align: center;
  }
  #top_clinic .clinic_flex .data_schedule table {
    width: 100%;
    margin-bottom: 1em;
    table-layout: fixed;
    text-align: center;
  }
  #top_clinic .clinic_flex .data_schedule tr:nth-child(n+2) {
    border-top: 1px solid #ccc;
  }
  #top_clinic .clinic_flex .data_schedule th,
  #top_clinic .clinic_flex .data_schedule td {
    padding: 1em;
  }
  #top_clinic .clinic_flex .data_schedule th {
    width: 300px;
  }
  #top_clinic .clinic_flex .data_schedule td {
    border-left: 1px solid #ccc;
  }
  #top_clinic .clinic_flex .data_schedule td span {
    color: #50b05f;
  }
  #top_clinic span.brown {
    color: #b08b50!important;
  }
  #top_clinic .clinic_flex .data_schedule p {
    text-align: right;
  }
  /* 採用までの流れ */
  #top_flow {
    background: url(/wp-content/uploads/images/bg_flow.webp) bottom center no-repeat;
    background-size: cover;
  }
  #top_flow .flow_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 10%;
  }
  #top_flow .flow_list .list {
    position: relative;
    width: calc((100% / 5) - 40px);
    margin-bottom: 5rem;
    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: #b08b50;
    border-radius: 3rem;
    z-index: 1;
    box-sizing: border-box;
    font-weight: 400;
    font-family: 'Cormorant SC', 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:nth-child(n+2) .image:before {
    position: absolute;
    display: block;
    content: "\f04e";
    font-family: "FontAwesome";
    top: 50%;
    left: -30px;
    margin-top: -0.5em;
    color: #d7c5a7;
    line-height: 1;
  }
  #top_flow .flow_list .list h3 span {
    color: #8f6552;
    font-weight: 600;
  }
  #top_flow .comment {
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
  }
  /* 募集要項 */
  #top_recruitment {
    background: #fff;
  }
  .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: #50b05f;
    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) - 10px);
    margin-right: 20px;
    text-align: center;
    cursor: pointer;
    line-height: 8rem;
    color: #fff;
    font-size: 2rem;
    font-weight: 600; 
    background: #50b05f;
    -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.active {
    color: #50b05f;
    background: #f3f6ee;
    -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: #f3f6ee;
  }  
  .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: #50b05f;
  }
  .recruitment_title {
    margin-bottom: 1.5rem;
  }
  .recruitment_comment {
    margin-bottom: 3rem;
  }
  /* 応募フォーム */
  #top_entry {
    background: repeating-linear-gradient(135deg, rgba(250, 250, 250, 1), rgba(250, 250, 250, 1) 12px, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 1) 16px);
  }
  .parts_form_a {
    width: 960px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 5rem;
  }
  .parts_form_a .form_table {
    margin-bottom: 5rem;
  }
  .parts_form_a dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    font-size: 1.6rem;
    background: #fff;
    box-sizing: border-box;
  }
  .parts_form_a dl:nth-child(n+2) {
    margin-top: 1.5rem;
  }
  .parts_form_a dt {
    position: relative;
    width: 300px;
    padding: 1.5em;
    box-sizing: border-box;
  }
  .parts_form_a 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: #b08b50;
  }
  .parts_form_a dd {
    width: calc(100% - 315px);
    padding: 1.5em;
    box-sizing: border-box;
  }
  .parts_form_a dd.flex {
    display: flex;
    flex-wrap: wrap;
  }
  .parts_form_a dd input[type=text],
  .parts_form_a dd input[type=email],
  .parts_form_a dd textarea {
    width: 100%;
    padding: 1em;
    border: none;
    background: #f2f2f2;
    box-sizing: border-box;
  }
  .parts_form_a dd input[type=text].number {
    width: 120px;
  }
  .parts_form_a dd input.post {
    width: 240px!important;
  }
  .parts_form_a dd div:nth-child(n+2) {
    margin-left: 1em;
  }
  .parts_form_a .note {
    margin-bottom: 5rem;
    padding: 4rem;
    text-align: center;
    background: #fff;
  }
  .parts_form_a .check_comment {
    margin-bottom: 5rem;
    text-align: center;
  }
  .parts_form_a .entry_btn {
    position: relative;
    width: 360px;
    margin: 0 auto 5rem;
    text-align: center;
  }
  .parts_form_a .entry_btn input[type=submit] {
    display: inline-block;
    width: 100%;
    height: 6rem;
    color: #fff;
    font-size: 1.8rem;
    background: #b08b50;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  .parts_form_a .entry_btn input[type=submit]:hover {
    opacity: .7;
  }
  .parts_form_a .entry_btn:after {
    position: absolute;
    display: block;
    content: "\f105";
    font-family: "FontAwesome";
    top: 50%;
    right: 1em;
    margin-top: -.5em;
    color: #fff;
    line-height: 1;  
  }
  .parts_form_a .privacy {
    padding: 4rem;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
  }
  .parts_form_a .privacy .title {
    margin-bottom: 1em;
    font-size: 2rem;
    text-align: center;
  }
  .parts_form_a .privacy li {
    position: relative;
    padding-left: 1.5em;
  }
  .parts_form_a .privacy li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "・";
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  





}
@media screen and (max-width:1279px) {
  /* カバー */
  .section_cover {
    padding: 5rem 0;
  }
  .main_title {
    margin-bottom: 3rem;
    font-size: 1.4rem;
    text-align: center;
    font-weight: 600;
  }
  .main_title span {
    display: block;
  }
  .main_title .eng {
    font-size: 3rem;
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    line-height: 1.3;
    background-image: linear-gradient(225deg, rgba(112, 200, 126, 1), rgba(80, 176, 95, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;        
  }
  
  /* メインイメージ */
  #top_main {
    position: relative;
    background: #000;
    overflow: hidden;
  }
  #top_main #catch_copy {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
  }
  #top_main .main_image .image {
    display: flex;
    flex-wrap: wrap;
  }
  #top_main .main_image .image .image_left {
    width: 50%;
  }
  #top_main .main_image .image .image_right {
    width: 50%;
  }
  #top_main .main_image .image .image_a {
    width: 100%;
    height: 100vw;
    opacity: .9;
  }
  #top_main .main_image .image .image_b,
  #top_main .main_image .image .image_c {
    width: 100%;
    height: 50vw;
    opacity: .9;
  }
  #top_main .main_image .image .image_a,
  #top_main .main_image .image .image_b,
  #top_main .main_image .image .image_c {
    background-position: center center;
    background-size: cover;
  }
  
  /* メッセージ */
  #top_message {
    background: url(/wp-content/uploads/images/bg_message.webp) bottom center no-repeat;
    background-size: contain;
  }
  #top_message .message_box {}
  #top_message .message_box .box_right {
    position: relative;
    margin-bottom: 6.5rem;
  }
  #top_message .message_box .box_left {
  }
  #top_message .message_box .name_box {
    position: relative;
  }
  #top_message .message_box .image_a {
    width: 60%;
    margin: 0 auto;
    box-shadow: .6rem .6rem 0 0 rgba(176, 139, 80, 1);
  }
  #top_message .message_box .image_a img {
    object-fit: cover;
    aspect-ratio: 3 / 4;
    object-position: 0 0;
  }
  #top_message .message_box .name {
    position: absolute;
    left: -.5rem;
    bottom: -5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1.5rem;
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    background: rgba(80, 176, 95, .85);
    z-index: 1;
  }
  #top_message .message_box .serif {
    font-size: 1.2rem;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;
  }
  #top_message .message_box span {
    font-size: 1.8rem;
  }
  #top_message .message_box .comment {
    margin-bottom: 3rem;
  }
  #top_message .message_box .image_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #top_message .message_box .image_box .image_b {
    width: calc(50% - 5px);
    margin-bottom: 1.5rem;
  }
  #top_message .message_box .image_box .image_c {
    width: calc(50% - 5px);
    margin-top: 1.5rem;
  }
  /* インタビュー */
  #top_interview {
    background-image: linear-gradient(323deg, rgba(255, 251, 245, 1) 25%, rgba(252, 255, 247, 1) 25% 50%, rgba(255, 251, 245, 1) 50% 75%, rgba(252, 255, 247, 1) 75%);    
  }
  #top_interview .interview_list .list:nth-child(n+2) {
    margin-top: 1.5rem;
  }
  #top_interview .interview_list .list .list_flex {}
  #top_interview .interview_list .list .list_column {
    margin-top: 1.5rem;
  }  
  #top_interview .interview_list .list .list_flex .image {
    width: 100%;
    margin-bottom: 3rem;
    box-shadow: .6rem .6rem 0 0 rgba(215,197,167,1);
    object-fit: cover;
    aspect-ratio: 3 / 2;
  }
  #top_interview .interview_list .list:nth-child(1) .list_flex .image {
    background: url(/wp-content/uploads/images/interview_img001.jpg) top center no-repeat;
    background-size: cover;
  }
  #top_interview .interview_list .list:nth-child(2) .list_flex .image {
    background: url(/wp-content/uploads/images/interview_img002.jpg) top center no-repeat;
    background-size: cover;
  }
  #top_interview .interview_list .list:nth-child(3) .list_flex .image {
    background: url(/wp-content/uploads/images/interview_img003.jpg) top center no-repeat;
    background-size: cover;
  }
  #top_interview .interview_list .list .list_flex .comment,
  #top_interview .interview_list .list .list_flex .col {
    width: 100%;
    margin-top: 1.5rem;
  }
  #top_interview .interview_list .list h3 {
    position: relative;
    margin-bottom: 1em;
    padding-bottom: 1em;
    line-height: 1.5;
    font-weight: 600;
    border-bottom: 3px dotted #50b05f;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;
  }
  #top_interview .interview_list .list p {
    padding: 3rem 1.5rem;
    background: #fff;
    border: 1px solid #b08b50;
  }
  #top_interview .interview_list .list .list_flex .comment p {}
  /* 働きやすさ */
  #top_ease .ease_list .list:nth-child(even) {
    background: #f8eeeb;
  }
  #top_ease .ease_list .list_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 5rem 1.5rem;
  }
  #top_ease .ease_list .list:first-child .list_inner {
    padding-top: 0;
  }
  #top_ease .ease_list .list:last-child .list_inner {
    padding-bottom: 0;
  }
  #top_ease .ease_list .list .image {
    position: relative;
    margin-bottom: 1.5rem;
  }
  #top_ease .ease_list .list .image img {
    border: 4px solid #fff;
    box-shadow: 0 0 4px 0 rgba(0,0,0,.1);
  }
  #top_ease .ease_list .list .image .image_b {
    display: none;
  }
  #top_ease .ease_list .list .comment:nth-child(n+2) {
    margin-top: 3rem;
  }
  #top_ease .ease_list .list h3 {
    margin-bottom: 3rem;
    font-size: 1.6rem;
    line-height: 1;
    text-align: center;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;
    font-weight: 600;
  }
  #top_ease .ease_list .list h3 span {
    display: inline-block;
    margin: .3em 0;
    background: linear-gradient(transparent 60%, #f6e0ca 30%);
  }
  #top_ease .ease_list .list h4 {
    position: relative;
    margin-bottom: 1em;
    padding-left: 1.5em;
    font-size: 1.6rem;
    font-weight: 600;
  }
  #top_ease .ease_list .list h4:before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    content: "";
    width: 1em;
    height: 1em;
    margin-top: -.5em;
    background: #e09851;
  }
  #top_ease .ease_list .list ul {
    display: flex;
    flex-wrap: wrap;
  }
  #top_ease .ease_list .list li {
    margin-right: 1rem;
    margin-bottom: 1rem;
    padding: 0 1em;
    color: #fff;
    background: #e09851;
  }
  /* スタッフの声 */
  #top_voice {
    background: #f7f3ed url(/wp-content/uploads/images/bg_voice.webp) top center no-repeat;
    background-size: 100% auto;
  }  
  #top_voice .staff_btn {
    display: flex;
    flex-wrap: wrap;
  }
  #top_voice .staff_btn .btn {
    width: calc(100% / 2);
    border-left: 1px solid #fff;
    box-sizing: border-box;
  }
  #top_voice .staff_btn .btn:nth-child(2n+1) {
    border-left: none;
  }
  #top_voice .staff_btn .btn:nth-child(n+3) {
    border-top: 1px solid #fff;
  }
  #top_voice .staff_btn .btn span {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    height: 4rem;
    text-align: center;
    background: #b08b50;
    cursor: pointer;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;    
  }
  #top_voice .staff_btn .btn.active span {
    color: #b08b50;
    background: #fff;
  }
  #top_voice .staff_btn .btn:hover span {
    color: #b08b50;
    background: #fff;
  }

  #top_voice .staff_list .list {
    display: none;
    padding: 3rem 1.5rem;
    background: #fff;
    box-sizing: border-box;
  }
  #top_voice .staff_list .list.active {
    display: block;
  }
  #top_voice .staff_list .list .title {
    position: relative;
    margin-bottom: 1.2em;
    padding-left: 1.5em;
    font-size: 1.6rem;
    font-weight: 600;
  }
  #top_voice .staff_list .list .title:before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    content: "";
    width: 1em;
    height: 1em;
    margin-top: -.5em;
    background: #50b05f;
  }  
  #top_voice .staff_list .list dl {
    box-sizing: border-box;
  }
  #top_voice .staff_list .list dt {
    position: relative;
    margin-bottom: 1em;
    padding-bottom: 1em;
    line-height: 1.5;
    font-weight: 600;
    border-bottom: 3px dotted #b08b50;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;
  }
  #top_voice .staff_list .list dd {
    margin: 1em 0;
    padding: 1em;
    border-radius: .5em;
    background: #f7f3ed;
  }
  #top_voice .staff_list .list .image {
    width: 120px;
    margin: 0 auto 3rem;
  }
  /* スケジュール */
  #top_schedule {
    background: repeating-linear-gradient(135deg, rgba(250, 250, 250, 1), rgba(250, 250, 250, 1) 12px, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 1) 16px);  
  }
  #top_schedule .schedule_inner {
    margin: 0 1.5rem;
  }
  #top_schedule .schedule_list {
    margin-bottom: 3rem;
    margin-left: 4rem;
    border-left: 1px solid #ccc;
  }
  #top_schedule .schedule_list .list:nth-child(n+2) {
    margin-top: 3rem;
  }  
  #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: #fff;
    text-align: center;
    background: #b08b50;
    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: #371f14;
  }
  #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-size: 1.4rem;
  }
  #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_point {
    background: #f7f3ed;
  }
  #top_point .point_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #top_point .point_list .list {
    box-sizing: border-box;
  }
  #top_point .point_list .list:nth-child(n+2) {
    margin-top: 3rem;
  }
  #top_point .point_list .list .image img {
    border-radius: .8rem .8rem 0 0;
  }
  #top_point .point_list .list .title {
    margin-bottom: 3rem;
    padding: 1em;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
    background: #70c87e;
    border-radius: 0 0 .8rem .8rem;
  }

  /* まだまだある */  
  #top_other {
    background: url(/wp-content/uploads/images/bg_other.webp) top center no-repeat;
    background-size: cover;
  }
  #top_other .other_list h2.title {
    margin-bottom: 1.2em;
    color: #fff;
    font-size: 2.4rem;
    font-wieght: 600;
    text-align: center;
  }
  #top_other .other_list ul {
  }
  #top_other .other_list li {
    margin: 0 0 1rem;
    padding: 0 1.5em;
    border-radius: 1.5em;
    line-height: 3em;
    color: #fff;
    background: #50b05f;
  }  
  /* 特徴 */
  #top_feature .feature_list {}
  #top_feature .feature_list .list {
    padding: 3rem 1.5rem;
    box-sizing: border-box;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
  }
  #top_feature .feature_list .list:nth-child(n+2) {
    margin-top: 1.5rem;
  }
  #top_feature .feature_list .list .number {
    margin-bottom: 1.5rem;
    color: #50b05f;
    text-align: center;
    font-family: 'EB Garamond', serif;
  }
  #top_feature .feature_list .list:nth-child(2) .number {
    color: #b08b50;
  }
  #top_feature .feature_list .list .number span {
    position: relative;
    display: inline-block;
    font-size: 9rem;
    line-height: 1;
  }  
  #top_feature .feature_list .list .number span:before {
    position: absolute;
    top: 5rem;
    left: -4rem;
    content: "FEATURE";
    font-size: 1.2rem;
    transform: rotate(90deg);
  }  
  #top_feature .feature_list .list h3 {
    margin-bottom: 3rem;
    font-size: 1.8rem;
    text-align: center;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;    
    font-weight: 500;
  }
  #top_feature .feature_list .list .comment {}
  #top_feature .feature_list .list .comment .image {
    margin-bottom: 1.5rem;
  }
  #top_feature .feature_list .list .comment .text {}
  #top_feature .feature_list .list .comment .text h4 {
    margin-bottom: 1rem;
    font-weight: 600;
  }
  /* クリニック情報 */
  #top_clinic {
    padding-top: 5rem;
    background: #f7f3ed;
  }
  #top_clinic .clinic_flex {}
  #top_clinic .clinic_flex .image {
    width: 100%;
    height: 56.25%;
    background: url(/wp-content/uploads/images/bg_clinic.webp) top center no-repeat;
    background-size: cover;
  }
  #top_clinic .clinic_flex .data {
    padding: 3rem 1.5rem;
    box-sizing: border-box;
  }
  #top_clinic .clinic_flex .data_image {
    margin-bottom: 3rem;
  }
  #top_clinic .clinic_flex .data_image img {
    border-radius: .6rem;
  }
  #top_clinic .clinic_flex .data_information table {
    width: 100%;
    table-layout: fixed;
    border-top: 1px solid #ccc;
  }
  #top_clinic .clinic_flex .data_information {
    margin-bottom: 3rem;
  }
  #top_clinic .clinic_flex .data_information th,
  #top_clinic .clinic_flex .data_information td {
    padding: 1rem;
    border-bottom: 1px solid #ccc;
  }
  #top_clinic .clinic_flex .data_information th {
    width: 100px;
    text-align: center;
  }
  #top_clinic .clinic_flex .data_schedule table {
    width: 100%;
    margin-bottom: 1em;
    text-align: center;
  }
  #top_clinic .clinic_flex .data_schedule tr:nth-child(n+2) {
    border-top: 1px solid #ccc;
  }
  #top_clinic .clinic_flex .data_schedule th,
  #top_clinic .clinic_flex .data_schedule td {
    padding: 1rem .5rem;
  }
  #top_clinic .clinic_flex .data_schedule th {
    width: 100px;
  }
  #top_clinic .clinic_flex .data_schedule td {
    border-left: 1px solid #ccc;
  }
  #top_clinic .clinic_flex .data_schedule td span {
    color: #50b05f;
  }
  #top_clinic .clinic_flex .data_schedule p {
    text-align: right;
  }
  #top_clinic .clinic_flex span.brown {
    color: #b08b50!important;
  }
  /* スタッフの声 */
  #top_flow {
    padding: 5rem 0;
    background: url(/wp-content/uploads/images/bg_flow.webp) bottom center no-repeat;
    background-size: 100% auto;
  }
  #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: #b08b50;
    border-radius: 3rem;
    z-index: 1;
    box-sizing: border-box;
    font-weight: 400;
    font-family: 'Cormorant SC', 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: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: #8f6552;
    font-weight: 600;
  }
  #top_flow .comment {
    padding: 0 1.5rem;
  }
  #top_flow .comment p span {
    font-weight: 600;
  }  
  
  
  /* 募集要項 */
  #top_recruitment {
    background: #fff;
  }
  .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: #50b05f;
    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: #fff;
    font-size: 1.6rem;
    font-weight: 600; 
    background: #50b05f;
    -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: #50b05f;
    background: #f3f6ee;
    -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: #f3f6ee;
  }  
  .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: #50b05f;
  }
  .recruitment_title {
    margin-bottom: 1.5rem;
  }
  .recruitment_comment {
    margin-bottom: 3rem;
  }
  /* 応募フォーム */
  #top_entry {
    background: repeating-linear-gradient(135deg, rgba(246, 246, 246, 1), rgba(246, 246, 246, 1) 12px, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 1) 16px);
  }
  .parts_form_a {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0rem;
  }
  .parts_form_a .form_table {
    margin-bottom: 1.5rem;
  }
  .parts_form_a dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    font-size: 1.4rem;
    background: #fff;
    box-sizing: border-box;
  }
  .parts_form_a dl:nth-child(n+2) {
    margin-top: 1.5rem;
  }
  .parts_form_a dt {
    position: relative;
    width: 100%;
    padding: 1.5em 1.5em 0;
    box-sizing: border-box;
  }
  .parts_form_a 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: #b08b50;
  }
  .parts_form_a dd {
    padding: 1em 1.5em 1.5em;
    box-sizing: border-box;
  }
  .parts_form_a dd.flex {
    display: flex;
    flex-wrap: wrap;
  }
  .parts_form_a dd input[type=text],
  .parts_form_a dd input[type=email],
  .parts_form_a dd textarea {
    width: 100%;
    padding: 1em;
    border: none;
    background: #f2f2f2;
    box-sizing: border-box;
  }
  .parts_form_a dd input[type=text].number {
    width: 70px;
  }
  .parts_form_a dd input.post {
    width: 240px!important;
  }
  .parts_form_a dd div:nth-child(n+2) {
    margin-left: 1em;
  }
  .parts_form_a .note {
    margin-bottom: 3rem;
    padding: 4rem;
    text-align: center;
    background: #fff;
  }
  .parts_form_a .check_comment {
    margin-bottom: 5rem;
    text-align: center;
  }
  .parts_form_a .entry_btn {
    position: relative;
    width: 280px;
    margin: 0 auto 3rem;
    text-align: center;
  }
  .parts_form_a .entry_btn input[type=submit] {
    display: inline-block;
    width: 100%;
    height: 6rem;
    color: #fff;
    font-size: 1.6rem;
    background: #b08b50;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  .parts_form_a .entry_btn input[type=submit]:hover {
    opacity: .7;
  }
  .parts_form_a .entry_btn:after {
    position: absolute;
    display: block;
    content: "\f105";
    font-family: "FontAwesome";
    top: 50%;
    right: 1em;
    margin-top: -.5em;
    color: #fff;
    line-height: 1;  
  }
  .parts_form_a .privacy {
    padding: 3rem 1.5rem;
    border: 1px solid #371f14;
  }
  .parts_form_a .privacy .title {
    margin-bottom: 1em;
    font-size: 2rem;
    text-align: center;
  }
  .parts_form_a .privacy li {
    position: relative;
    padding-left: 1.5em;
  }
  .parts_form_a .privacy li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "・";
  }

}



























































