/*
Theme Name: jinnouchi
*/


/* Reset */

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: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul, li {
  list-style: none;
}
b, strong {
  font-weight: 500;
}
a:focus {
  outline: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  -webkit-text-size-adjust: none;
}



/* 全体の設定
---------------------------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html, body {
  line-height: 1.8;
}
body, input, select, textarea {
  font-family: "Zen Kaku Gothic New";
  line-height: 1.8;
}
.cf:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0.1em;
  line-height: 0;
}
a[href^="tel:"] {pointer-events: none;}
@media screen and (max-width: 1280px) {
a[href^="tel:"] {pointer-events: auto;}
}






/* ヘッダー */
.header_nav {
  position: fixed;
  top: 32px;
  left: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 60px);
  margin: 0;
  padding: 0;
  z-index: 100;
}
.nav-logo {
  width: 255px;
  height: auto;
  object-fit: contain;
}
a:hover img.nav-logo {
  filter: alpha(opacity=80);
  opacity: 0.80;
}
.nav-menu {
  display: flex;
  align-items: center;
  gap: 40px;
}
.nav-list {
  display: flex;
  list-style: none;
  gap: 32px;
}
.nav-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.nav-item a {
  position:relative;
  color: rgba(35, 63, 132, 1);
  font-weight: 500;
  font-size: 16px;
  line-height: 180%;
  font-style: normal;
  text-decoration: none;
}
.nav-item a:hover:before, .nav-item a:active:before {
  content:"●";
  display:block;
  position:absolute;
  top: 2px;
  left:-1.5em;
  color:#00A0E9;
  font-size: 50%;
}
.nav-item.top {
  display: none;
}
.nav-item.instagram {
  background: rgba(35, 63, 132, 1);
  width: 40px;
  height: 40px;
  border-radius: 20px;
}
.nav-item.instagram img {
  width: 40px;
  height: 40px;
  padding: 9px;
  vertical-align: middle;
}
.nav-item.instagram img.m1 {
  display: block;
}
.nav-item.instagram img.m2 {
  display: none;
}
.nav-item.instagram:hover {
  background: rgba(35, 63, 132, 0.7);
  width: 40px;
  height: 40px;
  border-radius: 20px;
}
.nav-item.instagram a:hover img {
  filter: alpha(opacity=80);
  opacity: 0.80;
}
.nav-item.instagram a:hover:before, .nav-item.instagram a:active:before {
  font-size: 0;
}
.openbtn {
  display: none;
}
@media (max-width: 980px) {
.header_nav {
  position: fixed;
  width: 100%;
  max-width: initial;
  height: 90px;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  z-index: 1000;
}
.nav-logo {
  margin: 12px 0 0 2%;
  width: 204px;
  height: 34px;
  object-fit: contain;
}
.openbtn {
  display: block;
  position: fixed;
  z-index: 1000;
  top: 24px;
  right: 2%;
  cursor: pointer;
  background-color: rgba(35, 63, 132, 1);
  width: 54px;
  height: 54px;
  text-decoration: none;
  border-radius: 27px;
}
.openbtn span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 25%;
  height: 3px;
  border-radius: 2px;
  background-color: #fff;
  width: 50%;
}
.openbtn span:nth-of-type(1) {
  top: 18px;
}
.openbtn span:nth-of-type(2) {
  top: 27px;
}
.openbtn span:nth-of-type(3) {
  top: 36px;
}
.openbtn.active span:nth-of-type(1) {
  top: 20px;
  left: 20%;
  transform: translateY(6px) rotate(-45deg);
  width: 60%;
  background-color: #fff;
}
.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn.active span:nth-of-type(3) {
  top: 32px;
  left: 20%;
  transform: translateY(-6px) rotate(45deg);
  width: 60%;
  background-color: #fff;
}
ul.nav-list {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0
  float: none;
  margin: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background: rgba(35, 63, 132, 1);
  transition: all 0.66s;
  transform: translate(300px);
}
ul.nav-list.panelactive {
  display: block;
  left: 12%;
  padding: 18vw 6vw 15vw;
  transform: translate(0);
}
.nav-item {
  gap: 0;
}
.nav-item a {
  margin: 0 0 10px 0;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
}
.nav-item a:hover {
  color: rgba(255, 255, 255, 0.8);
  text-decoration-color: rgba(255, 255, 255, 0.8);
  text-underline-offset: 8px;
}
.nav-item a:hover:before, .nav-item a:active:before {
  display:none;
}
.nav-item.top {
  display: block;
  margin: 0 0 10px 0;
}
.nav-item.instagram {
  background: rgba(255, 255, 255, 1);
  width: 60px;
  height: 60px;
  margin: -60px 0 0 8em;
  border-radius: 30px;
}
.nav-item.instagram img {
  width: 50px;
  height: 50px;
 margin: 8px 0 0 4px;
  padding: 10px;
  vertical-align: middle;
}
.nav-item.instagram img.m1 {
  display: none;
}
.nav-item.instagram img.m2 {
  display: block;
}
.nav-item.instagram:hover {
  background: rgba(255, 255, 255, 0.7);
  width: 60px;
  height: 60px;
  border-radius: 30px;
}
.nav-item.instagram a:hover img {
  filter: alpha(opacity=80);
  opacity: 0.80;
}
.nav-item.instagram a:hover:before, .nav-item.instagram a:active:before {
  font-size: 0;
}
}



/* フッター */
.footer {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 0 20px;
  font-size: 16px;
}
.footer_wrap {
  display: flex;
  margin: 0 auto 48px;
}
.f_map {
  width: 100%;
  max-width: 520px;
}
.f_info {
  width: 100%;
  max-width: 480px;
  padding: 0 0 0 40px;
}
.footer-logo {
  margin-bottom: 6px;
  width: 255px;
  height: auto;
  object-fit: contain;
}
a:hover img.footer-logo {
  filter: alpha(opacity=80);
  opacity: 0.80;
}
.footer-address {
  color: rgba(35, 63, 132, 1);
  font-weight: 400;
  line-height: 180%;
  margin-top: 16px;
  margin-bottom: 12px;
}
.f_info p {
  color: rgba(35, 63, 132, 1);
  font-weight: 500;
  line-height: 300%;
}
.f_info p .reservation {
  background: url(./images/arr02.svg) no-repeat;
  background-position: 0% 50%;
  background-size: 12px 12px;
  padding: 0 0 0 18px;
}
.f_info p .tel {
  font-size: 24px;
  font-weight: 500;
}
.f_info p .number a {
  margin: 0 0 0 5px;
  color: rgba(35, 63, 132, 1);
  font-size: 56px;
  font-weight: 500;
  text-decoration: none;
  vertical-align: -1px;
}
.f_info p .number a:hover {
  color: rgba(35, 63, 132, 0.75);
}
.f_info p.f_cap {
  color: rgba(35, 63, 132, 1);
  font-size: 14px;
  font-weight: 400;
  line-height: 200%;
}
.time_block table {
  width: 100%;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 200%;
}
.time_block table tr th {
  background-color: #fff;
  padding: 0.2rem;
  color: rgba(35, 63, 132, 1);
  text-align: center;
  border-top: 1px solid rgba(35, 63, 132, 1);
  border-bottom: 1px solid rgba(35, 63, 132, 1);
}
.time_block table tr td {
  background-color: #fff;
  color: rgba(35, 63, 132, 1);
  padding: 0.2rem;
  text-align: center;
  border-bottom: 1px solid rgba(35, 63, 132, 1);
}
.time_block table tr td.gr {
  color: rgba(35, 63, 132, 1);
}
.cal {
  width: 100%;
  height: 480px;
  margin-bottom: 32px;
}
.cal iframe {
  width: 100%;
  height: 480px;
}
@media (max-width: 768px) {
.cal {
  width: 100%;
  height: 360px;
  margin-bottom: 32px;
}
.cal iframe {
  width: 100%;
  height: 360px;
}
}

@media (max-width: 1040px) {
.footer {
  width: 92%;
  max-width: initial;
  margin: 0 4%;
  padding: 0 0 20px;
  font-size: 14px;
}
.footer_wrap {
  display: flex;
  flex-direction: column;
}
.f_map {
  order: 1;
  width: 100%;
  max-width: initial;
}
.f_info {
  order: 2;
  width: 100%;
  max-width: initial;
  padding: 60px 0 30px;
}
.f_info p .number a {
  margin: 0 0 0 5px;
  font-size: 40px;
  font-weight: 500;
}
}
@media (max-width: 768px) {
.f_info p .number a {
  font-size: 35px;
}
}
.footer-copyright {
  text-align: center;
  color: rgba(51, 51, 51, 1);
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 25.2px;
  margin-top: 0;
  padding-bottom: 70px;
}
#fix_contact {
  display: none;
}
@media (max-width: 1280px) {
#fix_contact {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(35, 63, 132, 1);
  width: 100%;
  height: 70px;
  padding: 0;
  z-index: 1000;
}
#fix_contact ul {
  display: block;
  margin: 5px auto 0;
  padding: 0;
  text-align: center;
  font-size: 0;
}
#fix_contact ul li {
  margin: 0 4px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
#fix_contact ul li img {
  width: auto;
  height: 60px;
}
#fix_contact ul li a:hover {
  filter: alpha(opacity=80);
  opacity: 0.80;
}
}



/* 共通 */
body#under  {
  background-image: linear-gradient(to right, #fff 70%, #EDEDED 70%);
}
main {
  padding: 80px 0 160px;
}
#home main {
  padding: 0;
}
@media (max-width: 980px) {
main {
  padding: 80px 0 80px;
}
}
.page-container01 {
  max-width: 1000px;
  margin: 0 auto 160px;
}
.page-container01.nomg {
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
.page-container01 {
  width: 92%;
  max-width: initial;
  margin: 0 4% 120px;
}
.page-container01.nomg {
  width: 92%;
  max-width: initial;
  margin: 0 4%;
}
}
@media (max-width: 980px) {
.page-container01 {
  margin: 0 auto 120px;
}
.page-container02 {
  margin: 0 auto 120px;
}
}
@media (max-width: 768px) {
.page-container01 {
  margin: 0 auto 80px;
}
}
.ttl01 {
  margin: 0 0 48px 0;
  padding: 0;
  color: rgba(35, 63, 132, 1);
  font-size: 24px;
  font-weight: 500; 
  line-height: 1.2;
}
.ttl01.white.center {
  margin: 0 0 48px 0;
  padding: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 500; 
  line-height: 1.2;
  text-align: center;
}
.ttl02 {
  margin: 0 0 12px 0;
  padding: 0;
  color: rgba(35, 63, 132, 1);
  color: rgba(35, 63, 132, 1);
  font-size: 24px;
  font-weight: 500; 
  line-height: 1.8;
}
@media (max-width: 980px) {
.ttl01 {
  margin: 0 0 32px 0;
  font-size: 24px;
}
.ttl01.white {
  margin: 0 0 32px 0;
  font-size: 24px;
}
.ttl01.white.center {
  margin: 0 0 32px 0;
  font-size: 24px;
}
}
.under_ttl01 {
  width: 100%;
  max-width: 1200px;
  margin: 80px auto 120px;
  padding-bottom: 80px;
  color: rgba(35, 63, 132, 1);
  font-size: 24px;
  font-weight: 500; 
  line-height: 180%;
  border-bottom: 1px solid rgba(35, 63, 132, 1);
}
.under_ttl01 span {
  margin-left: 24px;
  padding: 0;
  color: rgba(35, 63, 132, 1);
  font-size: 16px;
  font-weight: 400; 
  line-height: 180%;
}
@media (max-width: 1280px) {
.under_ttl01 {
  width: 92%;
  max-width: initial;
  margin: 80px auto 120px;
  padding-bottom: 80px;
  color: rgba(35, 63, 132, 1);
  font-size: 24px;
  font-weight: 500; 
  line-height: 180%;
  border-bottom: 1px solid rgba(35, 63, 132, 1);
}
.under_ttl01 span {
  margin-left: 24px;
  padding: 0;
  color: rgba(35, 63, 132, 1);
  font-size: 16px;
  font-weight: 400; 
  line-height: 180%;
}
}
@media (max-width: 980px) {
.under_ttl01 {
  width: 92%;
  max-width: initial;
  margin: 50px auto 75px;
  padding-bottom: 30px;
  color: rgba(35, 63, 132, 1);
  font-size: 24px;
  font-weight: 500; 
  line-height: 180%;
  border-bottom: 1px solid rgba(35, 63, 132, 1);
}
.under_ttl01 span {
  display: block;
  margin-left: 0;
  padding: 0;
  color: rgba(35, 63, 132, 1);
  font-size: 16px;
  font-weight: 400; 
  line-height: 180%;
}
}

@media (max-width: 768px) {
.ttl01 {
  font-size: 21px;
}
.ttl01.white {
  font-size: 21px;
}
.ttl01.white.center {
  font-size: 21px;
}
.ttl02 {
  font-size: 21px;
}
.under_ttl01 {
  font-size: 21px;
}
.under_ttl01 span {
  font-size: 16px;
}
}
.typography {
  position: fixed;
  top: 133px;
  right: 75px;
  color: #fff;
  font-size: 60px;
  z-index: -1;
}
@media (max-width: 1400px) {
.typography {
  font-size: 3.6vw;
}
}
@media (max-width: 980px) {
.typography {
  display: none;
}
}
.wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.img_block {
  order: 2;
  margin: 0 0 30px 0;
}
.img_block img {
  width: 100%;
  height: auto;
}
.img_block img.max400 {
  max-width: 400px;
}
.img_block img.max540 {
  max-width: 540px;
}
.text_block {
  color: rgba(35, 63, 132, 1);
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
}
.text_block.wide54 {
  flex-basis: 54%;
}
.text_block img.max360 {
  display: none;
}
.text_block img.max540 {
  display: none;
}
.text_block p {
  margin-bottom: 1rem;
}
.img_block02 img {
  width: 100%;
  max-width: 540px;
  height: auto;
}
.text_block02 {
  flex-basis: 57%;
  color: rgba(51, 51, 51, 1);
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
}
.text_block02 p {
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
.text_block {
  font-size: 14px;
}
}
@media (max-width: 980px) {
.wrap {
  display: flex;
  flex-direction: column-reverse;
}
.img_block.efforts {
  display: none;
}
.text_block img {
  width: 100%;
  height: auto;
}
.text_block img.max360 {
  display: block;
  max-width: 360px;
  margin: 0 0 30px 0;
}
.text_block img.max540 {
  display: block;
  max-width: 540px;
  margin: 0 0 30px 0;
}
}
.box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.box:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.more_link a {
  display: flex;
  position: relative;
  width: 320px;
  background-color: #fff;
  margin: 32px 0 10px;
  padding: 21px;
  color: rgba(35, 63, 132, 1);
  font-size: 16px;
  font-weight: 500;
  border: 1px solid rgba(35, 63, 132, 1);
  text-decoration: none;
  overflow: hidden;
}
.more_link a span {
  position: relative;
  background: url(./images/arr01.svg) no-repeat;
  background-position: 100% 50%;
  background-size: 12px 12px;
  width: 100%;
  padding: 0 36px 0 0;
  z-index: 3;
  color: rgba(35, 63, 132, 1);
  transition: all .3s;
}
.more_link a:hover span {
  position: relative;
  background: url(./images/arr01_w.svg) no-repeat;
  background-position: 100% 50%;
  background-size: 12px 12px;
  width: 100%;
  padding: 0 36px 0 0;
  z-index: 3;
  color: #fff;
}
.more_link a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  background: rgba(35, 63, 132, 1);
  border: 1px solid rgba(35, 63, 132, 1);
}
.more_link a:hover {
  color: #fff;
}
.more_link a:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.more_link.white a {
  display: flex;
  width: 320px;
  background-color: rgba(35, 63, 132, 1);
  margin: 32px 0 10px;
  padding: 21px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #fff;
  text-decoration: none;
}
.more_link.white a span {
  position: relative;
  background: url(./images/arr01_w.svg) no-repeat;
  background-position: 100% 50%;
  background-size: 12px 12px;
  width: 100%;
  padding: 0 36px 0 0;
  z-index: 3;
  color: #fff;
  transition: all .3s;
}
.more_link.white a:hover {
  border: 1px solid #fff;
}
.more_link.white a:hover span {
  position: relative;
  background: url(./images/arr01.svg) no-repeat;
  background-position: 100% 50%;
  background-size: 12px 12px;
  width: 100%;
  padding: 0 36px 0 0;
  z-index: 3;
  color: rgba(35, 63, 132, 1);
}
.more_link.white a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  background: #fff;
  border: 0px solid rgba(35, 63, 132, 1);
}
.more_link.white a:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.more_link.center02 a {
  margin: 30px auto 10px;
}
.more_link02 a {
  display: flex;
  position: relative;
  width: 320px;
  background-color: #fff;
  margin: 32px 0 10px;
  padding: 21px;
  color: rgba(35, 63, 132, 1);
  font-size: 16px;
  font-weight: 500;
  border: 1px solid rgba(35, 63, 132, 1);
  text-decoration: none;
  overflow: hidden;
}
.more_link02 a span {
  position: relative;
  background: url(./images/arr02.svg) no-repeat;
  background-position: 100% 50%;
  background-size: 12px 12px;
  width: 100%;
  padding: 0 36px 0 0;
  z-index: 3;
  color: rgba(35, 63, 132, 1);
  transition: all .3s;
}
.more_link02 a:hover span {
  position: relative;
  background: url(./images/arr02_w.svg) no-repeat;
  background-position: 100% 50%;
  background-size: 12px 12px;
  width: 100%;
  padding: 0 36px 0 0;
  z-index: 3;
  color: #fff;
}
.more_link02 a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  background: rgba(35, 63, 132, 1);
  border: 1px solid rgba(35, 63, 132, 1);
}
.more_link02 a:hover {
  color: #fff;
}
.more_link02 a:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.more_link02.center a {
  margin: 30px auto 10px;
}
@media (max-width: 768px) {
.more_link a {
  width: 270px;
  padding: 18px;
  font-size: 14px;
}
.more_link.white a {
  width: 270px;
  margin: 32px auto 10px;
  padding: 18px;
  font-size: 14px;
}
.more_link.center a {
  margin: 32px auto 10px;
  font-size: 14px;
}
.more_link02 a {
  width: 270px;
  padding: 18px;
  font-size: 14px;
}
.more_link02.center a {
  margin: 40px auto 10px;
}
.more_link.center02 a {
  font-size: 14px;
}
}
#side_bnr {
  position: fixed;
  top: 120px;
  right: 0;
  z-index: 99;
}
#side_bnr img {
  width: 56px;
  height: auto;
}
#side_bnr a:hover img {
  filter: alpha(opacity=80);
  opacity: 0.80;
}
.page_scroll > a {
  display: block; 
  padding-top: 120px; 
  margin-top: -120px;
}
@media (max-width: 980px) {
#side_bnr {
  display: none; 
}
.page_scroll > a {
  display: block; 
  padding-top: 120px; 
  margin-top: -120px;
}
}



/* トップ */
.hero {
  background: #EDEDED;
  width: 100%;
  height: 1270px;
  margin: 0 auto 90px;
  color: rgba(35, 63, 132, 1);
}
.hero .reservation {
  background: url(./images/arr02.svg) no-repeat;
  background-position: 0% 50%;
  background-size: 12px 12px;
  padding: 0 0 0 18px;
}
.hero .tel {
  font-size: 24px;
  font-weight: 500;
}
.hero .number a {
  margin: 0 0 0 5px;
  color: rgba(35, 63, 132, 1);
  font-size: 56px;
  font-weight: 500;
  text-decoration: none;
  vertical-align: -3px;
  line-height: 1.33;
}
.hero .number a:hover {
  color: rgba(35, 63, 132, 0.75);
}
@media (max-width: 1040px) {
.hero .number a {
  margin: 0 0 0 5px;
  font-size: 40px;
  font-weight: 500;
}
}
@media (max-width: 768px) {
.hero .number a {
  font-size: 35px;
}
}
.hero .inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 160px 0 0 0;
}
.hero .inner .img01 {
  width: 100%;
  max-width: 640px;
  height: auto;
  position: absolute;
  top: 150px;
  left: 460px;
}
.hero .inner .img02 {
  margin: 60px 0;
  width: 100%;
  max-width: 360px;
  height: auto;
}
.hero .inner .img03 {
  width: 100%;
  max-width: 600px;
  height: auto;
  position: absolute;
  top: 940px;
  right: 0;
}
.top_ttl {
  margin-top: 30px;
  margin-bottom: 20px;
  color: rgba(35, 63, 132, 1);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
}
.top_subttl {
  color: rgba(35, 63, 132, 1);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
}
.line {
  border-bottom: 1px solid rgba(35, 63, 132, 1);
  width: fit-content;
  margin-bottom: 10px;
  font-size: 16px;
}
.time01 {
  background: rgba(35, 63, 132, 1);
  margin: 0 6px 0 0;
  padding: 0px 10px;
  color: #fff;
  font-size: 16px;
  line-height: 200%;
  border-radius: 20px;
}
.time02 {
  font-size: 24px;
  font-weight: 500;
  line-height: 200%;
}
.hero p.cap {
  font-size: 16px;
}
@media (max-width: 1280px) {
.hero .inner {
  position: relative;
  width: 92%;
  max-width: initial;
  margin: 0 4%;
  padding: 160px 0 0 0;
}
}
@media (max-width: 1180px) {
.hero {
  background: #EDEDED;
  width: 100%;
  height: calc(var(--my-height) - 120px);
  margin: 0 auto 120px;
  padding: 0 0 0 0;
  color: rgba(35, 63, 132, 1);
}
.hero .inner {
  height: var(--my-height);
  margin: 0 auto 90px;
  padding: 160px 0 90px 0;
}
.hero .inner .img01 {
  width: 100%;
  max-width: 700px;
  height: auto;
  position: static;
}
.hero .inner .img02 {
  margin: -200px 0 40px;
  width: 100%;
  max-width: 360px;
  height: auto;
}
.hero .sp_right {
  display: flex;
  justify-content: flex-end;
}
.hero .inner .img03 {
  margin: 30px 0 0;
  width: 100%;
  max-width: 540px;
  height: auto;
  position: static;
}
}
@media (max-width: 980px) {
.hero .inner {
  position: relative;
  width: 92%;
  max-width: initial;
  margin: 0 4%;
  padding: 120px 0 0 0;
}
}
@media (max-width: 800px) {
.hero .inner .img02 {
  margin: 20px 0 40px;
  width: 100%;
  max-width: 360px;
  height: auto;
}
}
@media (max-width: 768px) {
.top_ttl {
  font-size: 21px;
}
.top_subttl {
  font-size: 14px;
}
.time01 {
  font-size: 14px;
}
.time02 {
  font-size: 20px;
}
.line {
  font-size: 14px;
}
.hero p.cap {
  font-size: 14px;
}
}
@media (max-width: 640px) {
.hero .inner .img01 {
  width: 100%;
  max-width: initial;
  height: auto;
}
.hero .inner .img02 {
  margin: 40px 0;
  width: 80%;
  max-width: 320px;
  height: auto;
}
.hero .sp_right {
  display: flex;
  justify-content: flex-end;
}
.hero .inner .img03 {
  margin: 30px 0 0;
  width: 80%;
  max-width: initial;
  height: auto;
}
}
@media (max-width: 480px) {
.hero .number {
  margin: 0 0 0 5px;
  font-size:12vw;
  font-weight: 500;
}
.line {
  border-bottom: 1px solid rgba(35, 63, 132, 1);
  width: fit-content;
  margin-bottom: 10px;
}
}
@media (max-width: 375px) {
.top_ttl {
  font-size: 6.5vw;
}
.time01 {
  font-size: 14px;
}
.time02 {
  font-size: 18px;
}
}

.news_block .ttl01 {
  margin: 0 0 32px 0;
}
.news-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.news-item {
  display: flex;
  align-items: start;
  gap: 16px 16px;
  position: relative;
  background: url(./images/arr01.svg) no-repeat;
  background-position: 100% calc(50% - 12px);
  background-size: 12px 12px;
  border-bottom: 1px solid rgba(35, 63, 132, 1);
  padding: 16px 0 32px 0;
}
.news-date {
  color: rgba(35, 63, 132, 1);
  font-weight: 400;
  font-size: 16px;
}
.news-category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 8px 0 10px;
  padding: 2px 10px;
  background: rgba(35, 63, 132, 1);
  border-radius: 20px;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  white-space: nowrap;
  gap: 8px;
  flex: 0 0 auto;
}
.news-title {
  font-weight: 400;
  font-size: 16px;
  gap: 8px;
  flex: 0 0 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 770px;
}
.news-title a {
  color: rgba(35, 63, 132, 1);
  text-decoration: none;
}
@media (max-width: 1080px) {
.news-list {
  width: 100%;
}
.news-item {
  flex-direction: column;
  width: 100%;
}
.news-title {
  width: 92%;
  max-width: initial;
}
}
@media (max-width: 768px) {
.news-item {
  gap: 8px;
  padding: 12px 0 24px 0;
}
.news-date {
  font-size: 14px;
}
.news-category {
  font-size: 13px;
}
.news-title {
  font-size: 14px;
}
}
.top_clinic {
  display: flex;
}
.top_clinic .top_clinic_text {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.top_clinic .top_clinic_text p {
  width: 400px;
  color: rgba(35, 63, 132, 1);
  font-size: 16px;
  font-weight: 400;
  line-height: 200%;
}
.top_clinic .top_clinic_icon {
  display: block;
  padding: 0 0 0 32px;
  font-size: 0;
}
.clinic_icon li {
  display: inline-block;
  width: 33%;
  margin-bottom: 32px;
  vertical-align: top;
}
.clinic_icon li figure {
  display: block;
  background: #EDEDED;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  border-radius: 50%;
}
.clinic_icon li img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  vertical-align: middle;
}
.clinic_icon li p {
  margin-top: 8px;
  color: rgba(35, 63, 132, 1);
  font-size: 16px;
  text-align: center;
}
@media (max-width: 980px) {
.top_clinic .top_clinic_text p {
  width: 100%;
  color: rgba(35, 63, 132, 1);
  font-size: 16px;
  font-weight: 400;
  line-height: 200%;
}
.top_clinic .top_clinic_icon {
  display: block;
  padding: 0;
  font-size: 0;
}
.clinic_icon li {
  display: inline-block;
  width: 50%;
  margin-bottom: 32px;
  vertical-align: top;
}

}
@media (max-width: 768px) {
.top_clinic {
  display: flex;
  flex-direction: column;
}
.top_clinic .top_clinic_text {
  margin-bottom: 40px;
}
.top_clinic .top_clinic_text p {
  font-size: 14px;
}
.clinic_icon li figure {
  width: 60%;
}
.clinic_icon li p {
  font-size: 14px;
}
}
@media (max-width: 600px) {
.clinic_icon li figure {
  width: 75%;
}
}

/*
.top_staff {
  position: relative;
  background-position: left 0;
  padding: 0 0 45px 0;
  margin: 0 auto 260px;
  padding: 0;
}
.top_staff[data-media-pos*=right] {
  background-image: linear-gradient(to right, #fff 25%, #EDEDED 25%);
  height: calc-size(calc-size(auto, size), size - 200px);
}
.top_staff_container {
  display: flex;
  flex-direction: column-reverse;
}
.top_staff_media {
  width: 100%;
  max-width: initial;
  margin: 0 auto;
}
.top_staff_media-inner {
  position: relative;
  width: 92%;
  margin: 0 4%;
}
.top_staff_textbox {
  background: #fff;
  width: 100%;
  margin: 0 0 120px;
  padding: 0 4% 160px;
}
.top_staff_text p {
  width: 90%;
  margin: 0;
  padding: 0 2em 0 0;
  color: rgba(35, 63, 132, 1);
  font-size: 16px;
  font-weight: 400;
  line-height: 200%;
}
.top_staff_container {
  max-width: initial;
  margin-left: auto;
  margin-right: auto;
}
.top_staff_container[data-media-pos*=right] {
  flex-direction: column-reverse;
}
.top_staff_media-inner .staff01 {
  position: static;
  width: 90%;
  max-width: 480px;
  height: auto;
  margin: -240px 0 20px 0;
}
.top_staff_media-inner .staff02 {
  position: static;
  width: 100%;
  max-width: 420px;
  height: auto;
}
.more_link.staff_pc {
  display: none;
}
.more_link.staff_sp {
  display: block;
}
@media (min-width: 1080px) {
.top_staff {
  margin: 0 auto 160px;
  padding: 0 0 200px;
}
.top_staff_media-inner {
  display: flex;
}
.top_staff[data-media-pos*=right] {
  background-image: linear-gradient(-90deg, #EDEDED calc(50% + 45px), transparent calc(50% + 45px));
  height: calc-size(calc-size(auto, size), size - 10px);
}
.top_staff_container[data-media-pos*=right] {
  flex-direction: row-reverse;
}
.top_staff_container {
  display: flex;
  max-width: 1000px;
  height: stretch;
  margin-left: auto;
  margin-right: auto;
}
.top_staff_media-inner .staff01 {
  position: absolute;
  top: -80px;
  left: 30px;
  width: 400px;
  height: auto;
  margin: 0;
}
.top_staff_media-inner .staff02 {
  position: absolute;
  top: 360px;
  left: -480px;
  width: 480px;
  max-width: initial;
  height: auto;
}
.top_staff_textbox {
  background: transparent;
  padding: 0 5em 0 0;
}
*/



.top_staff {
  position: relative;
  background-position: left 0;
  padding: 0 0 45px 0;
  margin: 0 auto 160px;
  padding: 0 0 30px;
}
.top_staff[data-media-pos*=right] {
  background-image: linear-gradient(to right, #fff 25%, #EDEDED 25%);
  height: calc-size(calc-size(auto, size), size - 240px);
}
.top_staff_container {
  display: flex;
  flex-direction: column-reverse;
  max-width: initial;
  height: stretch;
  margin-left: auto;
  margin-right: auto;
}
.top_staff_media {
  width: 100%;
  max-width: initial;
  margin: 0 auto;
}
.top_staff_media-inner {
  position: relative;
  width: 92%;
  margin: 0 4%;
}
.top_staff_textbox {
  background: #fff;
  width: 100%;
  margin: 0 0 120px;
  padding: 0 4% 160px;
}
.top_staff_text p {
  width: 92%;
  color: rgba(35, 63, 132, 1);
  font-size: 16px;
  font-weight: 400;
  line-height: 200%;
}
.top_staff_container[data-media-pos*=right] {
  flex-direction: column-reverse;
}
.top_staff_media-inner .staff01 {
  position: static;
  width: 90%;
  max-width: 480px;
  height: auto;
  margin: -240px 0 20px 0;
}
.top_staff_media-inner .staff02 {
  position: static;
  width: 100%;
  max-width: 420px;
  height: auto;
}
.more_link.staff_pc {
  display: none;
}
.more_link.staff_sp {
  display: block;
}
@media (max-width: 768px) {
.top_staff_text p {
  font-size: 14px;
}
.top_staff_media-inner .staff01 {
  position: static;
  width: 70%;
  max-width: initial;
  height: auto;
  margin: -240px 0 20px 0;
}
.top_staff_media-inner .staff02 {
  position: static;
  width: 50%;
  max-width: initial;
  height: auto;
}
}
@media (max-width: 600px) {
.top_staff_media-inner .staff01 {
  position: static;
  width: 80%;
  max-width: initial;
  height: auto;
  margin: -240px 0 20px 0;
}
.top_staff_media-inner .staff02 {
  position: static;
  width: 66%;
  max-width: initial;
  height: auto;
}
}
@media (min-width: 1080px) {
.top_staff {
  margin: 0 auto 260px;
  padding: 0 0 200px;
}
.top_staff[data-media-pos*=right] {
  background-image: linear-gradient(-90deg, #EDEDED calc(50% + 45px), transparent calc(50.01% + 45px));
  height: calc-size(calc-size(auto, size), size - 10px);
}
.top_staff_container[data-media-pos*=right] {
  flex-direction: row-reverse;
}
.top_staff_container {
  display: flex;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.top_staff_media-inner .staff01 {
  position: absolute;
  top: -80px;
  left: 160px;
  width: 400px;
  height: auto;
  margin: 0;
}
.top_staff_media-inner .staff02 {
  position: absolute;
  top: 360px;
  left: -360px;
  width: 480px;
  max-width: initial;
  height: auto;
}
.top_staff_textbox {
  background: transparent;
  width: 85%;
  padding: 0;
}
.more_link.staff_pc {
  display: block;
}
.more_link.staff_sp {
  display: none;
}
}
.top_recruit {
  position: relative;
  width: 92%;
  max-width: 1000px;
  background: rgba(35, 63, 132, 1);
  margin: 0 auto;
  padding: 48px 74px;
}
.top_recruit p.text {
  width: calc(100% - 300px);
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 200%;
}
.top_recruit_icon {
  position: absolute;
  top: 110px;
  right: 10%;
  width: 264px;
  height: auto;
}
.pic_w {
  background: #fff;
  margin: 0 10px 0 0;
  padding: 0 18px;
  color: rgba(35, 63, 132, 1);
  border-radius: 18px;
}
.top_recruit h2 br {
  display: none;
}
@media (max-width: 768px) {
.top_recruit {
  width: 92%;
  max-width: initial;
  height: auto;
  margin: 0 4%;
  padding: 48px 8%;
}
.top_recruit_content {
  position: relative;
  display: flex;
  align-items: baseline;
  flex-direction: column;
  width: 90%;
  max-width: initial;
  height: 100%;
  margin: 0 auto;
  padding: 0;
}
.top_recruit_photo{
  width: 100%;
  max-width: initial;
  height: auto;
  object-fit: contain;
  background-color: #fff;
  margin-top: -240px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
.top_recruit_text {
  display: block;
  width: 100%;
  padding: 45px 0 90px;
}
.top_recruit p.text {
  width: fit-content;
  margin: 0 auto 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 200%;
}
.pic_w {
  display: block;
  width: fit-content;
  margin: 0 auto 16px;
}
.top_recruit h2 br {
  display: block;
}
.top_recruit_icon {
  display: block;
  position: static;
  width: 255px;
  height: auto;
  margin: 0 auto;
}
}
.top_gallery ul {
  display: block;
  width: 100%;
  max-width: 1440px;
  margin: 160px auto;
  font-size: 0;
}
.top_gallery ul li {
  display: inline-block;
  width: 25%;
}
.top_gallery ul li img {
  width: 100%;
  height: auto;
  border: 3px solid #fff;
}
.top-gallery button {
  display: none !important;
}
@media (max-width: 980px) {
.top_gallery ul {
  display: block;
  width: 100%;
  max-width: initial;
  margin: 80px auto;
  font-size: 0;
}
}



/* 当院について */
.about_block {
  position:relative;
  height: calc-size(calc-size(auto, size), size + 510px);
  max-width: 1000px;
  margin: 0 auto 120px;
}
.about_block p {
  width: 800px;
  margin: 0 0 60px 0;
  padding: 0 0 10px 0;
  color: rgba(35, 63, 132, 1);
  font-size: 16px;
}
.about_block02 {
  position:relative;
}
.about_img01 {
  position:absolute;
  top: -270px;
  right:-28%;
  width: 344px;
  height: auto;
}
.about_img02 {
  width: 440px;
  height: auto;
}
.about_img03 {
  position:absolute;
  top: 220px;
  right: 0;
  width: 440px;
  height: auto;
}
.about_img04 {
  position:absolute;
  top: 520px;
  left:150px;
  width: 344px;
  height: auto;
}
@media (max-width: 1600px) {
.about_block p {
  width: 640px;
  margin: 0 0 60px 0;
  padding: 0 0 10px 0;
  color: rgba(35, 63, 132, 1);
}
.about_img01 {
  position:absolute;
  top: -330px;
  right:-8%;
  width: 344px;
  height: auto;
}
}
@media (max-width: 1200px) {
.about_block {
  position:relative;
  width: 92%;
  max-width: initial;
  height: auto;
  margin: 0 4% 80px;
}
.about_block p {
  width: auto;
  margin: 0 0 30px 0;
  padding: 0 0 0 0;
  color: rgba(35, 63, 132, 1);
}
.about_img01 {
  margin: 15px 0;
  width: 100%;
  max-width: 480px;
  height: auto;
  position: static;
}
.about_img02 {
  display: block;
  margin: 15px 0;
  width: 100%;
  max-width: 480px;
  height: auto;
}
.about_img03 {
  margin: 15px 0;
  width: 100%;
  max-width: 540px;
  height: auto;
  position: static;
}
.about_img04 {
  display: block;
  margin: 15px 0;
  width: 400px;
  height: auto;
  position: static;
}
.about_block .sp_right {
  display: flex;
  justify-content: flex-end;
}
}
@media (max-width: 768px) {
.about_block p {
  font-size: 14px;
}
.about_img01 {
  margin: 15px 0;
  width: 66%;
  max-width: initial;
  height: auto;
}
.about_img02 {
  display: block;
  margin: 15px 0;
  width: 86%;
  max-width: initial;
  height: auto;
}
.about_img03 {
  margin: 15px 0;
  width: 75%;
  max-width: initial;
  height: auto;
}
.about_img04 {
  display: block;
  margin: 15px 0;
  width: 60%;
  height: auto;
}
}
.block3 {
  display: block;
  font-size: 0;
}
.block3 li {
  display: inline-block;
  width: calc(100% / 3 - 40px);
  margin: 0 0 60px 0;
  padding: 0;
  color: rgba(35, 63, 132, 1);
  font-size: 16px;
  text-align: left;
  vertical-align: top;
}
.block3 li:nth-child(3n-1) {
  margin: 0 60px 60px;
}
.block3 li img {
  width: 100%;
  height: auto;
}
.block3 li h3 {
  margin: 16px 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 180%;
  text-align: center;
}
.block3 li p {
  font-size: 16px;
  font-weight: 400;
  line-height: 200%;
}
.block3 li p a {
  color: #00A7EA;
  text-decoration: none;
}
.block3 li p a:hover {
  color: #00A7EA;
  text-decoration: underline;
}
@media (max-width: 980px) {
.block3 li {
  display: inline-block;
  width: calc(100% / 2 - 20px);
  margin: 0 20px 60px 0;
  padding: 0;
  color: rgba(35, 63, 132, 1);
  font-size: 16px;
  text-align: left;
  vertical-align: top;
}
.block3 li:nth-child(3n-1) {
  margin: 0 20px 60px 0;
}
.block3 li:nth-child(2n) {
  margin: 0 0 60px 20px;
}
.block3 li h3 {
  margin: 12px 0;
  font-size: 20px;
}
}
@media (max-width: 768px) {
.block3 li p {
  font-size: 14px;
}
}
@media (max-width: 600px) {
.block3 li {
  display: inline-block;
  width: 100%;
  margin: 0 0 60px 0;
  padding: 0;
  color: rgba(35, 63, 132, 1);
  font-size: 14px;
  text-align: left;
  vertical-align: top;
}
.block3 li:nth-child(3n-1) {
  margin: 0 0 60px 0;
}
.block3 li:nth-child(2n) {
  margin: 0 0 60px 0;
}
}
.info_block {
  margin: 0 0 60px 0;
}
.outline {
  background: #fff;
  margin: 90px 0 0 0;
  padding: 120px;
  color: rgba(35, 63, 132, 1);
  border: 1px solid rgba(35, 63, 132, 1);
}
.outline p {
  font-size: 16px;
}
@media (max-width: 980px) {
.outline {
  margin: 60px 0 0 0;
  padding: 5%;
}
}
@media (max-width: 768px) {
.outline p {
  font-size: 14px;
}
}
.access {
  margin: 32px 0;
}
.access li {
  display: inline-block;
  vertical-align: top;
}
.access li:nth-child(2) {
  margin: 0 0 0 60px;
}
.youtube {
  display: block;
  font-size: 0;
}
.youtube li {
  display: inline-block;
  width: calc(100% / 2 - 30px);
  margin: 0;
  padding: 0;
  color: rgba(35, 63, 132, 1);
  font-size: 16px;
  text-align: left;
  vertical-align: top;
}
.youtube li:nth-child(2n) {
  margin: 0 0 0 60px;
}
.youtube li img {
  width: 100%;
  height: auto;
}
.youtube li p {
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  text-align: center;
}
.outline h3.bus {
  background: url(./images/bus.svg) no-repeat;
  background-position: 0% 50%;
  background-size: 24px 24px;
  padding: 0 0 0 30px;
}
.outline h3.car {
  background: url(./images/car.svg) no-repeat;
  background-position: 0% 50%;
  background-size: 24px 24px;
  padding: 0 0 0 30px;
}
@media (max-width: 768px) {
.access li {
  display: block;
  width: 100%;
}
.access li:nth-child(2) {
  margin: 20px 0 0 0;
}
.youtube li {
  display: block;
  width: 100%;
  font-size: 14px;
}
.youtube li:nth-child(2n) {
  margin: 30px 0 10px 0;
}
.youtube li p {
  font-size: 14px;
}
}



/* 診療案内 */
.blue_txt {
  margin-bottom: 40px;
  color: rgba(35, 63, 132, 1);
  font-size: 16px;
}
@media (max-width: 768px) {
.blue_txt {
  font-size: 14px;
}
}
.accordion {
  background: #fff;
  max-width: 100%;
  margin-bottom: 16px;
  border: 1px solid rgba(35, 63, 132, 1);
}
.accordion summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 2em 2em 2em;
  color: rgba(35, 63, 132, 1);
  font-weight: 500;
  cursor: pointer;
}
.accordion summary::-webkit-details-marker {
  display: none;
}
.accordion summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 8px;
  height: 8px;
  margin-left: 10px;
  border-bottom: 2px solid rgba(35, 63, 132, 1);
  border-right: 2px solid rgba(35, 63, 132, 1);
  content: '';
  transition: transform .3s;
}
.accordion[open] summary::after {
  transform: rotate(225deg);
}
.accordion h4 {
  padding: 0 0 0.66em;
  color: rgba(35, 63, 132, 1);
  font-weight: 500;
}
.accordion p {
  transform: translateY(-20px);
  opacity: 0;
  margin: 0;
  padding: .3em 0 1.5em;
  color: rgba(35, 63, 132, 1);
  font-size: 16px;
  transition: transform 1s, opacity 1s;
}
.accordion[open] p {
  transform: none;
  opacity: 1;
}
.accordion img {
  transform: translateY(-20px);
  opacity: 0;
  transition: transform 1s, opacity 1s;
}
.accordion[open] img {
  transform: none;
  opacity: 1;
}
.accordion .a_line {
  display: block;
  background-color: rgba(35, 63, 132, 1);
  width: calc(100% - 4em);
  height: 1px;
  margin: 0 auto 1.5em;
}
.accordion .a_line02 {
  display: block;
  background-color: rgba(35, 63, 132, 1);
  width: 100%;
  height: 1px;
  margin: 0.5em auto 1em;
}
.accordion .bg {
  background: #EDEDED;
  margin: 0 0 10px 0;
  padding: 1.75em;
}
.accordion .bg02 {
  margin: 1.75em 0 0 0;
  padding: 1.75em;
  border: 1px solid rgba(35, 63, 132, 1);
}
.accordion .faq_txt {
  margin: 0 0 1em 0;
  padding-bottom: 0;
  padding-left: 2.6em;
  text-indent: -2.25em;
  font-size: 16px;
}
.sq_q:before {
  content: "Q";
  background: rgba(35, 63, 132, 1);
  margin-right: 10px;
  padding: 1px 7px 5px;
  color: #fff;
  font-size: 1em;
  font-weight: 500;
  text-align: center;
  line-height: 1;
}
.sq_a:before {
  content: "A";
  background: rgba(35, 63, 132, 1);
  margin-right: 10px;
  padding: 1px 7px 5px;
  color: #fff;
  font-size: 1em;
  font-weight: 500;
  text-align: center;
  line-height: 1;
}
.accordion a {
  color: rgba(0, 167, 234, 1);
  text-decoration: none;
}
.accordion a:hover {
  color: rgba(0, 167, 234, 0.7);
}
@media (max-width: 768px) {
.accordion p {
  font-size: 14px;
}
.accordion .bg02 {
  margin: 1.75em 0 0 0;
  padding: 1.25em;
  border: 1px solid rgba(35, 63, 132, 1);
}
.accordion .faq_txt {
  font-size: 14px;
}
}
.wrap02 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1em 2em 1em;
}
.wrap02 .txt_block {
  width: calc(100% - 266px);
  padding-bottom: 1em;
  font-size: 16px;
}
.wrap02 .photo_block{
  order: 2;
  width: 220px;
  margin: 0 0 1em 2em;
}
.wrap02 .photo_block img {
  width: 220px;
  height: auto;
}
.wrap02 .txt_block02 {
  width: 100%;
  padding-bottom: 1em;
}
.list_disc {
  margin: 0 0 0.5em 1em;
  padding: 0;
}
.list_disc li {
  padding: 0 .3em 0 0;
  color: rgba(35, 63, 132, 1);
  list-style-type: disc;
  font-size: 16px;
}
.list_disc li::marker {
  color: rgba(35, 63, 132, 1);
  font-size: 0.5em;
}
.list_check {
  margin: 0 0 0 0;
  padding: 0;
  list-style: none;
}
.list_check > li {
  position: relative;
  padding: 0 .3em 0 1.66em;
  margin: 0;
  color: rgba(35, 63, 132, 1);
  font-size: 16px;
}
.list_check>li::before {
  position: absolute;
  top: calc(50% + 0.1em);
  left: 0px;
  width: 0.75em;
  height: 0.8em;
  transform: translateY(-50%);
  content: "";
  border: 1px solid rgba(35, 63, 132, 1);
}
@media (max-width: 768px) {
.wrap02 {
  display: flex;
  flex-direction: column-reverse;
  padding: 1em 1.33em 1em;
}
.wrap02 .txt_block {
  width: 100%;
  padding-bottom: 1em;
  font-size: 14px;
}
.wrap02 .photo_block{
  order: 2;
  width: 100%;
  max-width: 400px;
  margin: 0 0 0.5em 0;
}
.wrap02 .photo_block img {
  width: 100%;
  height: auto;
}
.list_disc li {
  font-size: 14px;
}
.list_check > li {
  font-size: 14px;
}
}



/* スタッフ紹介 */
.wrap.staff_block {
  margin-bottom: 120px;
}
.ttl01.border {
  margin: 48px 0 24px 0;
  padding: 0 0 16px 0;
  color: rgba(35, 63, 132, 1);
  font-size: 24px;
  font-weight: 500; 
  line-height: 1.8;
  border-bottom: 1px solid rgba(35, 63, 132, 1);
}
.profile_tbl {
  width: 100%;
  margin: 0 auto 20px;
  color: rgba(35, 63, 132, 1);
}
.profile_tbl th {
  width: 10em;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  vertical-align: top;
}
.profile_tbl td {
  width: calc(100% - 12em);
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  vertical-align: top;
}
@media (max-width: 768px) {
.ttl01.border {
  font-size: 21px;
}
.profile_tbl th {
  width: 7em;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  vertical-align: top;
}
.profile_tbl td {
  width: calc(100% - 8.5em);
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  vertical-align: top;
}
}
.staff_bg {
  display: block;
  width: 100%;
  max-width: 1440px;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 980px) {
.wrap.staff_block {
  margin-bottom: 90px;
}
}



/* お知らせ */
.news-item02 {
  display: flex;
  align-items: start;
  gap: 16px 16px;
  position: relative;
  background: url(./images/arr01.svg) no-repeat;
  background-position: 100% calc(50% - 0px);
  background-size: 12px 12px;
  border-bottom: 1px solid rgba(35, 63, 132, 1);
  padding: 32px 0 32px 0;
}
.news-date02 {
  color: rgba(35, 63, 132, 1);
  font-weight: 400;
  font-size: 16px;
}
.news-category02 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 8px 0 10px;
  padding: 2px 10px;
  background: rgba(35, 63, 132, 1);
  border-radius: 20px;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  white-space: nowrap;
  gap: 8px;
  flex: 0 0 auto;
}
.news-title02 {
  font-weight: 400;
  font-size: 16px;
  gap: 8px;
  flex: 0 0 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 770px;
}
.news-title02 a {
  color: rgba(35, 63, 132, 1);
  text-decoration: none;
}
.news-title02 {
  flex: 1;
  color: rgba(51, 51, 51, 1);
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
}
@media (max-width: 1080px) {
.news-item02 {
  flex-direction: column;
  width: 100%;
}
.news-title02 {
  width: 92%;
  max-width: initial;
}
}
@media (max-width: 768px) {
.news-item02 {
  gap: 8px 8px;
  margin: 0 0 8px 0;
  padding: 12px 0 24px 0;
}
.news-date02 {
  font-size: 14px;
}
.news-category02 {
  font-size: 13px;
}
.news-title02 {
  font-size: 14px;
}
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-top: 60px;
}
.pagination-prev, .pagination-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}
.pagination-prev img, .pagination-next img {
  width: 10px;
  height: auto;
}
.pagination-list {
  display: flex;
  list-style: none;
  gap: 40px;
}
.pagination-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  color: rgba(35, 63, 132, 1);
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  line-height: 180%;
  text-decoration: none;
}
.pagination-item.current a {
  background-color: rgba(35, 63, 132, 1);
  color: #fff;
}
@media (max-width: 768px) {
.pagination, .pagination-list {
  gap: 20px;
}
}



/* 求人募集 */
.recruit_block {
  position:relative;
  max-width: 1000px;
  height: calc-size(calc-size(auto, size), size + 120px);
  margin: 0 auto 90px;
}
.recruit_block p {
  width: 600px;
  margin: 0 0 60px 0;
  padding: 0 0 10px 0;
  color: rgba(35, 63, 132, 1);
}
.recruit_block02 {
  position:relative;
}
.recruit_img01 {
  position:absolute;
  top: -250px;
  right: -60px;
  width: 340px;
  height: auto;
}
.recruit_img02 {
  width: 420px;
  height: auto;
}
.recruit_img03 {
  position:absolute;
  top: 220px;
  right: -240px;
  width: 640px;
  height: auto;
}
@media (max-width: 1200px) {
.recruit_block {
  position:relative;
  width: 92%;
  max-width: initial;
  height: calc-size(calc-size(auto, size), size + 180px);
  height: auto;
  margin: 0 4% 90px;
}
.recruit_block p {
  width: 600px;
  margin: 0 0 30px 0;
  padding: 0 0 0 0;
  color: rgba(35, 63, 132, 1);
}
.recruit_img01 {
  margin: 15px 0;
  width: 100%;
  max-width: 480px;
  height: auto;
  position: static;
}
.recruit_img02 {
  display: block;
  margin: 15px 0;
  width: 100%;
  max-width: 480px;
  height: auto;
}
.recruit_img03 {
  margin: 15px 0;
  width: 100%;
  max-width: 540px;
  height: auto;
  position: static;
}
.recruit_block .sp_right {
  display: flex;
  justify-content: flex-end;
}
}
@media (max-width: 768px) {
.recruit_block {
  position:relative;
  width: 92%;
  max-width: initial;
  height: calc-size(calc-size(auto, size), size + 180px);
  height: auto;
  margin: 0 4% 90px;
}
.recruit_block p {
  width: auto;
  margin: 0 0 30px 0;
  padding: 0 0 0 0;
  color: rgba(35, 63, 132, 1);
}
.recruit_img01 {
  margin: 15px 0;
  width: 66%;
  max-width: initial;
  height: auto;
}
.recruit_img02 {
  display: block;
  margin: 15px 0;
  width: 86%;
  max-width: initial;
  height: auto;
}
.recruit_img03 {
  margin: 15px 0;
  width: 85%;
  max-width: initial;
  height: auto;
}
}
.r_border {
  background: #fff;
  margin: 0 0 160px;
  padding: 3em 3em 2em;
  border: 1px solid rgba(35, 63, 132, 1);
}
.detail_block {
  margin-bottom: 160px;
}
@media (max-width: 980px) {
.r_border {
  margin: 0 0 90px;
}
.detail_block {
  margin-bottom: 120px;
}
}
@media (max-width: 768px) {
.r_border {
  background: #fff;
  padding: 1.5em 2em 1em;
  border: 1px solid rgba(35, 63, 132, 1);
}
.detail_block {
  margin-bottom: 90px;
}
}
.square {
  background: rgba(35, 63, 132, 1);
  margin: 0 0.5em 0 0;
  padding: 0 8px;
  color: #fff;
  line-height: 100%;
}
.tbl01 {
  width: 100%;
  margin: 0 auto 45px;
  color: rgba(35, 63, 132, 1);
}
.tbl01 th {
  width: 25%;
  padding: 24px 0 32px;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid rgba(35, 63, 132, 1);
}
.tbl01 td {
  width: 75%;
  padding: 24px 0 32px;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid rgba(35, 63, 132, 1);
}
.tbl01 td p {
  margin: 0 0 2em 0;
}
@media (max-width: 768px) {
.tbl01 th {
  display: block;
  width: 100%;
  padding: 24px 0 0;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  vertical-align: middle;
  border-bottom: 0px solid rgba(35, 63, 132, 1);
}
.tbl01 td {
  display: block;
  width: 100%;
  padding: 12px 0 32px;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid rgba(35, 63, 132, 1);
}
}
.flow {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin: 0 auto 40px;
}
.flow li {
  gap: 5px;
}
.flow li img {
  width: auto;
  height: 270px;
}
@media (max-width: 980px) {
.flow li img {
  width: auto;
  height: 26.5vw;
}
}
@media (max-width: 480px) {
.flow li:nth-child(1) img, .flow li:nth-child(2) img {
  width: 32vw;
  height: auto;
}
.flow li:nth-child(3) img {
  width: 23.5vw;
  height: auto;
}
}


/*
input, button, textarea, select {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input, textarea, select {
  margin: 0;
  padding: 20px;
  width: 100%;
  border: none;
}
.contact-form {
  display: flex;
  flex-direction: column;
  margin-bottom: 45px;
  gap: 40px;
}
.form-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.form-label {
  color: rgba(35, 63, 132, 1);
  font-size:16px;
  font-weight:500;
  line-height: 180%;
  display: flex;
  align-items: center;
}
.required {
  color: rgba(35, 63, 132, 1);
  font-size: 85%;
  font-weight: 400;
  line-height: 180%;
  margin-left: 10px;
}
.form-input,
.form-select,
.form-textarea {
  background-color: #fff;
  width: 100%;
  padding: 20px;
  font-size: 16px;
  line-height: 180%;
  border: 1px solid rgba(35, 63, 132, 1);
  border-radius: 10px;
}
.form-select {
  appearance: none;
  background-image: url(./images/form-select.svg);
  background-repeat: no-repeat;
  background-size: 20px 10px;
  background-position: right 20px center;
  color: rgba(35, 63, 132, 1);
}
.form-textarea {
  height: 200px;
  resize: vertical;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #bbb;
  font-weight: normal;
}
input:-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #bbb;
  font-weight: normal;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #bbb;
  font-weight: normal;
}
*/

.r_tbl {
  width: 100%;
  margin: 0 auto 30px;
  color: rgba(35, 63, 132, 1);
}
.r_tbl tr {
  margin-bottom: 40px;
}
.r_tbl th {
  display: block;
  width: 100%;
  margin-bottom: 6px;
  padding: 10px 0 0 0;
  color: rgba(35, 63, 132, 1);
  font-size:16px;
  font-weight:500;
  text-align: left;
  line-height: 180%;
}
.r_tbl td {
  display: block;
  width: 100%;
  padding: 0 0 20px 0;
  color: rgba(35, 63, 132, 1);
  font-size:16px;
  font-weight:500;
  line-height: 180%;
}
.req {
  color: rgba(35, 63, 132, 1);
  font-size: 85%;
  font-weight: 400;
  line-height: 180%;
  margin-left: 10px;
}
.form-input,
.form-select,
.form-textarea {
  background-color: #fff;
  width: 100%;
  padding: 20px;
  font-size: 16px;
  line-height: 180%;
  border: 1px solid rgba(35, 63, 132, 1);
  border-radius: 10px;
}
.form-select {
  appearance: none;
  background-image: url(./images/form-select.svg);
  background-repeat: no-repeat;
  background-size: 20px 10px;
  background-position: right 20px center;
  color: rgba(35, 63, 132, 1);
}
.form-textarea {
  height: 200px;
  resize: vertical;
}
.mwform-tel-field input[type="text"]  {
  width: 20% !important;
}
@media (max-width: 600px) {
.mwform-tel-field input[type="text"]  {
  width: 30% !important;
}
}
.submit-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  padding: 8px 40px 8px 24px;
  background-color: #fff;
  border: 1px solid rgba(35, 63, 132, 1);
  border-radius: 40px;
  cursor: pointer;
  margin: 0 auto;
}
.submit-button:after {
  position: absolute;
  top: calc(50% - 4px);
  right: 20px;
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0;
  border-right: 2px solid rgba(35, 63, 132, 1);
  border-bottom: 2px solid rgba(35, 63, 132, 1);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.submit-text {
  color: rgba(35, 63, 132, 1);
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
}
.submit-button:hover {
  background-color: rgba(241, 188, 46, 1);
  padding: 8px 40px 8px 24px;
  color: #fff;
  box-shadow: 0px 0px 6px 0px rgba(106, 161, 31, 1);
}
.submit-button:hover:after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.submit-button:hover .submit-text {
  color: #fff;
}
@media (max-width: 768px) {
.contact-form {
  gap: 24px;
}
.form-label {
  font-size: 14px;
}
.form-input,
.form-select,
.form-textarea {
  font-size: 14px;
}
.privacy-policy {
  padding: 40px 32px;
}
.privacy-notice {
  font-size: 14px;
}
.privacy-content {
  font-size: 14px;
}
}


#side {
  float: right;
  width: 240px;
  margin: 0 0 90px 0;
  padding: 0 0 30px 0;
}
#cont {
  float: left;
  width: calc(100% - 270px);
  margin: 0 0 160px 0;
  padding: 0 30px 30px 0;
}
@media screen and (max-width: 980px) {
  #side {
    float: none;
    width: 100%;
    margin: 0 0 60px 0;
  }
  #cont {
    float: none;
    width: 100%;
    margin: 0 0 60px 0;
    padding: 0 0 30px 0;
  }
}


#under #wrapper {
  margin: 0 auto;
}

.link_nav {
  margin: 100px auto 0;
  font-size: 85%;
}
.link_nav  a {
  color: #555;
}
section .link_nav .link_nav_l {
  float: left;
  width: calc(49.5% - 40px);
  margin: 0 0 10px 0;
  font-size: 85%;
  text-align: left;
}
section .link_nav .link_nav_r {
  float: right;
  width: calc(49.5% - 40px);
  margin: 0 0 10px 0;
  font-size: 85%;
  text-align: right;
}
section .link_nav .link_nav_c {
  float: left;
  width: 80px !important;
  margin: 0 auto 10px;
  padding: 0;
  font-size: 85%;
  text-align: center;
}
.center {
  text-align: center;
}

#side h3 {
  position: relative;
  margin: 0 0 12px 0;  
  padding: 10px 0 8px;
  color: #555;
  font-size: 1rem;
  font-feature-settings: "palt";
  border-bottom: 1px solid rgba(35, 63, 132, 0.33);
  z-index: 10;
}
#side h3:before {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 20%;
  height: 1px;
  content: '';
  background: rgba(35, 63, 132, 1);
}
.side_menu01 {
  width: 100%;
  margin: 10px auto 24px;
  border-top: 1px dotted #ddd;
}
.side_menu01 li {
  background: url(./images/arr.svg) no-repeat;
  background-position: 2px 50%;
  background-size: 11px 11px;
  padding: 0 0 0 16px;
  font-feature-settings: "palt";
  border-bottom: 1px dotted #ddd;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.side_menu01 li .fs {
  font-size: 90%;
}
.side_menu01 li a {
  display: block;
  color: #555;
  font-size: 0.9rem;
  padding: 8px 0;
  line-height: 1.33;
}
.side_menu01 li a:hover {
  color: rgba(51, 51, 51, 0.7);
}
.side-wrap {
  margin: 0 auto 24px;
  position: relative;
  width: 100%;
  z-index: 10;
}
#side select {
  -webkit-appearance: none;
  background: #fff;
  appearance: none;
  border-radius: 0;
  height: 36px;
  padding: 5px 4px 5px 10px;
  width: 100%;
  color: #555;
  font-size: 0.9rem;
  border: none;
  border-top: 1px dotted #ddd;
  border-bottom: 1px dotted #ddd;
  line-height: 1.5;
}
select::-ms-expand {
  display: none;
}
.side-wrap::before {
  border-bottom: 4.5px solid #1f1f1f;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  content: "";
  position: absolute;
  right: 9px;
  top: 12px;
  width: 0;
}
.side-wrap::after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4.5px solid #1f1f1f;
  content: "";
  position: absolute;
  right: 9px;
  top: 24px;
  width: 0;
}
.post_block h1 {
  margin: 2em 0 1em;
  padding: 0.1em 0.3em 0.1em;
  color: rgba(35, 63, 132, 1);
  font-size: 150%;
  font-weight: bold;
}
.post_block h1.post_ttl {
  background: none;
  margin: 0 0 1em;
  padding: 0 0 0.3em 0;
  color: rgba(35, 63, 132, 1);
  font-size: 150%;
  font-weight: bold;  
  border-bottom: 3px dotted rgba(35, 63, 132, 0.33);
  font-feature-settings: "palt";
}
.post_block h1.post_ttl02 {
  background: none;
  margin: 0 0 1em;
  padding-bottom: 0;
  color: rgba(35, 63, 132, 1);
  font-size: 150%;
  font-weight: bold;  
  font-feature-settings: "palt";
}
.post_block h1.post_ttl span, .post_block h1.post_ttl02 span {
  padding: 0.1em 0.3em;
  border-left: 8px solid rgba(35, 63, 132, 0.66);
}
.post_block h2 {
  margin: 2em 0 1em;
  padding: 0.1em 0.3em 0.1em 0.3em;
  color: rgba(35, 63, 132, 1);
  font-size: 140%;
  font-weight: bold;  
  border-left: 8px solid rgba(35, 63, 132, 0.66);
}
.post_block h2.tit03 {
  margin: 0 0 1em;
}
.post_block h3 {
  background: transparent;
  width: 100%;
  margin: 2em 0 1em;
  padding: 0 0 0.5em 0;
  color: rgba(35, 63, 132, 1);
  font-size: 130%;
  font-weight: bold;  
  line-height: 1.33;
}
.post_block h4 {
  width: 100%;
  margin: 2em 0 1em;
  padding: 0;
  color: rgba(35, 63, 132, 1);
  font-size: 120%;
  font-weight: bold;  
  line-height: 1.33;
}
.post_block h5 {
  width: 100%;
  margin: 2em 0 1em;
  padding: 0;
  color: rgba(35, 63, 132, 1);
  font-size: 110%;
  font-weight: bold;  
  line-height: 1.33;
}
.post_block h6 {
  width: 100%;
  margin: 2em 0 1em;
  padding: 0;
  color: rgba(35, 63, 132, 1);
  font-size: 100%;
  font-weight: bold;  
  line-height: 1.33;
}
.post_block p {
  display: block;
  margin: 0 0 1em 0;
  font-size: 100%;
  line-height: 1.66;
  text-align: left;
}
.post_block p.date {
  margin: 0 0 30px 0;
  font-size: 80%;
}
.post_block p.date span {
  background: #bbb;
  padding: 2px 6px;
  color: #fff;
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
}
.wp-pagenavi .page {
  width: 32px;
  height: 32px;
  background: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  padding: 0 !important;
  color: rgba(35, 63, 132, 1);
  font-weight: 700;
  font-size: 16px;
  border: 0px solid rgba(35, 63, 132, 1);
  border-radius: 50%;
}
.wp-pagenavi .current {
  width: 32px;
  height: 32px;
  background: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  padding: 0 !important;
  color: rgba(35, 63, 132, 1);
  font-weight: 700;
  font-size: 16px;
  border: 1px solid rgba(35, 63, 132, 1);
  border-radius: 50%;
}
.wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none;
  border: 0px solid #BFBFBF;
  margin: 0 !important;
  padding: 0 !important;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
  width: 32px;
  height: 32px;
  background: rgba(35, 63, 132, 1) !important;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  padding: 0 !important;
  color: #fff !important;
  text-decoration: none;
  border: 1px solid rgba(35, 63, 132, 1) !important;
  border-radius: 50%;
}
.wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink {
  width: 32px;
  height: 32px;
  background: #fff !important;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  padding: 0 !important;
  color: rgba(35, 63, 132, 1) !important;
  border: 0px solid rgba(35, 63, 132, 1) !important;
}
.wp-pagenavi a.previouspostslink:hover, .wp-pagenavi a.nextpostslink:hover {
  width: 32px;
  height: 32px;
  background: #fff !important;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  padding: 0 !important;
  color: rgba(35, 63, 132, 1) !important;
  border: 0px solid rgba(35, 63, 132, 1) !important;
}

.wpcf7 input[type="submit"] {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  padding: 8px 40px 8px 24px;
  background-color: #fff;
  border: 1px solid rgba(156, 201, 71, 1);
  border-radius: 40px;
  cursor: pointer;
  margin: 0 auto;
  color: rgba(156, 201, 71, 1);
  font-size: 16px;
  font-weight: 500;
}
.wpcf7 input[type="submit"]:hover {
  background-color: rgba(241, 188, 46, 1);
  padding: 8px 40px 8px 24px;
  color: #fff;
  box-shadow
}

.more_link input[type="submit"] {
  display: block;
  position: relative;
  width: 320px;
  background-color: #fff;
  margin: 32px auto 10px;
  padding: 21px;
  color: rgba(35, 63, 132, 1);
  font-size: 16px;
  font-weight: 500;
  border: 1px solid rgba(35, 63, 132, 1);
  text-decoration: none;
  overflow: hidden;
}
.more_link span input[type="submit"]{
  position: relative;
  background: url(./images/arr01.svg) no-repeat;
  background-position: 95% 50%;
  background-size: 12px 12px;
  width: 320px;
  padding: 21px 36px 21px 21px;
  z-index: 3;
  color: rgba(35, 63, 132, 1);
  transition: all .3s;
}
.more_link:hover span input[type="submit"] {
  position: relative;
  background: url(./images/arr01.svg) no-repeat;
  background-position: 95% 50%;
  background-size: 12px 12px;
  width: 320px;
  padding: 21px 36px 21px 21px;
  z-index: 3;
  color: rgba(35, 63, 132, 0.75);
}
.more_link:before input[type="submit"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  background: rgba(35, 63, 132, 1);
  border: 1px solid rgba(35, 63, 132, 1);
}
.more_link:hover input[type="submit"] {
  color: #fff;
}
.more_link:hover:before input[type="submit"] {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}