@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=Winky+Sans:ital,wght@0,300..900;1,300..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: 500;
	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: #453833;
	font-size: 100%;
  font-weight: 500;
	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: 500;
  font-family: "Zen Maru Gothic", 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: 500;
  line-height: 1.5;
}
table, th, td {
  border-collapse: collapse;
  font-weight: 500;
}
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: #453833;
  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 #ccc;
}
/******************************************************
レスポンシブ
******************************************************/
.pc, .tab, .sp {display: none;}
.inner {position: relative;}
@media screen and (max-width: 767px){
  .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;
  }
  .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: "Zen Maru Gothic", serif;}
.bold {font-weight: bold;}
/******************************************************
ヘッダー
******************************************************/
@media screen and (min-width:1280px) {
  #h_cover {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /*align-items: center;*/
    width: 100%;
    padding: 1.5rem;
    padding-right: calc(70px + 2.5rem);
    box-sizing: border-box;
    z-index: 100;
  }
  #h_logo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  #h_logo .image {
    width: 378px;
    height: 90px;
    background: url(/wp-content/uploads/images/h_logo.webp) center center no-repeat;
    background-size: contain;
  }
  #h_logo .image img {
    display: none;
  }
  #h_logo .type {
    margin-left: 2rem;
    padding: 0 2em;
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    line-height: 3.6rem;
    border-radius: 1.8rem;
    background: #b49d36;
    box-sizing: border-box;
  }
  #h_btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  #h_btn .btn {
    position: relative;
    width: 300px;
    margin-left: 1rem;
  }
  #h_btn .btn.fix {
    position: fixed;
    bottom: 2rem;
    left: 2rem;  
    margin: 0;
    box-shadow: -4px 4px 4px 0 rgba(0,0,0,.1);  
  }
  #h_btn .btn a {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;    
    height: 7rem;
    border-radius: 3.5rem;
    letter-spacing: .1em;
    font-family: "Zen Maru Gothic", serif;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    box-sizing: border-box;
  }
  #h_btn .btn a:hover {
    opacity: .7;
  }
  #h_btn .btn a .logo {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 2.4rem;
    line-height: 3rem;
    height: 7rem;
  }
  
  /* 電話番号 */
  #h_btn .btn a.tel {
    color: #fff;
    background: #b49d36;
  }
  #h_btn .btn a.tel .logo {
    color: #fff;
  }
  #h_btn .btn a.tel .logo .icon {
    content: "";
    width: 3rem;
    height: 3rem;
    margin-right: 1rem;
    line-height: 3rem;
    background: url(/wp-content/uploads/images/icon/icon_phone.png) center center;
    background-size: contain;
  }
  /* フォーム */
  #h_btn .btn a.form {
    color: #fff;
    background: #757575;
  }
  #h_btn .btn a.form .logo {
    color: #fff;
  }
  /* オフィシャル */
  #h_btn .btn a.official {
    color: #fff;
    background: #fff;
    padding-right: 4rem;
    border-radius: 0;
    height: 80px;
  }
  #h_btn .btn a.official:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    border-left: 12px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    margin-top: -12px;
    z-index: 1;
  }
  #h_btn .btn a.official:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 4rem;
    height: 80px;
    content: "";
    display: block;
    background: #453833;
  }
  #h_btn .btn a.official .logo {
    padding: 0 2rem;
  }
  #h_toggle_btn {
    position: fixed;
    display: block;
    width: 70px;
    height: 70px;
    top: 1.5rem;
    right: 1.5rem;
    z-index: 101;
    color: #fff;
    border-radius: 3.5rem;
    background: #fff;
    cursor: pointer;
    box-sizing: border-box;
    -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_toggle_btn span {
    display: block;
    width: 30px;
    height: 1px;
    background: #b49d36;
    position: absolute;
    left: 20px;
    -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: 18px;
  }
  #h_toggle_btn span:nth-child(2){
    top: 26px;
  }
  #h_toggle_btn span:nth-child(3){
    top: 34px;
  }
  #h_toggle_btn.open {
    z-index: 10004;
  }
  #h_toggle_btn.open span {
    color: #b49d36;
  }
  #h_toggle_btn.open span:nth-child(1) {
    top: 26px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
    background: #b49d36;
  }
  #h_toggle_btn.open span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  #h_toggle_btn.open span:nth-child(3) {
    top: 26px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
    background: #b49d36;
  }  
  #h_toggle_btn div {
    position: absolute;
    width: 100%;
    bottom: 12px;
    color: #b49d36;
    font-size: 1rem;
    text-align: center;
    font-family: "Zen Maru Gothic", serif;
  }
  
  /* メニュー全体 */
  #h_nav {
    background: rgba(255,255,255,.9);
    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: #b49d36;
  }
  #h_nav li:nth-child(even) a:before {
    background: #b49d36;
  }
  #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: #b49d36;
    border: 1px solid #b49d36;
    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: #6c8a7a;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;  
  }      
  
}
@media screen and (max-width:1279px) {
  #header {
    height: 6rem;
  }
  #h_cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 100;
    background: #fff;    
  }
  #h_logo {
    padding: 1rem 1rem;
    padding-right: 7.2rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  #h_logo .image {
  }
  #h_logo .image img {
    width: auto;
    height: 4rem;
    vertical-align: middle;
  }
  #h_logo .type {
    margin-left: 1rem;
    padding: .6rem;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1;
    text-align: left;
    background: #b49d36;
  }
  
  #h_btn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  #h_btn .btn {
    width: calc(100% / 3);
  }
  #h_btn .btn a {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;  
    line-height: 1.5;
    font-family: "Zen Maru Gothic", serif;
    box-sizing: border-box;
    height: 6rem;
  }
  #h_btn .btn a .title {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  #h_btn .btn a .logo {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 1.4rem;
    line-height: 2rem;
  }
  
  /* 電話番号 */
  #h_btn .btn a.tel {
    color: #fff;
    background: #b49d36;
  }
  /* フォーム */
  #h_btn .btn a.form {
    color: #fff;
    background: #757575;
  }
  /* オフィシャル */
  #h_btn .btn a.official {
    background: #fff;
  }
  #h_btn .btn a.official .logo {}  
  #h_toggle_btn {
    position: fixed;
    display: block;
    width: 60px;
    height: 60px;
    top: 0;
    right: 0;
    z-index: 101;
    color: #fff;
    background: #b49d36;
    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: 26px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 17px;
    -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: 16px;
  }
  #h_toggle_btn span:nth-child(2){
    top: 22px;
  }
  #h_toggle_btn span:nth-child(3){
    top: 28px;
  }
  #h_toggle_btn.open {
    z-index: 10004;
  }
  #h_toggle_btn.open span {
    color: #fff;
  }
  #h_toggle_btn.open span:nth-child(1) {
    top: 22px;
    -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: 22px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
    background: #fff;
  }  
  #h_toggle_btn div {
    position: absolute;
    width: 100%;
    bottom: .8rem;
    font-size: 1rem;
    text-align: center;
  }
  
  /* メニュー全体 */
  #h_nav {
    background: rgba(255,255,255,.9);
    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: #b49d36;
  }
  #h_nav li:nth-child(even) a:before {
    background: #b49d36;
  }
  #h_nav .link_btn a {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 5rem;
    color: #b49d36;
    border: 1px solid #b49d36;
    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: 2rem;
    height: 2rem;
    margin-right: 1rem;
    line-height: 2rem;
    background: url(/wp-content/uploads/images/icon/icon_logo.png) center center;
    background-size: contain;
  }  
  
  #page_top {
    position: fixed;
    bottom: 6rem;
    right: 0;
    z-index: 100;
  }
  /*
  #page_top.fixed {
    position: absolute;
    bottom: 6rem;
  }
  */
  #page_top a {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 5rem;
    height: 5rem;
    color: #fff;
    text-align: center;
    background: #6c8a7a;
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  }  
  
}
/******************************************************
フッター
******************************************************/
@media screen and (min-width:1280px) {
  #footer .map {
    height: 0;
    overflow: hidden;
    padding-bottom: 480px;
    position: relative;
  }
  #footer .map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
  #copyright {
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    line-height: 9rem;
    background: #b49d36;
  }
}
@media screen and (max-width:1279px) {
  #footer .map {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
  }
  #footer .map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
  #copyright {
    padding-bottom: 6rem;
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    line-height: 5rem;
    background: #b49d36;
  }
}
/******************************************************
PC
******************************************************/
@media screen and (min-width:1280px) {
  .main_title {
    margin-bottom: 6rem;
    color: #453833;
    font-size: 2.4rem;
    text-align: center;
    font-weight: 500;
    font-family: "Zen Maru Gothic", serif;
    letter-spacing: .05em; 
  }
  .main_title span {
    display: block;
  }
  .main_title .eng {
    font-size: 14rem;
    font-family: "Winky Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    line-height: 1;      
  }
  .main_title .eng.color_a:first-letter {
    color: #b49d36;
  }
  .main_title .eng.color_b:first-letter {
    color: #f69595;
  }
  
  .sub_title {
    color: #453833;
    text-align: center;
  }
  .sub_title span {
    position: relative;
    display: inline-block;
    margin-bottom: 6rem;
    color: #fff;
    font-size: 4.8rem;
    font-family: 'Noto Serif JP','游明朝体', 'Yu Mincho', 'Hiragino Mincho Pro', 'Hiragino Mincho ProN', YuMincho, 'MS PMincho', 'Times New Roman', serif;
  }
  .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: #fff 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); 
  }    
  .marker_a {
    display: inline;
    padding: 0 .4em;
    background: #ffcf00;
    border-radius: 4px;
  }
  .marker_b {
    display: inline;
    padding: 0 .4em;
    background: #ffcf00;
    border-radius: 4px;
  }
  .marker_c {
    display: inline;
    padding: 0 .4em;
    background: #ffcf00;
    border-radius: 4px;
  }

  
  /*************************************************
  メインビジュアル
  *************************************************/
  #top_main {
    position: relative;
    width: 100%;
    height: 100vh;
    box-sizing: border-box;
  }
  #top_main .catch_copy {
    position: absolute;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    z-index: 3;
  }
  #top_main .catch_copy img {
    width: 960px;
    height: auto;
    margin: 0 auto;
  }
  #top_main .main_slider {
    position: relative;
    z-index: 1;
  }
  #top_main .main_slider:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 100vh;
    background: rgba(180,157,54,.15);
    z-index: 2;
  }
  #top_main .main_slider .slide {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100vh;
    box-sizing: border-box;
  }  
  #top_main .visual_image_left,
  #top_main .visual_image_right {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
  }
  #top_main .slide_001 .image_1 {
    width: 100%;
    height: 100vh;
    background: url(/wp-content/uploads/images/main_img001a.jpg?20250310) top center no-repeat;
    background-size: cover;
  }
  #top_main .slide_001 .image_2 {
    width: 100%;
    height: 50vh;
    background: url(/wp-content/uploads/images/main_img001b.jpg?20250310) top center no-repeat;
    background-size: cover;
  }
  #top_main .slide_001 .image_3 {
    width: 100%;
    height: 50vh;
    background: url(/wp-content/uploads/images/main_img001c.jpg?20250310) top center no-repeat;
    background-size: cover;
  }
  #top_main .slide_002 .image_1 {
    width: 100%;
    height: 100vh;
    background: url(/wp-content/uploads/images/main_img002a.jpg?20250310) top center no-repeat;
    background-size: cover;
  }
  #top_main .slide_002 .image_2 {
    width: 100%;
    height: 50vh;
    background: url(/wp-content/uploads/images/main_img002b.jpg?20250310) top center no-repeat;
    background-size: cover;
  }
  #top_main .slide_002 .image_3 {
    width: 100%;
    height: 50vh;
    background: url(/wp-content/uploads/images/main_img002c.jpg?20250310) top center no-repeat;
    background-size: cover;
  }
  #top_main .slide_003 .image_1 {
    width: 100%;
    height: 100vh;
    background: url(/wp-content/uploads/images/main_img003a.jpg?20250310) top center no-repeat;
    background-size: cover;
  }
  #top_main .slide_003 .image_2 {
    width: 100%;
    height: 50vh;
    background: url(/wp-content/uploads/images/main_img003b.jpg?20250310) top center no-repeat;
    background-size: cover;
  }
  #top_main .slide_003 .image_3 {
    width: 100%;
    height: 50vh;
    background: url(/wp-content/uploads/images/main_img003c.jpg?20250310) top center no-repeat;
    background-size: cover;
  }
  /*************************************************
  メッセージ
  *************************************************/
  #top_message {
    padding: 9rem 0 12rem;
    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 {}
  #top_message .message_box .image_a img {
    border-radius: 2rem;
    box-shadow: 1rem 1rem 0 0 rgba(180,157,54,.5);
  }
  #top_message .message_box .name {
    position: absolute;
    left: -12rem;
    bottom: -10rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 300px;
    height: 200px;
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    background: rgba(180,157,54,.85);
    z-index: 1;
    border-radius: 2rem;
  }
  #top_message .message_box .serif {
    font-size: 1.8rem;
    font-family: "Zen Maru Gothic", serif;
  }
  #top_message .message_box .comment {
    padding: 2em 0;
  }
  #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_b img {
    border-radius: 2rem;
    box-shadow: 1rem 1rem 0 0 rgba(180,157,54,.5);
  }
  #top_message .message_box .image_box .image_c {
    width: calc(40% + 6rem);
    margin-right: 7rem;     
  }    
  #top_message .message_box .image_box .image_c img {
    border-radius: 2rem;
    box-shadow: 1rem 1rem 0 0 rgba(180,157,54,.5);
  }
  /*************************************************
  入社祝い
  *************************************************/
  .top_joing {
    padding: 3rem 0;
    background-size: auto auto;
    background-color: rgba(254, 244, 244, 1);
    background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(254, 249, 249, 1) 10px, rgba(254, 249, 249, 1) 20px );
  }
  .top_joing .joing_box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .top_joing .joing_box .image {
    width: 420px;
  }
  .top_joing .joing_box .text {
    
  }
  .top_joing .joing_box .message {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 5rem;
    font-size: 4.8rem;
    text-align: center;
    line-height: 1.2;
  }
  .top_joing .joing_box .message .note {
    font-size: 2.4rem;
  }
  .top_joing .joing_box .message .comment {
    margin-top: .8em;
    color: #900;
    font-size: 1.8rem;
  }  
  .top_joing .joing_box .message i {
    color: #b49d36;
    font-size: 12rem;
    font-weight: 600;
    vertical-align: baseline;
  }
  .top_joing .joing_box .btn a {
    display: block;
    width: 480px;
    margin: 0 auto;
    color: #fff;
    font-size: 2.4rem;
    font-weight: 500;
    text-align: center;
    line-height: 7rem;
    border-radius: 3.5rem;
    background: #b49d36;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  .top_joing .joing_box .btn a:hover {
    opacity: .7;
  }
  .top_joing .joing_box .marker_a {
    display: inline-block;
    padding: .2em .8em;
    border-radius: 6px;
  }
  
  /*************************************************
  働く環境
  *************************************************/
  #top_feature {
    padding: 9rem 0 12rem;
    background: #fff;
  }
  #top_feature .feature_list .list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 6rem;
    background: #f2f2f2;
    border-radius: 3rem;
  }
  #top_feature .feature_list .list:nth-child(even) {
    flex-direction: row-reverse;
  }
  #top_feature .feature_list .list:nth-child(1) {
    background: #f7f5eb;
  }
  #top_feature .feature_list .list:nth-child(2) {
    background: #fef4f4;
  }
  #top_feature .feature_list .list:nth-child(3) {
    background: #f0f3f1;
  }
  #top_feature .feature_list .list:nth-child(n+2) {
    margin-top: 3rem;
  }
  #top_feature .feature_list .list .image {
    position: absolute;
    width: 320px;
    border: 6px solid #fff;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
  }
  #top_feature .feature_list .list:nth-child(1) .image,
  #top_feature .feature_list .list:nth-child(3) .image {
    top: -60px;
    left: -240px;
    transform: rotate( -10deg );
  }
  #top_feature .feature_list .list:nth-child(2) .image {
    top: -60px;
    right: -240px;
    transform: rotate( 10deg );
  }
  #top_feature .feature_list .list .title {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 260px;
    line-height: 1;
  }
  #top_feature .feature_list .list:nth-child(1) .title {
    color: #b49d36;
  }
  #top_feature .feature_list .list:nth-child(2) .title {
    color: #f69595;
  }
  #top_feature .feature_list .list:nth-child(3) .title {
    color: #6c8a7a;
  }
  #top_feature .feature_list .list .title .number {
    margin-bottom: 2rem;
    font-size: 3.6rem;
    font-family: "Winky Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200; 
  }
  #top_feature .feature_list .list .title .name {
    font-size: 6rem;
  }
  #top_feature .feature_list .list ul {
    width: calc(100% - 320px);
  }
  #top_feature .feature_list .list ul li {
    position: relative;
    padding: .6em 0;
    padding-left: 2em;
    font-size: 2rem;
  }
  #top_feature .feature_list .list ul li.marker_point {
    position: relative;
    padding-right: 3em;
  }
  #top_feature .feature_list .list ul li.marker_point:after {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    margin-top: -1.5em;
    content: "";
    width: 2.6em;
    height: 2.6em;
    line-height: 1;
    background: url(/wp-content/uploads/images/icon_check.webp) center center no-repeat;
    background-size: contain;
  }  
  
  #top_feature .feature_list .list ul li:before {
    position: absolute;
    top: .6em;
    left: 0;
    content: "◎";
  }
  #top_feature .feature_list .list ul li:nth-child(n+2) {
    border-top: 2px dashed #453833;
  }
  #top_feature_2 {
    padding: 9rem 0 12rem;
    background: url(/wp-content/uploads/images/bg_feature.webp) top center no-repeat;
    background-size: cover;
  }
  #top_feature_2 .feature_list_2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #top_feature_2 .feature_list_2 .list {
    position: relative;
    display: flex;
    flex-direction: column;
    width: calc((100% / 3) - 2rem);
    margin-left: 2rem;
    padding: 3rem;
    font-size: 1.8rem;
    text-align: center;
    font-weight: 600;
    background: #fff;
    box-sizing: border-box;
    border-radius: 2rem;
  }
  #top_feature_2 .feature_list_2 .list:nth-child(3n+1) {
    margin-left: 0;
  }
  #top_feature_2 .feature_list_2 .list:nth-child(n+4) {
    margin-top: 3rem;
  }
  
  #top_feature_2 .feature_list_2 .list.marker_point .comment {
    position: relative;
  }
  #top_feature_2 .feature_list_2 .list.marker_point .comment:after {
    position: absolute;
    top: -2rem;
    right: -2rem;
    display: block;
    content: "";
    width: 9rem;
    height: 9rem;
    line-height: 1;
    background: url(/wp-content/uploads/images/icon_check.webp) center center no-repeat;
    background-size: contain;
  }    
  
  #top_feature_2 .feature_list_2 .list .icon {}
  #top_feature_2 .feature_list_2 .list .icon img {
    width: 50%;
    object-fit: cover;
    aspect-ratio: 1 / 1;
  }
  #top_feature_2 .feature_list_2 .list .comment {
    display: block;
    min-height: 3em;
    line-height: 1.5;
  }
  /*************************************************
  スタッフの声
  *************************************************/
  #top_voice {
    padding: 9rem 0 12rem;
  }
  #top_voice .voice_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 10rem;
  }
  #top_voice .voice_list .list {
    position: relative;
    display: flex;
    flex-direction: column;
    width: calc((100% / 4) - 15px);
    margin-left: 20px;
    padding: 4rem;
    border-radius: 2rem;
    background: #f7f5eb;
    box-sizing: border-box;
  }
  #top_voice .voice_list .list:nth-child(even) {
    background: #fef4f4;
  }
  #top_voice .voice_list .list:nth-child(4n+1) {
    margin-left: 0;
  }
  #top_voice .voice_list .list:after {
    position: absolute;
    top: -1em;
    left: -1em;
    content: "voice";
    font-size: 4rem;
    transform: rotate( -30deg );
    font-family: "Winky Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;  
  }
  #top_voice .voice_list .list:nth-child(odd):after {
    color: #b49d36;
  }
  #top_voice .voice_list .list:nth-child(even):after {
    color: #f69595;
  }

  #top_voice .voice_list .list:nth-child(n+5) {
    margin-top: 30px;
  }
  #top_voice .voice_list .list .image {
    width: 50%;
    margin: 0 auto 3rem;
  }
  #top_voice .voice_list .list .image img {
    width: 100%;
    border-radius: 50%;
  }
  #top_voice .voice_list .list:nth-child(odd) .image img {
    border: 3px solid #b49d36;
  }
  #top_voice .voice_list .list:nth-child(even) .image img {
    border: 3px solid #f69595;
  }
  #top_voice .voice_list .list dt {
    margin-bottom: 1.2em;
    font-weight: 600;
    line-height: 1.5;
  }
  #top_voice .voice_list .list dt,
  #top_voice .voice_list .list dd {
    position: relative;
    padding-left: 1.5em;
  }
  #top_voice .voice_list .list dt:before,
  #top_voice .voice_list .list dd:before {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 600;
  }
  #top_voice .voice_list .list dt:before {
    content: "Q";
  }
  #top_voice .voice_list .list dd:before {
    content: "A";
  }
  /*************************************************
  クリニックの特徴
  *************************************************/
  #top_clinic_feature {
    margin-bottom: 12rem;
  }
  #top_clinic_feature .clinic_feature_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 3rem;
  }
  #top_clinic_feature .clinic_feature_list .list {
    display: flex;
    flex-direction: column;
    width: calc((100% / 3) - 20px);
    margin-right: 30px;
    padding: 3rem;
    border-radius: 2rem;
    box-sizing: border-box;
    box-shadow: 0 0 12px 0 rgba(0,0,0,.08);
  }
  #top_clinic_feature .clinic_feature_list .list:nth-child(n+4) {
    width: calc((100% / 2) - 15px);
    margin-top: 30px;
  }
  #top_clinic_feature .clinic_feature_list .list:nth-child(3),
  #top_clinic_feature .clinic_feature_list .list:nth-child(5) {
    margin-right: 0;
  }
  #top_clinic_feature .clinic_feature_list .list .number {
    margin-bottom: 3rem;
    color: #b49d36;
    text-align: center;
    font-weight: 500;
    font-family: "Zen Maru Gothic", serif;
  }
  #top_clinic_feature .clinic_feature_list .list:nth-child(2n) .number {
    color: #f69595;
  }
  #top_clinic_feature .clinic_feature_list .list .number span {
    position: relative;
    display: inline-block;
    font-size: 12rem;
    line-height: 1;
  }  
  #top_clinic_feature .clinic_feature_list .list .number span:before {
    position: absolute;
    top: 6rem;
    left: -6rem;
    content: "FEATURE";
    font-size: 1.8rem;
    transform: rotate(90deg);
  }  
  #top_clinic_feature .clinic_feature_list .list .image {
    margin-bottom: 3rem;
  }
  #top_clinic_feature .clinic_feature_list .list .image img {
    border-radius: 2rem;
  }
  #top_clinic_feature .clinic_feature_list .list h3 {
    margin-bottom: 3rem;
    color: #b49d36;
    font-size: 2.4rem;
    text-align: center;
    font-family: "Zen Maru Gothic", serif;    
    font-weight: 500;
  }
  #top_clinic_feature .clinic_feature_list .list:nth-child(2n) h3 {
    color: #f69595;
  }
  #top_clinic_feature .clinic_feature_list .list .comment {
    flex-grow: 1;
  }
  #top_clinic_feature .clinic_feature_list .list .comment:nth-of-type(2) {
    margin-bottom: 4rem;
    flex-direction: row-reverse;
  }
  #top_clinic_feature .clinic_feature_list .list .comment .image {}
  #top_clinic_feature .clinic_feature_list .list .comment .text {}
  #top_clinic_feature .clinic_feature_list .list .comment .text h4 {
    margin-bottom: 1rem;
    font-weight: 600;
  }
  /*************************************************
  クリニック情報
  *************************************************/
  #top_clinic {
    margin-bottom: 10rem;
  }
  .parts_information_a .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #fff;
  }
  .parts_information_a .flex .image {
    width: 50%;
    background: url(/wp-content/uploads/images/top_information_img001.webp) top center no-repeat;
    background-size: cover;
    border-radius: 2rem;
  }
  .parts_information_a .flex .image img {
    display: none;
  }
  .parts_information_a .flex .text {
    width: 50%;
    padding: 4vw;
    text-align: center;
    box-sizing: border-box;
  }
  .parts_information_a .photo {
    margin-bottom: 5rem;
  }
  .parts_information_a .photo img {
    border-radius: 2rem;
  }
  .parts_information_a .data {
    margin-bottom: 5rem;
  }
  .parts_information_a .data table {
    width: 100%;
    table-layout: fixed;
    line-height: 1.5;
    border-top: 1px dashed #ccc;
  }
  .parts_information_a .data th,
  .parts_information_a .data td {
    padding: 1.5rem 0;
    border-bottom: 1px dashed #ccc;
  }
  .parts_information_a .data th {
    width: 30%;
    font-weight: 500;
  }
  .parts_information_a .data td {
    text-align: left;
  }
  .parts_information_a .data td span {
    display: inline-block;
  }
  .parts_information_a .schedule table {
    width: 100%;
    table-layout: fixed;
  }
  .parts_information_a .schedule tr:nth-child(n+2) {
    border-top: 1px dashed #ccc;
  }
  .parts_information_a .schedule th,
  .parts_information_a .schedule td {
    padding: 1.5rem;
  }
  .parts_information_a .schedule th {
    width: 30%;
  }
  .parts_information_a .schedule td {
    border-left: 1px solid #ccc;
  }
  .parts_information_a .schedule .note {
    margin-top: 1em;
    text-align: right;
  }
  .parts_information_a .schedule span {
    display: inline-block;
  }
  .parts_information_a .schedule .color {
    color: #b49d36;
  }
  #top_clinic .clinic_map {
    margin-top: 5rem;
  }
  #top_clinic .clinic_map .map {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
  }
  #top_clinic .clinic_map .map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 2rem;
  }
  /*************************************************
  採用の流れ
  *************************************************/
  #top_flow {
    padding: 9rem 0 12rem;
    background: #fef4f4;
  }
  .parts_flow_a .flow_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 5rem;
    padding: 0 10rem;
  }
  .parts_flow_a .flow_list .list {
    position: relative;
    width: calc((100% / 4) - 37.5px);
    margin-left: 50px;
    padding: 3rem;
    padding-top: 5rem;
    border-radius: 2rem;
    background: #fff;
    box-sizing: border-box;
  }
  .parts_flow_a .flow_list .list:nth-child(4n+1) {
    margin-left: 0;
  }
  .parts_flow_a .flow_list .list:nth-child(n+5) {
    margin-top: 45px;
  }
  .parts_flow_a .flow_list .list:nth-child(n+2):before {
    position: absolute;
    display: block;
    content: "\f138";
    font-family: "FontAwesome";    
    top: 50%;
    left: -40px;
    margin-top: -.5em;
    color: #f69595;
    font-size: 3rem;
    line-height: 1;
  }
  .parts_flow_a .flow_list .list .number {
    position: absolute;
    top: -30px;
    left: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 60px;
    height: 60px;    
    margin-left: -30px;
    font-family: "Winky Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    border-radius: 50%;
    background: #b49d36;
  }
  .parts_flow_a .flow_list .list .image {
    margin-bottom: 2rem;
  }
  .parts_flow_a .flow_list .list .title {
    color: #453833;
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 2rem;
  }
  .parts_flow_a .note {
    font-size: 1.8rem;
    text-align: center;
  }
  .parts_flow_a .note p {
    width: 1000px;
    max-width: 100%;
    display: inline-block;
    padding: 5rem;
    background: #fff;
    font-weight: 600;
    border-radius: 2rem;
  }
  .parts_flow_a .small {
    color: #900;
    font-size: .9em;
  }
  /*************************************************
  スライドギャラリー
  *************************************************/
  #top_slider {
    padding: 2rem 0;
  }
  .simply-scroll-container {
    position: relative;
  }
  .simply-scroll-clip {
    position: relative;
    overflow: hidden; 
  }
  .simply-scroll-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
  }
  .simply-scroll-list li img {
    display: block;
    border-radius: 2rem;
  }
  #image-scroll.simply-scroll-list div {
    float: left; 
    padding: 0 1rem;
    margin: 0;
    width: 360px;
    height: 240px;
    list-style:none!important;
  }    
  #image-scroll.simply-scroll-list img {
    display: block;
    border-radius: 2rem;
  }  
  /*************************************************
  募集要項
  *************************************************/
  #top_recruitment {
    padding: 9rem 0 12rem;
  }
  .recruitment_btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 5rem;
  }
  .recruitment_btn .btn {
    width: 300px;
    margin: 0 1rem;
    color: #fff;
    text-align: center;
    line-height: 5rem;
    background: #ccc;
    border-radius: 2.5rem;
    cursor: pointer;
  }
  .recruitment_btn .btn:nth-child(1).active {
    background: #b49d36;
  }
  .recruitment_btn .btn:nth-child(2).active {
    background: #f69595;
  }
  .recruitment_contents .content {
    display: none;
  }
  .recruitment_contents .content.active {
    display: block;
  }
  .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 {
    width: calc(25% - 7.5px);
    padding: 1em;
    color: #fff;
    text-align: center;
    background: #b49d36;
    box-sizing: border-box;
    border-radius: 1rem;
  }
  .recruitment_contents .content:nth-child(2) .parts_recruit_a dl dt {
    background: #f69595;
  }
  .parts_recruit_a dl dd {
    width: calc(75% - 7.5px);
    padding: 1em;
    background: #f2f2f2;
    box-sizing: border-box;
    border-radius: 1rem;
  }  
  /*************************************************
  エントリーフォーム
  *************************************************/  
  #top_entry {
    padding: 9rem 0 12rem;
    background: #f7f5eb;
  }
  .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;
    border-radius: 1rem;
  }
  .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: #b49d36;
    border-radius: .8rem;
  }
  .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;
    border-radius: 2rem;
  }
  .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: #f69595;
    border-radius: 3rem;
    -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;
    border: 1px solid #453833;
  }
  .parts_form_a .privacy .title {
    margin-bottom: 1em;
    font-size: 2rem;
    font-weight: 600;
    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: "・";
  }
  
}
/******************************************************
SP
******************************************************/
@media screen and (max-width:1279px) {
  .main_title {
    margin-bottom: 3rem;
    color: #453833;
    font-size: 1.4rem;
    text-align: center;
    font-weight: 600;
    font-family: "Zen Maru Gothic", serif;
    letter-spacing: .05em; 
  }
  .main_title span {
    display: block;
  }
  .main_title .eng {
    font-size: 3rem;
    font-family: "Winky Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    line-height: 1.5;      
  }
  .main_title .eng.color_a:first-letter {
    color: #b49d36;
  }
  .main_title .eng.color_b:first-letter {
    color: #f69595;
  }
  
  .sub_title {
    color: #fff;
    text-align: center;
    font-family: "Zen Maru Gothic", serif;
  }
  .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: #fff 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); 
  }    
  
  .marker_a {
    display: inline;
    padding: 0 .4em;
    background: #ffcf00;
    border-radius: 4px;
  }
  .marker_b {
    display: inline;
    padding: 0 .4em;
    background: #ffcf00;
    border-radius: 4px;
  }
  .marker_c {
    display: inline;
    padding: 0 .4em;
    background: #ffcf00;
    border-radius: 4px;
  }    
  /*************************************************
  メインビジュアル
  *************************************************/
  #top_main {
    position: relative;
    width: 100%;
    height: 50vh;
    box-sizing: border-box;
  }
  #top_main .catch_copy {
    position: absolute;
    width: 100%;
    height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    z-index: 3;
  }
  #top_main .catch_copy img {
    width: 960px;
    height: auto;
    margin: 0 auto;
  }
  #top_main .main_slider {
    position: relative;
    z-index: 1;
  }
  #top_main .main_slider:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 50vh;
    background: rgba(180,157,54,.15);
    z-index: 2;
  }
  #top_main .main_slider .slide {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 50vh;
    box-sizing: border-box;
  }  
  #top_main .visual_image_left,
  #top_main .visual_image_right {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
  }
  #top_main .slide_001 .image_1 {
    width: 100%;
    height: 50vh;
    background: url(/wp-content/uploads/images/main_img001a.jpg?20250310) top center no-repeat;
    background-size: cover;
  }
  #top_main .slide_001 .image_2 {
    width: 100%;
    height: 25vh;
    background: url(/wp-content/uploads/images/main_img001b.jpg?20250310) top center no-repeat;
    background-size: cover;
  }
  #top_main .slide_001 .image_3 {
    width: 100%;
    height: 25vh;
    background: url(/wp-content/uploads/images/main_img001c.jpg?20250310) top center no-repeat;
    background-size: cover;
  }
  #top_main .slide_002 .image_1 {
    width: 100%;
    height: 50vh;
    background: url(/wp-content/uploads/images/main_img002a.jpg?20250310) top center no-repeat;
    background-size: cover;
  }
  #top_main .slide_002 .image_2 {
    width: 100%;
    height: 25vh;
    background: url(/wp-content/uploads/images/main_img002b.jpg?20250310) top center no-repeat;
    background-size: cover;
  }
  #top_main .slide_002 .image_3 {
    width: 100%;
    height: 25vh;
    background: url(/wp-content/uploads/images/main_img002c.jpg?20250310) top center no-repeat;
    background-size: cover;
  }
  #top_main .slide_003 .image_1 {
    width: 100%;
    height: 50vh;
    background: url(/wp-content/uploads/images/main_img003a.jpg?20250310) top center no-repeat;
    background-size: cover;
  }
  #top_main .slide_003 .image_2 {
    width: 100%;
    height: 25vh;
    background: url(/wp-content/uploads/images/main_img003b.jpg?20250310) top center no-repeat;
    background-size: cover;
  }
  #top_main .slide_003 .image_3 {
    width: 100%;
    height: 25vh;
    background: url(/wp-content/uploads/images/main_img003c.jpg?20250310) top center no-repeat;
    background-size: cover;
  } 
  /*************************************************
  メッセージ
  *************************************************/
  #top_message {
    padding: 5rem 0;
    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 img {
    border-radius: 2rem;
    box-shadow: .5rem .5rem 0 0 rgba(180,157,54,.2);
    
  }
  #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(180,157,54,.85);
    border-radius: 1rem;
    z-index: 1;
  }
  #top_message .message_box .serif {
    font-size: 1.2rem;
    font-family: "Zen Maru Gothic", serif;
  }
  #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_b img {
    border-radius: 1rem;
  }
  #top_message .message_box .image_box .image_c {
    width: calc(50% - 5px);
    margin-top: 1.5rem;
  }
  #top_message .message_box .image_box .image_c img {
    border-radius: 1rem;
  }
  /*************************************************
  入社祝い
  *************************************************/
  .top_joing {
    padding: 1.5rem 0 3rem;
    background-size: auto auto;
    background-color: rgba(254, 244, 244, 1);
    background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(254, 249, 249, 1) 10px, rgba(254, 249, 249, 1) 20px );
  }
  .top_joing .joing_box {}
  .top_joing .joing_box .image {
    width: 200px;
    margin: 0 auto;
  }
  .top_joing .joing_box .text {
    
  }
  .top_joing .joing_box .message {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 2rem;
    font-size: 2rem;
    text-align: center;
    line-height: 1.2;
  }
  .top_joing .joing_box .message .note {
    font-size: 1.6rem;
  }
  .top_joing .joing_box .message .comment {
    margin-top: .8em;
    color: #900;
    font-size: 1.4rem;
  }    
  .top_joing .joing_box .message i {
    color: #b49d36;
    font-size: 4rem;
    font-weight: 600;
    vertical-align: baseline;
  }
  .top_joing .joing_box .btn a {
    display: block;
    width: 300px;
    margin: 0 auto;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
    line-height: 6rem;
    border-radius: 3rem;
    background: #b49d36;
  }
  .top_joing .joing_box .marker_a {
    display: inline-block;
    padding: .2em .8em;
    border-radius: 6px;
  }  
  /*************************************************
  働く環境
  *************************************************/
  #top_feature {
    padding: 5rem 0;
    background: #fff;
  }
  #top_feature .feature_list .list {
    padding: 1.5rem;
    background: #f2f2f2;
    border-radius: 1rem;
  }
  #top_feature .feature_list .list:nth-child(even) {
    flex-direction: row-reverse;
  }
  #top_feature .feature_list .list:nth-child(1) {
    background: #f7f5eb;
  }
  #top_feature .feature_list .list:nth-child(2) {
    background: #fef4f4;
  }
  #top_feature .feature_list .list:nth-child(3) {
    background: #f0f3f1;
  }
  #top_feature .feature_list .list:nth-child(n+2) {
    margin-top: 3rem;
  }
  #top_feature .feature_list .list .image {
    margin-bottom: 1.5rem;
    border: 4px solid #fff;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
  }
  #top_feature .feature_list .list .title {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.5rem;
    text-align: center;
    line-height: 1;
  }
  #top_feature .feature_list .list:nth-child(1) .title {
    color: #b49d36;
  }
  #top_feature .feature_list .list:nth-child(2) .title {
    color: #f69595;
  }
  #top_feature .feature_list .list:nth-child(3) .title {
    color: #6c8a7a;
  }
  #top_feature .feature_list .list .title .number {
    margin-bottom: 1rem;
    font-size: 2rem;
    font-family: "Winky Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200; 
  }
  #top_feature .feature_list .list .title .name {
    font-size: 4rem;
  }
  #top_feature .feature_list .list ul {}
  #top_feature .feature_list .list ul li {
    position: relative;
    padding: .6em 0;
    padding-left: 2em;
  }
  #top_feature .feature_list .list ul li.marker_point {
    position: relative;
    padding-right: 3em;
  }
  #top_feature .feature_list .list ul li.marker_point:after {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    content: "";
    width: 2.6em;
    height: 2.6em;
    line-height: 1;
    background: url(/wp-content/uploads/images/icon_check.webp) center center no-repeat;
    background-size: contain;
  }  
    
  #top_feature .feature_list .list ul li:before {
    position: absolute;
    top: .6em;
    left: 0;
    content: "◎";
  }
  #top_feature .feature_list .list ul li:nth-child(n+2) {
    border-top: 2px dashed #453833;
  }
  
  
  #top_feature_2 {
    padding: 5rem 0;
    background: url(/wp-content/uploads/images/bg_feature.webp) top center no-repeat;
    background-size: cover;
  }
  #top_feature_2 .feature_list_2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #top_feature_2 .feature_list_2 .list {
    position: relative;
    display: flex;
    flex-direction: column;
    width: calc((100% / 2) - .5rem);
    margin-left: 1rem;
    padding: 1.5rem;
    font-size: 1.4rem;
    text-align: center;
    font-weight: 600;
    background: #fff;
    box-sizing: border-box;
    border-radius: 1rem;
  }
  
  #top_feature_2 .feature_list_2 .list.marker_point {
    position: relative;
  }
  #top_feature_2 .feature_list_2 .list.marker_point:after {
    position: absolute;
    bottom: -3rem;
    right: 0;
    display: block;
    content: "";
    width: 5rem;
    height: 5rem;
    line-height: 1;
    background: url(/wp-content/uploads/images/icon_check.webp) center center no-repeat;
    background-size: contain;
    z-index: 1;
  }      
  
  #top_feature_2 .feature_list_2 .list:nth-child(2n+1) {
    margin-left: 0;
  }
  #top_feature_2 .feature_list_2 .list:nth-child(n+3) {
    margin-top: 1rem;
  }
  #top_feature_2 .feature_list_2 .list .icon {}
  #top_feature_2 .feature_list_2 .list .icon img {
    width: 50%;
    object-fit: cover;
    aspect-ratio: 1 / 1;
  }
  #top_feature_2 .feature_list_2 .list .comment {
    display: block;
    min-height: 3em;
    line-height: 1.5;
  }
  /*************************************************
  スタッフの声
  *************************************************/
  #top_voice {
    padding: 5rem 0;
  }
  #top_voice .voice_list {
    padding: 0 1.5rem;
  }
  #top_voice .voice_list .list {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3rem;
    text-align: left;
    box-sizing: border-box;
    border-radius: 1rem;
    background: #f7f5eb;
  }
  #top_voice .voice_list .list:nth-child(even) {
    background: #fef4f4;
  }
  #top_voice .voice_list .list:nth-child(n+2) {
    margin-top: 1.5rem;
  }
  #top_voice .voice_list .list:after {
    position: absolute;
    top: -.5rem;
    left: -.5rem;
    content: "voice";
    font-size: 4rem;
    transform: rotate( -30deg );
    font-family: "Zen Maru Gothic", serif;    
  }
  #top_voice .voice_list .list:nth-child(odd):after {
    color: #b49d36;
  }
  #top_voice .voice_list .list:nth-child(even):after {
    color: #f69595;
  }
  #top_voice .voice_list .list .image {
    width: 40%;
    margin: 0 auto;
    margin-bottom: 1em;
  }
  #top_voice .voice_list .list .image img {
    border-radius: 50%;
  }
  #top_voice .voice_list .list:nth-child(odd) .image img {
    border: 2px solid #b49d36;
  }
  #top_voice .voice_list .list:nth-child(even) .image img {
    border: 2px solid #f69595;
  }
  #top_voice .voice_list .list dt {
    margin-bottom: 1.2em;
    font-weight: 600;
    line-height: 1.5;
  }
  #top_voice .voice_list .list dt,
  #top_voice .voice_list .list dd {
    position: relative;
    padding-left: 1.5em;
  }
  #top_voice .voice_list .list dt:before,
  #top_voice .voice_list .list dd:before {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 600;
  }
  #top_voice .voice_list .list dt:before {
    content: "Q";
  }
  #top_voice .voice_list .list dd:before {
    content: "A";
  }  
  /*************************************************
  クリニックの特徴
  *************************************************/
  #top_clinic_feature {
    margin-bottom: 5rem;
  }
  #top_clinic_feature .clinic_feature_list {
    margin: 0 1.5rem;
  }
  #top_clinic_feature .clinic_feature_list .list {
    padding: 3rem 1.5rem;
    box-sizing: border-box;
    box-shadow: 0 0 12px 0 rgba(0,0,0,.08);
    border-radius: 1rem;
  }
  #top_clinic_feature .clinic_feature_list .list:nth-child(n+2) {
    margin-top: 3rem;
  }
  #top_clinic_feature .clinic_feature_list .list .number {
    margin-bottom: 1.5rem;
    color: #b49d36;
    text-align: center;
    font-family: "Winky Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
  }
  #top_clinic_feature .clinic_feature_list .list:nth-child(2n) .number {
    color: #f69595;
  }
  #top_clinic_feature .clinic_feature_list .list .number span {
    position: relative;
    display: inline-block;
    font-size: 9rem;
    line-height: 1;
  }  
  #top_clinic_feature .clinic_feature_list .list .number span:before {
    position: absolute;
    top: 5rem;
    left: -4rem;
    content: "FEATURE";
    font-size: 1.2rem;
    transform: rotate(90deg);
  } 
  #top_clinic_feature .clinic_feature_list .list .image {
    margin-bottom: 1.5rem;
  }
  #top_clinic_feature .clinic_feature_list .list .image img {
    border-radius: 1rem;
  }
  #top_clinic_feature .clinic_feature_list .list h3 {
    margin-bottom: 1.5rem;
    color: #b49d36;
    font-size: 1.8rem;
    text-align: center;
    font-family: "Zen Maru Gothic", serif;    
    font-weight: 500;
  }
  #top_clinic_feature .clinic_feature_list .list:nth-child(2n) h3 {
    color: #f69595;
  }
  /*************************************************
  クリニック情報
  *************************************************/
  #top_clinic {}
  .parts_information_a .flex {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 0;
    background: #fff;
  }
  .parts_information_a .flex .image {
    order: 2;
    margin-top: 3rem;
  }
  .parts_information_a .flex .image:before {
    order: 1;
    display: block;
    content: "";
    width: 100%;
    height: 56.25vw;
    background: url(/wp-content/uploads/images/top_information_img001.webp) top center no-repeat;
    background-size: cover;
  }
  .parts_information_a .flex .image img {
    display: none;
  }
  .parts_information_a .flex .text {
    padding: 0 1.5rem;
    text-align: center;
    box-sizing: border-box;
  }
  .parts_information_a .photo {
    margin-bottom: 3rem;
  }
  .parts_information_a .photo img {
    border-radius: 1rem;
  }
  .parts_information_a .data {
    margin-bottom: 3rem;
  }
  .parts_information_a .data table {
    width: 100%;
    table-layout: fixed;
    line-height: 1.5;
    border-top: 1px dashed #ccc;
  }
  .parts_information_a .data th,
  .parts_information_a .data td {
    padding: 1em 0;
    border-bottom: 1px dashed #ccc;
  }
  .parts_information_a .data th {
    width: 120px;
  }
  .parts_information_a .data td {
    text-align: left;
  }
  .parts_information_a .data td span {
    display: inline-block;
  }
  .parts_information_a .schedule table {
    width: 100%;
  }
  .parts_information_a .schedule tr:nth-child(n+2) {
    border-top: 1px dashed #ccc;
  }
  .parts_information_a .schedule th,
  .parts_information_a .schedule td {
    padding: 1rem;
    font-size: 1.2rem;
  }
  .parts_information_a .schedule th {
  }
  .parts_information_a .schedule td {
    border-left: 1px dashed #ccc;
  }
  .parts_information_a .schedule .note {
    margin-top: 1em;
    text-align: right;
  }
  .parts_information_a .schedule span {
    color: #b49d36;
  }
  #top_clinic .clinic_map {
    margin-top: 3rem;
  }
  #top_clinic .clinic_map .map {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
  }
  #top_clinic .clinic_map .map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 1rem;
  }  
  /*************************************************
  採用の流れ
  *************************************************/
  #top_flow {
    padding: 5rem 0;
    background: #fef4f4;
  }
  .parts_flow_a .flow_list {
    margin-bottom: 3rem;
    padding: 0 1.5rem;
  }
  .parts_flow_a .flow_list .list {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4.5rem 1.5rem 3rem;
    background: #fff;
    box-sizing: border-box;
    border-radius: 1rem;
  }
  .parts_flow_a .flow_list .list:nth-child(n+2) {
    margin-top: 50px;
  }
  .parts_flow_a .flow_list .list:nth-child(n+2):before {
    position: absolute;
    display: block;
    content: "\f13a";
    font-family: "FontAwesome";    
    top: -40px;
    left: 50%;
    margin-left: -.5em;
    color: #f69595;
    font-size: 3rem;
    line-height: 1;
  }
  .parts_flow_a .flow_list .list .number {
    position: absolute;
    top: -30px;
    right: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 60px;
    height: 60px;    
    margin-left: -30px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    background: #b49d36;
  }
  .parts_flow_a .flow_list .list .image {
    margin-bottom: 1.5rem;
  }
  .parts_flow_a .flow_list .list .title {
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
  }
  .parts_flow_a .flow_list .list p {
    margin-bottom: 1.5rem;
  }
  .parts_flow_a .note {
    padding: 0 1.5rem;
    text-align: center;
  }
  .parts_flow_a .small {
    color: #900;
    font-size: .9em;
  }
  /*************************************************
  スライドギャラリー
  *************************************************/  
  #top_slider { 
    padding: 1rem 0;
  }
  .simply-scroll-container {
    position: relative;
  }
  .simply-scroll-clip {
    position: relative;
    overflow: hidden; 
  }
  .simply-scroll-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
  }
  .simply-scroll-list li img {
    display: block;
    border-radius: 1rem;
  }
  #image-scroll.simply-scroll-list div {
    float: left; 
    padding: 0 .5rem;
    margin: 0;
    width: 240px;
    height: 160px;
    list-style:none!important;
  }    
  #image-scroll.simply-scroll-list img {
    display: block;
    border-radius: 1rem;
  }  
  /*************************************************
  募集要項
  *************************************************/ 
  #top_recruitment {
    padding: 5rem 0;
  }
  .recruitment_btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;;
    margin-bottom: 3rem;
  }
  .recruitment_btn .btn {
    width: calc(50% - .3rem);
    color: #fff;
    text-align: center;
    line-height: 4rem;
    background: #ccc;
    border-radius: 2rem;
    cursor: pointer;
  }
  .recruitment_btn .btn:nth-child(1).active {
    background: #b49d36;
  }
  .recruitment_btn .btn:nth-child(2).active {
    background: #f69595;
  }
  .recruitment_contents .content {
    display: none;
  }
  .recruitment_contents .content.active {
    display: block;
  }
  .parts_recruit_a dl {
  }
  .parts_recruit_a dl:nth-of-type(n+2) {
    margin-top: 1.5rem;
  }
  .parts_recruit_a dl dt {
    padding: .6em 1.2em;
    color: #fff;
    text-align: center;
    background: #b49d36;
    box-sizing: border-box;
    border-radius: 1rem;
  }
  .recruitment_contents .content:nth-child(2) .parts_recruit_a dl dt {
    background: #f69595;
  }  
  .parts_recruit_a dl dd {
    margin-top: 1rem;
    padding: 1em;
    background: #fafafa;
    box-sizing: border-box;
    border-radius: 1rem;
  }  
  /*************************************************
  エントリーフォーム
  *************************************************/  
  #top_entry {
    padding: 5rem 0;
    background: #f2f2f2;
  }
  .parts_form_a {}
  .parts_form_a .form_table {
    margin-bottom: 3rem;
  }
  .parts_form_a dl {
    background: #fff;
    box-sizing: border-box;
    border-radius: 1rem;
  }
  .parts_form_a dl:nth-child(n+2) {
    margin-top: 1.5rem;
  }
  .parts_form_a dt {
    position: relative;
    padding: 1.5em;
    padding-bottom: .5rem;
    box-sizing: border-box;
  }
  .parts_form_a dt.req:after {
    position: absolute;
    top: 1.5em;
    right: 1.5em;
    content: "必須";
    padding: 0 1rem;
    color: #fff;
    font-size: 1.4rem;
    line-height: 3.2rem;
    background: #b49d36;
    border-radius: .6rem;
  }
  .parts_form_a dd {
    padding: 1.5em;
    padding-top: .5rem;
    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: 1rem;
    border: none;
    background: #fafafa;
    box-sizing: border-box;
  }
  .parts_form_a dd input[type=text].number {
    width: 70px;
  }
  .parts_form_a dd input.post {
    width: 50%!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;
    border-radius: 1rem;
  }
  .parts_form_a .note br {
    display: none;
  }
  .parts_form_a .check_comment {
    margin-bottom: 3rem;
    text-align: center;
  }
  .parts_form_a .entry_btn {
    position: relative;
    margin: 0 auto 3rem;
    text-align: center;
  }
  .parts_form_a .entry_btn input[type=submit] {
    display: inline-block;
    width: 100%;
    height: 5rem;
    color: #fff;
    background: #f69595;
    border-radius: 2.5rem;
  }
  .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 #453833;
  }
  .parts_form_a .privacy .title {
    margin-bottom: 1em;
    font-size: 1.8rem;
    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: "・";
  }  
}