@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=Allura&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&family=Zen+Maru+Gothic:wght@300;400;500;700;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: 400;
	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: #333333;
	font-size: 100%;
  font-weight: 400;
	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-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width:767px) {
  body {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
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 {
  width: 100%;
	height: auto;
  vertical-align: middle;
}
a {
  color: #333333;
  text-decoration: none;
  vertical-align: baseline;
  border:none;
  outline:none;
}
span {
  vertical-align: baseline;
}
*:focus {
  outline: none;
}
/******************************************************
animate.css カスタマイズ
******************************************************/
@keyframes fadeInUp30 {
  from {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp30 {
  animation-name: fadeInUp30;
  animation-duration: 1s;
}
@keyframes fadeInUp60 {
  from {
    opacity: 0;
    transform: translate3d(0, 60px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp60 {
  animation-name: fadeInUp60;
  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: '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;
}
/******************************************************
レスポンシブ
******************************************************/
@media screen and (max-width: 1299px){
  .inner {
    position:relative;
    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: 1300px) {
  .inner {
    position:relative;
    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: 'Noto Serif JP','游明朝体', 'Yu Mincho', 'Hiragino Mincho Pro', 'Hiragino Mincho ProN', YuMincho, 'MS PMincho', 'Times New Roman', serif;}
.bold {font-weight: bold;}
/******************************************************
ヘッダー
******************************************************/
@media screen and (min-width: 1300px) {
  #header {}
  #header #h_cover {
    position: fixed;
    width: 100%;
    padding: 1.5rem;
    padding-right: 8rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #fff;
    box-sizing: border-box;
    z-index: 100;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;    
    background: rgba(255,255,255,.9);
  }
  #header #h_cover.active {}
  #h_logo {
    display: flex;
    align-items: center;
  }
  #h_logo .logo img {
    width: auto;
    height: 5rem;
  }
  #h_logo .text {
    margin-left: 1em;
    color: #fff;
    text-align: center;
    padding: 0 3em;
    line-height: 3rem;
    background: #3399f5;
  }
  #h_btn {
    display: flex;
    flex-wrap: wrap;
  }
  #h_btn .btn:nth-child(n+2) {
    margin-left: 1rem;
  }
  #h_btn .btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    color: #fff;
    text-align: center;
    line-height: 5rem;
    border-radius: 2.5rem;
    background: #3399f5;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;    
  }
  #h_btn .btn a:hover {
    opacity: .7;
  }
  
  #h_btn .btn a.tel:before {  
    display: block;
    width: 2.4rem;
    height: 2.4rem;
    content: "";
    margin-right: .5em;
    background: transparent url(/wp-content/uploads/images/icon_tel.svg) no-repeat top center;
    background-size: contain;
  }
  #h_btn .btn a.entry:before {  
    display: block;
    width: 2.4rem;
    height: 2.4rem;
    content: "";
    margin-right: .5em;
    background: transparent url(/wp-content/uploads/images/icon_mail.svg) no-repeat top center;
    background-size: contain;
  }  
  
  /****************************************************
  追従ボタン
  ****************************************************/  
  #fix_btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-right: 6rem;
  }
  #fix_btn .btn {
    margin-right: 1rem;
  }
  #fix_btn .btn a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 240px;
    color: #fff;
    line-height: 6rem;
    border-radius: 3rem;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  #fix_btn .btn a:hover {
    opacity: .7;
  }
  #fix_btn .btn a.tel {
    background: #f39700;
  }
  #fix_btn .btn a.tel span.icon {
    display: block;
    width: 2.8rem;
    height: 2.8rem;
    background: transparent url(/wp-content/uploads/images/icon_tel.svg) no-repeat top center;
    background-size: contain;
  }  
  #fix_btn .btn a.mail {
    background: #3399f5;
  }
  #fix_btn .btn a.mail span.icon {
    display: block;
    width: 2.8rem;
    height: 2.8rem;
    background: transparent url(/wp-content/uploads/images/icon_mail.svg) no-repeat top center;
    background-size: contain;
  }    
  #fix_btn .btn a span {
    margin: 0 .6rem;
    font-size: 2rem;
    font-family: 'Noto Serif JP','游明朝体', 'Yu Mincho', 'Hiragino Mincho Pro', 'Hiragino Mincho ProN', YuMincho, 'MS PMincho', 'Times New Roman', serif;
    font-weight: 400;
  }
  /****************************************************
  ハンバーガー
  ****************************************************/
  #h_toggle_btn {
    position: fixed;
    display: block;
    width: 50px;
    height: 50px;
    top: 1.5rem;
    right: 1.5rem;
    z-index: 101;
    color: #fff;
    border-radius: 50%;
    background: #f39700;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  #h_toggle_btn span {
    display: block;
    width: 24px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 13px;
    -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: 19px;
  }
  #h_toggle_btn span:nth-child(2){
    top: 25px;
  }
  #h_toggle_btn span:nth-child(3){
    top: 31px;
  }
  #h_toggle_btn.open {
    z-index: 10004;
  }
  #h_toggle_btn.open span {
    color: #fff;
  }
  #h_toggle_btn.open span:nth-child(1) {
    top: 25px;
    -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: 25px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
    background: #fff;
  }  
  #h_toggle_btn div {
    position: absolute;
    width: 100%;
    bottom: 16px;
    text-align: center;
  }
  /****************************************************
  メニュー
  ****************************************************/
  #h_nav {
    background: #f2f8f7;
    display: block;
    width: 400px;
    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: #3399f5;
  }
  #h_nav .link_btn a {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 6rem;
    color: #333333;
    border: 1px solid #ccc;
    background: #fff;
    box-sizing: border-box;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;    
  }
  #h_nav .link_btn a:hover {
    opacity: .7;
  }
  #h_nav .link_btn a:after {
    position: absolute;
    display: block;
    content: "\f105";
    font-family: "FontAwesome";
    top: 50%;
    right: 1em;
    margin-top: -.5em;
    line-height: 1; 
  }
  #h_nav .link_btn a .logo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  #h_nav .link_btn a .logo .icon {
    content: "";
    width: 3rem;
    height: 3rem;
    margin-right: 1rem;
    line-height: 3rem;
    background: url(/wp-content/uploads/images/icon/icon_logo.png) center center;
    background-size: contain;
  }
  /****************************************************
  追従バナー
  ****************************************************/
  .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: #3399f5;
    line-height: 15px;
    text-align: center;
    background: #fff;
    cursor: pointer;
  }
}
@media screen and (max-width: 1299px) {
  #header {
    height: 6rem;
  }
  #header #h_cover {
    position: fixed;
    width: 100%;
    padding: 1.5rem;
    padding-right: 6rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #fff;
    box-sizing: border-box;
    z-index: 100;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  #header #h_cover.active {
    box-shadow: 0 0 6px 0 rgba(0,0,0,.1);
  }
  #h_logo {
    display: flex;
    align-items: center;
  }
  #h_logo .logo img {
    width: auto;
    height: 2.4rem;
  }
  #h_logo .text {
    margin-left: 1em;
    color: #fff;
    text-align: center;
    padding: 0 1em;
    font-size: 1rem;
    line-height: 3rem;
    background: #3399f5;
  }
  #h_btn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  #h_btn .btn {
    width: 50%;
  }
  #h_btn .btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: #fff;
    text-align: center;
    line-height: 6rem;
    background: #3399f5;   
  }
  #h_btn .btn a.entry {
    background: #6bb7eb;
  }
  #h_btn .btn a.tel:before {  
    display: block;
    width: 2rem;
    height: 2rem;
    content: "";
    margin-right: .5em;
    background: transparent url(/wp-content/uploads/images/icon_tel.svg) no-repeat top center;
    background-size: contain;
  }
  #h_btn .btn a.entry:before {  
    display: block;
    width: 2rem;
    height: 2rem;
    content: "";
    margin-right: .5em;
    background: transparent url(/wp-content/uploads/images/icon_mail.svg) no-repeat top 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: #f39700;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  #h_toggle_btn span {
    display: block;
    width: 24px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 18px;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;	
  }
  #h_toggle_btn span:nth-child(1){
    top: 24px;
  }
  #h_toggle_btn span:nth-child(2){
    top: 30px;
  }
  #h_toggle_btn span:nth-child(3){
    top: 36px;
  }
  #h_toggle_btn.open {
    z-index: 10004;
  }
  #h_toggle_btn.open span {
    color: #fff;
  }
  #h_toggle_btn.open span:nth-child(1) {
    top: 30px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
    background: #fff;
  }
  #h_toggle_btn.open span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  #h_toggle_btn.open span:nth-child(3) {
    top: 30px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
    background: #fff;
  }  
  #h_toggle_btn div {
    position: absolute;
    width: 100%;
    bottom: 16px;
    text-align: center;
  }
  /****************************************************
  メニュー
  ****************************************************/
  #h_nav {
    background: #f2f8f7;
    display: block;
    width: 400px;
    max-width: calc(100% - 60px);
    height: 100%;
    padding: 6rem 1.5rem 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: #3399f5;
  }
  #h_nav .link_btn a {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 6rem;
    color: #333333;
    border: 1px solid #ccc;
    background: #fff;
    box-sizing: border-box;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;    
  }
  #h_nav .link_btn a:hover {
    opacity: .7;
  }
  #h_nav .link_btn a:after {
    position: absolute;
    display: block;
    content: "\f105";
    font-family: "FontAwesome";
    top: 50%;
    right: 1em;
    margin-top: -.5em;
    line-height: 1; 
  }
  #h_nav .link_btn a .logo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  #h_nav .link_btn a .logo .icon {
    content: "";
    width: 3rem;
    height: 3rem;
    margin-right: 1rem;
    line-height: 3rem;
    background: url(/wp-content/uploads/images/icon/icon_logo.png) center center;
    background-size: contain;
  }
  /****************************************************
  追従バナー
  ****************************************************/
  .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: #3399f5;
    line-height: 15px;
    text-align: center;
    background: #fff;
    cursor: pointer;
  }
  .fix_banner img {
    max-width: 60%;
  }
}
/******************************************************
フッター
******************************************************/
@media screen and (min-width: 1300px) {
  #copyright {
    text-align: center;
    line-height: 10rem;
  }
}
@media screen and (max-width: 1299px) {
  #footer {
    padding-bottom: 6rem;
  }
  #copyright {
    text-align: center;
    line-height: 7rem;
  }
}
/******************************************************
共通設定
******************************************************/
@media screen and (min-width:1025px) {
  .main_title {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.5em;
    color: #333333;
    font-size: 3rem;
    font-weight: 500;
    text-align: center;
  }
  .main_title span.eng {
    color: #3399f5;
    font-size: 10.8rem;
    line-height: 1;
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
    font-style: normal;  
  }
  /****************************************************
  メインビジュアル
  ****************************************************/
  #top_main {
    position: relative;
    width: 100%;
    height: 100vh;
    margin-bottom: 4rem;
    overflow: hidden;
  }
  #top_main:before {
    position: absolute;
    display: block;
    width: 100%;
    height: 100vh;
    content: "";
    background: rgba(51,153,245,.3);
    z-index: 1;
  }
  #top_main #catch_copy {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 5rem;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    box-sizing: border-box;
  }
  #top_main #catch_copy img {
    width: 960px;
    max-width: 100%;
    margin-top: 10vh;
  }
  
  
  #top_main .main_visual .image {
    display: flex;
    flex-wrap: wrap;
  }
  #top_main .main_visual .image_left,
  #top_main .main_visual .image_right {
    display: flex;
    flex-direction: column;
    width: 50%;
    height: 100vh;
  }
  #top_main .main_visual .image_1 {
    width: 100%;
    height: 100vh;
  }
  #top_main .main_visual .image:nth-child(1) .image_1 {
    background: url(/wp-content/uploads/images/main_img001c.webp) top center no-repeat;
    background-size: cover;
  }
  #top_main .main_visual .image:nth-child(2) .image_1 {
    background: url(/wp-content/uploads/images/main_img001b.webp) top center no-repeat;
    background-size: cover;
  }
  #top_main .main_visual .image:nth-child(3) .image_1 {
    background: url(/wp-content/uploads/images/main_img001a.webp) top center no-repeat;
    background-size: cover;
  }
  #top_main .main_visual .image_2 {
    width: 100%;
    height: 50vh;
  }
  #top_main .main_visual .image:nth-child(1) .image_2 {
    background: url(/wp-content/uploads/images/main_img002c.webp) top center no-repeat;
    background-size: cover;
  }
  #top_main .main_visual .image:nth-child(2) .image_2 {
    background: url(/wp-content/uploads/images/main_img002b.webp) top center no-repeat;
    background-size: cover;
  }
  #top_main .main_visual .image:nth-child(3) .image_2 {
    background: url(/wp-content/uploads/images/main_img002a.webp) top center no-repeat;
    background-size: cover;
  }  
  #top_main .main_visual .image_3 {
    width: 100%;
    height: 50vh;
  }
  #top_main .main_visual .image:nth-child(1) .image_3 {
    background: url(/wp-content/uploads/images/main_img003c.webp) top center no-repeat;
    background-size: cover;
  }
  #top_main .main_visual .image:nth-child(2) .image_3 {
    background: url(/wp-content/uploads/images/main_img003b.webp) top center no-repeat;
    background-size: cover;
  }
  #top_main .main_visual .image:nth-child(3) .image_3 {
    background: url(/wp-content/uploads/images/main_img003a.webp) top center no-repeat;
    background-size: cover;
  }    
  /****************************************************
  代表あいさつ
  ****************************************************/
  #top_message {
    margin: 0 4rem;
    padding: 10rem 0 5rem;
    background: url(/wp-content/uploads/images/bg_message.webp) top center no-repeat;
    background-size: cover;
  }
  #top_message .message_cover {
    position: relative;
  }
  #top_message .message_cover .image_area {
    position: absolute;
    top: 0;
    left: 0;
    width: 450px;
  }
  #top_message .message_cover .photo {
    box-shadow: 6px 6px 12px 0 rgba(0,0,0,.1);
  }
  #top_message .message_cover .name {
    position: absolute;
    top: -4rem;
    left: 2rem;
    font-size: 1.8rem;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: .05em;
    text-shadow: 0 0 18px rgba(255,255,255,1),0 0 18px rgba(255,255,255,1),0 0 18px rgba(255,255,255,1),0 0 18px rgba(255,255,255,1),0 0 18px rgba(255,255,255,1),0 0 18px rgba(255,255,255,1),0 0 18px rgba(255,255,255,1),0 0 18px rgba(255,255,255,1),0 0 18px rgba(255,255,255,1),0 0 18px rgba(255,255,255,1);
  }
  #top_message .message_cover .clinic_name {
    border-left: 2px solid #333333;
  }
  #top_message .message_cover .doctor_name span {
    margin-bottom: 1rem;
    font-size: 3rem;
    font-weight: 500;
  }
  #top_message .message_cover .text_area {
    margin-left: 270px;
  }
  #top_message .message_cover h2 {
    position: relative;
    margin-bottom: -5rem;
    padding-top: 4rem;
    padding-left: 25rem;
    background: linear-gradient(135deg, #3399f5, #6bb7eb);
    background: -webkit-linear-gradient(45deg, #3399f5, #6bb7eb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: 1;
  }
  #top_message .message_cover h2 span {
    font-size: 10.8rem;
    line-height: 1;
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
    font-style: normal;
  }  
  #top_message .message_cover .text {
    padding: 8rem 6rem;
    padding-left: 25rem;
    background: #fff;
    border-radius: 10px;
  }
  #top_message .message_cover .text .comment p:nth-child(n+2) {
    margin-top: 1em;
  }
  /****************************************************
  働きやすさ
  ****************************************************/
  #top_reason {
    padding: 0 0 10rem;
    background: #fff;
  }
  #top_reason .inner {
    width: 100%;
  }
  #top_reason .reason_title {
    margin-bottom: 1em;
    color: #3399f5;
    font-size: 4.8rem;
    font-weight: 500;
    text-align: center;
  }
  #top_reason .reason_title span {
    font-weight: 700;
    background: #f08c1e;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  #top_reason .reason_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 4rem;
  }
  #top_reason .reason_list .list {
    display: flex;
    flex-direction: column;
    width: calc((100% / 3) - 20px);
  }
  #top_reason .reason_list .list:nth-child(3n) {
    margin-right: 0;
  }
  #top_reason .reason_list .list:nth-child(n+4) {
    margin-top: 6rem;
  }
  #top_reason .reason_list .number {
    display: flex;
    flex-direction: column;
    color: #f39700;
    text-align: center;
    line-height: 1;
    margin-bottom: 2rem;
  }
  #top_reason .reason_list .number .large {
    font-size: 3.5em;
    font-weight: 700;
  }
  #top_reason .reason_list h3 {
    margin-bottom: 1em;
    color: #3399f5;
    font-size: 3rem;
    font-weight: 500;
    text-align: center;
  }
  #top_reason .reason_list .comment_cover {
    box-shadow: -10px 10px 0 0 rgba(0,0,0,.2);
    border-radius: 10px;
  }
  #top_reason .reason_list .comment {
    flex-grow: 1;
    padding: 1.2em;
    border-radius: 0 0 10px 10px;
  }
  #top_reason .reason_list .list:nth-child(1) .comment,
  #top_reason .reason_list .list:nth-child(3) .comment,
  #top_reason .reason_list .list:nth-child(5) .comment,
  #top_reason .reason_list .list:nth-child(7) .comment,
  #top_reason .reason_list .list:nth-child(9) .comment {
    background: #eaf5fe;
  }
  #top_reason .reason_list .list:nth-child(2) .comment,
  #top_reason .reason_list .list:nth-child(4) .comment,
  #top_reason .reason_list .list:nth-child(6) .comment,
  #top_reason .reason_list .list:nth-child(8) .comment {
    background: #f5fafe;
  }  
  #top_reason .reason_list .list .image img {
    border-radius: 10px 10px 0 0;
  }
  /****************************************************
  1日の働き方
  ****************************************************/
  #top_schedule {
    padding: 10rem 0;
    background: #fff;
  }  
  .parts_schedule_a .image_list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5rem;
  }
  .parts_schedule_a .image_list .list img {
    border-radius: 10px;
  }
  .parts_schedule_a .image_list .list:nth-child(n+2) {
    margin-left: 2rem;
  }
  .parts_schedule_a .schedule_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 5rem;
  }
  .parts_schedule_a .schedule_list .list {
    width: 200px;
    margin: 0 2rem;
  }
  .parts_schedule_a .schedule_list .list .time {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 150px;
    height: 150px;
    margin: 0 auto 3rem;
    color: #fff;
    font-size: 3rem;
    text-align: center;
    font-weight: 600;
    border-radius: 50%;
    background: #3399f5;
  }
  .parts_schedule_a .schedule_list .list:nth-child(n+2) .time:before {
    position: absolute;
    top: 50%;
    left: -90px;
    display: block;
    content: "";
    width: 9rem;
    height: 2px;
    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 var(--sub-color);
  }
  .parts_schedule_a .schedule_list .list .title {
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
  }
  .parts_schedule_a .schedule_comment .message {
    margin-bottom: 3rem;
    color: var(--main-color);
    font-size: 3rem;
    text-align: center;
    font-weight: 600;
  }
  .parts_schedule_a .schedule_comment .comment {
    padding: 6rem;
    background: repeating-linear-gradient(135deg, rgba(246, 246, 246, 1), rgba(246, 246, 246, 1) 12px, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 1) 16px);
  }  
  /****************************************************
  スタッフの声
  ****************************************************/
  #top_voice {
    padding: 10rem 0;
    background: url(/wp-content/uploads/images/bg_voice.webp) bottom center no-repeat;
    background-size: contain;
  }
  #top_voice .voice_list .list {
    display: flex;
    justify-content: space-between;
  }
  #top_voice .voice_list .list:nth-child(1) {
    flex-direction: row-reverse;
  }
  #top_voice .voice_list .list:nth-child(n+2) {}
  #top_voice .voice_list .list .image {
    width: calc(100% - 640px);
    margin-bottom: 5rem;
  }
  #top_voice .voice_list .list .image img {
    border-radius: 3rem;
  }
  #top_voice .voice_list .list dl {
    width: 100%;
    margin-bottom: 5rem;
  }
  #top_voice .voice_list .list:nth-child(odd) dl{
    width: 600px;
  }
  #top_voice .voice_list .list dt {
    padding: .4em .8em;
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.5;
    border-radius: .4em;
    background: linear-gradient(135deg, #3399f5, #6bb7eb);
    background: -webkit-linear-gradient(45deg, #3399f5, #6bb7eb);
  }
  #top_voice .voice_list .list dd {
    margin: 1em 0;
  }  
  /****************************************************
  医院の特徴
  ****************************************************/
  #top_feature {
    padding: 10rem 0;
    background: #eaf5fe;
  }
  #top_feature .inner {
    width: initial;
    padding: 0 10rem;
  }
  #top_feature .feature_list {
    display: flex;
    flex-wrap: wrap;
  }
  #top_feature .feature_list .list {
    width: calc(100% / 2);
    border-left: 1px solid #f2f8f7;
    box-sizing: border-box;
    background: #fff;
  }
  #top_feature .feature_list .list:nth-child(2n+1) {
    border-left: none;
  }
  #top_feature .feature_list .list .title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 300px;
    color: #fff;
    line-height: 1;
    text-shadow: #3399f5 0 0 10px, #3399f5 0 0 10px;
  }
  #top_feature .feature_list .list:nth-child(1) .title {
    background: url(/wp-content/uploads/images/feature_img001.webp) center center no-repeat;
    background-size: cover;
  }
  #top_feature .feature_list .list:nth-child(2) .title {
    background: url(/wp-content/uploads/images/feature_img002.webp) center center no-repeat;
    background-size: cover;
  }
  #top_feature .feature_list .list:nth-child(3) .title {
    background: url(/wp-content/uploads/images/feature_img003.webp) center center no-repeat;
    background-size: cover;
  }
  #top_feature .feature_list .list:nth-child(4) .title {
    background: url(/wp-content/uploads/images/feature_img004.webp) center center no-repeat;
    background-size: cover;
  }
  #top_feature .feature_list .list .title .number {
    margin-bottom: 2rem;
    font-size: 5rem;
    font-weight: 600;
  }
  #top_feature .feature_list .list .title .text {
    font-size: 2rem;
    font-weight: 600;
  }
  #top_feature .feature_list .list .title .text br {
    display: none;
  }
  #top_feature .feature_list .list .comment {
    padding: 5rem;
  }
  /****************************************************
  採用の流れ
  ****************************************************/
  #top_flow {
    padding: 10rem 0;
    background: #fff;
  }
  #top_flow .inner {
    width: 100%;
  }
  #top_flow .flow_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #top_flow .flow_list .list {
    position: relative;
    width: calc((100% / 5) - 32px);
    margin-bottom: 6rem;
  }
  #top_flow .flow_list .list .number {
    position: absolute;
    top: -3rem;
    left: 50%;
    width: 6rem;
    height: 6rem;
    margin-left: -3rem;
    padding: 1rem;
    color: #fff;
    font-size: 1rem;
    text-align: center;
    line-height: 1;
    background: #f39700;
    border-radius: 3rem;
    z-index: 1;
    box-sizing: border-box; 
  }
  #top_flow .flow_list .list .number span {
    font-size: 3rem;
    font-weight: 600;
  }
  #top_flow .flow_list .list .image {
    position: relative;
    margin-bottom: 2rem;
  }
  #top_flow .flow_list .list .image img {
    border-radius: 10px;
  }
  #top_flow .flow_list .list:nth-child(n+2) .image:before {
    position: absolute;
    display: block;
    content: "\f04e";
    font-family: "FontAwesome";
    top: 50%;
    left: -30px;
    margin-top: -0.5em;
    color: #f39700;
    font-size: 2rem;
    line-height: 1;
  }
  #top_flow .flow_list .list h3 {
    margin-bottom: .8em;
    text-align: center;
  }
  #top_flow .flow_list .list h3 span {
    color: #3399f5;
    font-weight: 600;
  }
  #top_flow p {
    line-height: 1.6;
  }
  #top_flow .comment p span {
    font-size: 1.8rem;
    font-weight: 600;
  }
  /****************************************************
  医院情報
  ****************************************************/
  #top_clinic {
    padding: 10rem 0;
    background: #fbf8f4 url(/wp-content/uploads/images/bg_clinic.webp) center center no-repeat;
    background-size: cover;
  }
  #top_clinic .clinic_flex {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  #top_clinic .clinic_flex .image {
    width: calc(50% - 4rem);
    border-radius: 1rem;
    background: url(/wp-content/uploads/images/clinic_img001.webp) center center no-repeat;
    background-size: cover;
  }
  #top_clinic .clinic_flex .image img {
    display: none;
  }
  #top_clinic .clinic_flex .comment {
    width: calc(50% - 4rem);
  }
  #top_clinic .clinic_flex .comment .logo {
    margin-bottom: 2rem;
    text-align: center;
  }
  #top_clinic .clinic_flex .comment .logo img {
    width: auto;
    height: 5rem;
  }
  #top_clinic .clinic_flex .data {
    margin-bottom: 3rem;
  }
  #top_clinic .clinic_flex .btn_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 2rem;
  }
  #top_clinic .clinic_flex .btn_list a {
    margin: 0 1rem;
    padding: 0 2em;
    color: #3399f5;
    line-height: 4rem;
    border: 1px solid #3399f5;
    border-radius: 2rem;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear; 
    background: #fff;
  }
  #top_clinic .clinic_flex .btn_list a:hover {
    color: #fff;
    background: #3399f5;
  }
  #top_clinic .clinic_flex .address {
    text-align: center;
  }
  #top_clinic .clinic_flex .schedule {
    padding: 3rem;
    border-radius: 10px;
    background: #fff;
  }
  #top_clinic .clinic_flex .comment .schedule table th,
  #top_clinic .clinic_flex .comment .schedule table td {
    padding: 5px;
  }
  #top_clinic .clinic_flex .comment .schedule table th {
    width: 120px;
  }
  
  #top_clinic .clinic_flex .comment .schedule table {
    width: 100%;
    table-layout: fixed;
  }
  #top_clinic .clinic_flex .comment table tr:first-child {
    border-bottom: 1px solid #ccc;
  }  
  #top_clinic .clinic_flex .comment .schedule .green {
    color: #3399f5;
  }
  /****************************************************
  スライダー
  ****************************************************/
  #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;
  }
  #image-scroll {}
  #image-scroll.simply-scroll-list div {
    float: left; 
    padding: 0 1rem;
    margin: 0;
    width: 360px;
    height: 240px;
    list-style:none!important;
  }      
  /****************************************************
  募集要項
  ****************************************************/
  #top_recruit {
    padding: 10rem 0;
    background-image: 
      repeating-linear-gradient( 90deg, #eee , #eee 1px, transparent 1px, transparent 12px ),
      repeating-linear-gradient( 0deg, #eee , #eee 1px, #fff 1px, #fff 12px );
  }
  #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: 280px;
    height: 60px;
    margin: 0 10px;
    border-radius: 35px;
    background: #3399f5;
    cursor: pointer;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;    
  }
  #top_recruit .recruit_btn .btn.active {
    background: #6bb7eb;
  }
  #top_recruit .recruit_btn .btn:hover {
    background: #6bb7eb;
  }
  #top_recruit .recruit_list {
    display: none;
    padding: 3rem;
    background: #fff;
    border: 1px solid #3399f5;
  }
  #top_recruit .recruit_list.show {
    display: block;
  }
  #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: #3399f5;
    box-sizing: border-box;
  }
  #top_recruit .recruit_list dl dd {
    width: calc(75% - 7.5px);
    padding: 1em;
    background: #f5fafe;
    box-sizing: border-box;
  }  
  #top_recruit .recruit_list dl span {
    font-weight: 600;
  }
  /****************************************************
  応募フォーム
  ****************************************************/
  #top_entry {
    padding: 10rem 0;
    background: linear-gradient(135deg, #3399f5, #6bb7eb);
    background: -webkit-linear-gradient(45deg, #3399f5, #6bb7eb);
  }
  #top_entry .main_title {
    color: #fff;
  }
  #top_entry .main_title .eng {
    color: #fff;
  }
  #top_entry .entry_cover {
    max-width: 960px;
    margin: 0 auto;
    padding: 6rem;
    border-radius: 2rem;
    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: #f39700;
  }
  .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: #f39700;
    -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 #333333;
  }
  .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: "・";
  }  
  
  /****************************************************
  googlemap
  ****************************************************/
  .google_map {
    height: 0;
    overflow: hidden;
    padding-bottom: 480px;
    position: relative;
  }
  .google_map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }  
}
@media screen and (max-width:1024px) {
  .main_title {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.5em;
    color: #333333;
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
  }
  .main_title span.eng {
    color: #3399f5;
    font-size: 4rem;
    line-height: 1;
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
    font-style: normal;  
  }
  /****************************************************
  メインビジュアル
  ****************************************************/
  #top_main {
    position: relative;
    width: 100%;
    height: 50vh;
    margin-bottom: 1.5rem;
    overflow: hidden;
  }
  #top_main:before {
    position: absolute;
    display: block;
    width: 100%;
    height: 50vh;
    content: "";
    background: rgba(51,153,245,.3);
    z-index: 1;
  }
  #top_main #catch_copy {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50vh;
    padding: 1.5rem;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    box-sizing: border-box;
  }
  #top_main #catch_copy img {
    width: 960px;
    max-width: 100%;
  }
  
  
  #top_main .main_visual .image {
    display: flex;
    flex-wrap: wrap;
  }
  #top_main .main_visual .image_left,
  #top_main .main_visual .image_right {
    display: flex;
    flex-direction: column;
    width: 50%;
    height: 50vh;
  }
  #top_main .main_visual .image_1 {
    width: 100%;
    height: 50vh;
  }
  #top_main .main_visual .image:nth-child(1) .image_1 {
    background: url(/wp-content/uploads/images/main_img001c.webp) top center no-repeat;
    background-size: cover;
  }
  #top_main .main_visual .image:nth-child(2) .image_1 {
    background: url(/wp-content/uploads/images/main_img001b.webp) top center no-repeat;
    background-size: cover;
  }
  #top_main .main_visual .image:nth-child(3) .image_1 {
    background: url(/wp-content/uploads/images/main_img001a.webp) top center no-repeat;
    background-size: cover;
  }
  #top_main .main_visual .image_2 {
    width: 100%;
    height: 25vh;
  }
  #top_main .main_visual .image:nth-child(1) .image_2 {
    background: url(/wp-content/uploads/images/main_img002c.webp) top center no-repeat;
    background-size: cover;
  }
  #top_main .main_visual .image:nth-child(2) .image_2 {
    background: url(/wp-content/uploads/images/main_img002b.webp) top center no-repeat;
    background-size: cover;
  }
  #top_main .main_visual .image:nth-child(3) .image_2 {
    background: url(/wp-content/uploads/images/main_img002a.webp) top center no-repeat;
    background-size: cover;
  }  
  #top_main .main_visual .image_3 {
    width: 100%;
    height: 25vh;
  }
  #top_main .main_visual .image:nth-child(1) .image_3 {
    background: url(/wp-content/uploads/images/main_img003c.webp) top center no-repeat;
    background-size: cover;
  }
  #top_main .main_visual .image:nth-child(2) .image_3 {
    background: url(/wp-content/uploads/images/main_img003b.webp) top center no-repeat;
    background-size: cover;
  }
  #top_main .main_visual .image:nth-child(3) .image_3 {
    background: url(/wp-content/uploads/images/main_img003a.webp) top center no-repeat;
    background-size: cover;
  }    
  /****************************************************
  代表あいさつ
  ****************************************************/
  #top_message {
    padding: 5rem 0 3rem;
    background: url(/wp-content/uploads/images/bg_message.webp) top center no-repeat;
    background-size: cover;
  }
  #top_message .message_cover {
    position: relative;
  }
  #top_message .message_cover .image_area {
    width: 75vw;
    margin: 0 auto 3rem;
  }
  #top_message .message_cover .photo {
    box-shadow: -.4vw .4vw .8vw 0 rgba(0,0,0,.1);
  }
  #top_message .message_cover .name {
    position: absolute;
    top: -2rem;
    left: 4rem;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: .05em;
    text-shadow: 0 0 12px rgba(255,255,255,1),0 0 12px rgba(255,255,255,1),0 0 12px rgba(255,255,255,1),0 0 12px rgba(255,255,255,1),0 0 12px rgba(255,255,255,1),0 0 12px rgba(255,255,255,1),0 0 12px rgba(255,255,255,1),0 0 12px rgba(255,255,255,1),0 0 12px rgba(255,255,255,1),0 0 12px rgba(255,255,255,1);
  }
  #top_message .message_cover .clinic_name {
    border-left: 2px solid #333333;
  }
  #top_message .message_cover .doctor_name span {
    margin-bottom: 1rem;
    font-size: 1.8rem;
    font-weight: 500;
  }
  #top_message .message_cover .text_area {
  }
  #top_message .message_cover h2 {
    position: relative;
    text-align: center;
    margin-bottom: -1.5em;
    background: linear-gradient(135deg, #3399f5, #6bb7eb);
    background: -webkit-linear-gradient(45deg, #3399f5, #6bb7eb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: 1;
  }
  #top_message .message_cover h2 span {
    font-size: 3.6rem;
    line-height: 1;
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
    font-style: normal;
  }  
  #top_message .message_cover .text {
    padding: 3rem 1.5rem;
    background: #fff;
  }
  #top_message .message_cover .text .comment p:nth-child(n+2) {
    margin-top: 1em;
  }  
  /****************************************************
  働きやすさ
  ****************************************************/
  #top_reason {
    padding: 0 0 5rem;
  }
  #top_reason .reason_title {
    margin-bottom: 1em;
    color: #3399f5;
    font-size: 2.4rem;
    font-weight: 500;
    text-align: center;
  }
  #top_reason .reason_title span {
    font-weight: 700;
    background: #f08c1e;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  #top_reason .reason_list {}
  #top_reason .reason_list .list {
    display: flex;
    flex-direction: column;
  }
  #top_reason .reason_list .list:nth-child(n+2) {
    margin-top: 3rem;
  }
  #top_reason .reason_list .number {
    display: flex;
    flex-direction: column;
    color: #f39700;
    text-align: center;
    line-height: 1;
    margin-bottom: 2rem;
  }
  #top_reason .reason_list .number .large {
    font-size: 3.5em;
    font-weight: 700;
  }
  #top_reason .reason_list h3 {
    margin-bottom: 1em;
    color: #3399f5;
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
  }
  #top_reason .reason_list .comment_cover {
    box-shadow: -10px 10px 0 0 rgba(0,0,0,.2);
    border-radius: 10px;
  }
  #top_reason .reason_list .comment {
    flex-grow: 1;
    padding: 1.2em;
    border-radius: 0 0 10px 10px;
  }
  #top_reason .reason_list .list:nth-child(odd) .comment {
    background: #eaf5fe;
  }
  #top_reason .reason_list .list:nth-child(even) .comment {
    background: #f5fafe;
  }  
  #top_reason .reason_list .list .image img {
    border-radius: 10px 10px 0 0;
  }
  /****************************************************
  1日の働き方
  ****************************************************/
  #top_schedule {
    padding: 5rem 0;
    background: #fff;
  }  
  .parts_schedule_a .image_list {
    display: none;
  }
  .parts_schedule_a .image_list .list img {
    border-radius: 10px;
  }
  .parts_schedule_a .image_list .list:nth-child(n+2) {
    margin-left: 2rem;
  }
  .parts_schedule_a .schedule_list {}
  .parts_schedule_a .schedule_list .list:nth-child(n+2) {
    margin-top: 3rem;
  }
  .parts_schedule_a .schedule_list .list .time {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 80px;
    height: 80px;
    margin: 0 auto 1rem;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    font-weight: 600;
    border-radius: 50%;
    background: #3399f5;
  }

  .parts_schedule_a .schedule_list .list .title {
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
  }
  .parts_schedule_a .schedule_list .list .title:after {
    display: block;
    content: "";
    width: 100%;
    height: 65vw;
    margin: 1rem 0;
    border-radius: 1rem;
  }
  .parts_schedule_a .schedule_list .list:nth-child(1) .title:after {
    background: url(/wp-content/uploads/images/schedule_img001.webp) top center no-repeat;
    background-size: cover;
  }
  .parts_schedule_a .schedule_list .list:nth-child(2) .title:after {
    background: url(/wp-content/uploads/images/schedule_img002.webp) top center no-repeat;
    background-size: cover;
  }
  .parts_schedule_a .schedule_list .list:nth-child(3) .title:after {
    background: url(/wp-content/uploads/images/schedule_img003.webp) top center no-repeat;
    background-size: cover;
  }
  .parts_schedule_a .schedule_list .list:nth-child(4) .title:after {
    background: url(/wp-content/uploads/images/schedule_img004.webp) top center no-repeat;
    background-size: cover;
  }
  .parts_schedule_a .schedule_list .list:nth-child(5) .title:after {
    background: url(/wp-content/uploads/images/schedule_img005.webp) top center no-repeat;
    background-size: cover;
  }
  /****************************************************
  スタッフの声
  ****************************************************/
  #top_voice {
    padding: 5rem 0;
    background: url(/wp-content/uploads/images/bg_voice.webp) bottom center no-repeat;
    background-size: contain;
  }
  #top_voice .voice_list .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #top_voice .voice_list .list:nth-child(odd) {
    flex-direction: row-reverse;
  }
  #top_voice .voice_list .list .image {
    margin-bottom: 2rem;
  }
  #top_voice .voice_list .list .image img {
    border-radius: 1rem;
  }
  #top_voice .voice_list .list dt {
    padding: .4em .8em;
    color: #fff;
    line-height: 1.5;
    font-weight: 600;
    border-radius: 8px;
    background: linear-gradient(135deg, #3399f5, #6bb7eb);
    background: -webkit-linear-gradient(45deg, #3399f5, #6bb7eb);
  }
  #top_voice .voice_list .list dd {
    margin: 1em 0;
  }  
  /****************************************************
  医院の特徴
  ****************************************************/
  #top_feature {
    padding: 5rem 0;
    background: #eaf5fe;
  }
  #top_feature .inner {
    width: initial;
    padding: 0;
  }
  #top_feature .feature_list {
    display: flex;
    flex-wrap: wrap;
  }
  #top_feature .feature_list .list {
    box-sizing: border-box;
    background: #fff;
  }
  #top_feature .feature_list .list:nth-child(n+2) {
    margin-top: 1.5rem;
  }
  #top_feature .feature_list .list .title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 240px;
    padding: 0 1em;
    color: #fff;
    line-height: 1;
    text-shadow: #3399f5 0 0 10px, #3399f5 0 0 10px;
  }
  #top_feature .feature_list .list:nth-child(1) .title {
    background: url(/wp-content/uploads/images/feature_img001.webp) center center no-repeat;
    background-size: cover;
  }
  #top_feature .feature_list .list:nth-child(2) .title {
    background: url(/wp-content/uploads/images/feature_img002.webp) center center no-repeat;
    background-size: cover;
  }
  #top_feature .feature_list .list:nth-child(3) .title {
    background: url(/wp-content/uploads/images/feature_img003.webp) center center no-repeat;
    background-size: cover;
  }
  #top_feature .feature_list .list:nth-child(4) .title {
    background: url(/wp-content/uploads/images/feature_img004.webp) center center no-repeat;
    background-size: cover;
  }
  #top_feature .feature_list .list .title .number {
    margin-bottom: 2rem;
    font-size: 5rem;
    font-weight: 600;
  }
  #top_feature .feature_list .list .title .text {
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.5;
  }
  #top_feature .feature_list .list .comment {
    padding: 3rem;
  }
  /****************************************************
  採用の流れ
  ****************************************************/
  #top_flow {
    padding: 5rem 0;
    background: #fff;
  }
  #top_flow .flow_list {}
  #top_flow .flow_list .list {
    position: relative;
    margin-top: 5rem;
  }
  #top_flow .flow_list .list .number {
    position: absolute;
    top: -3rem;
    left: 50%;
    width: 6rem;
    height: 6rem;
    margin-left: -3rem;
    padding: 1rem;
    color: #fff;
    font-size: 1rem;
    text-align: center;
    line-height: 1;
    background: #f39700;
    border-radius: 3rem;
    z-index: 1;
    box-sizing: border-box; 
  }
  #top_flow .flow_list .list .number span {
    font-size: 3rem;
    font-weight: 600;
  }
  #top_flow .flow_list .list .image {
    position: relative;
    margin-bottom: 2rem;
  }
  #top_flow .flow_list .list .image img {
    border-radius: 10px;
  }
  #top_flow .flow_list .list:nth-child(n+2) .image:before {
    position: absolute;
    display: block;
    content: "\f04e";
    font-family: "FontAwesome";
    top: 50%;
    left: -30px;
    margin-top: -0.5em;
    color: #f39700;
    font-size: 2rem;
    line-height: 1;
  }
  #top_flow .flow_list .list h3 {
    margin-bottom: .8em;
    font-size: 2rem;
    text-align: center;
  }
  #top_flow .flow_list .list h3 span {
    color: #3399f5;
    font-weight: 600;
  }
  #top_flow .comment {
    text-align: center;
  }
  #top_flow .comment p span {
    font-size: 1.8rem;
    font-weight: 600;
  }
  /****************************************************
  医院情報
  ****************************************************/
  #top_clinic {
    padding: 5rem 0;
    background: #fbf8f4 url(/wp-content/uploads/images/bg_clinic.webp) top left no-repeat;
    background-size: 100% auto;
  }
  #top_clinic .clinic_flex {}
  #top_clinic .clinic_flex .image {
    margin-bottom: 3rem;
  }
  #top_clinic .clinic_flex .image img {
    border-radius: 1rem;
  }
  #top_clinic .clinic_flex .comment {}
  #top_clinic .clinic_flex .comment .logo {
    margin-bottom: 2rem;
    text-align: center;
  }
  #top_clinic .clinic_flex .comment .logo img {
    width: auto;
    height: 4rem;
  }
  #top_clinic .clinic_flex .data {
    margin-bottom: 3rem;
  }
  #top_clinic .clinic_flex .btn_list {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 2rem;
  }
  #top_clinic .clinic_flex .btn_list a {
    width: 240px;
    color: #3399f5;
    line-height: 5rem;
    border: 1px solid #3399f5;
    border-radius: 2.5rem;
    text-align: center;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear; 
    background: #fff;
  }
  #top_clinic .clinic_flex .btn_list a:nth-child(n+2) {
    margin-top: 1.5rem;
  }
  #top_clinic .clinic_flex .address {
    text-align: center;
  }
  #top_clinic .clinic_flex .schedule {
    padding: 1rem;
    border-radius: 10px;
    background: #fff;
  }
  #top_clinic .clinic_flex .comment .schedule table th,
  #top_clinic .clinic_flex .comment .schedule table td {
    padding: 5px;
  }
  #top_clinic .clinic_flex .comment .schedule table th {
    width: 80px;
  }
  
  #top_clinic .clinic_flex .comment .schedule table {
    width: 100%;
    table-layout: fixed;
  }
  #top_clinic .clinic_flex .comment table tr:first-child {
    border-bottom: 1px solid #ccc;
  }  
  #top_clinic .clinic_flex .comment .schedule .green {
    color: #3399f5;
  }
  /****************************************************
  スライダー
  ****************************************************/
  #top_slider {
    padding: 1.5rem 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;
  }
  #image-scroll {}
  #image-scroll.simply-scroll-list div {
    float: left; 
    padding: 0 .5rem;
    margin: 0;
    width: 240px;
    height: 160px;
    list-style:none!important;
  }      
  /****************************************************
  募集要項
  ****************************************************/
  #top_recruit {
    padding: 5rem 0;
    background-image: 
      repeating-linear-gradient( 90deg, #eee , #eee 1px, transparent 1px, transparent 12px ),
      repeating-linear-gradient( 0deg, #eee , #eee 1px, #fff 1px, #fff 12px );
  }
  #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: 160px;
    height: 40px;
    margin: 0 5px;
    border-radius: 20px;
    background: #3399f5;
    cursor: pointer;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;    
  }
  #top_recruit .recruit_btn .btn.active {
    background: #6bb7eb;
  }
  #top_recruit .recruit_list {
    display: none;
    padding: 3rem 1.5rem;
    background: #fff;
    border: 1px solid #3399f5;
  }  
  #top_recruit .recruit_list.show {
    display: block;
  }
  
  
  #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;
    padding: .4em .8em;
    color: #fff;
    text-align: center;
    background: #3399f5;
    box-sizing: border-box;
  }
  #top_recruit .recruit_list dl dd {
    padding: 1em;
    background: #fff;
    box-sizing: border-box;
  }  
  #top_recruit .recruit_list dl span {
    font-weight: 600;
  }
  /****************************************************
  応募フォーム
  ****************************************************/
  #top_entry {
    padding: 5rem 0;
    background: linear-gradient(135deg, #3399f5, #6bb7eb);
    background: -webkit-linear-gradient(45deg, #3399f5, #6bb7eb);
  }
  #top_entry .main_title {
    color: #fff;
  }
  #top_entry .main_title span.eng {
    color: #fff;
  }
  #top_entry .entry_cover {
    max-width: 960px;
    margin: 0 auto;
    padding: 3rem 1.5rem;
    border-radius: 1rem;
    background: #fff;
  }
  .form_table {
    margin: 0 auto 3rem;
  }
  .form_table dl {
    align-items: center;
    font-size: 1.6rem;
    background: #fff;
    box-sizing: border-box;
  }
  .form_table dl:nth-child(n+2) {
    margin-top: 1.5rem;
  }
  .form_table dt {
    position: relative;
    margin-bottom: 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: #f39700;
  }
  .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: 70px;
  }
  .form_table dd input.post {
    width: 240px!important;
  }
  .form_table dd div:nth-child(n+2) {
    margin-left: 1em;
  }
  .note {
    margin-bottom: 3rem;
    padding: 4rem;
    text-align: center;
    background: #f6f6f6;
  }
  .check_comment {
    margin-bottom: 3rem;
    text-align: center;
  }
  .entry_btn {
    position: relative;
    width: 240px;
    margin: 0 auto 5rem;
    text-align: center;
  }
  .entry_btn input[type=submit] {
    display: inline-block;
    width: 100%;
    height: 5rem;
    color: #fff;
    background: #f39700;
  }

  .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 #333333;
  }
  .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: "・";
  }  
  
  /****************************************************
  googlemap
  ****************************************************/
  .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%;
  }  
}
/******************************************************
当院の自慢
******************************************************/
@media screen and (min-width:1280px) {
  #top_charm_2 {
    padding: 12rem 0;
    background: #fbf8f4;
  }
  
  .sub_title {
    margin-bottom: 1.2em;
    font-size: 4.8rem;
    text-align: center;
    line-height: 1.3;
  }
  .sub_title span {
    font-size: 6rem;
  }
  .sub_title span.orange {color: #f39700;}
  .sub_title span.yellow {color: #fed100;}
  .sub_title span.green {color: #3399f5;}  
  
  #top_charm_2 .sub_title span {
    position: relative;
  }
  #top_charm_2 .sub_title span:before,
  #top_charm_2 .sub_title span:after {
    position: absolute;
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5rem 1.5rem 0 1.5rem;
    border-color: #ff0 transparent transparent transparent;
  }
  #top_charm_2 .sub_title span:before {
    top: 50%;
    left: -5rem;
    margin-top: -2rem;
    transform:rotate(-30deg); 
  }
  #top_charm_2 .sub_title span:after {
    top: 50%;
    right: -5rem;
    margin-top: -2rem;
    transform:rotate(30deg); 
  }    
  #top_charm_2 .charm_list_2 {
    display: flex;
    flex-wrap: wrap;
  }
  #top_charm_2 .charm_list_2 .list {
    position: relative;
    width: 100%;
    padding: 6rem;
    background: rgba(255,255,255,1);
    box-shadow: 6px 6px 12px 0 rgba(0,0,0,.1);
    box-sizing: border-box;
    border-radius: 1rem;
  }
  #top_charm_2 .charm_list_2 .list:nth-child(n+2) {
    margin-top: 4rem;
  }
  #top_charm_2 .charm_list_2 .list .comment {
  }
  #top_charm_2 .charm_list_2 .list .heading {
    margin-bottom: 1.2em;
    padding-bottom: 1.2em;
    color: #3399f5;
    font-size: 2.4rem;
    border-bottom: 4px dotted #ccc;
  }
  #top_charm_2 .charm_list_2 .list .number {
    position: absolute;
    top: -4rem;
    right: 3rem;
    color: #f39700;    
    font-size: 8rem;
    line-height: 1;
  }
}
@media screen and (max-width:1279px) {
  #top_charm_2 {
    padding: 5rem 0;
    background: #fbf8f4;
  }
  
  .sub_title {
    margin-bottom: .8em;
    font-size: 2.4rem;
    text-align: center;
    font-weight: 600;
    line-height: 1.3;
  }
  .sub_title span {
    font-size: 3rem;
  }
  .sub_title span.orange {color: #f39700;}
  .sub_title span.yellow {color: #fed100;}
  .sub_title span.green {color: #3399f5;}  
  
  #top_charm_2 .sub_title {
    font-size: 2rem;
  }
  #top_charm_2 .sub_title span {
    position: relative;
    font-size: 2rem;
  }
  #top_charm_2 .sub_title span:before,
  #top_charm_2 .sub_title span:after {
    position: absolute;
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2.4rem .8rem 0 .8rem;
    border-color: #ff0 transparent transparent transparent;
  }  
  #top_charm_2 .sub_title span:before {
    top: 50%;
    left: -3rem;
    margin-top: -1rem;
    transform:rotate(-30deg); 
  }
  #top_charm_2 .sub_title span:after {
    top: 50%;
    right: -3rem;
    margin-top: -1rem;
    transform:rotate(30deg); 
  }     
  
  #top_charm_2 .charm_list_2 {}
  #top_charm_2 .charm_list_2 .list {
    position: relative;
    padding: 1.5rem;
    padding-bottom: 3rem;
    background: rgba(255,255,255,1);
    box-shadow: -.4vw .4vw .8vw 0 rgba(0,0,0,.1);
    border-radius: 1rem;
  }
  #top_charm_2 .charm_list_2 .list:nth-child(n+2) {
    margin-top: 1.5rem;
  }
  #top_charm_2 .charm_list_2 .list .comment {
  }
  #top_charm_2 .charm_list_2 .list .number {
    margin-bottom: 1rem;
    font-size: 6rem;
    color: #f39700;
    line-height: 1;
    text-align: center;
  }
  #top_charm_2 .charm_list_2 .list .heading {
    margin-bottom: .8em;
    padding-bottom: .8em;
    color: #3399f5;
    font-size: 1.8rem;
    line-height: 1.5;
    border-bottom: 2px dotted #ccc;
  }
}
/******************************************************
トップに戻るボタン
******************************************************/
@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: #1c77c8;
    -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: #1c77c8;
  }  
  #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;
  }      
}