@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=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');
/******************************************************
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: #1f1f1f;
	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: #1f1f1f;
  text-decoration: none;
  vertical-align: baseline;
  border:none;
  outline:none;
}
span {
  vertical-align: baseline;
}
*:focus {
  outline: none;
}
/******************************************************
animate.css カスタマイズ
******************************************************/
@keyframes fadeInUp30 {
  from {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp30 {
  animation-name: fadeInUp30;
  animation-duration: 1s;
}
@keyframes zoomUp {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}
/******************************************************
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: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;}
.bold {font-weight: bold;}
/******************************************************
ヘッダー
******************************************************/
@media screen and (min-width:1025px) {
  #h_cover {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding: 1.5rem;
    padding-right: calc(100px + 3rem);
    box-sizing: border-box;
    z-index: 100;
  }
  #h_logo {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #h_logo .image {
    width: 250px;
    height: 50px;
    margin-bottom: 1rem;
    box-sizing: border-box;
    background: url(/wp-content/uploads/images/logo.webp) center center no-repeat;
    background-size: contain;
  }
  #h_logo .image img {
    display: none;
  }
  #h_logo .type {
    width: 250px;
    margin-left: 2rem;
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    line-height: 3.2rem;
    background: #101e66;
  }
  #h_btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    font-family: "Noto Serif JP", serif;
  }
  #h_btn .btn {
    position: relative;
    width: 300px;
    margin-left: 1.5rem;
  }
  #h_btn .btn a {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;    
    height: 100px; 
    -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 .title {
    font-size: 1.6rem;
    line-height: 3rem;
  }
  #h_btn .btn a .logo {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 2.4rem;
    line-height: 3rem;
  }
  
  /* 電話番号 */
  #h_btn .btn a.tel {
    color: #101e66;
    background: #e4eeff;
  }
  #h_btn .btn a.tel:after {
    content: "";
    position: absolute;
    border-left: 30px solid #101e66;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    bottom: -20px;
    right: -5px;
    width: 0;
    height: 0;
    transform: rotate(45deg);
  }
  #h_btn .btn a.tel .logo {
    color: #101e66;
  }
  #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_beige.webp?20250519) center center;
    background-size: contain;
  }
  /* フォーム */
  #h_btn .btn a.form {
    color: #fff;
    background: #101e66;
  }
  #h_btn .btn a.form:after {
    content: "";
    position: absolute;
    border-left: 30px solid #e4eeff;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    bottom: -20px;
    right: -5px;
    width: 0;
    height: 0;
    transform: rotate(45deg);
  }
  #h_btn .btn a.form .logo {
    color: #fff;
  }
  #h_btn .btn a.form .logo .icon {
    content: "";
    width: 3rem;
    height: 3rem;
    margin-right: 1rem;
    line-height: 3rem;
    background: url(/wp-content/uploads/images/icon/icon_plane.png) center center;
    background-size: contain;
  }  
  #h_toggle_btn {
    position: fixed;
    display: block;
    width: 100px;
    height: 100px;
    top: 1.5rem;
    right: 1.5rem;
    z-index: 101;
    color: #fff;
    background: #101e66;
    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: 40px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 30px;
    -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: 36px;
  }
  #h_toggle_btn span:nth-child(3){
    top: 48px;
  }
  #h_toggle_btn.open {
    z-index: 10004;
  }
  #h_toggle_btn.open span {
    color: #fff;
  }
  #h_toggle_btn.open span:nth-child(1) {
    top: 36px;
    -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: 36px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
    background: #fff;
  }  
  #h_toggle_btn div {
    position: absolute;
    width: 100%;
    bottom: 10px;
    text-align: center;
    font-family: "Noto Serif JP", serif;
  }
  
  /* メニュー全体 */
  #h_nav {
    background: rgba(255,255,255,.95);
    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: #101e66;
  }
  
  #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: #101e66;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;  
  }  
  
}
@media screen and (max-width:1024px) {
  #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: 1.5rem;
    padding-right: 7.2rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  #h_logo .image {
  }
  #h_logo .image img {
    display: block;
    height: 3rem;
    vertical-align: middle;
  }
  #h_logo .type {
    margin-left: 1rem;
    padding: .6rem;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1;
    text-align: left;
    background: #101e66;
  }
  
  #h_btn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  #h_btn .btn {
    width: calc(100% / 2);
  }
  #h_btn .btn a {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem .5rem;    
    box-sizing: border-box;
  }
  #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;
    align-items: center;
    font-size: 1.3rem;
    line-height: 2.5rem;
  }
  
  /* 電話番号 */
  #h_btn .btn a.tel {
    color: #101e66;
    background: #e4eeff;
  }

  #h_btn .btn a.tel .logo {
    font-weight: 500;
  }
  #h_btn .btn a.tel .logo .icon {
    content: "";
    width: 2rem;
    height: 2rem;
    margin-right: .4rem;
    line-height: 2rem;
    background: url(/wp-content/uploads/images/icon/icon_phone_beige.webp) center center;
    background-size: contain;
  }
  /* フォーム */
  #h_btn .btn a.form {
    color: #fff;
    background: #101e66;
  }

  #h_btn .btn a.form .logo {
    color: #fff;
    font-weight: 500;
  }
  #h_btn .btn a.form .logo .icon {
    content: "";
    width: 2rem;
    height: 2rem;
    margin-right: .4rem;
    line-height: 2rem;
    background: url(/wp-content/uploads/images/icon/icon_plane.png) center center;
    background-size: contain;
  }  
  #h_toggle_btn {
    position: fixed;
    display: block;
    width: 60px;
    height: 60px;
    top: 0;
    right: 0;
    z-index: 101;
    color: #fff;
    background: #101e66;
    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: #101e66;
  }
  #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: #ffd7b9;
    border: 1px solid #ffd7b9;
    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: 4.8rem;
    height: 4.8rem;
    color: #fff;
    text-align: center;
    background: #101e66;
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  }  
  
}
/******************************************************
フッター
******************************************************/
@media screen and (min-width:1025px) {
  #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 {
    padding: 5rem 0;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    line-height: 1;
    background: #101e66;
  }
}
@media screen and (max-width:1024px) {
  #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%;
  }
  #footer {
    margin-bottom: 6rem;
    border-bottom: 1px solid #fff;
  }
  #copyright {
    padding: 3rem 0;
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    line-height: 1;
    background: #101e66;
  }
}
/******************************************************
タイトル
******************************************************/
@media screen and (min-width:1025px) {
  .main_title {
    display: flex;
    flex-direction: column;
    margin-bottom: 6rem;
    font-size: 3rem;
    text-align: center;
  }
  .main_title span {
    display: block;
  }
  .main_title .eng {
    margin-bottom: .1em;
    color: #101e66;
    font-size: 14rem;
    font-weight: 500;
    line-height: 1;
    font-family: "Cormorant Garamond", serif;     
  }
  .main_title .jap {
    font-weight: 600;
    font-family: "Noto Serif JP", serif; 
  }
  .sub_title {
    margin-bottom: 1.2em;
    font-size: 4.8rem;
    text-align: center;
    font-weight: 500;
    line-height: 1.3;
  }
  .sub_title span {
    font-size: 4.2rem;
    font-family: "Noto Serif JP", serif;    
  }
  .sub_title div {
  }
}
@media screen and (max-width:1024px) {
  .main_title {
    display: flex;
    flex-direction: column;
    margin-bottom: 3rem;
    font-size: 1.4rem;
    text-align: center;
  }
  .main_title span {
    display: block;
  }
  .main_title .eng {
    margin-bottom: .2em;
    color: #101e66;
    font-size: 4.2rem;
    font-weight: 500;
    line-height: 1;
    font-family: "Cormorant Garamond", serif;    
  }
  .main_title .jap {
    font-weight: 600;
  }
  .sub_title {
    margin-bottom: .8em;
    font-size: 2rem;
    text-align: center;
    font-weight: 600;
    line-height: 1.3;
  }
  .sub_title span {
    color: #101e66;
  }  
}
/******************************************************
メインビジュアル
******************************************************/
@media screen and (min-width:1025px) {
  #top_main {}
  #top_main .main_cover {
    position: relative;
    width: 100%;
    height: 100vh;
    box-sizing: border-box;
  }
  #top_main .main_cover .catch_copy {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
  }


  #top_main .main_cover .main_slider {
    position: relative;
  }
  #top_main .main_cover .main_slider:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(0deg,rgba(0,0,0,.4) 0%, rgba(0,0,0,.2) 15%, rgba(0,0,0,0) 100%);
  }
  #top_main .main_cover .main_slider .slide {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100vh;
    box-sizing: border-box;
  }  
  #top_main .main_cover .slide_001 {
    width: 100%;
    height: 100vh;
    background: url(/wp-content/uploads/images/main_img001.webp) top center no-repeat;
    background-size: cover;
  }
  #top_main .main_cover .slide_002 {
    width: 100%;
    height: 100vh;
    background: url(/wp-content/uploads/images/main_img002.webp) top center no-repeat;
    background-size: cover;
  }
  #top_main .main_cover .slide_003 {
    width: 100%;
    height: 100vh;
    background: url(/wp-content/uploads/images/main_img003.webp) top center no-repeat;
    background-size: cover;
  }  


}
@media screen and (max-width:1024px) {
  #top_main {}
  #top_main .main_cover {
    position: relative;
    width: 100%;
    height: 70vh;
    box-sizing: border-box;
  }
  #top_main .main_cover .catch_copy {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    padding-right: 4vw;
    box-sizing: border-box;
  }


  #top_main .main_cover .main_slider {
    position: relative;
  }
  #top_main .main_cover .main_slider:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(0deg,rgba(0,0,0,.4) 0%, rgba(0,0,0,.2) 15%, rgba(0,0,0,0) 100%);
  }
  #top_main .main_cover .main_slider .slide {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 70vh;
    box-sizing: border-box;
  }  
  #top_main .main_cover .slide_001 {
    width: 100%;
    height: 70vh;
    background: url(/wp-content/uploads/images/main_img001sp.webp) top center no-repeat;
    background-size: cover;
  }
  #top_main .main_cover .slide_002 {
    width: 100%;
    height: 70vh;
    background: url(/wp-content/uploads/images/main_img002sp.webp) top center no-repeat;
    background-size: cover;
  }
  #top_main .main_cover .slide_003 {
    width: 100%;
    height: 70vh;
    background: url(/wp-content/uploads/images/main_img003sp.webp) top center no-repeat;
    background-size: cover;
  }  
}
/******************************************************
院長メッセージ
******************************************************/
@media screen and (min-width:1025px) {
  #top_message {
    padding: 15rem 0 10rem;
    background: url(/wp-content/uploads/images/bg_message.webp?20250519) top center no-repeat;
    background-size: cover;
  }
  #top_message .message_cover {
    position: relative;
  }
  #top_message .message_cover .image_area {
    position: absolute;
    top: 0;
    right: 0;
    width: 450px;
  }
  #top_message .message_cover .photo {
    box-shadow: 6px 6px 12px 0 rgba(0,0,0,.1);
  }
  #top_message .message_cover .name {
    position: absolute;
    top: -4rem;
    left: 2rem;
    font-size: 1.8rem;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: .05em;
  }
  #top_message .message_cover .clinic_name {
    font-size: 2rem;
    border-left: 2px solid #212121;
  }
  #top_message .message_cover .doctor_name span {
    margin-bottom: 1rem;
    font-size: 3rem;
    font-weight: 500;
  }
  #top_message .message_cover .text_area {
    margin-right: 270px;
  }
  #top_message .message_cover h2 {
    margin-bottom: -6rem;
    padding-top: 4rem;
    padding-left: 4rem;
    color: #101e66;
  }
  #top_message .message_cover h2 span {
    font-size: 12rem;
    line-height: 1;
    font-weight: 400;
    font-family: 'Cormorant SC', serif;
  }  
  #top_message .message_cover .text {
    padding: 8rem 6rem;
    padding-right: 25rem;
    min-height: 500px;
    background: #fff;
    box-sizing: border-box;
  }
  #top_message .message_cover .text .message {
    margin-bottom: 3rem;
    color: #ff6600;
    font-size: 2.4rem;
  }
  #top_message .message_cover .text .comment p:nth-child(n+2) {
    margin-top: 1em;
  }
}
@media screen and (max-width:1024px) {
  #top_message {
    padding: 5rem 0;
    background: url(/wp-content/uploads/images/bg_message.webp?20250519) top center no-repeat;
    background-size: cover;
  }
  #top_message .message_cover {
    position: relative;
  }
  #top_message .message_cover .image_area {
    width: 75vw;
    margin: 0 auto 3rem;
  }
  #top_message .message_cover .photo {
    box-shadow: -.4vw .4vw .8vw 0 rgba(0,0,0,.1);
  }
  #top_message .message_cover .name {
    position: absolute;
    top: -2rem;
    left: 4rem;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: .05em;
  }
  #top_message .message_cover .clinic_name {
    border-left: 2px solid #212121;
  }
  #top_message .message_cover .doctor_name span {
    margin-bottom: 1rem;
    font-size: 1.8rem;
    font-weight: 500;
  }
  #top_message .message_cover .text_area {}
  #top_message .message_cover h2 {
    margin-bottom: -1.5em;
    color: #101e66;
    text-align: center;
  }
  #top_message .message_cover h2 span {
    font-size: 3.6rem;
    line-height: 1;
    font-weight: 400;
    font-family: 'Cormorant SC', serif;
  }  
  #top_message .message_cover .text {
    padding: 3rem 1.5rem;
    background: #fff;
  }
  #top_message .message_cover .text .message {
    margin-bottom: 2rem;
    color: #ff6600;
    font-size: 1.8rem;
  }
  #top_message .message_cover .text .comment p:nth-child(n+2) {
    margin-top: 1em;
  }
}
/******************************************************
3つの働きやすさ
******************************************************/
@media screen and (min-width:1025px) {
  #top_charm {
    padding: 9rem 0 12rem;
    background: #f6f9ff url(/wp-content/uploads/images/bg_charm.webp?20250519) bottom center no-repeat;
    background-size: 100% auto;
  }
  #top_charm .inner {
    width: 100%;
    padding: 0 5%;
  }
  #top_charm .title_cover {
    position: relative;
  }
  #top_charm .title_cover:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    color: #e4eeff;
    margin-top: -.3em;
    font-size: 15rem;
    line-height: 1;
    content: "CHARM";
    font-family: 'Noto Serif JP','游明朝体', 'Yu Mincho', 'Hiragino Mincho Pro', 'Hiragino Mincho ProN', YuMincho, 'MS PMincho', 'Times New Roman', serif;
    letter-spacing: .1em;      
    z-index: 0;
  }  
  #top_charm h2 {
    position: relative;
    margin-bottom: 6rem;
    color: #101e66;
    font-size: 4.8rem;
    text-align: center;
    font-family: 'Noto Serif JP','游明朝体', 'Yu Mincho', 'Hiragino Mincho Pro', 'Hiragino Mincho ProN', YuMincho, 'MS PMincho', 'Times New Roman', serif;
    letter-spacing: .1em;      
    z-index: 1;
    text-shadow: 0 0 10px #f6f9ff,0 0 10px #f6f9ff,0 0 10px #f6f9ff,0 0 10px #f6f9ff,0 0 10px #f6f9ff,0 0 10px #f6f9ff,0 0 10px #f6f9ff,0 0 10px #f6f9ff;
  }
  #top_charm h2 span {
    color: #ff6aa0;
  }
  #top_charm .charm_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #top_charm .charm_list .list {
    width: calc(100% / 3);
    font-size: 1.8rem;
    background: #fff;
    box-sizing: border-box;
  }
  #top_charm .charm_list .list:nth-child(n+2) {
    border-left: 1px solid #f2f2f2;
  }
  #top_charm .charm_list .list:nth-child(1) .box {
    background: url(/wp-content/uploads/images/charm_img001.webp?20250519) top center no-repeat;
    background-size: cover;
  }
  #top_charm .charm_list .list:nth-child(2) .box {
    background: url(/wp-content/uploads/images/charm_img002.webp?20250519) top center no-repeat;
    background-size: cover;
  }
  #top_charm .charm_list .list:nth-child(3) .box {
    background: url(/wp-content/uploads/images/charm_img003.webp?20250519) top center no-repeat;
    background-size: cover;
  }
  #top_charm .charm_list .list .title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    font-size: 2.4rem;
    font-family: 'Noto Serif JP','游明朝体', 'Yu Mincho', 'Hiragino Mincho Pro', 'Hiragino Mincho ProN', YuMincho, 'MS PMincho', 'Times New Roman', serif;
    letter-spacing: .1em;    
    height: 300px;
    background: rgba(11,48,142,.5);
    text-shadow: #101e66 0 0 .3em, #101e66 0 0 .3em, #101e66 0 0 .3em, #101e66 0 0 .3em, #101e66 0 0 .3em, #101e66 0 0 .3em;
  }
  #top_charm .charm_list .list .title .number {
    font-size: 4.8rem;
  }
  #top_charm .charm_list .list .comment {
    padding: 5rem;
    box-sizing: border-box;
  }
}
@media screen and (max-width:1024px) {
  #top_charm {
    padding: 5rem 0;
    background: #f6f9ff url(/wp-content/uploads/images/bg_charm.webp?20250519) bottom center no-repeat;
    background-size: 100% auto;
  }
  #top_charm .title_cover {
    position: relative;
  }
  #top_charm .title_cover:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    color: #e4eeff;
    margin-top: -.3em;
    font-size: 6rem;
    line-height: 1;
    content: "CHARM";
    font-family: 'Noto Serif JP','游明朝体', 'Yu Mincho', 'Hiragino Mincho Pro', 'Hiragino Mincho ProN', YuMincho, 'MS PMincho', 'Times New Roman', serif;
    letter-spacing: .1em;      
    z-index: 0;
  }  
  #top_charm h2 {
    position: relative;
    margin-bottom: 3rem;
    font-size: 2.4rem;
    text-align: center;
    font-family: 'Noto Serif JP','游明朝体', 'Yu Mincho', 'Hiragino Mincho Pro', 'Hiragino Mincho ProN', YuMincho, 'MS PMincho', 'Times New Roman', serif;
    letter-spacing: .1em;      
    z-index: 1;
    color: #101e66;    
    text-shadow: 0 0 10px #f6f9ff,0 0 10px #f6f9ff,0 0 10px #f6f9ff,0 0 10px #f6f9ff,0 0 10px #f6f9ff,0 0 10px #f6f9ff,0 0 10px #f6f9ff,0 0 10px #f6f9ff;
  }
  #top_charm h2 span {
    color: #ff6aa0;
  }
  #top_charm .charm_list {
    margin-bottom: 3rem;
  }
  #top_charm .charm_list .list {
    background: #fff;
    box-sizing: border-box;
  }
  #top_charm .charm_list .list:nth-child(n+2) {
    border-top: 1px solid #f6f9ff;
  }
  #top_charm .charm_list .list:nth-child(1) .box {
    background: url(/wp-content/uploads/images/charm_img001.webp?20250519) top center no-repeat;
    background-size: cover;
  }
  #top_charm .charm_list .list:nth-child(2) .box {
    background: url(/wp-content/uploads/images/charm_img002.webp?20250519) top center no-repeat;
    background-size: cover;
  }
  #top_charm .charm_list .list:nth-child(3) .box {
    background: url(/wp-content/uploads/images/charm_img003.webp?20250519) top center no-repeat;
    background-size: cover;
  }
  #top_charm .charm_list .list .title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3rem 1.5rem;
    color: #fff;
    text-align: center;
    font-size: 1.8rem;
    font-family: 'Noto Serif JP','游明朝体', 'Yu Mincho', 'Hiragino Mincho Pro', 'Hiragino Mincho ProN', YuMincho, 'MS PMincho', 'Times New Roman', serif;
    letter-spacing: .1em;
    background: rgba(11,48,142,.5);
    text-shadow: #101e66 0 0 .3em, #101e66 0 0 .3em, #101e66 0 0 .3em, #101e66 0 0 .3em, #101e66 0 0 .3em, #101e66 0 0 .3em;
  }
  #top_charm .charm_list .list .title .number {
    font-size: 3rem;
  }
  #top_charm .charm_list .list .comment {
    padding: 3rem 1.5rem;
    box-sizing: border-box;
  }
  #top_charm .point_list {}
  #top_charm .point_list .list {
    background: #fff;
    padding: 3rem 1.5rem;
    border: 4px double #e4eeff;
    box-sizing: border-box;
  }
  #top_charm .point_list .list:nth-child(n+2) {
    margin-top: 15px;
  }
  #top_charm .point_list .list .title {
    margin-bottom: .5em;
    padding-bottom: .5em;
    color: #e4eeff;
    font-size: 2rem;
    text-align: center;
    font-family: 'Noto Serif JP','游明朝体', 'Yu Mincho', 'Hiragino Mincho Pro', 'Hiragino Mincho ProN', YuMincho, 'MS PMincho', 'Times New Roman', serif;
    letter-spacing: .1em;   
    border-bottom: 1px solid #ccc;
  }
  #top_charm .point_list .list li {
    position: relative;
    padding-left: 1.5em;
  }
  #top_charm .point_list .list li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "・";
  }  
}
/******************************************************
当院の自慢
******************************************************/
@media screen and (min-width:1025px) {
  #top_point {
    padding: 9rem 0 12rem;
  }
  #top_point .point_list {
    padding: 0 5%;
  }
  #top_point .point_list .list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #f6f9ff;
  }
  #top_point .point_list .list:nth-child(n+1) {
    margin-top: 12rem;
  }
  #top_point .point_list .list:nth-child(odd) {
    margin-left: 8rem;
  }
  #top_point .point_list .list:nth-child(odd):before {
    position: absolute;
    bottom: -2rem;
    left: 2rem;
    display: block;
    content: "";
    width: calc(100% - 1rem);
    height: calc(100% - 1rem);
    border-left: 1px solid #101e66;
    border-bottom: 1px solid #101e66;
    box-sizing: border-box;
  }
  #top_point .point_list .list:nth-child(odd):after {
    position: absolute;
    top: -5rem;
    right: 5rem;
    display: block;
    content: "";
    width: 10rem;
    height: 10rem;
    box-sizing: border-box;
    background: #b7bbd1;
  }    
  #top_point .point_list .list:nth-child(even) {
    flex-direction: row-reverse;
    margin-right: 8rem;
  }
  #top_point .point_list .list:nth-child(even):before {
    position: absolute;
    bottom: -2rem;
    right: 2rem;
    display: block;
    content: "";
    width: calc(100% - 1rem);
    height: calc(100% - 1rem);
    border-right: 1px solid #101e66;
    border-bottom: 1px solid #101e66;
    box-sizing: border-box;
  }  
  #top_point .point_list .list:nth-child(even):after {
    position: absolute;
    top: -5rem;
    left: 5rem;
    display: block;
    content: "";
    width: 10rem;
    height: 10rem;
    box-sizing: border-box;
    background: #b7bbd1;
  }  
  #top_point .point_list .list .image {
    position: relative;
    width: 50%;
    margin-top: -8rem;
    padding-bottom: 8rem;
    z-index: 1;
  }
  #top_point .point_list .list:nth-child(odd) .image {
    margin-left: -8rem;
  }
  #top_point .point_list .list:nth-child(odd) .image img {
    box-shadow: 2rem 2rem rgba(183,187,209,1);
  }
  #top_point .point_list .list:nth-child(even) .image {
    margin-right: -8rem;
  }
  #top_point .point_list .list:nth-child(even) .image img {
    box-shadow: -2rem 2rem rgba(183,187,209,1);
  }  
  #top_point .point_list .list .comment {
    width: 50%;
    padding: 12rem 8rem;
    box-sizing: border-box;
  }
  #top_point .point_list .list:nth-child(odd) .comment {
    padding-left: 0;
  }
  #top_point .point_list .list:nth-child(even) .comment {
    padding-right: 0;
  }
  #top_point .point_list .list .title {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3rem;
  }
  #top_point .point_list .list .number {
    width: 160px;
    color: #101e66;
    font-size: 12rem;
    font-family: 'Noto Serif JP','游明朝体', 'Yu Mincho', 'Hiragino Mincho Pro', 'Hiragino Mincho ProN', YuMincho, 'MS PMincho', 'Times New Roman', serif; 
    line-height: 1;
  }
  #top_point .point_list .list h3 {
    width: calc(100% - 160px);
    font-size: 3rem;
    font-family: 'Noto Serif JP','游明朝体', 'Yu Mincho', 'Hiragino Mincho Pro', 'Hiragino Mincho ProN', YuMincho, 'MS PMincho', 'Times New Roman', serif;
  }  
  
  
}
@media screen and (max-width:1024px) {
  #top_point {
    padding: 5rem 0;
  }
  #top_point .point_list {}
  #top_point .point_list .list {
    background: #f6f9ff;
  }
  #top_point .point_list .list .image {
    position: relative;
    z-index: 1;
  }
  #top_point .point_list .list .comment {
    padding: 3rem 1.5rem;
    box-sizing: border-box;
  }
  #top_point .point_list .list .title {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
  }
  #top_point .point_list .list .number {
    width: 80px;
    color: #101e66;
    font-size: 6rem;
    font-family: 'Noto Serif JP','游明朝体', 'Yu Mincho', 'Hiragino Mincho Pro', 'Hiragino Mincho ProN', YuMincho, 'MS PMincho', 'Times New Roman', serif; 
    line-height: 1;
  }
  #top_point .point_list .list h3 {
    width: calc(100% - 80px);
    font-size: 1.6rem;
    font-family: 'Noto Serif JP','游明朝体', 'Yu Mincho', 'Hiragino Mincho Pro', 'Hiragino Mincho ProN', YuMincho, 'MS PMincho', 'Times New Roman', serif;
  }  
}
/******************************************************
まだまだある
******************************************************/
@media screen and (min-width:1025px) {
  #top_more {
    padding: 9rem 0 12rem;
    background: #f6f9ff;
  }
  #top_more h2 {
    margin-bottom: 6rem;
    color: #101e66;
    font-size: 6rem;
    font-weight: 600;
    text-align: center;
    font-family: "Noto Serif JP", serif;     
  }
  #top_more .more_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 5%;
  }
  #top_more .more_list .list {
    width: calc((100% / 3) - 2rem);
  }
  #top_more .more_list .list .image {
    margin-bottom: 3rem;
  }
  #top_more .more_list .list .image img {
    border-radius: 1rem;
  }
  #top_more .more_list .list h3 {
    margin-bottom: 1rem;
    color: #101e66;
    font-size: 2.4rem;
    text-align: center;
    font-weight: 600;
    font-family: "Noto Serif JP", serif;     
  }
}
@media screen and (max-width:1024px) {
  #top_more {
    padding: 5rem 0;
    background: #f6f9ff;
  }
  #top_more h2 {
    margin-bottom: 3rem;
    color: #101e66;
    font-size: 2.4rem;
    font-weight: 600;
    text-align: center;
    font-family: "Noto Serif JP", serif;     
  }
  #top_more .more_list {
    padding: 0 1.5rem;
  }
  #top_more .more_list .list:nth-child(n+2) {
    margin-top: 3rem;
  }
  #top_more .more_list .list .image {
    margin-bottom: 2rem;
  }
  #top_more .more_list .list .image img {
    border-radius: .6rem;
  }
  #top_more .more_list .list h3 {
    margin-bottom: 1rem;
    color: #101e66;
    font-size: 1.8rem;
    text-align: center;
    font-weight: 600;
    font-family: "Noto Serif JP", serif;     
  }
}
/****************************************************
スタッフの声
****************************************************/
@media screen and (min-width: 1025px) {
  #top_voice {
    padding: 9rem 0 12rem;
    background: #fff url(/wp-content/uploads/images/bg_voice.webp) top center no-repeat;
    background-size: cover;;
  }
  #top_voice .main_title,
  #top_voice .main_title span {
    color: #fff;
  }  
  #top_voice .voice_list {
    max-width: 1200px;
    margin: 0 auto;
  }
  #top_voice .voice_list .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #top_voice .voice_list .list:nth-child(even) {
    flex-direction: row-reverse;
  }
  #top_voice .voice_list .list:nth-child(n+2) {
    margin-top: 5rem;
  }  
  #top_voice .voice_list .list .box {
    position: relative;
    width: calc(100% - 240px);
    padding: 5rem;
    box-sizing: border-box;
    background: #fff;
  }
  #top_voice .voice_list .list:nth-child(odd) .box:before {
    position: absolute;
    display: block;
    content: "";
    top: 100px;
    right: 100%;
    margin-top: -20px;
    border-top: 20px solid transparent;
    border-right: 20px solid #fff;
    border-bottom: 20px solid transparent;
  }
  #top_voice .voice_list .list:nth-child(even) .box:before {
    position: absolute;
    display: block;
    content: "";
    top: 100px;
    left: 100%;
    margin-top: -20px;
    border-top: 20px solid transparent;
    border-left: 20px solid #fff;
    border-bottom: 20px solid transparent;
  }  
  #top_voice .voice_list .list .box .s_box:nth-child(n+2) {
    margin-top: 3rem;
  }
  #top_voice .voice_list .list .image {
    width: 200px;
    height: 200px;
    border-radius: 100px;
  }
  #top_voice .voice_list .list .image img {
    border-radius: 50%;
  }
  #top_voice .voice_list .list h3 {
    margin-bottom: 1rem;
    color: #101e66;
    font-weight: 600;
  }
  #top_voice .voice_list .list h3 span {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1024px) {
  #top_voice {
    padding: 5rem 0;
    background: #fff url(/wp-content/uploads/images/bg_voice.webp) top center no-repeat;
    background-size: cover;
  }
  #top_voice .main_title,
  #top_voice .main_title span {
    color: #fff;
  }    
  
  #top_voice .voice_list {
    max-width: 960px;
    margin: 0 auto;
  }
  #top_voice .voice_list .list {}
  #top_voice .voice_list .list:nth-child(n+2) {
    margin-top: 3rem;
  }  
  #top_voice .voice_list .list .box {
    position: relative;
    width: 100%;
    padding: 3rem;
    box-sizing: border-box;
    background: #fff;
  }
  #top_voice .voice_list .list .box:before {
    position: absolute;
    display: block;
    content: "";
    bottom: 100%;
    left: 50%;
    margin-left: -20px;
    border-bottom: 20px solid #fff;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
  }
  #top_voice .voice_list .list .box .s_box:nth-child(n+2) {
    margin-top: 1em;
  }
  #top_voice .voice_list .list .image {
    width: 160px;
    height: 160px;
    margin: 0 auto 3rem;
    border-radius: 80px;
  }
  #top_voice .voice_list .list .image img {
    border-radius: 50%;
  }
  #top_voice .voice_list .list h3 {
    margin-bottom: 1rem;
    color: #101e66;
    font-weight: 600;
  }

  #top_voice .voice_list .list h3 span {
    font-size: 1.6rem;
  }
}
/****************************************************
ドクターインタビュー
****************************************************/
@media screen and (min-width: 1025px) {
  #top_doctor {
    padding: 9rem 0 12rem;
    background: #f6f9ff;
  }
  #top_doctor .doctor_cover {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
  }
  #top_doctor .doctor_cover:nth-of-type(2) {
    flex-direction: row;
    margin-top: 10rem;
  }
  #top_doctor .doctor_cover:before {
    display: block;
    width: 40%;
    content: "";
  }
  #top_doctor .doctor_cover:nth-of-type(1):before {
    border-radius: 6rem 0 0 6rem;
    background: url(/wp-content/uploads/images/doctor_img001.webp) top center no-repeat;
    background-size: cover;
  }
  #top_doctor .doctor_cover:nth-of-type(2):before {
    border-radius: 0 6rem 6rem 0;
    background: url(/wp-content/uploads/images/doctor_img002.webp) top center no-repeat;
    background-size: cover;
  }
  .doctor_list {
    width: 60%;    
    padding: 0 10rem;
    box-sizing: border-box;
  }
  .doctor_list .list:nth-child(n+2) {
    margin-top: 2em;
  }
  .doctor_list .list .title span {
    position: relative;
    display: block;
    padding-left: 1.5em;
    font-size: 2rem;
    font-weight: 600;
  }
  .doctor_list .list .title span:before {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -.5em;
    color: #101e66;
    line-height: 1;
    content: "Q.";
    font-family: 'Poppins', sans-serif;      
  }
  .doctor_list .list p {
    margin-top: .5em;
    padding: 3rem;
    background: #fff;
    border-radius: 1rem;
  }
}
@media screen and (max-width: 1024px) {
  #top_doctor {
    padding: 5rem 0 2rem;
    background: #f6f9ff;
  }
  #top_doctor .doctor_cover:before {
    display: block;
    width: 100%;
    height: 65vw;
    content: "";
  }
  #top_doctor .doctor_cover:nth-of-type(1):before {
    background: url(/wp-content/uploads/images/doctor_img001.webp) top center no-repeat;
    background-size: cover;
  }
  #top_doctor .doctor_cover:nth-of-type(2):before {
    background: url(/wp-content/uploads/images/doctor_img002.webp) top center no-repeat;
    background-size: cover;
  }
  .doctor_list {
    padding: 3rem 1.5rem;
    box-sizing: border-box;
  }
  .doctor_list .list:nth-child(n+2) {
    margin-top: 2em;
  }
  .doctor_list .list .title span {
    position: relative;
    display: block;
    padding-left: 1.5em;
    font-weight: 600;
    line-height: 1.3;
  }
  .doctor_list .list .title span:before {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -.5em;
    color: #101e66;
    line-height: 1;
    content: "Q.";
    font-family: 'Poppins', sans-serif;      
  }
  .doctor_list .list p {
    margin-top: .5em;
    padding: 3rem;
    background: #fff;
    border-radius: 1rem;
  }
}
/******************************************************
特徴
******************************************************/
@media screen and (min-width:1025px) {
  #top_feature {   
    position: relative;
    padding: 10rem 0;
    background: #fff;
  } 
  #top_feature .main_title .eng {
    position: relative;
    z-index: 1;
  }
  #top_feature .feature_list {
    position: relative;  
    padding: 0 5%;
    z-index: 1;
  }
  #top_feature .feature_list .list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    z-index: 1;
  }
  #top_feature .feature_list .list:nth-child(odd) {
    flex-direction: row-reverse;
  }
  #top_feature .feature_list .list:nth-child(n+2) {
    margin-top: 8rem;
  }
  #top_feature .feature_list .list .image {
    width: 50%;
    margin-bottom: 8rem;
    border: 1rem solid #fff;
    box-sizing: border-box;
  }
  #top_feature .feature_list .list:nth-child(1) .image {
    background: url(/wp-content/uploads/images/feature_img001.webp?20250519) top center no-repeat;
    background-size: cover;
  }
  #top_feature .feature_list .list:nth-child(2) .image {
    background: url(/wp-content/uploads/images/feature_img002.webp?20250519) top center no-repeat;
    background-size: cover;
  }
  #top_feature .feature_list .list:nth-child(3) .image {
    background: url(/wp-content/uploads/images/feature_img003.webp?20250519) top center no-repeat;
    background-size: cover;
  }
  #top_feature .feature_list .list:nth-child(4) .image {
    background: url(/wp-content/uploads/images/feature_img004.webp?20250519) top center no-repeat;
    background-size: cover;
  }
  #top_feature .feature_list .list .text {
    width: 50%;
    box-sizing: border-box;
  }
  #top_feature .feature_list .list:nth-child(odd) .text {
    padding-right: 8rem;
  }
  #top_feature .feature_list .list:nth-child(even) .text {
    padding-left: 8rem;
  }
  #top_feature .feature_list .list .text .cover {
    padding: 8rem;
    background: #fff;
    box-shadow: 1rem 1rem 0 rgba(0,0,0,.1);
    border: 1px solid #212121;
  }
  #top_feature .feature_list .list .text .number {
    font-weight: 700;
    color: #ff6aa0;
    font-size: 6rem;
    text-align: center;
    font-family: 'Cormorant SC', serif;
  }
  #top_feature .feature_list .list .text .number span {
    margin-left: .1em;
    font-size: 12rem;
    line-height: 1;
  }
  #top_feature .feature_list .list .text .title {
    margin-bottom: 1em;
    padding-bottom: 1em;
    color: #101e66;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    border-bottom: 1px solid #ccc;
  }
}
@media screen and (max-width:1024px) {
  #top_feature {
    position: relative;
    padding: 5rem 0;
    background: #fff;
  }   
  #top_feature .main_title .eng {
    position: relative;
    z-index: 1;
  }
  #top_feature .feature_list {
    position: relative;  
    padding: 0 5%;
    z-index: 1;
  }
  #top_feature .feature_list .list {
    z-index: 1;
  }
  #top_feature .feature_list .list:nth-child(n+2) {
    margin-top: 3rem;
  }
  #top_feature .feature_list .list .image {
    border: 5px solid #fff;
    box-sizing: border-box;
    margin-bottom: 3rem;
    width: 100%;
    height: 60vw;
  }
  #top_feature .feature_list .list:nth-child(1) .image {
    background: url(/wp-content/uploads/images/feature_img001.webp?20250519) top center no-repeat;
    background-size: cover;
  }
  #top_feature .feature_list .list:nth-child(2) .image {
    background: url(/wp-content/uploads/images/feature_img002.webp?20250519) top center no-repeat;
    background-size: cover;
  }
  #top_feature .feature_list .list:nth-child(3) .image {
    background: url(/wp-content/uploads/images/feature_img003.webp?20250519) top center no-repeat;
    background-size: cover;
  }
  #top_feature .feature_list .list:nth-child(4) .image {
    background: url(/wp-content/uploads/images/feature_img004.webp?20250519) top center no-repeat;
    background-size: cover;
  }
  #top_feature .feature_list .list .text {
    box-sizing: border-box;
  }
  #top_feature .feature_list .list .text .box {
    padding: 3rem;
    background: #fff;
    box-shadow: 1rem 1rem 0 rgba(0,0,0,.1);
    border: 1px solid #212121;
  }
  #top_feature .feature_list .list .text .number {
    font-weight: 700;
    color: #ff6aa0;
    font-size: 2rem;
    text-align: center;
    font-family: 'Cormorant SC', serif; 
  }
  #top_feature .feature_list .list .text .number span {
    margin-left: .1em;
    font-size: 4rem;
    line-height: 1;
  }
  #top_feature .feature_list .list .text .title {
    margin-bottom: 1em;
    padding-bottom: 1em;
    color: #101e66;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    border-bottom: 1px solid #ccc;
  }
}
/******************************************************
1日のスケジュール
******************************************************/
@media screen and (min-width:1025px) {
  #top_schedule {
    padding: 9rem 0 12rem;
    background: #fafafa;
  }  
  .parts_schedule_a .image_list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5rem;
  }
  .parts_schedule_a .image_list .list img {
    border-radius: 10px;
  }
  .parts_schedule_a .image_list .list:nth-child(n+2) {
    margin-left: 2rem;
  }
  .parts_schedule_a .schedule_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 5rem;
  }
  .parts_schedule_a .schedule_list .list {
    width: 200px;
    margin: 0 2rem;
  }
  .parts_schedule_a .schedule_list .list .time {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 150px;
    height: 150px;
    margin: 0 auto 3rem;
    color: #101e66;
    font-size: 3rem;
    text-align: center;
    font-weight: 600;
    border-radius: 50%;
    background: #e4eeff;
  }
  .parts_schedule_a .schedule_list .list:nth-child(n+2) .time:before {
    position: absolute;
    top: 50%;
    left: -90px;
    display: block;
    content: "";
    width: 9rem;
    height: 1px;
    margin-top: -1px;
    background: #ccc;
  }
  .parts_schedule_a .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 #e4eeff;
  }
  .parts_schedule_a .schedule_list .list .title {
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
  }
  .parts_schedule_a .schedule_comment .message {
    margin-bottom: 3rem;
    color: var(--main-color);
    font-size: 3rem;
    text-align: center;
    font-weight: 600;
  }
  .parts_schedule_a .schedule_comment .comment {
    padding: 6rem;
    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);
  } 
}
@media screen and (max-width:1024px) {
  #top_schedule {
    padding: 5rem 0;
    background: #fbf8f4;
  }  
  .parts_schedule_a .image_list {
    display: none;
  }
  .parts_schedule_a .image_list .list img {
    border-radius: 10px;
  }
  .parts_schedule_a .image_list .list:nth-child(n+2) {
    margin-left: 2rem;
  }
  .parts_schedule_a .schedule_list {}
  .parts_schedule_a .schedule_list .list:nth-child(n+2) {
    margin-top: 3rem;
  }
  .parts_schedule_a .schedule_list .list .time {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 80px;
    height: 80px;
    margin: 0 auto 1rem;
    color: #101e66;
    font-size: 2rem;
    text-align: center;
    font-weight: 600;
    border-radius: 50%;
    background: #e4eeff;
  }

  .parts_schedule_a .schedule_list .list .title {
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
  }
  .parts_schedule_a .schedule_list .list .title:after {
    display: block;
    content: "";
    width: 100%;
    height: 65vw;
    margin: 1rem 0;
    border-radius: 1rem;
  }
  .parts_schedule_a .schedule_list .list:nth-child(1) .title:after {
    background: url(/wp-content/uploads/images/schedule_img001.webp?20250519) top center no-repeat;
    background-size: cover;
  }
  .parts_schedule_a .schedule_list .list:nth-child(2) .title:after {
    background: url(/wp-content/uploads/images/schedule_img002.webp?20250519) top center no-repeat;
    background-size: cover;
  }
  .parts_schedule_a .schedule_list .list:nth-child(3) .title:after {
    background: url(/wp-content/uploads/images/schedule_img003.webp?20250519) top center no-repeat;
    background-size: cover;
  }
  .parts_schedule_a .schedule_list .list:nth-child(4) .title:after {
    background: url(/wp-content/uploads/images/schedule_img004.webp?20250519) top center no-repeat;
    background-size: cover;
  }
  .parts_schedule_a .schedule_list .list:nth-child(5) .title:after {
    background: url(/wp-content/uploads/images/schedule_img005.webp?20250519) top center no-repeat;
    background-size: cover;
  }
}
/******************************************************
採用の流れ
******************************************************/
@media screen and (min-width:1025px) {
  #top_flow {
    padding: 9rem 0 12rem;
    background: #fff;
  }
  #top_flow .inner {
    width: initial;
    padding: 0 10%;
    box-sizing: border-box;
  }
  #top_flow .flow_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #top_flow .flow_list .list {
    position: relative;
    width: calc((100% / 5) - 32px);
    margin-bottom: 4rem;
  }
  #top_flow .flow_list .list .number {
    position: absolute;
    top: -3rem;
    left: 50%;
    width: 6rem;
    height: 6rem;
    margin-left: -3rem;
    padding: 1rem;
    color: #101e66;
    font-size: 1rem;
    text-align: center;
    line-height: 1;
    background: #e4eeff;
    border-radius: 3rem;
    z-index: 1;
    box-sizing: border-box; 
  }
  #top_flow .flow_list .list .number span {
    font-size: 3rem;
    font-weight: 600;
  }
  #top_flow .flow_list .list .image {
    position: relative;
    margin-bottom: 2rem;
  }
  #top_flow .flow_list .list .image img {
    border-radius: 10px;
  }
  #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: #f49000;
    font-size: 2rem;
    line-height: 1;
  }
  #top_flow .flow_list .list h3 {
    margin-bottom: .8em;
    text-align: center;
  }
  #top_flow .flow_list .list h3 span {
    color: #101e66;
    font-weight: 600;
  }
  #top_flow .comment {
    text-align: center;
  }
  #top_flow .comment p span {
    font-size: 1.8rem;
    font-weight: 600;
  }
}
@media screen and (max-width:1024px) {
  #top_flow {
    padding: 5rem 0;
    background: #fff;
  }
  #top_flow .flow_list {}
  #top_flow .flow_list .list {
    position: relative;
    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: #101e66;
    font-size: 1rem;
    text-align: center;
    line-height: 1;
    background: #e4eeff;
    border-radius: 3rem;
    z-index: 1;
    box-sizing: border-box; 
  }
  #top_flow .flow_list .list .number span {
    font-size: 3rem;
    font-weight: 600;
  }
  #top_flow .flow_list .list .image {
    position: relative;
    margin-bottom: 2rem;
  }
  #top_flow .flow_list .list .image img {
    border-radius: 10px;
  }
  #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: #f49000;
    font-size: 2rem;
    line-height: 1;
  }
  #top_flow .flow_list .list h3 {
    margin-bottom: .8em;
    font-size: 2rem;
    text-align: center;
  }
  #top_flow .flow_list .list h3 span {
    color: #101e66;
    font-weight: 600;
  }
  #top_flow .comment {
    text-align: center;
  }
  #top_flow .comment p span {
    font-size: 1.8rem;
    font-weight: 600;
  }
}
/******************************************************
クリニック情報
******************************************************/
@media screen and (min-width:1025px) {
  #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 {
    border-radius: 3rem;
    object-fit: cover;
    aspect-ratio: 16 / 9;
  }
  #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: #101e66;
  }
  #top_clinic .clinic_flex .data_schedule p {
    text-align: right;
  }
}
@media screen and (max-width:1024px) {
  #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: #101e66;
  }
  #top_clinic .clinic_flex .data_schedule p {
    text-align: right;
  }
}
/******************************************************
スライダー
******************************************************/
@media screen and (min-width:1025px) {
  #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;
  }  
}
@media screen and (max-width:1024px) { 
  #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;
  }  
}
/******************************************************
インスタグラム
******************************************************/
@media screen and (min-width:1025px) {
  #top_instagram {
    padding: 9rem 0 12rem;
  }
}
@media screen and (max-width:1024px) {
  #top_instagram {
    padding: 5rem 0;
  }
}


/******************************************************
募集要項
******************************************************/
@media screen and (min-width:1025px) {
  #top_recruit {
    padding: 9rem 0 12rem;
    background: #f6f9ff;
  }
  #top_recruit .recruit_btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 6rem;
  }
  #top_recruit .recruit_btn .btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 240px;
    height: 60px;
    margin-left: 2rem;
    color: #fff;
    background: #101e66;
    border: 1px solid #101e66;
    cursor: pointer;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;    
  }
  #top_recruit .recruit_btn .btn.active,
  #top_recruit .recruit_btn .btn:hover {
    color: #101e66;
    background: #fff;
  }
  #top_recruit .recruit_btn .btn:nth-child(4n+1) {
    margin-left: 0;
  }
  #top_recruit .recruit_box {
    display: none;
  }
  #top_recruit .recruit_box.active {
    display: block;
  }
  #top_recruit .recruit_box dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #top_recruit .recruit_box dl:nth-of-type(n+2) {
    margin-top: 15px;
  }
  #top_recruit .recruit_box dl dt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(25% - 7.5px);
    padding: 1em;
    color: #fff;
    line-height: 1.5;
    text-align: center;
    background: #101e66;
    box-sizing: border-box;
    box-shadow: 0 0 6px 0 rgba(0,0,0,.1);
  }
  #top_recruit .recruit_box dl dd {
    width: calc(75% - 7.5px);
    padding: 1em;
    line-height: 1.5;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0 0 6px 0 rgba(0,0,0,.1);
  }
}
@media screen and (max-width:1024px) {
  #top_recruit {
    padding: 5rem 0;
    background: #f6f9ff;
  }
  #top_recruit .recruit_btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 3rem;
  }
  #top_recruit .recruit_btn .btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: calc((100% / 2) - 3px);
    height: 40px;
    margin-left: 6px;
    color: #fff;
    font-size: 1.2rem;
    background: #101e66;
    border: 1px solid #101e66;
    cursor: pointer;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;    
    box-sizing: border-box;
  }
  #top_recruit .recruit_btn .btn:nth-child(2n+1) {
    margin-left: 0;
  }
  #top_recruit .recruit_btn .btn:nth-child(n+3) {
    margin-top: 6px;
  }
  #top_recruit .recruit_btn .btn.active,
  #top_recruit .recruit_btn .btn:hover {
    color: #101e66;
    background: #fff;
  }
  #top_recruit .recruit_box {
    display: none;
  }
  #top_recruit .recruit_box.active {
    display: block;
  }
  #top_recruit .recruit_box dl {
  }
  #top_recruit .recruit_box dl:nth-of-type(n+2) {
    margin-top: 1.5rem;
  }
  #top_recruit .recruit_box dl dt {
    padding: 1em;
    color: #fff;
    text-align: center;
    background: #101e66;
    box-sizing: border-box;
  }
  #top_recruit .recruit_box dl dd {
    margin-top: 1rem;
    padding: 1em;
    background: #fff;
    box-sizing: border-box;
  }
}
/******************************************************
応募フォーム
******************************************************/
@media screen and (min-width:1025px) {
  #top_entry {
    padding: 9rem 0 12rem;
    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_entry .entry_form {
    width: 960px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 5rem;
  }
  #top_entry .entry_form .form_table {
    margin-bottom: 5rem;
  }
  #top_entry .entry_form dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    font-size: 1.6rem;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0 0 6px 0 rgba(0,0,0,.1);
  }
  #top_entry .entry_form dl:nth-child(n+2) {
    margin-top: 1.5rem;
  }
  #top_entry .entry_form dt {
    position: relative;
    width: 300px;
    padding: 1.5em;
    box-sizing: border-box;
  }
  #top_entry .entry_form 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: #ff6aa0;
  }
  #top_entry .entry_form dd {
    width: calc(100% - 315px);
    padding: 1.5em;
    box-sizing: border-box;
  }
  #top_entry .entry_form dd.flex {
    display: flex;
    flex-wrap: wrap;
  }
  #top_entry .entry_form dd input[type=text],
  #top_entry .entry_form dd input[type=email],
  #top_entry .entry_form dd textarea {
    width: 100%;
    padding: 1em;
    border: none;
    background: #f2f2f2;
    box-sizing: border-box;
  }
  #top_entry .entry_form dd input[type=text].number {
    width: 120px;
  }
  #top_entry .entry_form dd input.post {
    width: 240px!important;
  }
  #top_entry .entry_form dd div:nth-child(n+2) {
    margin-left: 1em;
  }
  #top_entry .entry_form .note {
    margin-bottom: 5rem;
    padding: 4rem;
    text-align: center;
    background: #fff;
  }
  #top_entry .entry_form .check_comment {
    margin-bottom: 5rem;
    text-align: center;
  }
  #top_entry .entry_form .entry_btn {
    position: relative;
    width: 360px;
    margin: 0 auto 5rem;
    text-align: center;
  }
  #top_entry .entry_form .entry_btn input[type=submit] {
    display: inline-block;
    width: 100%;
    height: 6rem;
    color: #fff;
    font-size: 1.8rem;
    background: #101e66;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  #top_entry .entry_form .entry_btn input[type=submit]:hover {
    opacity: .7;
  }
  #top_entry .entry_form .entry_btn:after {
    position: absolute;
    display: block;
    content: "\f105";
    font-family: "FontAwesome";
    top: 50%;
    right: 1em;
    margin-top: -.5em;
    color: #fff;
    line-height: 1;  
  }
  #top_entry .entry_form .privacy {
    padding: 4rem;
    border: 1px solid #1f1f1f;
  }
  #top_entry .entry_form .privacy .title {
    margin-bottom: 1em;
    font-size: 2.4rem;
    text-align: center;
    font-weight: 500;
  }
  #top_entry .entry_form .privacy li {
    position: relative;
    padding-left: 1.5em;
  }
  #top_entry .entry_form .privacy li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "・";
  }
}
@media screen and (max-width:1024px) {
  #top_entry {
    padding: 5rem 0;
    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_entry .entry_form {}
  #top_entry .entry_form .form_table {
    margin-bottom: 3rem;
  }
  #top_entry .entry_form dl {
    background: #fff;
    box-sizing: border-box;
  }
  #top_entry .entry_form dl:nth-child(n+2) {
    margin-top: 1.5rem;
  }
  #top_entry .entry_form dt {
    position: relative;
    padding: 1.5em;
    padding-bottom: .5rem;
    box-sizing: border-box;
  }
  #top_entry .entry_form dt.req:after {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    content: "必須";
    padding: 0 1rem;
    color: #fff;
    font-size: 1.4rem;
    line-height: 3.2rem;
    background: #ff6aa0;
  }
  #top_entry .entry_form dd {
    padding: 1.5em;
    padding-top: .5rem;
    box-sizing: border-box;
  }
  #top_entry .entry_form dd.flex {
    display: flex;
    flex-wrap: wrap;
  }
  #top_entry .entry_form dd input[type=text],
  #top_entry .entry_form dd input[type=email],
  #top_entry .entry_form dd textarea {
    width: 100%;
    padding: 1rem;
    border: none;
    background: #f2f2f2;
    box-sizing: border-box;
  }
  #top_entry .entry_form dd input[type=text].number {
    width: 70px;
  }
  
  #top_entry .entry_form dd .mwform-radio-field.horizontal-item {
    display: block;
  }
  .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0!important;
  }
  #top_entry .entry_form dd input.post {
    width: 50%!important;
  }
  #top_entry .entry_form dd div:nth-child(n+2) {
    margin-left: 1em;
  }
  #top_entry .entry_form .note {
    margin-bottom: 3rem;
    padding: 4rem;
    text-align: center;
    background: #fff;
  }
  #top_entry .entry_form .check_comment {
    margin-bottom: 3rem;
    text-align: center;
  }
  #top_entry .entry_form .entry_btn {
    position: relative;
    margin: 0 auto 3rem;
    text-align: center;
  }
  #top_entry .entry_form .entry_btn input[type=submit] {
    display: inline-block;
    width: 100%;
    height: 5rem;
    color: #fff;
    background: #101e66;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  #top_entry .entry_form .entry_btn input[type=submit]:hover {
    opacity: .7;
  }
  #top_entry .entry_form .entry_btn:after {
    position: absolute;
    display: block;
    content: "\f105";
    font-family: "FontAwesome";
    top: 50%;
    right: 1em;
    margin-top: -.5em;
    color: #fff;
    line-height: 1;  
  }
  #top_entry .entry_form .privacy {
    padding: 3rem 1.5rem;
    border: 1px solid #1f1f1f;
  }
  #top_entry .entry_form .privacy .title {
    margin-bottom: 1em;
    font-size: 1.8rem;
    text-align: center;
  }
  #top_entry .entry_form .privacy li {
    position: relative;
    padding-left: 1.5em;
  }
  #top_entry .entry_form .privacy li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "・";
  }
}
/******************************************************
追従バナー
******************************************************/
@media screen and (min-width:1025px) {
  .fix_banner {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 100;
  }
  .fix_banner.hidden {
    display: none;
  }
  .fix_banner span.close_btn {
    display: block;
    width: 20px;
    height: 20px;
    color: #101e66;
    line-height: 15px;
    text-align: center;
    background: #fff;
    cursor: pointer;
  }
}
@media screen and (max-width:1024px) {
  .fix_banner {
    position: fixed;
    bottom: 7rem;
    left: 1rem;
    z-index: 99;
  }
  .fix_banner.hidden {
    display: none;
  }
  .fix_banner span.close_btn {
    display: block;
    width: 20px;
    height: 20px;
    color: #101e66;
    line-height: 15px;
    text-align: center;
    background: #fff;
    cursor: pointer;
  }
  .fix_banner img {
    max-width: 60%;
  }
}