@charset "utf-8";
/*
Theme Name: grits THEME
Author: grits
Version: 1.0.0
*/
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Orbitron:wght@400..900&display=swap');
/******************************************************
リセット
******************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
  font-weight: 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: #575757;
	font-size: 100%;
  font-weight: normal;
  font-weight: 500;
	font: inherit;
	vertical-align: middle;
  word-break : break-all;
}
html {
  font-size: 62.5%;
}
body {
  position: relative;
  font-size: 16px;
	font-size: 1.6rem;
  line-height: 2;
  font-weight: normal;
  font-weight: 500;
  font-family: "游ゴシック", "Yu Gothic", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", 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;
  font-weight: 500;
  line-height: 1.5;
}
table, th, td {
  border-collapse: collapse;
  font-weight: normal;
  font-weight: 500;
}
dl, dt, dd {
  margin: 0;
  padding: 0;
}
p, ul, ol, li {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul, ol {
  text-align: left;
}
img {
  max-width: 100%;
	height: auto;
  vertical-align: middle;
}
a {
  color: #575757;
  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 {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
}
/******************************************************
iPhoneリセット
******************************************************/
input,textarea,select {
  font-family: "游ゴシック", "Yu Gothic", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", 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: "游ゴシック", "Yu Gothic", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  outline: none;
  -webkit-appearance:none;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid var(--border-color);
}
/******************************************************
レスポンシブ
******************************************************/
.pc, .tab, .sp {display: none;}
.inner {position: relative;}
@media screen and (max-width: 767px){
  .inner {
    margin: 0 1.5rem;
  }
  .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;}
.bold {font-weight: bold;}
/******************************************************
ヘッダー
******************************************************/
@media screen and (min-width:1240px) {
  #header {
    position: relative;
  }
  #h_cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1.5rem;
    padding-right: 130px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
    z-index: 1;
  }
  /* ロゴ */
  #h_logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 280px;
    text-align: center;
  }
  #h_logo .image {
    width: 100%;
    height: 54px;
    background: url(/wp-content/uploads/images/logo.webp) center center no-repeat;
    background-size: contain;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
  #h_logo .image img {
    display: none;
  }
  #h_logo .title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 36px;
    margin-top: 8px;
    color: #002b60;
    font-size: 1.8rem;
    text-align: center;
    line-height: 1;
    letter-spacing: .3em;
    background: #fff;
  }
  /* お問い合わせ・応募ボタン */
  #h_btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }  
  #h_btn .btn:nth-child(n+2) {
    margin-left: 1.5rem;
  }
  #h_btn .btn a {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 300px; 
    height: 100px;     
    font-weight: 400;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    box-sizing: border-box;
  }
  #h_btn .btn a:hover {
    opacity: .7;
  }
  #h_btn .btn a .small {
    font-size: 1.6rem;
    line-height: 3rem;
  }
  #h_btn .btn a .large {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 2.4rem;
  }  
  /* 電話番号 */
  #h_btn .btn a.tel {
    color: #002b60;
    background: #f2f4f7;
  }
  #h_btn .btn a.tel:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 30px;
    height: 30px;    
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
    background: #002b60;
  }
  #h_btn .btn a.tel .large .icon {
    content: "";
    width: 3rem;
    height: 3rem;
    margin-right: 1rem;
    line-height: 3rem;
    background: url(/wp-content/uploads/images/icon_tel.webp) center center;
    background-size: contain;
  }  
  /* 応募フォーム */
  #h_btn .btn a.entry {
    color: #f2f4f7;
    background: #002b60;
  }
  #h_btn .btn a.entry:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 30px;
    height: 30px;    
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
    background: #f2f4f7;
  }
  #h_btn .btn a.entry .large .icon {
    content: "";
    width: 3rem;
    height: 3rem;
    margin-right: 1rem;
    line-height: 3rem;
    background: url(/wp-content/uploads/images/icon_entry.webp) 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: #002b60;
    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: #002b60;
  }  
}
@media screen and (max-width:1239px) {
  #header {
    position: relative;
    width: 100%;
    height: 6rem;
    background: #fff;
  }
  #h_cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
    z-index: 1;
    background: #002b60;
  }
  /* ロゴ */
  #h_logo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.5rem;
    text-align: center;
  }
  #h_logo .image {}
  #h_logo .image img {
    width: auto;
    height: 3rem;
  }
  #h_logo .title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 1rem;
    padding: .5em 1em;
    color: #002b60;
    font-size: 1.2rem;
    text-align: center;
    line-height: 1;
    background: #fff;
  }
  /* お問い合わせ・応募ボタン */
  #h_btn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }  
  #h_btn .btn {
    width: 50%;
  }
  #h_btn .btn a {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%; 
    height: 60px;    
    line-height: 1.5;
    font-weight: 400;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    box-sizing: border-box;
  }
  #h_btn .btn a:hover {
    opacity: .7;
  }
  #h_btn .btn a .small {
    font-size: 1.2rem;
  }
  #h_btn .btn a .large {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
  }  
  /* 電話番号 */
  #h_btn .btn a.tel {
    color: #002b60;
    background: #f2f4f7;
  }
  /*
  #h_btn .btn a.tel:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 15px;
    height: 15px;    
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
    background: #002b60;
  }
  */
  #h_btn .btn a.tel .large .icon {
    content: "";
    width: 2rem;
    height: 2rem;
    margin-right: 1rem;
    background: url(/wp-content/uploads/images/icon_tel.webp) center center;
    background-size: contain;
  }  
  /* 応募フォーム */
  #h_btn .btn a.entry {
    color: #f2f4f7;
    background: #002b60;
  }
  /*
  #h_btn .btn a.entry:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 15px;
    height: 15px;    
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
    background: #f2f4f7;
  }
  */
  #h_btn .btn a.entry .large .icon {
    content: "";
    width: 2rem;
    height: 2rem;
    margin-right: 1rem;
    background: url(/wp-content/uploads/images/icon_entry.webp) 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: #002b60;
    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: #002b60;
  }
}
/******************************************************
追従バナー
******************************************************/
@media screen and (min-width:1025px) {
  .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: #002b60;
    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: #002b60;
    line-height: 15px;
    text-align: center;
    background: #fff;
    cursor: pointer;
  }
  .fix_banner img {
    max-width: 60%;
  }
}
/******************************************************
フッター
******************************************************/
@media screen and (min-width: 1240px) {
  .google_map {
    height: 0;
    overflow: hidden;
    padding-bottom: 480px;
    position: relative;
  }
  .google_map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }    
  #copyright {
    color: #fff;
    text-align: center;
    line-height: 10rem;
    background: #002b60;
  }
}
@media screen and (max-width: 1239px) {
  .google_map {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
  }
  .google_map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }    
  #footer {
    padding-bottom: 6rem;
  }
  #copyright {
    color: #fff;
    text-align: center;
    line-height: 7rem;
    background: #002b60;
  }
}
/******************************************************
トップに戻るボタン
******************************************************/
@media screen and (min-width:1240px) {
  #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: #002b60;
    -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:1239px) {
  #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: #002b60;
  }  
  #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:1240px) {
  .main_title {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-bottom: 5rem;
  }
  .main_title .eng {
    font-size: 10.8rem;
    font-weight: normal;
    font-family: "Orbitron", sans-serif;
    line-height: 1.5;
  }
  .main_title .eng:first-letter {
    color: #002b60;
  }
  .main_title .jap {
    font-size: 2.4rem;
    font-weight: 400;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif; 
  }
}
@media screen and (max-width:1239px) {
  .main_title {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-bottom: 3rem;
  }
  .main_title .eng {
    font-size: 3.6rem;
    font-weight: normal;
    font-family: "Orbitron", sans-serif;
    line-height: 1.5;
  }
  .main_title .eng:first-letter {
    color: #002b60;
  }
  .main_title .jap {
    font-size: 1.4rem;
    font-weight: 400;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif; 
  }
}
/******************************************************
メインビジュアル
******************************************************/
@media screen and (min-width:1240px) {
  #top_main {
    position: relative;
    height: 100vh;
    margin-bottom: 18rem;
    overflow: hidden;
    background: url(/wp-content/uploads/images/bg_main.webp) top center no-repeat;
    background-size: cover;
    box-sizing: border-box;
    z-index: 0;
  }
  #top_main .catch_copy {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    z-index: 3;
  }
  #top_main .catch_copy img {
    width: 800px;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  #top_main .main_slider {
    z-index: 2;
  }
  #top_main .main_slider.sp {
    display: none;
  }  
}
@media screen and (max-width:1239px) {
  #top_main {
    position: relative;
    height: 125vw;
    margin-bottom: 5rem;
    overflow: hidden;
    background: url(/wp-content/uploads/images/bg_main.webp) top center no-repeat;
    background-size: cover;
    box-sizing: border-box;
    z-index: 0;
  }
  #top_main .catch_copy {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 125vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    z-index: 3;
  }
  #top_main .catch_copy img {
    width: 80%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  #top_main .main_slider {
    z-index: 2;
  }
  #top_main .main_slider.pc {
    display: none;
  }
}
/******************************************************
院長メッセージ
******************************************************/
@media screen and (min-width:1240px) {
  #top_message {}
  #top_message h2 {
    padding: 0 12rem;
    font-size: 10.8rem;
    font-weight: normal;
    font-family: "Orbitron", sans-serif;
    line-height: 1;
  }
  #top_message h2:first-letter {
    color: #002b60;
  }
  #top_message .message_flex {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-top: -5rem;
    margin-right: 8rem;
    padding-bottom: 8rem;
    background: #f2f4f7 url(/wp-content/uploads/images/bg_message.webp) top left no-repeat;
    background-size: 48rem auto;
  }
  #top_message .message_image {
    display: flex;
    flex-direction: column;
    position: relative;
    width: calc(100% - 880px);
    margin-top: -8rem;
    margin-right: -8rem;
  }
  #top_message .message_image .image {
    flex-grow: 1;
    background: url(/wp-content/uploads/images/message_img001.webp) top center no-repeat;
    background-size: cover;
    clip-path: polygon(10% 0%, 100% 0, 100% 100%, 0% 100%);
  }
  #top_message .message_image img {
    display: none;
  }
  #top_message .message_image .name_box {
    position: absolute;
    top: 50%;
    left: -60px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 5rem;
    background: #fff;
    box-shadow: 0 0 12px 0 rgba(0,0,0,.1);
    z-index: 1;
  }
  #top_message .message_image .name_box .post {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 6rem;
    height: 6rem;
    margin-right: 3rem;
    color: #fff;
    text-align: center;
    font-weight: 400;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;    
    border-radius: 50%;
    background: #002b60;
  }
  #top_message .message_image .name_box .name {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  #top_message .message_image .name_box .name .jap {
    font-size: 2.4rem;
    font-weight: 400;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;
  }
  #top_message .message_image .name_box .name .eng {
    font-weight: normal;
    font-family: "Orbitron", sans-serif;
  }  
  #top_message .message_text {
    width: 960px;
    margin-bottom: -8rem;
    padding: 12rem;
    box-sizing: border-box;
  }
  #top_message .message_text .cover {
    padding-left: 12rem;
    border-left: 1px solid #ccc;
  }
  #top_message .message_text .title {
    margin-bottom: 1em;
    font-size: 3.6rem;
    text-align: center;
    font-weight: 400;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;
  }
  #top_message .message_text .comment {
    font-size: 1.8rem;
  }
}
@media screen and (max-width:1239px) {
  #top_message {}
  #top_message h2 {
    margin-bottom: 3rem;
    font-size: 3.6rem;
    text-align: center;
    font-weight: normal;
    font-family: "Orbitron", sans-serif;
    line-height: 1;
  }
  #top_message h2:first-letter {
    color: #002b60;
  }
  #top_message .message_flex {
    background: #f2f4f7;
  }
  #top_message .message_image {
    display: flex;
    flex-direction: column;
    position: relative;
  }
  #top_message .message_image .image {}
  #top_message .message_image img {}
  #top_message .message_image .name_box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 auto;
    margin-top: -5rem;
    padding: 1.5rem;
    background: #fff;
    box-shadow: 0 0 12px 0 rgba(0,0,0,.1);
    z-index: 1;
  }
  #top_message .message_image .name_box .post {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 5rem;
    height: 5rem;
    margin-right: 2rem;
    color: #fff;
    text-align: center;
    font-weight: 400;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;    
    border-radius: 50%;
    background: #002b60;
  }
  #top_message .message_image .name_box .name {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  #top_message .message_image .name_box .name .jap {
    font-size: 1.8rem;
    font-weight: 400;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;
  }
  #top_message .message_image .name_box .name .eng {
    font-weight: normal;
    font-family: "Orbitron", sans-serif;
  }  
  #top_message .message_text {

    box-sizing: border-box;
  }
  #top_message .message_text .cover {
    padding: 3rem 1.5rem 5rem;
  }
  #top_message .message_text .title {
    margin-bottom: 1em;
    font-size: 2rem;
    text-align: center;
    font-weight: 400;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;
  }
  #top_message .message_text .comment {}
}
/******************************************************
院長インタビュー
******************************************************/
@media screen and (min-width:1240px) {
  #top_interview {
    padding: 10rem 0;
    background-image:
      url(/wp-content/uploads/images/bg_interview001.webp),
      url(/wp-content/uploads/images/bg_interview002.webp);
    background-size:
      100% auto;
    background-position:
      top center,
      bottom center;
    background-repeat:
      no-repeat;
  }
  #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: calc(100% - 750px);
  }
  #top_interview .interview_list .list .image img {
    display: none;
  }
  #top_interview .interview_list .list:nth-child(1) .image {
    background: url(/wp-content/uploads/images/interview_img001.webp) top center no-repeat;
    background-size: cover;
  }
  #top_interview .interview_list .list:nth-child(2) .image {
    background: url(/wp-content/uploads/images/interview_img002.webp) top center no-repeat;
    background-size: cover;
  }
  #top_interview .interview_list .list:nth-child(3) .image {
    background: url(/wp-content/uploads/images/interview_img003.webp) top center no-repeat;
    background-size: cover;
  }
  #top_interview .interview_list .list:nth-child(4) .image {
    background: url(/wp-content/uploads/images/interview_img004.webp) top center no-repeat;
    background-size: cover;
  }
  #top_interview .interview_list .list:nth-child(odd) .image {
    box-shadow: -1rem 1rem 0 0 rgba(0,43,96,.1);  
  }  
  #top_interview .interview_list .list:nth-child(even) .image {
    box-shadow: 1rem 1rem 0 0 rgba(0,43,96,.1); 
  }  
  #top_interview .interview_list .list .comment {
    position: relative;
    width: 750px;
    padding: 6rem 0;
    box-sizing: border-box;
    z-index: 1;
  }
  #top_interview .interview_list .list:nth-child(odd) .comment {
    padding-right: 8rem;
  }
  #top_interview .interview_list .list:nth-child(even) .comment {
    padding-left: 8rem;
  }
  #top_interview .interview_list .list .comment .box:nth-child(n+2) {
    margin-top: 5rem;
  }
  #top_interview .interview_list .list .comment h3 {
    position: relative;
    margin-bottom: 1em;
    padding-bottom: 1em;
    padding-left: 3em;
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 400;
    border-bottom: 1px dotted #ccc;
    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: .4em;
    left: 0;
    color: #002b60;
    content: "Q";
    font-size: 2em;
    font-weight: normal;
    font-family: "Orbitron", sans-serif;
    line-height: 1;
  }  
}
@media screen and (max-width:1239px) {
  #top_interview {
    padding: 5rem 0;
    background-image:
      url(/wp-content/uploads/images/bg_interview001.webp),
      url(/wp-content/uploads/images/bg_interview002.webp);
    background-size:
      100% auto;
    background-position:
      top center,
      bottom center;
    background-repeat:
      no-repeat;
  }
  #top_interview .interview_list .list:nth-child(n+2) {
    margin-top: 3rem;
  }
  #top_interview .interview_list .list_inner {
    padding: 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:nth-child(1) .image {
    background: url(/wp-content/uploads/images/interview_img001.webp) top center no-repeat;
    background-size: cover;
  }
  #top_interview .interview_list .list:nth-child(2) .image {
    background: url(/wp-content/uploads/images/interview_img002.webp) top center no-repeat;
    background-size: cover;
  }
  #top_interview .interview_list .list:nth-child(3) .image {
    background: url(/wp-content/uploads/images/interview_img003.webp) top center no-repeat;
    background-size: cover;
  }
  #top_interview .interview_list .list:nth-child(4) .image {
    background: url(/wp-content/uploads/images/interview_img004.webp) top center no-repeat;
    background-size: cover;
  }
  #top_interview .interview_list .list:nth-child(odd) .image {
    box-shadow: -.6rem .6rem 0 0 rgba(0,43,96,.1);  
  }  
  #top_interview .interview_list .list:nth-child(even) .image {
    box-shadow: .6rem .6rem 0 0 rgba(0,43,96,.1); 
  }  
  #top_interview .interview_list .list .comment {
    position: relative;
    box-sizing: border-box;
    z-index: 1;
  }
  #top_interview .interview_list .list .comment .box:nth-child(n+2) {
    margin-top: 3rem;
  }
  #top_interview .interview_list .list .comment h3 {
    position: relative;
    margin-bottom: 1em;
    padding-bottom: 1em;
    padding-left: 3em;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 400;
    border-bottom: 1px dotted #ccc;
    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;
    top: 50%;
    left: 0;
    margin-top: -.7em;
    color: #002b60;
    content: "Q";
    font-size: 2em;
    font-weight: normal;
    font-family: "Orbitron", sans-serif;
    line-height: 1;
  }  
}
/******************************************************
当院の自慢
******************************************************/
@media screen and (min-width:1240px) {
  #top_charm {
    padding: 10rem 0;
  }  
  .parts_feature_a {
    padding: 0 4vw;
  }
  .parts_feature_a .feature_list .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .parts_feature_a .feature_list .list:nth-child(odd) {
    flex-direction: row-reverse;
  }
  .parts_feature_a .feature_list .list:nth-child(n+2) {
    margin-top: 4vw;
  }
  .parts_feature_a .feature_list .list .image {
    position: relative;
    width: 60vw;
  }
  .parts_feature_a .feature_list .list:nth-child(odd) .image {
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
  }
  .parts_feature_a .feature_list .list:nth-child(even) .image {
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%)
  }  
  .parts_feature_a .feature_list .list:nth-child(1) .image {
    background: url(/wp-content/uploads/images/charm_img001.webp) top right no-repeat;
    background-size: cover;
  }
  .parts_feature_a .feature_list .list:nth-child(2) .image {
    background: url(/wp-content/uploads/images/charm_img002.webp) top left no-repeat;
    background-size: cover;
  }
  .parts_feature_a .feature_list .list:nth-child(3) .image {
    background: url(/wp-content/uploads/images/charm_img003.webp) top right no-repeat;
    background-size: cover;
  }
  .parts_feature_a .feature_list .list .text {
    position: relative;
    width: 30vw;
    padding: 4vw 0;
    box-sizing: border-box;
    z-index: 1;
  }
  .parts_feature_a .feature_list .list:nth-child(odd) .text {
    padding-right: 3rem;
  }
  .parts_feature_a .feature_list .list:nth-child(even) .text {
    padding-left: 3rem;
  }
  .parts_feature_a .feature_list .list .title {
    position: relative;
    margin-bottom: 5rem;
    color: #002b60;    
    font-size: 1.8vw;
    text-align: center;
    font-weight: 400;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;
    line-height: 1.5;
    padding: 2vw;
  }

  .parts_feature_a .feature_list .list .title span {
    display: block;
  }
  .parts_feature_a .feature_list .list .title .number {
    margin-bottom: .5em;
    color: #575757;    
    font-size: 1.2vw;
    font-weight: normal;
    font-family: "Orbitron", sans-serif;    
  }
  .parts_feature_a .feature_list .list:nth-child(odd) .title .left:before,
  .parts_feature_a .feature_list .list:nth-child(odd) .title .left:after,
  .parts_feature_a .feature_list .list:nth-child(odd) .title .right:before,
  .parts_feature_a .feature_list .list:nth-child(odd) .title .right:after {
    position: absolute;
    display: block;
    content: "";
    background: #ccc;
  }
  .parts_feature_a .feature_list .list:nth-child(even) .title .left:before,
  .parts_feature_a .feature_list .list:nth-child(even) .title .left:after,
  .parts_feature_a .feature_list .list:nth-child(even) .title .right:before,
  .parts_feature_a .feature_list .list:nth-child(even) .title .right:after {
    position: absolute;
    display: block;
    content: "";
    background: #ccc;
  }  
  .parts_feature_a .feature_list .list .title .left:before {
    top: -1vw;
    left: 1vw;
    width: 1px;
    height: 8vw;
  }  
  .parts_feature_a .feature_list .list .title .left:after {
    top: -1vw;
    left: 1vw;
    width: 8vw;
    height: 1px;
  }
  .parts_feature_a .feature_list .list .title .right:before {
    bottom: -1vw;
    right: 1vw;
    width: 1px;
    height: 8vw;
  }
  .parts_feature_a .feature_list .list .title .right:after {
    bottom: -1vw;
    right: 1vw;
    width: 8vw;
    height: 1px;
  }
  .parts_feature_a .feature_list .list:nth-child(odd) .title {
    margin-right: -12vw;
    background: rgba(0,43,96,.05);
  }
  .parts_feature_a .feature_list .list:nth-child(even) .title {
    margin-left: -12vw;
    background: rgba(0,43,96,.05);
  }
  .parts_feature_a .feature_list .list .comment {
  }
}
@media screen and (max-width:1239px) {
  #top_charm {
    padding: 5rem 0 0;
  }  
  .parts_feature_a {
    padding: 0;
  }
  .parts_feature_a .feature_list .list .image {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
  }  
  .parts_feature_a .feature_list .list:nth-child(1) .image {
    background: url(/wp-content/uploads/images/charm_img001.webp) top right no-repeat;
    background-size: cover;
  }
  .parts_feature_a .feature_list .list:nth-child(2) .image {
    background: url(/wp-content/uploads/images/charm_img002.webp) top left no-repeat;
    background-size: cover;
  }
  .parts_feature_a .feature_list .list:nth-child(3) .image {
    background: url(/wp-content/uploads/images/charm_img003.webp) top right no-repeat;
    background-size: cover;
  }  
  .parts_feature_a .feature_list .list .text {
    position: relative;
    padding: 3rem 1.5rem;
    box-sizing: border-box;
    z-index: 1;
  }

  
  .parts_feature_a .feature_list .list .title {
    position: relative;
    margin-bottom: 3rem;
    padding: 1.5rem;
    color: #002b60;    
    font-size: 1.8rem;
    text-align: center;
    font-weight: 400;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;
    line-height: 1.5;
    background: rgba(0,43,96,.05);
  }

  .parts_feature_a .feature_list .list .title span {
    display: block;
  }
  .parts_feature_a .feature_list .list .title .number {
    margin-bottom: .5em;
    color: #575757;    
    font-size: 1.4rem;
    font-weight: normal;
    font-family: "Orbitron", sans-serif;    
  }
  .parts_feature_a .feature_list .list:nth-child(odd) .title .left:before,
  .parts_feature_a .feature_list .list:nth-child(odd) .title .left:after,
  .parts_feature_a .feature_list .list:nth-child(odd) .title .right:before,
  .parts_feature_a .feature_list .list:nth-child(odd) .title .right:after {
    position: absolute;
    display: block;
    content: "";
    background: #ccc;
  }
  .parts_feature_a .feature_list .list:nth-child(even) .title .left:before,
  .parts_feature_a .feature_list .list:nth-child(even) .title .left:after,
  .parts_feature_a .feature_list .list:nth-child(even) .title .right:before,
  .parts_feature_a .feature_list .list:nth-child(even) .title .right:after {
    position: absolute;
    display: block;
    content: "";
    background: #ccc;
  }  
  .parts_feature_a .feature_list .list .title .left:before {
    top: -2vw;
    left: 2vw;
    width: 1px;
    height: 6vw;
  }  
  .parts_feature_a .feature_list .list .title .left:after {
    top: -2vw;
    left: 2vw;
    width: 6vw;
    height: 1px;
  }
  .parts_feature_a .feature_list .list .title .right:before {
    bottom: -2vw;
    right: 2vw;
    width: 1px;
    height: 6vw;
  }
  .parts_feature_a .feature_list .list .title .right:after {
    bottom: -2vw;
    right: 2vw;
    width: 6vw;
    height: 1px;
  }
}
/******************************************************
まだまだある
******************************************************/
@media screen and (min-width:1240px) {
  #top_other {
    margin-bottom: 10rem;
  }
  .parts_feature_b_image {
    position: relative;
    margin-bottom: 10rem;
    text-align: center;
    background: url(/wp-content/uploads/images/other_img001.webp) top center fixed;
    background-size: cover;    
  }
  .parts_feature_b_image .title {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 420px; 
    z-index: 2;
  }
  .parts_feature_b_image .title span {
    padding: .3em 1.2em;
    color: #002b60;
    font-size: 4.8rem;
    font-weight: 400;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;    
    line-height: 1;    
    background: rgba(255,255,255,.9);
    clip-path: polygon(3% 0, 100% 0%, 97% 100%, 0% 100%);
  }
  .parts_feature_b_image .title span:nth-child(n+2) {
    margin-top: 1rem;
  }
  .parts_feature_b_image:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0,43,96,.35);
    z-index: 1;
  }
  .parts_feature_b .feature_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 10rem; 
  }
  .parts_feature_b .feature_list .list {
    position: relative;
    display: flex;
    flex-direction: column;
    width: calc((100% / 3) - 40px);
    padding: 5rem;
    background: #f2f4f7;
    box-sizing: border-box;  
  }
  .parts_feature_b .feature_list .list .number {
    position: absolute;
    top: -40px;
    right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 80px;
    height: 80px;
    color: #fff;
    text-align: center;
    line-height: 1.3;
    font-weight: normal;
    font-family: "Orbitron", sans-serif;  
    background: #002b60;
  }
  .parts_feature_b .feature_list .list .number span {
    font-size: 3rem;
  }

  .parts_feature_b .feature_list .list .title {
    flex-grow: 1;
    margin-bottom: 1em;
    min-height: 3em;
    color: #002b60;
    font-size: 2.4rem;
    font-weight: 400;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;
  }
  .parts_feature_b .feature_list .list .title br {
    display: none;
  }
  .parts_feature_b .feature_list .list .comment {
    flex-grow: 1;
  }
}
@media screen and (max-width:1239px) {
  #top_other {
    margin-bottom: 5rem;
  }
  .parts_feature_b_image {
    position: relative;
    margin-bottom: 5rem;
    text-align: center;
    background: url(/wp-content/uploads/images/other_img001.webp) top center fixed;
    background-size: cover;    
  }
  .parts_feature_b_image .title {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 56.25vw;
    z-index: 2;
  }
  .parts_feature_b_image .title span {
    padding: .3em 1.2em;
    color: #002b60;
    font-size: 2.4rem;
    font-weight: 400;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;    
    line-height: 1;    
    background: rgba(255,255,255,.9);
    clip-path: polygon(3% 0, 100% 0%, 97% 100%, 0% 100%);
  }
  .parts_feature_b_image .title span:nth-child(n+2) {
    margin-top: 1rem;
  }
  .parts_feature_b_image:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0,43,96,.35);
    z-index: 1;
  }
  .parts_feature_b .feature_list {
    padding: 0 1.5rem; 
  }
  .parts_feature_b .feature_list .list {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 5rem 1.5rem 3rem;
    background: #f2f4f7;
    box-sizing: border-box;  
  }
  .parts_feature_b .feature_list .list:nth-child(n+2) {
    margin-top: 4.5rem;
  }
  .parts_feature_b .feature_list .list .number {
    position: absolute;
    top: -30px;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 60px;
    height: 60px;
    color: #fff;
    text-align: center;
    line-height: 1.3;
    font-weight: normal;
    font-family: "Orbitron", sans-serif;  
    background: #002b60;
  }
  .parts_feature_b .feature_list .list .number span {
    font-size: 2rem;
  }

  .parts_feature_b .feature_list .list .title {
    flex-grow: 1;
    margin-bottom: 1em;
    color: #002b60;
    font-size: 2rem;
    font-weight: 400;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;
  }
  .parts_feature_b .feature_list .list .title br {
    display: none;
  }
  .parts_feature_b .feature_list .list .comment {
    flex-grow: 1;
  }
}
/******************************************************
1日のスケジュール
******************************************************/
@media screen and (min-width:1240px) {
  #top_schedule {
    margin-bottom: 10rem;
  }
  .parts_schedule_a .image_list {
    display: flex;
    justify-content: space-between;
    padding: 0 4vw;
  }
  .parts_schedule_a .image_list .list {
    margin-left: 2rem;
  }
  .parts_schedule_a .image_list .list:nth-child(5n+1) {
    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 1rem 2rem;
  }
  .parts_schedule_a .schedule_list .list .time {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 140px;
    height: 140px;
    margin: 0 auto 3rem;
    color: #002b60;
    font-size: 2.4rem;
    text-align: center;
    font-weight: normal;
    font-family: "Orbitron", sans-serif;  
    border-radius: 50%;
    background: #d7e4f4;
  }
  .parts_schedule_a .schedule_list .list:nth-child(n+2) .time:before {
    position: absolute;
    top: 50%;
    left: -80px;
    display: block;
    content: "";
    width: 80px;
    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 #d7e4f4;
  }
  .parts_schedule_a .schedule_list .list .title {
    color: #002b60;
    font-size: 1.8rem;
    text-align: center;
    font-weight: 400;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;      
  }
}
@media screen and (max-width:1239px) {
  #top_schedule {
    margin-bottom: 5rem;
  }
  .parts_schedule_a .image_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 1.5rem;
  }
  .parts_schedule_a .image_list .list {
    width: calc(50% - 5px);
    margin-left: 10px;
  }
  .parts_schedule_a .image_list .list:nth-child(2n+1) {
    margin-left: 0;
  }
  .parts_schedule_a .image_list .list:nth-child(n+3) {
    margin-top: 10px;
  }
  .parts_schedule_a .image_list .list:nth-child(n+5) {
    display: none;
  }
  .parts_schedule_a .schedule_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 5rem;
  }
  .parts_schedule_a .schedule_list .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 1.5rem;
    box-sizing: border-box;
  }
  .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;
    color: #002b60;
    font-size: 1.6rem;
    text-align: center;
    font-weight: normal;
    font-family: "Orbitron", sans-serif;  
    border-radius: 50%;
    background: #d7e4f4;
  }
  .parts_schedule_a .schedule_list .list .time:after {
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -8px;
    margin-left: -8px;
    content: "";
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 16px solid #d7e4f4;
    border-right: 0;    
  }
  .parts_schedule_a .schedule_list .list .text {
    width: calc(100% - 100px);
  }
  .parts_schedule_a .schedule_list .list .title {
    color: #002b60;
    font-size: 1.6rem;
    font-weight: 400;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;      
  }
}
/******************************************************
スタッフの声
******************************************************/
@media screen and (min-width:1240px) {
  #top_voice {
    padding: 10rem 0;
    background: url(/wp-content/uploads/images/bg_interview001.webp) top center no-repeat;
    background-size: 100% auto;
  }
  #top_voice .voice_cover {
    padding: 0 4vw;
  }
  #top_voice .voice_cover .voice_box:nth-child(n+2) {
    margin-top: 6rem;
  }  
  #top_voice .voice_title {
    margin-bottom: 5rem;
    text-align: center;
  }
  #top_voice .voice_title span {
    display: inline-block;
    padding: .4em 1.2em;
    color: #002b60;
    font-size: 3rem;
    font-weight: 400;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;      
    line-height: 1;
    background: #d7e4f4;
    clip-path: polygon(3% 0, 100% 0%, 97% 100%, 0% 100%);    
  }
  #top_voice .voice_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #top_voice .voice_cover .voice_box:nth-child(odd) .voice_flex {
    flex-direction: row-reverse
  }
  #top_voice .voice_flex .voice_image {
    width: calc((100% / 3) - 30px);
    margin-bottom: 6rem;
  }
  #top_voice .voice_flex .voice_image img {
    display: none;
  }
  #top_voice .voice_box:nth-child(odd) .voice_flex .voice_image {
    box-shadow: -1rem 1rem 0 0 rgba(0,43,96,.1);  
  }  
  #top_voice .voice_box:nth-child(even) .voice_flex .voice_image {
    box-shadow: 1rem 1rem 0 0 rgba(0,43,96,.1); 
  }    
  
  #top_voice .voice_box:nth-child(1) .voice_flex .voice_image {
    background: url(/wp-content/uploads/images/voice_img002.webp) top center no-repeat;
    background-size: cover;
  }
  #top_voice .voice_box:nth-child(2) .voice_flex .voice_image {
    background: url(/wp-content/uploads/images/voice_img001.webp) top center no-repeat;
    background-size: cover;
  }  
  
  #top_voice .voice_flex .voice_list {
    display: flex;
    flex-wrap: wrap;
    width: calc(((100% / 3) - 30px) * 2 + 30px);
    margin-top: 6rem;
  }
  #top_voice .voice_flex .voice_list dl {
    width: calc(50% - 1.5rem);
    margin-left: 3rem;
    padding: 3rem;
    box-shadow: 0 0 12px 0 rgba(0,0,0,.1);    
    box-sizing: border-box;
    background: #fff;
  }
  #top_voice .voice_flex .voice_list dl:nth-child(2n+1) {
    margin-left: 0;
  }
  #top_voice .voice_flex .voice_list dl:nth-child(n+3) {
    margin-top: 3rem;
  }
  #top_voice .voice_flex .voice_list dt {
    position: relative;
    margin-bottom: 1em;
    padding-left: 1.5em;
    color: #002b60;
    font-size: 1.8rem;
    font-weight: 400;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;   
    line-height: 1.5;
  }
  #top_voice .voice_flex .voice_list dt:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "Q";
  }
}
@media screen and (max-width:1239px) {
  #top_voice {
    padding: 5rem 0;
    background: url(/wp-content/uploads/images/bg_interview001.webp) top center no-repeat;
    background-size: 100% auto;

  }
  #top_voice .voice_cover {
    padding: 0 1.5rem;
  }
  #top_voice .voice_cover .voice_box:nth-child(n+2) {
    margin-top: 5rem;
  }  
  #top_voice .voice_title {
    margin-bottom: 3rem;
    text-align: center;
  }
  #top_voice .voice_title span {
    display: inline-block;
    padding: .4em 1.2em;
    color: #002b60;
    font-size: 2rem;
    font-weight: 400;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;      
    line-height: 1;
    background: #d7e4f4;
    clip-path: polygon(3% 0, 100% 0%, 97% 100%, 0% 100%);    
  }
  #top_voice .voice_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #top_voice .voice_cover .voice_box:nth-child(odd) .voice_flex {
    flex-direction: row-reverse
  }
  #top_voice .voice_flex .voice_image {
    margin-bottom: 3rem;
  }
  #top_voice .voice_box:nth-child(odd) .voice_flex .voice_image {
    box-shadow: -.6rem .6rem 0 0 rgba(0,43,96,.1);  
  }  
  #top_voice .voice_box:nth-child(even) .voice_flex .voice_image {
    box-shadow: .6rem .6rem 0 0 rgba(0,43,96,.1); 
  }      
  #top_voice .voice_flex .voice_list {}
  #top_voice .voice_flex .voice_list dl {
    padding: 1.5rem;
    box-shadow: 0 0 12px 0 rgba(0,0,0,.1);    
    box-sizing: border-box;
    background: #fff;
  }
  #top_voice .voice_flex .voice_list dl:nth-child(n+2) {
    margin-top: 1.5rem;
  }
  #top_voice .voice_flex .voice_list dt {
    position: relative;
    margin-bottom: 1em;
    padding-left: 1.5em;
    color: #002b60;
    font-size: 1.8rem;
    font-weight: 400;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;   
    line-height: 1.5;
  }
  #top_voice .voice_flex .voice_list dt:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "Q";
  }
}
/******************************************************
採用の流れ
******************************************************/
@media screen and (min-width:1240px) {
  #top_flow {
    padding: 10rem 0;
    background: #f2f4f7 url(/wp-content/uploads/images/bg_flow.webp) top center no-repeat;
    background-size: 100% auto;
  }
  #top_flow .inner {
    width: 1480px;
    max-width: 100%;
  }
  #top_flow .flow_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10rem;    
  }
  #top_flow .flow_list .list {
    position: relative;
    width: calc(50% - 3rem);
    padding: 4rem;
    box-sizing: border-box;
  }  
  #top_flow .flow_list .list:nth-child(odd) {
    margin-bottom: 8rem;
    margin-top: -6rem;
    background: #fff;
  }
  #top_flow .flow_list .list:nth-child(even) {
    margin-top: 8rem;
    margin-bottom: -6rem;
    background: #fff;
  }  
  #top_flow .flow_list .list .title {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 1em;
    padding-bottom: .5em;
    font-size: 2rem;
    line-height: 1;
    font-weight: 400;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;     
    border-bottom: 1px solid #ccc;
  }
  #top_flow .flow_list .list .title .number {
    color: #002b60;
    font-weight: normal;
    font-family: "Orbitron", sans-serif;    
  }
  #top_flow .flow_list .list .title .number span {
    font-size: 4rem;
  }
  #top_flow .flow_list .list .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #top_flow .flow_list .list:nth-child(even) .flex {
    flex-direction: row-reverse;
  }
  #top_flow .flow_list .list .image {
    width: 40%;
    text-align: center;
  }
  #top_flow .flow_list .list .comment {
    width: calc(60% - 3rem);
  }
  #top_flow .flow_list .list:nth-child(even):before {
    position: absolute;
    top: 6rem;
    right: 100%;
    display: block;
    content: "";
    width: 8rem;
    height: 1px;
    background: #ccc;
  }
  #top_flow .flow_list .list:nth-child(odd):before {
    position: absolute;
    top: 6rem;
    left: 100%;
    display: block;
    content: "";
    width: 8rem;
    height: 1px;
    background: #ccc;
  }  
  #top_flow .flow_list .list:nth-child(1):before {
    display: none;
  }  
  #top_flow .flow_comment {
    text-align: center;
  }
}
@media screen and (max-width:1239px) {
  #top_flow {
    padding: 5rem 0;
    background: #f2f4f7 url(/wp-content/uploads/images/bg_flow.webp) top center no-repeat;
    background-size: 100% auto;
  }
  #top_flow .inner {}
  #top_flow .flow_list {
  }
  #top_flow .flow_list .list {
    position: relative;
    margin-bottom: 3rem;
    padding: 3rem;
    box-sizing: border-box;
    background: #fff;
  } 
  #top_flow .flow_list .list:nth-child(n+2) {
    margin-top: 1.5rem;
  }
  #top_flow .flow_list .list .title {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 1em;
    padding-bottom: .5em;
    font-size: 2rem;
    line-height: 1;
    font-weight: 400;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;     
    border-bottom: 1px solid #ccc;
  }
  #top_flow .flow_list .list .title .number {
    color: #002b60;
    font-weight: normal;
    font-family: "Orbitron", sans-serif;    
  }
  #top_flow .flow_list .list .title .number span {
    font-size: 4rem;
  }
  #top_flow .flow_list .list .flex {}
  #top_flow .flow_list .list .image {
    margin-bottom: 1em;
    text-align: center;
  }
  #top_flow .flow_list .list .comment {}
}
/******************************************************
当院の各職種の詳細
******************************************************/
@media screen and (min-width:1240px) {
  #top_product {
    padding: 10rem 0;
    background: url(/wp-content/uploads/images/bg_type.webp) top center no-repeat;
    background-size: 100% auto;
  }
  #top_product .thumbnail_list {
    width: 100%;
    margin-bottom: 5rem;
  }
  
  #top_product .thumbnail_list .slick-track {
    transform: unset!important;
    width: 100%!important;
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
  }  
  #top_product .thumbnail_list .list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 150px;
    height: 50px;
    margin: 0 1rem;
    color: #f2f4f7;
    text-align: center;
    background: #002b60;
    cursor: pointer;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;    
  }
  #top_product .thumbnail_list .list:hover,
  #top_product .thumbnail_list .list.slick-current {
    color: #002b60;
    background: #f2f4f7;
  }
  #top_product .product_list {
    width: 960px;
    max-width: 100%;
    margin: 0 auto;
  }
  #top_product .product_list .list .image {
    margin-bottom: 3rem;
  }
  #top_product .product_list .list .image img {
    object-fit: cover;
    aspect-ratio:16/9;        
  }
  #top_product .product_list .list h3 {
    margin-bottom: 1.2em;
    text-align: center;
    font-weight: 400;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;
  }
  #top_product .product_list .list h3 span {
    font-size: 2.4rem;
  }
  #top_product .product_list .list .title {
    font-size: 1.8rem;
    maggin-bottom: .5em;
    padding-bottom: .5em;
    color: #002b60;
    font-weight: 400;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;
    border-bottom: 1px solid #ccc;
  }
  #top_product .product_list .list p {
    margin: 1em 0;
    padding: 3rem;
    background: #fff;
  }
  #top_product .product_list .arrow {
    position: absolute;
    top: 320px;
    width: 80px;
    height: 80px;
    margin-top: -40px;
    border-radius: 50%;
    z-index: 1;
    cursor: pointer;
  }
  #top_product .product_list .prev {
    right: calc(100% + 20px);
    background: #f2f4f7 url(/wp-content/uploads/images/icon_prev.webp) center center no-repeat;
    background-size: contain;
  }
  #top_product .product_list .next {
    left: calc(100% + 20px);
    background: #f2f4f7 url(/wp-content/uploads/images/icon_next.webp) center center no-repeat;
    background-size: contain;    
  }
}
@media screen and (max-width:1239px) {
  #top_product {
    padding: 5rem 0;
    background: url(/wp-content/uploads/images/bg_type.webp) top center no-repeat;
    background-size: 100% auto;
  }
  #top_product .thumbnail_list {
    width: 100%;
    margin-bottom: 3rem;
  }
  
  #top_product .thumbnail_list .slick-track {
    transform: unset!important;
    width: 100%!important;
    display: flex;
    flex-wrap: wrap!important;
    justify-content: center;
  }    
  #top_product .thumbnail_list .slick-slide {
    display: block!important;
    float: none !important;
    flex: 0 0 48%;
    margin: 1%;
  }
  
  
  #top_product .thumbnail_list .list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(50% - 4px);
    line-height: 4rem;
    color: #f2f4f7;
    text-align: center;
    background: #002b60;
    cursor: pointer;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;    
  }
  #top_product .thumbnail_list .list:hover,
  #top_product .thumbnail_list .list.slick-current {
    color: #002b60;
    background: #f2f4f7;
  }
  #top_product .product_list {
    width: 960px;
    max-width: 100%;
    margin: 0 auto;
  }
  #top_product .product_list .list .image {
    margin-bottom: 2rem;
  }
  #top_product .product_list .list .image img {
    object-fit: cover;
    aspect-ratio:16/9;        
  }
  #top_product .product_list .list h3 {
    margin-bottom: 1.2em;
    text-align: center;
    font-weight: 400;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;
  }
  #top_product .product_list .list h3 span {
    font-size: 2rem;
  }
  #top_product .product_list .list .title {
    font-size: 1.6rem;
    maggin-bottom: .5em;
    padding-bottom: .5em;
    color: #002b60;
    font-weight: 400;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;
    border-bottom: 1px solid #ccc;
  }
  #top_product .product_list .list p {
    margin: 1em 0;
    background: #fff;
  }
  #top_product .product_list .arrow {
    display: none!important;
  }
  #top_product .product_list .prev {
    right: calc(100% + 20px);
    background: #f2f4f7 url(/wp-content/uploads/images/icon_prev.webp) center center no-repeat;
    background-size: contain;
  }
  #top_product .product_list .next {
    left: calc(100% + 20px);
    background: #f2f4f7 url(/wp-content/uploads/images/icon_next.webp) center center no-repeat;
    background-size: contain;    
  }
}
/******************************************************
医院情報
******************************************************/
@media screen and (min-width:1240px) {
  #top_clinic {
    padding: 10rem 0;
    background: #f2f4f7;
  }
  .parts_information_a .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .parts_information_a .flex .image {
    width: 50%;
    background: url(/wp-content/uploads/images/clinic_img002.webp) top center no-repeat;
    background-size: cover;
  }
  .parts_information_a .flex .image img {
    display: none;
  }
  .parts_information_a .flex .text {
    width: 50%;
    padding: 4vw;
    text-align: center;
    box-sizing: border-box;
  }
  .parts_information_a .photo {
    margin-bottom: 5rem;
  }
  .parts_information_a .photo img {
    width: auto;
    height: 8rem;
  }
  .parts_information_a .data {
    margin-bottom: 5rem;
  }
  .parts_information_a .data table {
    width: 100%;
    table-layout: fixed;
    line-height: 1.5;
    border-top: 1px solid #ccc;
  }
  .parts_information_a .data th,
  .parts_information_a .data td {
    padding: 1.5rem 0;
    border-bottom: 1px solid #ccc;
  }
  .parts_information_a .data th {
    width: 30%;
  }
  .parts_information_a .data td {
    text-align: left;
  }
  .parts_information_a .data td span {
    display: inline-block;
  }
  .parts_information_a .schedule table {
    width: 100%;
    table-layout: fixed;
  }
  .parts_information_a .schedule tr:nth-child(n+2) {
    border-top: 1px solid #ccc;
  }
  .parts_information_a .schedule th,
  .parts_information_a .schedule td {
    padding: 1.5rem;
  }
  .parts_information_a .schedule th {
    width: 30%;
  }
  .parts_information_a .schedule td {
    border-left: 1px solid #ccc;
  }
  .parts_information_a .schedule p {
    margin-top: 1em;
    text-align: right;
  }
  .parts_information_a .schedule span {
    display: inline-block;
  }
  .parts_information_a .schedule .color {
    color: #002b60;
  }
}
@media screen and (max-width:1239px) {
  #top_clinic {
    padding: 5rem 0;
    background: #f2f4f7;
  }
  .parts_information_a .flex {}
  .parts_information_a .flex .image {
    margin-bottom: 3rem;
  }
  .parts_information_a .flex .image img {
    object-fit: cover;
    aspect-ratio: 16 / 9;
  }
  .parts_information_a .flex .text {
    padding: 3rem 1.5rem;
    text-align: center;
    box-sizing: border-box;
  }
  .parts_information_a .photo {
    margin-bottom: 3rem;
  }
  .parts_information_a .photo img {
    width: auto;
    height: 4rem;
  }
  .parts_information_a .data {
    margin-bottom: 5rem;
  }
  .parts_information_a .data table {
    width: 100%;
    table-layout: fixed;
    line-height: 1.5;
    border-top: 1px solid #ccc;
  }
  .parts_information_a .data th,
  .parts_information_a .data td {
    padding: 1.5rem 0;
    border-bottom: 1px solid #ccc;
  }
  .parts_information_a .data th {
    width: 30%;
  }
  .parts_information_a .data td {
    text-align: left;
  }
  .parts_information_a .data td span {
    display: inline-block;
  }
  .parts_information_a .schedule table {
    width: 100%;
  }
  .parts_information_a .schedule tr:nth-child(n+2) {
    border-top: 1px solid #ccc;
  }
  .parts_information_a .schedule th,
  .parts_information_a .schedule td {
    padding: .4em;
    text-align: center;
  }
  .parts_information_a .schedule th {
    width: 100px;
  }
  .parts_information_a .schedule td {
    font-size: 1.2rem;
    border-left: 1px solid #ccc;
  }
  .parts_information_a .schedule p {
    margin-top: 1em;
    text-align: right;
  }
  .parts_information_a .schedule span {
    display: inline-block;
  }
  .parts_information_a .schedule .color {
    color: #002b60;
  }
}
/******************************************************
インスタグラム
******************************************************/
@media screen and (min-width:1240px) {
  #top_instagram {
    padding: 10rem 0;
    background: #fff;
  }
  #top_instagram .instagram_list {
    display: flex;
    flex-wrap: wrap;
  }
  #top_instagram .instagram_list .list {
    width: calc((100% / 6) - 10px);
    margin-left: 12px;
  }
  #top_instagram .instagram_list .list:nth-child(6n+1) {
    margin-left: 0;
  }
  #top_instagram .instagram_list .list:nth-child(n+7) {
    margin-top: 12px;
  }
}
@media screen and (max-width:1239px) {
  #top_instagram {
    padding: 5rem 0;
    background: #fff;
  }
  #top_instagram .instagram_list {
    display: flex;
    flex-wrap: wrap;
  }
  #top_instagram .instagram_list .list {
    width: calc((100% / 3) - 4px);
    margin-left: 6px;
  }
  #top_instagram .instagram_list .list:nth-child(3n+1) {
    margin-left: 0;
  }
  #top_instagram .instagram_list .list:nth-child(n+4) {
    margin-top: 6px;
  }
}
/******************************************************
募集要項
******************************************************/
@media screen and (min-width:1240px) {
  #top_recruit {
    padding: 10rem 0;
    background: #f2f4f7;
  }
  #top_recruit .recruit_btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 5rem;
  }
  #top_recruit .recruit_btn .btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    width: calc((100% / 6) - 5px);
    height: 6rem;
    margin-left: 6px;
    font-weight: 600;
    background: #002b60;
    cursor: pointer;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;    
  }
  #top_recruit .recruit_btn .btn:nth-child(6n+1) {
    margin-left: 0;
  }
  #top_recruit .recruit_btn .btn.active {
    color: #002b60;
    background: #fff;
  }
  #top_recruit .recruit_btn .btn:hover {
    color: #002b60;
    background: #fff;
  }
  #top_recruit .recruit_list {
    display: none;
    padding: 3rem;
    background: #fff;
  }
  #top_recruit .recruit_list.show {
    display: block;
  }
  #top_recruit h3 {
    font-size: 2.4rem;
    maggin-bottom: .5em;
    padding-bottom: .5em;
    color: #002b60;
    font-weight: 400;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;
    border-bottom: 1px solid #ccc;
  }
  #top_recruit .recruit_list dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }  
  #top_recruit .recruit_list dl:nth-child(n+2) {
    margin-top: 15px;
  }
  #top_recruit .recruit_list dl dt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(25% - 7.5px);
    padding: 1em;
    color: #fff;
    text-align: center;
    background: #002b60;
    box-sizing: border-box;
  }
  #top_recruit .recruit_list dl dd {
    width: calc(75% - 7.5px);
    padding: 1em;
    background: #f2f4f7;
    box-sizing: border-box;
  }  
  #top_recruit .recruit_list dl span {
    font-weight: 600;
  }
}
@media screen and (max-width:1239px) {
  #top_recruit {
    padding: 5rem 0;
    background: #f2f4f7;
  }
  #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;
    color: #fff;
    text-align: center;
    width: calc((100% / 3) - 4px);
    height: 4rem;
    margin-left: 6px;
    font-weight: 600;
    background: #002b60;
    cursor: pointer;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;    
  }
  #top_recruit .recruit_btn .btn:nth-child(3n+1) {
    margin-left: 0;
  }
  #top_recruit .recruit_btn .btn:nth-child(n+4) {
    margin-top: 6px;
  }  
  #top_recruit .recruit_btn .btn.active {
    color: #002b60;
    background: #fff;
  }
  #top_recruit .recruit_btn .btn:hover {
    color: #002b60;
    background: #fff;
  }
  #top_recruit .recruit_list {
    display: none;
    padding: 3rem 1.5rem;
    background: #fff;
  }
  #top_recruit .recruit_list.show {
    display: block;
  }
  #top_recruit h3 {
    font-size: 1.6rem;
    maggin-bottom: .5em;
    padding-bottom: .5em;
    color: #002b60;
    font-weight: 400;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;
    border-bottom: 1px solid #ccc;
  }
  #top_recruit .recruit_list dl {}  
  #top_recruit .recruit_list dl:nth-child(n+2) {
    margin-top: 15px;
  }
  #top_recruit .recruit_list dl dt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding: .8em;
    color: #fff;
    text-align: center;
    background: #002b60;
    box-sizing: border-box;
  }
  #top_recruit .recruit_list dl dd {
    width: 100%;
    
    padding: .8em;
    box-sizing: border-box;
  }  
  #top_recruit .recruit_list dl span {
    font-weight: 600;
  }
}
/******************************************************
応募フォーム
******************************************************/
@media screen and (min-width:1240px) {
  #top_entry {
    padding: 10rem 0;
    background: #002b60;
  }
  #top_entry .main_title {
    color: #fff;
  }
  #top_entry .main_title .eng {
    color: #fff;
  }
  #top_entry .main_title .eng:first-letter {
    color: #fff;
  }
  #top_entry .entry_cover {
    max-width: 960px;
    margin: 0 auto;
    padding: 6rem;
    background: #fff;
  }
  .form_table {
    margin: 0 auto 5rem;
  }
  .form_table dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    font-size: 1.6rem;
    background: #fff;
    box-sizing: border-box;
  }
  .form_table dl:nth-child(n+2) {
    margin-top: .5rem;
  }
  .form_table dt {
    position: relative;
    width: 300px;
    padding: 1rem;
    box-sizing: border-box;
  }
  .form_table dt.req:after {
    position: absolute;
    top: 50%;
    right: 0;
    content: "必須";
    padding: 0 1rem;
    color: #fff;
    margin-top: -1.6rem;
    font-size: 1.4rem;
    line-height: 3.2rem;
    background: #dd8a01;
  }
  .form_table dd {
    width: calc(100% - 315px);
    padding: 1rem;
    box-sizing: border-box;
  }
  .form_table dd.flex {
    display: flex;
    flex-wrap: wrap;
  }
  .form_table dd input[type=text],
  .form_table dd input[type=email],
  .form_table dd textarea {
    width: 100%;
    padding: 1em;
    border: none;
    background: #f2f2f2;
    box-sizing: border-box;
  }
  .form_table dd input[type=text].number {
    width: 120px;
  }
  .form_table dd input.post {
    width: 240px!important;
  }
  .form_table dd div:nth-child(n+2) {
    margin-left: 1em;
  }
  .note {
    margin-bottom: 5rem;
    padding: 4rem;
    text-align: center;
    background: #f6f6f6;
  }
  .check_comment {
    margin-bottom: 5rem;
    text-align: center;
  }
  .entry_btn {
    position: relative;
    width: 360px;
    margin: 0 auto 5rem;
    text-align: center;
  }
  .entry_btn input[type=submit] {
    display: inline-block;
    width: 100%;
    height: 6rem;
    color: #fff;
    font-size: 1.8rem;
    background: #dd8a01;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  .entry_btn input[type=submit]:hover {
    opacity: .7;
  }
  .entry_btn:after {
    position: absolute;
    display: block;
    content: "\f105";
    font-family: "FontAwesome";
    top: 50%;
    right: 1em;
    margin-top: -.5em;
    color: #fff;
    line-height: 1;  
  }
  .privacy {
    padding: 4rem;
    border: 1px solid #575757;
  }
  .privacy .title {
    margin-bottom: 1em;
    font-size: 2rem;
    text-align: center;
  }
  .privacy li {
    position: relative;
    padding-left: 1.5em;
  }
  .privacy li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "・";
  }  
}
@media screen and (max-width:1239px) {
  #top_entry {
    padding: 5rem 0;
    background: #002b60;
  }
  #top_entry .main_title {
    color: #fff;
  }
  #top_entry .main_title .eng {
    color: #fff;
  }
  #top_entry .main_title .eng:first-letter {
    color: #fff;
  }
  #top_entry .entry_cover {
    max-width: 960px;
    margin: 0 auto;
    padding: 3rem 1.5rem;
    background: #fff;
    box-sizing: border-box;
  }
  .form_table {
    margin: 0 auto 3rem;
  }
  .form_table dl {
    align-items: center;
    background: #fff;
    box-sizing: border-box;
  }
  .form_table dl:nth-child(n+2) {
    margin-top: .5rem;
  }
  .form_table dt {
    position: relative;
    padding: 1rem;
    box-sizing: border-box;
  }
  .form_table dt.req:after {
    position: absolute;
    top: 50%;
    right: 0;
    content: "必須";
    padding: 0 1rem;
    color: #fff;
    margin-top: -1.6rem;
    font-size: 1.4rem;
    line-height: 3.2rem;
    background: #dd8a01;
  }
  .form_table dd {
    box-sizing: border-box;
  }
  .form_table dd.flex {
    display: flex;
    flex-wrap: wrap;
  }
  .form_table dd input[type=text],
  .form_table dd input[type=email],
  .form_table dd textarea {
    width: 100%;
    padding: 1em;
    border: none;
    background: #f2f2f2;
    box-sizing: border-box;
  }
  .form_table dd input[type=text].number {
    width: 75px;
  }
  .form_table dd input.post {
    width: 240px!important;
  }
  .form_table dd div:nth-child(n+2) {
    margin-left: 1em;
  }
  .note {
    margin-bottom: 3rem;
    padding: 3rem;
    background: #f6f6f6;
  }
  .check_comment {
    margin-bottom: 3rem;
    text-align: center;
  }
  .entry_btn {
    position: relative;
    margin: 0 auto 3rem;
    text-align: center;
  }
  .entry_btn input[type=submit] {
    display: inline-block;
    width: 240px;
    height: 50px;
    color: #fff;
    font-size: 1.6rem;
    background: #dd8a01;
  }
  .entry_btn:after {
    position: absolute;
    display: block;
    content: "\f105";
    font-family: "FontAwesome";
    top: 50%;
    right: 1em;
    margin-top: -.5em;
    color: #fff;
    line-height: 1;  
  }
  .privacy {
    padding: 3rem;
    border: 1px solid #575757;
  }
  .privacy .title {
    margin-bottom: 1em;
    font-size: 1.8rem;
    text-align: center;
  }
  .privacy li {
    position: relative;
    padding-left: 1.5em;
  }
  .privacy li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "・";
  }  
}