@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: #2c2927;
	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: #2c2927;
  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: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", 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;
    width: 100%;
    padding: 1.5rem;
    padding-right: calc(100px + 3rem);
    box-sizing: border-box;
    z-index: 100;
  }
  #h_logo {
    display: flex;
    flex-direction: column;
    padding: 1rem;
  }
  #h_logo .image {
    margin-bottom: 1rem;
    width: 200px;
    padding: 0 2rem;
    box-sizing: border-box;
  }
  #h_logo .image img {
    display: block;
  }
  #h_logo .type {
    width: 200px;
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    line-height: 3.2rem;
    background: #ffb82a;
  }
  #h_btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  #h_btn .btn {
    position: relative;
    width: 300px;
    margin-left: 1.5rem;
    font-weight: 600;
  }
  #h_btn .btn.fix {
    display: none;
  }
  #h_btn .btn a {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0; 
    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 {
    display: flex;
    flex-direction: column;
    margin-bottom: 6px;
    font-size: 1.4rem;
    line-height: 1.3;
    text-align: center;
  }
  #h_btn .btn a .logo {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 2.5rem;
    line-height: 1;
    font-family: "Noto Serif JP", serif;
  }
  
  /* 電話番号 */
  #h_btn .btn a.tel {
    color: #ff7f52;
    background: #fff;
  }
  #h_btn .btn a.tel:after {
    content: "";
    position: absolute;
    border-left: 30px solid #ff7f52;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    bottom: -19px;
    right: -5px;
    width: 0;
    height: 0;
    transform: rotate(45deg);
  }
  #h_btn .btn a.tel .logo {
    color: #ff7f52;
  }
  #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?20250624) center center;
    background-size: contain;
  }
  /* フォーム */
  #h_btn .btn a.form {
    color: #fff;
    background: #ffb82a;
  }
  #h_btn .btn a.form:after {
    content: "";
    position: absolute;
    border-left: 30px solid #fff;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    bottom: -19px;
    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_btn .btn a.official {
    position: fixed;
    bottom: 2rem;
    left: 2rem;
    margin: 0;
    padding: 0;
    box-shadow: 0 0 6px 0 rgba(0,0,0,.1);
  }
  #h_toggle_btn {
    position: fixed;
    display: block;
    width: 100px;
    height: 100px;
    top: 1.5rem;
    right: 1.5rem;
    z-index: 101;
    color: #fff;
    background-image: linear-gradient(225deg, rgba(255, 127, 82, 1), rgba(255, 184, 42, 1));
    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: #ffb82a;
  }
  #h_nav li:nth-child(even) a:before {
    background: #ff7f52;
  }  
}
@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: #ff7f52;    
  }
  #h_logo {
    padding: 1rem;
    padding-right: 7.2rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  #h_logo .image {
  }
  #h_logo .image img {
    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: #ffb82a;
  }
  
  #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;
    padding: 1rem .5rem;    
    box-sizing: border-box;
  }
  #h_btn .btn a .title {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  #h_btn .btn a .title .t_top {
    display: none;
  }
  #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: #fff;
    background: #ff7f52;
  }

  #h_btn .btn a.tel .logo {
    color: #fff;
    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.png) center center;
    background-size: contain;
  }
  /* フォーム */
  #h_btn .btn a.form {
    color: #fff;
    background: #ffb82a;
  }

  #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_btn .btn a.official {
    height: 6rem;
    background: #5b1f6a url(/wp-content/uploads/images/sp_logo.webp?20250624) center center no-repeat;
    background-size: contain;
  }
  #h_btn .btn a.official img {
    display: none;
  }
  #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: #ffb82a;
    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: #ffb82a;
  }
  #h_nav li:nth-child(even) a:before {
    background: #ff7f52;
  }
  #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;
  }  
}
/******************************************************
フッター
******************************************************/
@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 {
    padding: 5rem 0;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    line-height: 1;
    background-image: linear-gradient(0deg, rgba(255, 127, 82, 1), rgba(255, 197, 82, 1));
  }
}
@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%;
  }
  #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-image: linear-gradient(0deg, rgba(255, 127, 82, 1), rgba(255, 197, 82, 1));
  }
}
/******************************************************
タイトル
******************************************************/
@media screen and (min-width:1280px) {
  .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: #ff7f52;
    font-size: 14rem;
    font-weight: 500;
    line-height: 1;
    font-family: "Cormorant Garamond", serif;     
  }
  .main_title .jap {
    font-weight: 600;
  }
  .sub_title {
    margin-bottom: 1.2em;
    font-size: 4.8rem;
    text-align: center;
    font-weight: 600;
    line-height: 1.3;
  }
  .sub_title span {
    color: #ff7f52;
    font-size: 6rem;
    font-family: "Noto Serif JP", serif;    
  }
  .sub_title div {
  }
}
@media screen and (max-width:1279px) {
  .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;
    font-size: 4.2rem;
    font-weight: 500;
    line-height: 1;
    font-family: "Cormorant Garamond", serif;    
    background: linear-gradient(135deg, #ff7f52, #ff7f52 50%, #e6ac61);
    background: -webkit-linear-gradient(45deg, #e6ac61, #ff7f52 50%, #e6ac61);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;       
  }
  .main_title .jap {
    font-weight: 600;
  }
  .sub_title {
    margin-bottom: .8em;
    font-size: 2.4rem;
    text-align: center;
    font-weight: 600;
    line-height: 1.3;
  }
  .sub_title span {
    color: #ff7f52;
  }  
}
/******************************************************
メインビジュアル
******************************************************/
@media screen and (min-width:1280px) {
  #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: 1.5rem;
    left: 1.5rem;
    
    z-index: 1;
  }
  #top_main .main_cover .catch_copy .com_1 {
    margin-bottom: 1rem;
  }
  #top_main .main_cover .catch_copy .com_1 span {
    position: relative;
    display: inline-block;
    padding: 1rem;
    color: #fff;    
    font-size: 2vw;
    background: rgba(0,0,0,.4);
    background: linear-gradient(135deg, #ff7f52, #ff7f52 30%, #ffb82a);  
    transform: rotate(-3deg);
    z-index: 1;
    font-family: "Noto Serif JP", serif;
  }
  #top_main .main_cover .catch_copy .com_2 span {
    position: relative;
    display: inline-block;
    padding: 1rem;
    font-size: 2vw;
    font-weight: 500;
    line-height: 1.3;
    text-shadow: 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff;
    z-index: 2;
    font-family: "Noto Serif JP", serif;
  }
  #top_main .main_cover .catch_copy .com_3 {
    margin-top: -3vw;
    color: #fff;
    font-size: 16vw;
    line-height: 1;
    opacity: .7;
    z-index: 1;
    font-family: "Noto Serif JP", serif;
  }
  #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,0) 0%, rgba(0,0,0,.05) 85%, rgba(0,0,0,.1) 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 .visual_image_left,
  #top_main .main_cover .visual_image_right {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
  }
  #top_main .main_cover .slide_001 .image_1 {
    width: 100%;
    height: 100vh;
    background: url(/wp-content/uploads/images/main_img001a.webp?20250624) top center no-repeat;
    background-size: cover;
  }
  #top_main .main_cover .slide_001 .image_2 {
    width: 100%;
    height: 50vh;
    background: url(/wp-content/uploads/images/main_img001b.webp?20250624) top center no-repeat;
    background-size: cover;
  }
  #top_main .main_cover .slide_001 .image_3 {
    width: 50%;
    height: 50vh;
    background: url(/wp-content/uploads/images/main_img001c.webp?20250624) top center no-repeat;
    background-size: cover;
  }
  #top_main .main_cover .slide_001 .image_4 {
    width: 50%;
    height: 50vh;
    background: url(/wp-content/uploads/images/main_img001d.webp?20250624) top center no-repeat;
    background-size: cover;
  }
  
  #top_main .main_cover .slide_002 .image_1 {
    width: 100%;
    height: 100vh;
    background: url(/wp-content/uploads/images/main_img002a.webp?20250624) top center no-repeat;
    background-size: cover;
  }
  #top_main .main_cover .slide_002 .image_2 {
    width: 100%;
    height: 50vh;
    background: url(/wp-content/uploads/images/main_img002b.webp?20250624) top center no-repeat;
    background-size: cover;
  }
  #top_main .main_cover .slide_002 .image_3 {
    width: 50%;
    height: 50vh;
    background: url(/wp-content/uploads/images/main_img002c.webp?20250624) top center no-repeat;
    background-size: cover;
  }
  #top_main .main_cover .slide_002 .image_4 {
    width: 50%;
    height: 50vh;
    background: url(/wp-content/uploads/images/main_img002d.webp?20250624) top center no-repeat;
    background-size: cover;
  }
  
  #top_main .main_cover .slide_003 .image_1 {
    width: 100%;
    height: 100vh;
    background: url(/wp-content/uploads/images/main_img003a.webp?20250624) top center no-repeat;
    background-size: cover;
  }
  #top_main .main_cover .slide_003 .image_2 {
    width: 100%;
    height: 50vh;
    background: url(/wp-content/uploads/images/main_img003b.webp?20250624) top center no-repeat;
    background-size: cover;
  }
  #top_main .main_cover .slide_003 .image_3 {
    width: 50%;
    height: 50vh;
    background: url(/wp-content/uploads/images/main_img003c.webp?20250624) top center no-repeat;
    background-size: cover;
  }
  #top_main .main_cover .slide_003 .image_4 {
    width: 50%;
    height: 50vh;
    background: url(/wp-content/uploads/images/main_img003d.webp?20250624) top center no-repeat;
    background-size: cover;
  }  
}
@media screen and (max-width:1279px) {
  #top_main {}
  #top_main .main_cover {
    position: relative;
    width: 100%;
    height: 50vh;
    box-sizing: border-box;
  }
  #top_main .main_cover .catch_copy {
    position: absolute;
    bottom: 1.5rem;
    left: 1.5rem;
    z-index: 1;
  }

  #top_main .main_cover .catch_copy .com_1 {
    margin-bottom: -1rem;
  }
  #top_main .main_cover .catch_copy .com_1 span {
    position: relative;
    display: inline-block;
    padding: 1rem;
    color: #fff;    
    font-size: 3.6vw;
    background: rgba(0,0,0,.4);
    background: linear-gradient(135deg, #ff7f52, #ff7f52 30%, #ffb82a);  
    transform: rotate(-3deg);
    z-index: 1;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif; 
  }
  #top_main .main_cover .catch_copy .com_2 span {
    position: relative;
    display: inline-block;
    padding: 1rem;
    font-size: 3.4vw;
    font-weight: 500;
    line-height: 1.3;
    text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
    z-index: 2;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;     
  }  
  
  #top_main .main_cover .catch_copy .com_3 {
    margin-top: -4vw;
    color: #fff;
    font-size: 24vw;
    line-height: 1;
    opacity: .7;
    z-index: 1;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;    
  }
  
  #top_main .main_cover .main_slider {
    position: relative;
  }
  #top_main .main_cover .main_slider:after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(0deg,rgba(0,0,0,0) 0%, rgba(0,0,0,.05) 85%, rgba(0,0,0,.1) 100%);
  }
  
  #top_main .main_cover .main_slider .slide {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 50vh;
    box-sizing: border-box;
  }  
  #top_main .main_cover .visual_image_left,
  #top_main .main_cover .visual_image_right {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
  }
  #top_main .main_cover .slide_001 .image_1 {
    width: 100%;
    height: 50vh;
    background: url(/wp-content/uploads/images/main_img001a.webp?20250624) top center no-repeat;
    background-size: cover;
  }
  #top_main .main_cover .slide_001 .image_2 {
    width: 100%;
    height: 25vh;
    background: url(/wp-content/uploads/images/main_img001b.webp?20250624) top center no-repeat;
    background-size: cover;
  }
  #top_main .main_cover .slide_001 .image_3 {
    width: 50%;
    height: 25vh;
    background: url(/wp-content/uploads/images/main_img001c.webp?20250624) top center no-repeat;
    background-size: cover;
  }
  #top_main .main_cover .slide_001 .image_4 {
    width: 50%;
    height: 25vh;
    background: url(/wp-content/uploads/images/main_img001d.webp?20250624) top center no-repeat;
    background-size: cover;
  }
  #top_main .main_cover .slide_002 .image_1 {
    width: 100%;
    height: 50vh;
    background: url(/wp-content/uploads/images/main_img002a.webp?20250624) top center no-repeat;
    background-size: cover;
  }
  #top_main .main_cover .slide_002 .image_2 {
    width: 100%;
    height: 25vh;
    background: url(/wp-content/uploads/images/main_img002b.webp?20250624) top center no-repeat;
    background-size: cover;
  }
  #top_main .main_cover .slide_002 .image_3 {
    width: 50%;
    height: 25vh;
    background: url(/wp-content/uploads/images/main_img002c.webp?20250624) top center no-repeat;
    background-size: cover;
  }
  #top_main .main_cover .slide_002 .image_4 {
    width: 50%;
    height: 25vh;
    background: url(/wp-content/uploads/images/main_img002d.webp?20250624) top center no-repeat;
    background-size: cover;
  }
  #top_main .main_cover .slide_003 .image_1 {
    width: 100%;
    height: 50vh;
    background: url(/wp-content/uploads/images/main_img003a.webp?20250624) top center no-repeat;
    background-size: cover;
  }
  #top_main .main_cover .slide_003 .image_2 {
    width: 100%;
    height: 25vh;
    background: url(/wp-content/uploads/images/main_img003b.webp?20250624) top center no-repeat;
    background-size: cover;
  }
  #top_main .main_cover .slide_003 .image_3 {
    width: 50%;
    height: 25vh;
    background: url(/wp-content/uploads/images/main_img003c.webp?20250624) top center no-repeat;
    background-size: cover;
  }
  #top_main .main_cover .slide_003 .image_4 {
    width: 50%;
    height: 25vh;
    background: url(/wp-content/uploads/images/main_img003d.webp?20250624) top center no-repeat;
    background-size: cover;
  }  
}
/******************************************************
メッセージ
******************************************************/
@media screen and (min-width:1280px) {
  #top_doctor {
    padding: 9rem 0 12rem;
    background: url(/wp-content/uploads/images/bg_doctor.webp?20250624) top center no-repeat;
    background-size: cover;
  }
  #top_doctor .doctor_box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  #top_doctor .doctor_text {
    position: relative;
    box-sizing: border-box;
  }  
  #top_doctor .doctor_message {
    margin-bottom: .8em;
    color: #ff7f52;
    font-size: 3rem;
    line-height: 1.5;
    font-weight: 600;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;
  }
  #top_doctor .doctor_comment {
    width: 800px;
    padding: 6rem;
    box-shadow: 0 0 6px 0 rgba(0,0,0,.1);
    border: 3px double #ff7f52;
    box-sizing: border-box;
    background: #fff2ed;
  }
  #top_doctor .doctor_comment p:nth-child(n+2) {
    margin-top: 1.2em;
  }
  #top_doctor .doctor_name {
    position: relative;
    width: 300px;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: -3rem;
    margin-left: -3rem;
    color: #fff;
    text-align: center;
    background: rgba(255,127,82,.9);
    z-index: 1;
    font-weight: 600;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;
  }
  #top_doctor .doctor_name .clinic {
    font-size: 2rem;
  }
  #top_doctor .doctor_name .jap {
    font-size: 3rem;
  }
}
@media screen and (max-width:1279px) {
  #top_doctor {
    padding: 5rem 0;
    background: #fff url(/wp-content/uploads/images/bg_doctor_sp.webp?20250624) bottom center no-repeat;
    background-size: contain;
  }
  #top_doctor .doctor_box:before {
    display: block;
    width: 100%;
    height: 65vw;
    content: "";
    background: url(/wp-content/uploads/images/doctor_img001.webp?20250624) top center no-repeat;
    background-size: cover;
  }
  #top_doctor .doctor_text {
    position: relative;
    box-sizing: border-box;
  }  
  #top_doctor .doctor_message {
    margin-bottom: .8em;
    color: #ff7f52;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 600;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;
  }
  #top_doctor .doctor_comment {
    padding: 1.5rem;
    box-shadow: 0 0 6px 0 rgba(0,0,0,.1);
    border: 3px double #ff7f52;
    box-sizing: border-box;
    background: #fff2ed;
  }
  #top_doctor .doctor_comment p:nth-child(n+2) {
    margin-top: 1.2em;
  }
  #top_doctor .doctor_name {
    position: relative;
    margin-bottom: 3rem;
    padding: .8em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    background: rgba(255,127,82,.9);
    z-index: 1;
    line-height: 1.3;
    font-weight: 600;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;
  }
  #top_doctor .doctor_name .clinic {
    font-size: 1.2rem;
  }
  #top_doctor .doctor_name .jap {
    font-size: 2rem;
  }
  #top_doctor .doctro_name .eng {
    font-size: 1.2em;
  }
}
/******************************************************
3つの働きやすさ
******************************************************/
@media screen and (min-width:1280px) {
  #top_charm {
    padding-top: 9rem;
  }
  .charm_list .list .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 16rem;
  }
  .charm_list .list:nth-child(odd) .flex {
    flex-direction: row-reverse;
  }
  .charm_list .list .flex .image {
    width: calc(100% - 800px);
  }
  .charm_list .list .flex .image img {
    display: none;
  }
  .charm_list .list:nth-child(1) .flex .image {
    background: url(/wp-content/uploads/images/point_img001.webp?20250624) top center no-repeat;
    background-size: cover;
  }
  .charm_list .list:nth-child(2) .flex .image {
    background: url(/wp-content/uploads/images/point_img002.webp?20250624) top center no-repeat;
    background-size: cover;
  }
  .charm_list .list:nth-child(3) .flex .image {
    background: url(/wp-content/uploads/images/point_img003.webp?20250624) top center no-repeat;
    background-size: cover;
  }
  .charm_list .list .flex .text {
    width: 800px;
    box-sizing: border-box;
  }
  .charm_list .list .flex .heading {
    text-align: center;
    padding: 10rem;
  }
  .charm_list .list .flex .charm {
    display: flex;
    flex-direction: column;
    margin-bottom: 3rem;
    color: #ffb82a;
    text-align: center;
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1;
    background: linear-gradient(135deg, #ff7f52, #ffb82a);
    background: -webkit-linear-gradient(45deg, #ff7f52, #ffb82a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .charm_list .list .flex .number {
    font-size: 3em;
  }
  .charm_list .list .flex .title {
    position: relative;
    padding: 3rem;
    font-weight: 600;
    font-size: 3rem;
    line-height: 1.3;
    background-size: auto auto;
    background-color: rgba(255, 255, 255, 1);
    background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(250,250,250,1) 10px, rgba(250,250,250,1) 20px );    
  }
  .charm_list .list .flex .title:before {
    position: absolute;
    top: -2rem;
    right: -2rem;
    display: block;
    content: "";
    width: 60px;
    height: 60px;
    border-top: 4px solid #ff7f52;
    border-right: 4px solid #ff7f52;
  }
  .charm_list .list .flex .title:after {
    position: absolute;
    bottom: -2rem;
    left: -2rem;
    display: block;
    content: "";
    width: 60px;
    height: 60px;
    border-bottom: 4px solid #ff7f52;
    border-left: 4px solid #ff7f52;    
  }  
  .charm_list .list .flex .title span {
    color: #ff7f52;
  }
  
  .charm_list .list .flex .comment {
    position: relative;
    padding: 8rem;
    background: #fff;
    z-index: 1;
  }
  .charm_list .list:nth-child(odd) .flex .comment {
    margin-right: -16rem;
    margin-bottom: -16rem;
  }
  .charm_list .list:nth-child(even) .flex .comment {
    margin-left: -16rem;
    margin-bottom: -16rem;
  }
  .charm_list .list .flex .comment p {
    font-size: 2rem;
  }
  .charm_list .list .flex .comment p span {
    color: #ff7f52;
    font-weight: 600;
  }
  .charm_list .list .flex .comment ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 5rem;
  }
  .charm_list .list .flex .comment li {
    width: calc((100% / 6) - 5px);
    display: flex;
    flex-direction: column;
    object-fit: cover;
    aspect-ratio: 1 / 1;
    color: #fff;
    font-weight: 600;
    text-align: center;
    background: #ff7f52;
  }
  .charm_list .list .flex .comment li .icon {
    padding: .5em 0;
    text-align: center;
  }
  .charm_list .list .flex .comment li .icon img {
    width: 50%;
  }
  .charm_list .list .flex .comment li .name {
    font-size: 1.4rem;
    line-height: 1.3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 2em;
  }
  .charm_list .list .flex .comment .point {
    margin-top: .8em;
    padding: .8em;
    color: #ff7f52;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.5;
    border: 3px double #ff7f52;
    background: #fff2ed;
  }
}
@media screen and (max-width:1279px) {
  #top_charm {
    padding: 5rem 0;
  }
  .charm_list .list .flex {}


  .charm_list .list .flex .text {
    padding: 3rem 1.5rem;
    box-sizing: border-box;
  }
  .charm_list .list .flex .heading {
    text-align: center;
    padding: 0 3rem;
  }
  .charm_list .list .flex .charm {
    display: flex;
    flex-direction: column;
    margin-bottom: 3rem;
    color: #ffb82a;
    text-align: center;
    font-weight: 600;
    line-height: 1;
    background: linear-gradient(135deg, #ff7f52, #ffb82a);
    background: -webkit-linear-gradient(45deg, #ff7f52, #ffb82a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;    
  }
  .charm_list .list .flex .number {
    font-size: 3em;
  }
  .charm_list .list .flex .title {
    position: relative;
    margin-bottom: 5rem;
    padding: 1.5rem;
    font-weight: 600;
    font-size: 2rem;
    line-height: 1.3;
    background-size: auto auto;
    background-color: rgba(255, 255, 255, 1);
    background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(250,250,250,1) 10px, rgba(250,250,250,1) 20px );    
  }
  .charm_list .list .flex .title:before {
    position: absolute;
    top: -2rem;
    right: -2rem;
    display: block;
    content: "";
    width: 30px;
    height: 30px;
    border-top: 2px solid #ff7f52;
    border-right: 2px solid #ff7f52;
  }
  .charm_list .list .flex .title:after {
    position: absolute;
    bottom: -2rem;
    left: -2rem;
    display: block;
    content: "";
    width: 30px;
    height: 30px;
    border-bottom: 2px solid #ff7f52;
    border-left: 2px solid #ff7f52;    
  }  
  .charm_list .list .flex .title span {
    color: #ff7f52;
  }
  
  .charm_list .list .flex .comment {
    position: relative;
    background: #fff;
    z-index: 1;
  }
  .charm_list .list .flex .comment p {}
  .charm_list .list .flex .comment p span {
    color: #ff7f52;
    font-weight: 600;
  }
  .charm_list .list .flex .comment ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 3rem;
  }
  .charm_list .list .flex .comment li {
    width: calc((100% / 3) - 4px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    object-fit: cover;
    aspect-ratio: 1 / 1;
    margin-left: 6px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    background: #ff7f52;
  }
  .charm_list .list .flex .comment li:nth-child(3n+1) {
    margin-left: 0;
  }
  .charm_list .list .flex .comment li:nth-child(n+4) {
    margin-top: 6px;
  }
  .charm_list .list .flex .comment li .icon {
    text-align: center;
  }
  .charm_list .list .flex .comment li .icon img {
    width: 50%;
  }
  .charm_list .list .flex .comment li .name {
    line-height: 1.3;
    min-height: 2em;
  }
  .charm_list .list .flex .comment .point {
    margin-top: .8em;
    padding: .8em;
    color: #ff7f52;
    font-weight: 600;
    line-height: 1.5;
    border: 3px double #ff7f52;
    background: #fff2ed;
  }
}
/******************************************************
当院の自慢
******************************************************/
@media screen and (min-width:1280px) {
  #top_reason {
    padding: 9rem 0 12rem;
    background-size: auto auto;
    background-color: rgba(255, 255, 255, 1);
    background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(250,250,250,1) 10px, rgba(250,250,250,1) 20px );   
  }
  #top_reason .reason_list .list {
    position: relative;
    padding: 5rem;
    background: #fff;
    box-shadow: 0 0 12px 0 rgba(0,0,0,.1);
  }
  #top_reason .reason_list .list:nth-child(n+2) {
    margin-top: 6rem;
  }  
  #top_reason .reason_list .list .number {
    position: absolute;
    top: -2.5rem;
    left: -2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 5rem;
    padding: 0 1.2em;
    color: #fff;
    font-size: 2.4rem;
    font-weight: 600;
    background-image: linear-gradient(225deg, rgba(255, 127, 82, 1), rgba(255, 184, 42, 1));
  }
  #top_reason .reason_list .list .title {
    margin-bottom: 1em;
    color: #ff7f52;
    font-size: 2.4rem;
    font-weight: 600;
    border-bottom: 4px dotted #ffb82a;
  }
  #top_reason .reason_list .list .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  #top_reason .reason_list .list .flex .image {
    width: 300px;
  }
  #top_reason .reason_list .list .flex .text {
    width: calc(100% - 360px);
  }
  #top_reason .reason_list .list .column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #top_reason .reason_list .list .col_3 {
    width: calc((100% / 3) - 2rem);
  }
  #top_reason .reason_list .list .col_3 .image {
    margin-bottom: 2rem;
  }
  #top_reason .reason_list .list .col_title {
    color: #ff7f52;
    font-size: 1.8rem;
    font-weight: 600;
  }
}
@media screen and (max-width:1279px) {
  #top_reason {
    padding: 5rem 0;
    background-size: auto auto;
    background-color: rgba(255, 255, 255, 1);
    background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(250,250,250,1) 10px, rgba(250,250,250,1) 20px );   
  }
  #top_reason .reason_list .list {
    position: relative;
    padding: 5.5rem 1.5rem 1.5rem;
    background: #fff;
    box-shadow: 0 0 6px 0 rgba(0,0,0,.1);
  }
  #top_reason .reason_list .list:nth-child(n+2) {
    margin-top: 3rem;
  }  
  #top_reason .reason_list .list .number {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 4rem;
    padding: 0 1.2em;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    background-image: linear-gradient(225deg, rgba(255, 127, 82, 1), rgba(255, 184, 42, 1));
  }
  #top_reason .reason_list .list .title {
    margin-bottom: 1em;
    padding-bottom: .5em;
    color: #ff7f52;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.5;
    border-bottom: 3px dotted #ffb82a;
  }
  #top_reason .reason_list .list .flex .image {
    margin-bottom: 1.5rem;
  }
  #top_reason .reason_list .list .column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #top_reason .reason_list .list .col_3:nth-child(n+2) {
    margin-top: 3rem;
  }
  #top_reason .reason_list .list .col_3 .image {
    margin-bottom: 1.5rem;
  }
  #top_reason .reason_list .list .col_title {
    color: #ff7f52;
    font-size: 1.6rem;
    font-weight: 600;
  }
}
/******************************************************
インタビュー
******************************************************/
@media screen and (min-width:1280px) {
  #top_interview {
    padding: 9rem 0 12rem;
    background-image: linear-gradient(323deg, rgba(255,242,237,1) 25%, rgba(255,248,246,1) 25% 50%, rgba(255,242,237,1) 50% 75%, rgba(255,248,246,1) 75%);
  }
  #top_interview .interview_list .list:nth-child(n+2) {
    margin-top: 6rem;
  }
  #top_interview .interview_list .list_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 10%;
  }  
  #top_interview .interview_list .list:nth-child(odd) .list_inner {
    flex-direction: row-reverse;
  }
  #top_interview .interview_list .list .image {
    width: 36%;  
  }
  #top_interview .interview_list .list .image img {
    box-shadow: 2rem 2rem 0 0 rgba(255, 191, 168, 1);
  }
  #top_interview .interview_list .list .comment {
    width: calc(64% - 6rem);
    padding: 3rem 0;
  }
  #top_interview .interview_list .list .comment h3 {
    position: relative;
    margin-bottom: 1em;
    padding-bottom: 1em;
    padding-left: 3em;
    font-size: 2.8rem;
    line-height: 1.5;
    font-weight: 600;
    border-bottom: 4px dotted #ff7f52;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;
  }
  #top_interview .interview_list .list .comment h3:before {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #ff7f52;
    content: "Q";
    font-size: 2.5em;
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
  }
  #top_interview .interview_list .list .comment p {
    padding: 3rem;
    border: 3px double #ff7f52;
    background: #fff;
  }
}
@media screen and (max-width:1279px) {
  #top_interview {
    padding: 5rem 0;
    background-image: linear-gradient(323deg, rgba(255,242,237,1) 25%, rgba(255,248,246,1) 25% 50%, rgba(255,242,237,1) 50% 75%, rgba(255,248,246,1) 75%);
  }
  #top_interview .interview_list .list:nth-child(n+2) {
    margin-top: 3rem;
  }
  #top_interview .interview_list .list_inner {
    margin: 0 1.5rem;
  }  
  #top_interview .interview_list .list:nth-child(odd) .list_inner {
    flex-direction: row-reverse;
  }
  #top_interview .interview_list .list .image {
    margin-bottom: 3rem;
  }
  #top_interview .interview_list .list .image img {
    box-shadow: .5rem .5rem 0 0 rgba(255, 191, 168, 1);
  }
  #top_interview .interview_list .list .comment {
  }
  #top_interview .interview_list .list .comment h3 {
    position: relative;
    margin-bottom: 1em;
    padding-bottom: 1em;
    padding-left: 3em;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 600;
    border-bottom: 3px dotted #ff7f52;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;
  }
  #top_interview .interview_list .list .comment h3:before {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #ff7f52;
    content: "Q";
    font-size: 2.4em;
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
  }
  #top_interview .interview_list .list .comment p {
    padding: 3rem;
    border: 3px double #ff7f52;
    background: #fff;
  }
}
/******************************************************
スタッフの声
******************************************************/
@media screen and (min-width:1280px) {
  #top_voice {
    padding: 9rem 0 12rem;
    background: #fff8f6 url(/wp-content/uploads/images/bg_voice.webp?20250624) top center no-repeat;
    background-size: 100% auto;
  }
  #top_voice .main_title {
    color: #fff;
    background: none;
  }
  #top_voice .main_title .eng {
    background: linear-gradient(135deg, #fff, #fff 50%, #fff);
    background: -webkit-linear-gradient(45deg, #fff, #fff 50%, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;     
  }
  #top_voice .voice_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 10rem;
    margin-top: 8rem;
  }
  #top_voice .voice_list .list {
    position: relative;
    display: flex;
    flex-direction: column;
    width: calc((100% / 3) - 20px);
    margin-left: 30px;
    padding: 5rem;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0 0 6px 0 rgba(0,0,0,.1);
  }
  #top_voice .voice_list .list:after {
    position: absolute;
    top: -1em;
    left: -1em;
    content: "voice";
    font-size: 4rem;
    font-weight: 600;
    transform: rotate( -30deg );
  }
  #top_voice .voice_list .list:after {
    color: #ffb82a;
  }
  #top_voice .voice_list .list:nth-child(3n+1) {
    margin-left: 0;
  }
  #top_voice .voice_list .list:nth-child(n+4) {
    margin-top: 30px;
  }
  #top_voice .voice_list .list .image {
    width: 40%;
    margin: 0 auto;
    margin-bottom: 3rem;
    margin-top: -12rem;
  }
  #top_voice .voice_list .list .image img {
    display: block;
    border-radius: 50%;
    border: 1px solid #ccc;
  }
  #top_voice .voice_list .list .title {
    margin-bottom: 1.2em;
    text-align: center;
  }
  #top_voice .voice_list .list .title span {
    display: inline-block;
    padding: 0 2em;
    color: #fff;
    font-weight: 600;
    line-height: 4rem;
    border-radius: 2rem;
    background: #ff7f52;
  }
  #top_voice .voice_list .list dl:nth-of-type(n+2) {
    margin-top: 1em;
  }
  #top_voice .voice_list .list dt {
    position: relative;
    padding-left: 1.5em;    
    color: #ff7f52;    
    font-weight: 600;
    line-height: 1.8;
  }
  #top_voice .voice_list .list dt:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "Q.";
  }
  #top_voice .voice_list .list dd {
    position: relative;
    padding-left: 1.5em;  
    line-height: 1.8;
  }
  #top_voice .voice_list .list dd:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "A.";
  }
}
@media screen and (max-width:1279px) {
  #top_voice {
    padding: 5rem 0;
    background: #fff8f6 url(/wp-content/uploads/images/bg_voice.webp?20250624) top center no-repeat;
    background-size: 100% auto; 
  }
  #top_voice .main_title {
    color: #fff;
    background: none;
  }
  #top_voice .main_title .eng {
    background: linear-gradient(135deg, #fff, #fff 50%, #fff);
    background: -webkit-linear-gradient(45deg, #fff, #fff 50%, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;     
  }  
  #top_voice .voice_list {
    padding: 0 1.5rem;
  }
  #top_voice .voice_list .list {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 6rem;
    padding: 3rem;
    box-shadow: 0 0 6px 0 rgba(0,0,0,.1);
    background: #fff;
    box-sizing: border-box;
  }
  #top_voice .voice_list .list:after {
    position: absolute;
    top: -2.5rem;
    left: -.5rem;
    content: "voice";
    font-size: 4rem;
    font-weight: 600;
    transform: rotate( -30deg );
  }
  #top_voice .voice_list .list:after {
    color: #ffb82a;
  }
  #top_voice .voice_list .list .image {
    width: 50%;
    margin: 0 auto;
    margin-bottom: 1em;
    margin-top: -6rem;
  }
  #top_voice .voice_list .list .image img {
    border-radius: 50%;
    border: 1px solid #ccc;
  }
  #top_voice .voice_list .list .title {
    margin-bottom: 1.2em;
    text-align: center;
  }
  #top_voice .voice_list .list .title span {
    display: inline-block;
    padding: 0 2em;
    color: #fff;
    font-weight: 600;
    line-height: 4rem;
    border-radius: 2rem;
    background: #ff7f52;
  }  
  #top_voice .voice_list .list dl:nth-of-type(n+2) {
    margin-top: 1em;
  }
  #top_voice .voice_list .list dt {
    position: relative;
    padding-left: 1.5em;    
    color: #ff7f52;
    font-weight: 600;
    line-height: 1.8;
  }
  #top_voice .voice_list .list dt:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "Q.";
  }
  #top_voice .voice_list .list dd {
    position: relative;
    padding-left: 1.5em;    
    line-height: 1.8;
  }
  #top_voice .voice_list .list dd:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "A.";
  }  
}
/****************************************************
特徴
****************************************************/
@media screen and (min-width:1280px) {
  #top_feature {
    padding: 9rem 0 12rem;
    background-size: auto auto;
    background-color: rgba(255, 255, 255, 1);
    background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(250,250,250,1) 10px, rgba(250,250,250,1) 20px );
  }
  #top_feature .feature_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 4rem;
  }
  #top_feature .feature_list .list {
    display: flex;
    flex-direction: column;
    width: calc((100% / 3) - 20px);
  }
  #top_feature .feature_list .list:nth-child(3n) {
    margin-right: 0;
  }
  #top_feature .feature_list .list:nth-child(n+4) {
    margin-top: 6rem;
  }
  #top_feature .feature_list .number {
    display: flex;
    flex-direction: column;
    color: #ffb82a;  
    text-align: center;
    margin-bottom: 5rem;
    font-weight: 500;
    font-family: "Cormorant Garamond", serif;   
  }
  #top_feature .feature_list .number .large {
    font-size: 6em;
    line-height: 3rem;
  }
  #top_feature .feature_list h3 {
    margin-bottom: 1em;
    color: #ff7f52;
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
  }
  #top_feature .feature_list .comment_cover {
    box-shadow: -10px 10px 0 0 rgba(0,0,0,.2);
    border-radius: 10px;
  }
  #top_feature .feature_list .comment {
    flex-grow: 1;
    padding: 1.2em;
    border-radius: 0 0 10px 10px;
  }
  #top_feature .feature_list .list:nth-child(1) .comment,
  #top_feature .feature_list .list:nth-child(3) .comment,
  #top_feature .feature_list .list:nth-child(5) .comment,
  #top_feature .feature_list .list:nth-child(7) .comment,
  #top_feature .feature_list .list:nth-child(9) .comment {
    background: #fff8f6;
  }
  #top_feature .feature_list .list:nth-child(2) .comment,
  #top_feature .feature_list .list:nth-child(4) .comment,
  #top_feature .feature_list .list:nth-child(6) .comment,
  #top_feature .feature_list .list:nth-child(8) .comment {
    background: #fff8f6;
  }  
  #top_feature .feature_list .list .image img {
    border-radius: 10px 10px 0 0;
  }
}
@media screen and (max-width:1279px) {
  #top_feature {
    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_feature .feature_title {
    margin-bottom: 1em;
    color: #ff7f52;
    font-size: 2.4rem;
    font-weight: 600;
    text-align: center;
  }
  #top_feature .feature_title span {
    color: #ffb82a;
  }  
  #top_feature .feature_list {}
  #top_feature .feature_list .list {
    display: flex;
    flex-direction: column;
  }
  #top_feature .feature_list .list:nth-child(n+2) {
    margin-top: 3rem;
  }
  #top_feature .feature_list .number {
    display: flex;
    flex-direction: column;
    color: #ffb82a;
    text-align: center;
    line-height: 1;
    margin-bottom: 2rem;
  }
  #top_feature .feature_list .number .large {
    font-size: 3.5em;
    font-weight: 700;
  }
  #top_feature .feature_list h3 {
    margin-bottom: 1em;
    color: #ff7f52;
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
  }
  #top_feature .feature_list .comment_cover {
    box-shadow: -10px 10px 0 0 rgba(0,0,0,.2);
    border-radius: 10px;
  }
  #top_feature .feature_list .comment {
    flex-grow: 1;
    padding: 1.2em;
    border-radius: 0 0 10px 10px;
  }
  #top_feature .feature_list .list:nth-child(odd) .comment {
    background: #fff8f6;
  }
  #top_feature .feature_list .list:nth-child(even) .comment {
    background: #fff8f6;
  }  
  #top_feature .feature_list .list .image img {
    border-radius: 10px 10px 0 0;
  }
}
/******************************************************
1日の流れ
******************************************************/
@media screen and (min-width:1280px) {
  #top_schedule {
    padding: 9rem 0 12rem;
    background: #fff;
  }
  #top_schedule .schedule_inner {
    padding: 0 10%;
  }
  #top_schedule .schedule_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 6rem;
  }
  #top_schedule .schedule_list .list {
    width: calc((100% / 7) - 3rem);
    box-sizing: border-box;
  }
  #top_schedule .schedule_list .list:nth-child(n+2) {
    margin-left: 3.5rem;
  }
  #top_schedule .schedule_list .list .time {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 3rem;
    color: #fff;
    text-align: center;
    background-image: linear-gradient(180deg, rgba(255, 127, 82, 1), rgba(255, 184, 42, 1));
    object-fit: cover;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
  }
  #top_schedule .schedule_list .list .time .large {
    font-size: 2.4rem;
    line-height: 1.3;
    font-weight: 600;
  }
  #top_schedule .schedule_list .list:nth-child(n+2) .time:before {
    position: absolute;
    top: 50%;
    right: 100%;
    content: "";
    display: block;
    width: 3.5rem;
    height: 1px;
    background: #2c2927;
  }
  #top_schedule .schedule_list .list .time:after {  
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -12px;
    content: "";
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 20px solid #ffb82a;
  }
  #top_schedule .schedule_list .list .title {
    margin-bottom: 1rem;
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
  }
  #top_schedule .schedule_list .list p {}
  #top_schedule .schedule_image {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #top_schedule .schedule_image .image {
    width: calc((100% / 5) - 24px);
    margin-right: 3rem;
  }
  #top_schedule .schedule_image .image:nth-child(5n) {
    margin-right: 0;
  }
}
@media screen and (max-width:1279px) {
  #top_schedule {
    padding: 5rem 0;
    background: #fff;
  }
  #top_schedule .schedule_inner {
    margin: 0 1.5rem;
  }
  #top_schedule .schedule_list {
    margin-left: 4rem;
    border-left: 1px solid #ccc;
  }
  #top_schedule .schedule_list .list:nth-child(n+2) {
    margin-top: 1rem;
  }
  #top_schedule .schedule_list .list .data {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #top_schedule .schedule_list .list .time {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 9rem;
    height: 9rem;
    margin-bottom: 1rem;
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    background-image: linear-gradient(180deg, rgba(255, 127, 82, 1), rgba(255, 184, 42, 1));
    object-fit: cover;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    margin-left: -4.5rem;
  }
  #top_schedule .schedule_list .list .time .large {
    line-height: 1.3;
    font-weight: 600;
  }

  #top_schedule .schedule_list .list .time:after {  
    display: none;
  }
  #top_schedule .schedule_list .list .text {
    width: calc(100% - 6.5rem);
    text-align: left;
    line-height: 9rem;
  }
  #top_schedule .schedule_list .list .title {
    margin-bottom: 1rem;
    font-size: 1.6rem;
    font-weight: 600;
  }
  #top_schedule .schedule_list .list p {
    font-size: 1.4rem;
  }
  #top_schedule .schedule_image {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #top_schedule .schedule_image .image {
    width: calc((100% / 2) - 5px);
    margin-right: 1rem;
  }
  #top_schedule .schedule_image .image:nth-child(2n) {
    margin-right: 0;
  }
  #top_schedule .schedule_image .image:nth-child(n+3) {
    margin-top: 1rem;
  }
  #top_schedule .schedule_image .image:nth-child(n+5) {
    display: none;
  }  
}
/******************************************************
クリニック情報
******************************************************/
@media screen and (min-width:1280px) {
  #top_information {
    padding: 0 0 12rem;
  }
  #top_information .information_list .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #fff;
  }
  #top_information .information_list .flex .image {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 50%;

  }
  #top_information .information_list .flex .image:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: calc(50% - 2rem);
    content: "";
    background: url(/wp-content/uploads/images/information_img001a.webp?20250624) top center no-repeat;
    background-size: cover;
  }
  #top_information .information_list .flex .image:after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: calc(50% - 2rem);
    content: "";
    background: url(/wp-content/uploads/images/information_img001b.webp?20250624) top center no-repeat;
    background-size: cover;
  }
  
  #top_information .information_list .flex .image img {
    display: none;
  }
  #top_information .information_list .flex .text {
    width: 50%;
    padding: 4vw;
    text-align: center;
    box-sizing: border-box;
  }
  #top_information .information_list .photo {
    margin-bottom: 5rem;
  }
  #top_information .information_list .photo img {
    /*border-radius: 2rem;*/
  }
  #top_information .information_list .data {
    margin-bottom: 5rem;
  }
  #top_information .information_list .data table {
    width: 100%;
    table-layout: fixed;
    line-height: 1.5;
    border-top: 1px solid #ccc;
  }
  #top_information .information_list .data th,
  #top_information .information_list .data td {
    padding: 1.5rem 0;
    border-bottom: 1px solid #ccc;
  }
  #top_information .information_list .data th {
    width: 30%;
  }
  #top_information .information_list .data td {
    text-align: left;
  }
  #top_information .information_list .data td span {
    display: inline-block;
  }
  #top_information .information_list .schedule table {
    width: 100%;
    table-layout: fixed;
  }
  #top_information .information_list .schedule tr:nth-child(n+2) {
    border-top: 1px solid #ccc;
  }
  #top_information .information_list .schedule th,
  #top_information .information_list .schedule td {
    padding: 1.5rem;
  }
  #top_information .information_list .schedule th {
    width: 30%;
  }
  #top_information .information_list .schedule td {
    border-left: 1px solid #ccc;
  }
  #top_information .information_list .schedule .note {
    margin-top: 1em;
    text-align: right;
  }
  #top_information .information_list .schedule span {
    display: inline-block;
  }
  #top_information .information_list .schedule .color {
    color: #ff7f52;
  }
  #top_information .information_list .schedule .color_sub {
    color: #ffb82a;
  }
}
@media screen and (max-width:1279px) {
  #top_information .information_list .flex {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 0;
    background: #fff;
  }
  #top_information .information_list .flex .image {
    order: 2;
    margin-top: 3rem;
  }
  #top_information .information_list .flex .image:before {
    order: 1;
    display: block;
    content: "";
    width: 100%;
    height: 56.25vw;
    background: url(/wp-content/uploads/images/information_img001.webp?20250624) top center no-repeat;
    background-size: cover;
  }
  #top_information .information_list .flex .image img {
    display: none;
  }
  #top_information .information_list .flex .text {
    padding: 0 1.5rem;
    text-align: center;
    box-sizing: border-box;
  }
  #top_information .information_list .photo {
    margin-bottom: 3rem;
  }
  #top_information .information_list .data {
    margin-bottom: 5rem;
  }
  #top_information .information_list .data table {
    width: 100%;
    table-layout: fixed;
    line-height: 1.5;
    border-top: 1px solid #ccc;
  }
  #top_information .information_list .data th,
  #top_information .information_list .data td {
    padding: 1em 0;
    border-bottom: 1px solid #ccc;
  }
  #top_information .information_list .data th {
    width: 120px;
  }
  #top_information .information_list .data td {
    text-align: left;
  }
  #top_information .information_list .data td span {
    display: inline-block;
  }
  #top_information .information_list .schedule table {
    width: 100%;
  }
  #top_information .information_list .schedule tr:nth-child(n+2) {
    border-top: 1px solid #ccc;
  }
  #top_information .information_list .schedule th,
  #top_information .information_list .schedule td {
    padding: 1rem;
    font-size: 1.2rem;
  }
  #top_information .information_list .schedule th {
  }
  #top_information .information_list .schedule td {
    border-left: 1px solid #ccc;
  }
  #top_information .information_list .schedule .note {
    margin-top: 1em;
    text-align: right;
  }
  #top_information .information_list .schedule .color {
    color: #ff7f52;
  }
  #top_information .information_list .schedule .color_sub {
    color: #ffb82a;
  }
}
/******************************************************
採用の流れ
******************************************************/
@media screen and (min-width:1280px) {
  #top_flow {
    padding: 0 0 12rem;
  }
  #top_flow .flow_cover .flow_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 5rem;
    padding: 0 10rem;
  }
  #top_flow .flow_cover .flow_list .list {
    position: relative;
    width: calc((100% / 5) - 40px);
    margin-left: 50px;
    padding: 1.5rem;
    border: 1px solid #ff7f52;
    background: #fff;
    box-sizing: border-box;
  }
  #top_flow .flow_cover .flow_list .list:nth-child(5n+1) {
    margin-left: 0;
  }
  #top_flow .flow_cover .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: #ff7f52;
    font-size: 3rem;
    line-height: 1;
  }
  #top_flow .flow_cover .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;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    background: #ffb82a;
  }
  #top_flow .flow_cover .flow_list .list .image {
    margin-bottom: 1rem;
  }
  #top_flow .flow_cover .flow_list .list .title {
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 1rem;
  }
  #top_flow .flow_cover .flow_list .list p {}
  #top_flow .note {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    padding: 5rem;
    background: #f9f6ee;    
    font-size: 1.8rem;
    text-align: center;
    box-sizing: border-box;
  }
  #top_flow .note .title {
    margin-bottom: .6em;
    font-size: 2.4rem;
    font-weight: 500;
    text-align: center;
  }
}
@media screen and (max-width:1279px) {
  #top_flow {
    padding: 5rem 0;
  }
  #top_flow .flow_cover .flow_list {
    margin-bottom: 3rem;
    padding: 0 1.5rem;
  }
  #top_flow .flow_cover .flow_list .list {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1.5rem;
    border: 1px solid #ff7f52;
    background: #fff;
    box-sizing: border-box;
  }
  #top_flow .flow_cover .flow_list .list:nth-child(n+2) {
    margin-top: 50px;
  }
  #top_flow .flow_cover .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: #ff7f52;
    font-size: 3rem;
    line-height: 1;
  }
  #top_flow .flow_cover .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: #ffb82a;
  }
  #top_flow .flow_cover .flow_list .list .image {
    margin-bottom: 1.5rem;
  }
  #top_flow .flow_cover .flow_list .list .title {
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
  }
  #top_flow .flow_cover .flow_list .list p {
    margin-bottom: 1.5rem;
  }
  #top_flow .note {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    padding: 3rem 1.5rem;
    background: #f9f6ee;  
    text-align: center;
    box-sizing: border-box;
  }
  #top_flow .note .title {
    margin-bottom: .6em;
    font-size: 2rem;
    font-weight: 500;
  }
  #top_flow .note p {
    text-align: left;
  }
  #top_flow .note p br {
    display: none;
  }
}
/******************************************************
スライダー
******************************************************/
@media screen and (min-width:1280px) {
  #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:1279px) { 
  #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:1280px) {
  #top_recruit {
    padding: 9rem 0 12rem;
    background-image: linear-gradient(323deg, rgba(255,242,237,1) 25%, rgba(255,248,246,1) 25% 50%, rgba(255,242,237,1) 50% 75%, rgba(255,248,246,1) 75%);
  }
  #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: #ff7f52;
    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:1279px) {
  #top_recruit {
    padding: 5rem 0;
    background-image: linear-gradient(323deg, rgba(255,242,237,1) 25%, rgba(255,248,246,1) 25% 50%, rgba(255,242,237,1) 50% 75%, rgba(255,248,246,1) 75%);
  }
  #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: #ff7f52;
    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:1280px) {
  #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: #ffb82a;
  }
  #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: #ff7f52;
    -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 #2c2927;
  }
  #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:1279px) {
  #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: #ffb82a;
  }
  #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 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: #ff7f52;
    -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 #2c2927;
  }
  #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:1280px) {
  #page_top_cover {
    position: relative;
    z-index: 100;
  }
  #page_top {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1;
  }
  #page_top.fixed {
    position: absolute;
    right: 0;
    bottom: 100%;
    z-index: 102;
  }
  #page_top a {
    position: relative;
    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: #ff7f52;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;  
  }      
  #page_top a:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: "";
    width: 2rem;
    height: 1px;
    margin-top: -.7rem;
    transform-origin: top left;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
    background: #fff;
  }
  #page_top a:after {
    position: absolute;
    top: 50%;
    right: 50%;
    display: block;
    content: "";
    width: 2rem;
    height: 1px;
    margin-top: -.7rem;
    transform-origin: top right;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
    background: #fff;
  }    
  #page_top a:hover {
    opacity: .7;
  }
}
@media screen and (max-width:1279px) {
  #page_top_cover {
    position: relative;
    z-index: 100;
  }
  #page_top {
    position: fixed;
    bottom: 6rem;
    right: 0;
    z-index: 100;
  }
  #page_top.fixed {
    position: absolute;
    right: 0;
    bottom: 100%;
    z-index: 102;
  }
  #page_top a {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 5rem;
    height: 5rem;
    color: #fff;
    text-align: center;
    background: #ff7f52;
  }  
  #page_top a:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: "";
    width: 1rem;
    height: 1px;
    margin-top: -.4rem;
    transform-origin: top left;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
    background: #fff;
  }
  #page_top a:after {
    position: absolute;
    top: 50%;
    right: 50%;
    display: block;
    content: "";
    width: 1rem;
    height: 1px;
    margin-top: -.4rem;
    transform-origin: top right;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
    background: #fff;
  }      
}

/******************************************************
追従バナー
******************************************************/
@media screen and (min-width:1280px) {
  .fix_banner {
    position: fixed;
    bottom: 2rem;
    left: 2rem;
    z-index: 100;
  }
  .fix_banner.hidden {
    display: none;
  }
  .fix_banner span.close_btn {
    display: block;
    width: 20px;
    height: 20px;
    color: #5b1f6a;
    line-height: 15px;
    text-align: center;
    background: #fff;
    cursor: pointer;
  }
}
@media screen and (max-width:1279px) {
  .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: #5b1f6a;
    line-height: 15px;
    text-align: center;
    background: #fff;
    cursor: pointer;
  }
  .fix_banner img {
    max-width: 60%;
  }
}