@charset "UTF-8";

/* Scss Document */
body {
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ W3", "ヒラギノ角ゴ ", "Hiragino Kaku Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  font-feature-settings: "palt";
  line-height: 1.5;
  letter-spacing: 0.08em;
  overflow-wrap: break-word;
  line-break: strict;
  font-size: 16px;
  color: #000000;
  font-weight: 400;
}

a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none;
}

a,
button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

a {
  transition: .3s ease;
  color: inherit;
  cursor: pointer;
}

button:focus {
  outline: 0;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0;
}

h1 {
  font-size: inherit;
}

#container {
  overflow: hidden;
  position: relative;
}

#site_contents {
  padding-top: 114px;
}

.menu-container {
  position: absolute;
  width: 100%;
  z-index: 1000;
}

.home #site_contents {
  padding-top: 0;
}

.home .header-flex {
  background: none;
}

.menu-container.trans {
  position: fixed;
  animation: slideInDown .5s forwards linear;
  width: 100%;
  z-index: 1000;
}

@keyframes slideInDown {
  0% {
    visibility: visible;
    transform: translate3d(0, -100%, 0);
  }

  to {
    transform: translateZ(0);
  }
}

.home .trans .header-flex {
  position: relative;
}

.pc-none {
  display: none;
}

.sp-br {
  display: none;
}

.center {
  text-align: center;
}

.plr20 {
  padding: 0 20px;
}

.pr20 {
  padding-right: 20px;
}

.mt70 {
  margin-top: 70px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.cover710 {
  max-width: 710px;
  margin-right: auto;
}

.cover680 {
  max-width: 680px;
  margin-right: auto;
}

.cover960 {
  max-width: 960px;
  margin: auto;
}

.cover1000 {
  max-width: 1000px;
  margin: auto;
}

/*---------------------------------

	gotop

---------------------------------*/
.arrow {
  display: inline-block;
  text-decoration: none;
  background-color: #EBBE35;
  position: relative;
  height: 45px;
  width: 44px;
}

.arrow::before {
  content: "";
  display: inline-block;
  background-image: url("../img/img_back-arrow.svg");
  background-size: contain;
  width: 20px;
  height: 11px;
  position: absolute;
  left: 14px;
  top: 16px;
  margin: auto;
}

#back-to-top {
  position: fixed;
  right: 0px;
  bottom: 50px;
  z-index: 900;
}

/*---------------------------------

	recaptcha

---------------------------------*/
.grecaptcha-badge {
  visibility: hidden;
}

.recap {
  color: #fff;
  text-align: center;
  font-size: 14px;
  margin-top: 16px;
}

.recap a {
  text-decoration: none;
  font-weight: bold;
}

/*---------------------------------

	header

---------------------------------*/
#spsite_header {
  display: none;
}

.home .header-flex {
  position: absolute;
  z-index: 100;
  width: 100%;
}

.header-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
}

.header-flex a {
  text-decoration: none;
  font-size: 16px;
  color: #333333;
}

.header-left {
  margin: 0 10px 0 20px;
  max-width: 226px;
  width: 18%;
}

.header-left img {
  display: block;
  width: 100%;
}

.header-right {
  width: 82%;
}

.header-right-first {
  display: flex;
  list-style: none;
  justify-content: flex-end;
  align-items: center;
  margin: 0 0 15px;
}

.header-right-first .border-r {
  border-right: solid 1px #333333;
  padding: 0 10px;
}

.header-right-first .icon-link {
  padding-left: 10px;
  margin-right: 30px;
}

.icon-link a:after {
  content: "";
  display: inline-block;
  background-image: url("../img/icon_link.svg");
  background-size: contain;
  width: 16px;
  height: 16px;
  margin: 0 0 -2px 5px;
}

.header-right-second {
  display: flex;
  list-style: none;
  padding-right: 8px;
  padding-bottom: 15px;
  justify-content: flex-end;
}

.header-right-second li {
  margin: 0 2px;
}

.header-right-second a {
  font-weight: 500;
  display: block;
  padding: 3px 10px;
  border-radius: 10px;
}

.trans .header-flex {
  background: rgba(255, 255, 255, 0.85);
}

.admin-bar .spmenu-container {
  top: 32px;
}

.admin-bar .spmenu {
  top: 32px;
}

.admin-bar .sp-menu-cover {
  padding-top: 32px;
}

/*---------------------------------

	top

---------------------------------*/
.frontpage #main_visual {
  position: relative;
  top: 0;
}

.frontpage .fp-slide {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 88%, 0 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 88%, 0 100%);
}

.frontpage .fp-slide img {
  display: block;
  margin: auto;
  height: 100%;
  width: 100%;
}

.back-grid-01 {
  background: #fff;
  background-image: linear-gradient(90deg, #F9F9F9 1px, transparent 0), linear-gradient(#F9F9F9 1px, transparent 0);
  background-size: 50px 50px;
}

.top-notice-content {
  background: #FDF7F7;
  padding: 30px 16px 30px;
  margin: 50px 20px 0px;
}

.top-notice-content h2 {
  font-size: 20px;
  color: #FF4141;
  font-weight: 400;
  text-align: center;
}

.top-notice-content h2 span {
  vertical-align: middle;
  margin: 0 5px 0 0;
}

.top-notice-content-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}

.top-notice-content-left {
  width: 35%;
}

.top-notice-content-right {
  width: 65%;
}

.top-notice-item:not(:last-of-type) {
  margin-bottom: 20px;
}

.top-notice-flex {
  display: flex;
  margin-right: -30px;
}

.top-notice-flex a {
  text-decoration-color: #FF4141;
  margin-right: 30px;
}

.top-notice-title {
  font-size: 16px;
  color: #FF4141;
  font-weight: 400;
}

.top-notice-dates {
  margin-right: 30px;
}

.top-link-content {
  margin: 70px 20px 0 20px;
  padding-bottom: 40px;
}

.top-link-content p {
  color: #fff;
}

.top-link-content p span {
  font-size: 24px;
  font-weight: bold;
}

.top-link-content .marker {
  display: inline-block;
  padding: 10px 10px;
  width: 328px;
  position: absolute;
  bottom: 10px;
}

.top-link-content .marker-01 {
  background: #E2721E;
}

.top-link-content .marker-02 {
  background: #EAC62B;
}

.top-link-content .marker-03 {
  background: #C43B16;
}

.top-link-content .marker-04 {
  background: #3F8649;
}

.top-link-item {
  width: calc(50% - 55px);
  height: 200px;
  position: relative;
  margin: 0 40px 30px 10px;
  transition: .3s ease;
}

.top-link-item a {
  display: block;
  height: 100%;
}

.top-link-item-img-01 {
  background-image: url("../img/img_top_link_item_01.jpg");
  background-size: cover;
  box-shadow: -10px 10px 0px #E2721E;
}

.top-link-item-img-02 {
  background-image: url("../img/img_top_link_item_02.jpg");
  background-size: cover;
  box-shadow: -10px 10px 0px #EAC62B;
}

.top-link-item-img-03 {
  background-image: url("../img/img_top_link_item_03.jpg");
  background-size: cover;
  box-shadow: -10px 10px 0px #C43B16;
}

.top-link-item-img-04 {
  background-image: url("../img/img_top_link_item_04.jpg");
  background-size: cover;
  box-shadow: -10px 10px 0px #3F8649;
}

.top-link-item-flex {
  display: flex;
  flex-wrap: wrap;
  margin-right: -50px;
}

.back-grid-02 {
  background: #fff;
  background-image: url("../img/img_square_01.svg");
  background-repeat: repeat;
}

.sq-bg {
  background-image: url("../img/img_square_02.svg");
  background-repeat: repeat;
  font-size: 28px;
  font-weight: bold;
  padding: 4px 10px;
  text-align: center;
}

.top-about {
  background-image: url("../img/img_top_about.jpg");
  background-size: cover;
  background-position: bottom;
  padding: 115px 40px 355px 40px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
  .top-about {
    background-image: url("../img/2x/img_top_about@2x.jpg");
  }
}

.top-about-content {
  max-width: 960px;
  margin: auto;
  position: relative;
  padding: 70px 30px;
}

.top-about-content h2 {
  position: absolute;
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 0.1em;
  top: -46px;
  left: -40px;
  color: #333333;
}

.top-about-content p {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 20px;
  line-height: 1.75;
}

.top-about-content .primary-btn {
  margin: auto;
}

.top-about-btn-flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-bottom: 34px;
}

.top-about-btn-flex .primary-btn-cover {
  margin-right: 20px;
  margin-bottom: 16px;
}

.wh-title {
  font-weight: bold;
  font-size: 28px;
  background: #fff;
  text-align: center;
  padding: 4px 0;
}

.center-subtitle {
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #333333;
}

.top-strengths {
  position: relative;
  padding-top: 100px;
}

.top-strengths h2 {
  position: absolute;
  left: 40%;
}

.top-strengths-right {
  background: #FFE9CC;
  width: 70%;
  margin-left: auto;
  padding: 70px 19% 40px 10%;
  margin-top: 119px;
}

.top-strengths-right-inner {
  width: 100%;
  min-width: 470px;
}

.top-strengths-right-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: -40px;
}

.top-strengths-right-item {
  text-align: center;
  margin: 0 40px 30px 0;
}

.top-strengths-right-text {
  text-align: center;
  margin: 30px 0 36px;
}

.top-strengths-left {
  background-image: url("../img/img_top_strengths_mv.jpg");
  background-size: cover;
  height: 583px;
  width: 38%;
  position: absolute;
  background-position: center;
  top: 100px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
  .top-strengths-left {
    background-image: url("../img/2x/img_top_strengths_mv@2x.jpg");
  }
}

.top-blog {
  padding: 158px 0 70px;
}

.top-blog .primary-btn {
  margin: 20px auto 0 auto;
}

.img-top-blog-left {
  display: block;
  position: absolute;
  top: -148px;
  left: 20px;
}

.img-top-blog-right {
  display: block;
  position: absolute;
  top: -148px;
  right: 40px;
}

.top-blog-flex {
  display: flex;
  flex-wrap: wrap;
  margin-right: -40px;
  padding: 30px 20px 0 20px;
  position: relative;
  justify-content: flex-start;
}

.top-blog-item {
  width: calc(25% - 40px);
  margin-right: 40px;
  margin-bottom: 40px;
  position: relative;
}

.top-blog-item a {
  text-decoration: none;
  display: block;
}

.top-blog-thumbnail {
  overflow: hidden;
  background: #fff;
}

.top-blog-thumbnail img {
  display: block;
  width: 100%;
  height: 50%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  transition: .3s ease;
}

.top-blog-dates {
  color: #fff;
  background: #2D2D2D;
  text-align: center;
  font-size: 14px;
  font-family: 'Oswald', sans-serif;
  width: 60px;
  height: 60px;
  position: relative;
  line-height: 0.9;
  padding-top: 8px;
  margin-top: -30px;
}

.top-blog-dates p {
  font-size: 26px;
  padding-top: 8px;
}

.top-blog-category {
  color: #0E458F;
  margin-top: -26px;
  text-align: right;
}

.top-blog-title {
  font-size: 16px;
  font-weight: 400;
  margin-top: 8px;
}

.top-color-textarea {
  width: 80%;
  padding: 70px 20px;
}

.top-career {
  position: relative;
  margin-bottom: 304px;
}

.top-career .top-color-textarea {
  background: #9FEFC9;
  margin-right: auto;
}

.top-color-textarea-inner-01 {
  max-width: 460px;
  margin-left: auto;
  margin-right: 39%;
  position: relative;
  z-index: 1;
}

.top-color-textarea-inner-01 p {
  margin: 20px 0 30px;
}

.top-nursery {
  position: relative;
  padding-bottom: 100px;
}

.top-nursery .top-color-textarea {
  background: #FFCCD9;
  margin-left: auto;
}

.top-color-textarea-inner-02 {
  max-width: 460px;
  margin-left: 39%;
  position: relative;
  z-index: 1;
}

.top-color-textarea-inner-02 p {
  margin: 20px 0 30px;
}

.top-color-imgarea {
  background-size: cover;
  height: 439px;
  width: 49%;
  position: absolute;
  background-position: center;
}

.top-color-imgarea-01 {
  background-image: url("../img/img_top_color_imgarea_01.jpg");
  top: 70px;
  right: 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
  .top-color-imgarea-01 {
    background-image: url("../img/2x/img_top_color_imgarea_01@2x.jpg");
  }
}

.top-color-imgarea-02 {
  background-image: url("../img/img_top_color_imgarea_02.jpg");
  bottom: 170px;
  left: 0;
}

/*---------------------------------

	footer

---------------------------------*/
.footer-entry {
  text-align: center;
  background-image: url("../img/img_footer_entry.jpg");
  background-size: cover;
  background-position: top;
}

.footer-entry h4 {
  font-size: 28px;
  font-weight: 500;
  margin: 20px 0;
}

.footer-entry p {
  font-weight: 500;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
  .footer-entry {
    background-image: url("../img/2x/img_footer_entry@2x.jpg");
  }
}

.footer-entry-btn-flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-right: -40px;
  margin-top: 50px;
}

.filter-footer-entry {
  background-color: rgba(255, 255, 255, 0.75);
  height: 100%;
  padding: 70px 20px 40px 20px;
}

#site_footer {
  background: #0E458F;
  padding: 70px 0 50px;
}

#site_footer a {
  text-decoration: none;
}

.footer-flex {
  padding: 0 20px;
  color: #fff;
  display: flex;
  justify-content: center;
  margin-right: -39px;
}

.footer-left {
  padding-right: 46px;
  border-right: solid 1px #fff;
  margin-right: 39px;
}

.footer-left p {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

.footer-left .footer-tel {
  font-size: 30px;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 13px;
}

.footer-left img {
  display: block;
  margin: auto;
  margin-bottom: 16px;
}

.footer-left a {
  display: block;
}

.footer-right {
  margin-right: 39px;
}

.footer-right ul {
  list-style: none;
  margin-right: 56px;
}

.footer-right li {
  margin-bottom: 20px;
}

.footer-right-flex {
  display: flex;
  flex-wrap: wrap;
  margin-right: -56px;
}

.copyright {
  color: #fff;
  text-align: center;
  font-size: 14px;
  margin: 100px 0 0;
}

/*---------------------------------

	btn

---------------------------------*/
.primary-btn {
  width: 336px;
  display: block;
  text-decoration: none;
  font-weight: bold;
  color: #0E458F;
  text-align: center;
  border: 1px solid #0E458F;
  border-radius: 30px;
  padding: 9px 0;
  background: #fff;
}

.primary-btn:after {
  content: "";
  display: inline-block;
  background-image: url("../img/icon_btn_arrow.svg");
  background-size: contain;
  width: 14px;
  height: 16px;
  margin: 0 0 -3px 10px;
}

.secondary-btn {
  width: 336px;
  display: block;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border: 1px solid #0E458F;
  border-radius: 30px;
  padding: 9px 0;
  background: #0E458F;
}

.secondary-btn:after {
  content: "";
  display: inline-block;
  background-image: url("../img/icon_btn_arrow_wh.svg");
  background-size: contain;
  width: 14px;
  height: 16px;
  margin: 0 0 -3px 10px;
}

.footer-entry-btn {
  width: 460px;
  display: block;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border-radius: 30px;
  padding: 15px 0 13px;
  background: #FF4141;
  margin-right: 40px;
  border: 1px solid #FF4141;
  margin-bottom: 30px;
}

.footer-entry-btn:after {
  content: "";
  display: inline-block;
  background-image: url("../img/icon_btn_arrow_wh.svg");
  background-size: contain;
  width: 14px;
  height: 16px;
  margin: 0 0 -3px 10px;
}

.single-btn-cover a {
  width: 336px;
  display: block;
  text-decoration: none;
  font-weight: bold;
  color: #0E458F;
  text-align: center;
  border: 1px solid #0E458F;
  border-radius: 30px;
  padding: 9px 0;
  background: #fff;
  margin-right: 20px;
  margin-bottom: 20px;
}

.single-btn-all a {
  width: 248px;
  display: block;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border: 1px solid #0E458F;
  border-radius: 30px;
  padding: 9px 0;
  background: #0E458F;
}

.single-icon-nex p:after {
  content: "";
  display: inline-block;
  background-image: url(../img/icon_btn_arrow.svg);
  background-size: contain;
  width: 14px;
  height: 16px;
  margin: 0 0 -3px 10px;
}

.single-icon-pre p:before {
  content: "";
  display: inline-block;
  background-image: url(../img/icon_btn_arrow.svg);
  background-size: contain;
  width: 14px;
  height: 16px;
  margin: 0 10px -1px 0;
  transform: rotate(180deg);
}

.single-btn-all a:after {
  content: "";
  display: inline-block;
  background-image: url("../img/icon_btn_arrow_wh.svg");
  background-size: contain;
  width: 14px;
  height: 16px;
  margin: 0 0 -3px 10px;
}

.btn-entry a {
  color: #fff;
  display: block;
  padding: 14px 26px 16px 26px;
  background: linear-gradient(90deg, #FF4141 0%, #FF4141 50%, #06C369 50%, #06C369 100%);
  background-size: 200% 54px;
}

.btn-entry a:hover {
  background-position: -100%;
  opacity: 1 !important;
}

.btn-faq {
  display: block;
  text-decoration: none;
  font-weight: bold;
  color: #0E458F;
  text-align: center;
  border: 1px solid #0E458F;
  border-radius: 30px;
  padding: 9px 0;
  background: #fff;
  transition: .3s ease;
}

.btn-faq:after {
  content: "";
  display: inline-block;
  background-image: url("../img/icon_btn_arrow.svg");
  background-size: contain;
  width: 14px;
  height: 16px;
  margin: 0 0 -3px 10px;
  transform: rotate(90deg);
}

/*---------------------------------

	下層 共通

---------------------------------*/
.under-title {
  text-align: center;
  height: 335px;
  position: relative;
}

.under-title h2 {
  font-size: 40px;
  font-weight: bold;
  padding-bottom: 20px;
  color: #333333;
}

.under-title span {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .2em;
  color: #333333;
}

.under-title-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.jp-heading {
  color: #333333;
}

.jp-heading h3 {
  font-size: 40px;
  font-weight: bold;
}

.jp-heading span {
  font-weight: bold;
  position: relative;
  padding-left: 40px;
  letter-spacing: 0.1em;
}

.jp-heading span:before {
  content: "";
  width: 30px;
  height: 2px;
  background: #333333;
  position: absolute;
  top: 13px;
  left: 0;
}

.pink-bg {
  background: #FFCCD9;
}

.green-bg {
  background: #9FEFC9;
}

.orange-bg {
  background: #FFE9CC;
}

.right-margin-box-bg {
  margin-right: 6%;
  padding: 70px 20px;
}

.right-margin-box {
  padding-left: 6%;
}

.left-margin-box-bg {
  margin-left: 6%;
  padding: 70px 20px;
}

.left-margin-box {
  padding-right: 6%;
}

.margin-box-content {
  max-width: 960px;
  margin: auto;
}

.flex-content-01 {
  display: flex;
  margin-right: -40px;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}

.flex-content-01 .flex-content-01-txt {
  width: calc(50% - 40px);
  margin-right: 40px;
  margin-top: 30px;
}

.flex-content-01 .flex-content-01-txt p {
  line-height: 1.875;
}

.flex-content-01 img {
  display: block;
  width: calc(50% - 40px);
  margin-right: 40px;
  margin-top: 30px;
}

/*---------------------------------

	about-hospital

---------------------------------*/
.page-about-hospital .under-title {
  background-image: radial-gradient(white, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url("../img/img_under_title_01.jpg");
  background-size: cover;
  background-position: center bottom 30%;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
  .page-about-hospital .under-title {
    background-image: radial-gradient(white, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url("../img/2x/img_under_title_01@2x.jpg");
  }
}

.about-change {
  position: relative;
  padding: 220px 0 182px;
}

.about-change .about-color-textarea {
  background: #9FEFC9;
  margin-left: auto;
  width: 70%;
  padding: 70px 20px 198px 20px;
}

.about-change .wh-title {
  text-align: left;
  padding: 4px 10px;
  display: inline-block;
  margin-bottom: 24px;
}

.about-color-textarea-inner-02 {
  max-width: 460px;
  margin-left: 31%;
  position: relative;
  z-index: 1;
}

.about-color-imgarea {
  background-size: cover;
  height: 539px;
  width: 49%;
  position: absolute;
  background-position: right;
  background-image: url("../img/img_about_color_imgarea.jpg");
  background-size: cover;
  top: 100px;
  left: 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
  .about-color-imgarea {
    background-image: url("../img/2x/img_about_color_imgarea@2x.jpg");
  }
}

.philosophy {
  background: #FFCCD9;
  padding: 70px 20px;
}

.philosophy-content {
  background-image: url(../img/img_square_01.svg);
  background-repeat: repeat;
  padding: 70px 30px;
  /* text-align: center; */
  max-width: 960px;
  margin: auto;
}

.philosophy-content h4 {
  font-size: 24px;
  font-weight: 500;
  margin: 24px auto 20px;
}

.philosophy-message {
  margin: 50px 0 20px;
}

.message-flex {
  display: flex;
}

.message-photo {
  flex-shrink: 0;
  width: 225px;
  margin: 0 40px 40px 0;
}

.message-photo img {
  width: 100%;
}

.message-name {
  text-align: right;
  margin-top: 20px;
}

.access-flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  margin-right: -40px;
}

.access-left {
  margin-right: 40px;
  margin-bottom: 30px;
  width: calc(50% - 40px);
}

.access-left p:nth-of-type(n+2):nth-of-type(-n+4) {
  margin-bottom: 10px;
}

.access-left p:first-of-type {
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 30px;
}

.access-left p:last-of-type {
  margin-bottom: 20px;
}

.access-right {
  margin-right: 40px;
  margin-bottom: 30px;
  width: calc(50% - 40px);
}

.access-right img {
  display: block;
  width: 100%;
}

.about-access {
  padding: 70px 20px 40px 20px;
}

.hospital-overview {
  padding: 0 20px 100px 20px;
}

.hospital-overview .tbl-primary {
  margin-top: 30px;
}

.tbl-primary {
  border-collapse: separate;
  border-spacing: 40px 0px;
  margin-left: -40px;
  line-height: 1.875;
}

.tbl-primary th {
  border-bottom: solid 2px #989898;
  padding: 27px 0;
  width: 33%;
  text-align: left;
  font-weight: bold;
  vertical-align: baseline;
}

.tbl-primary th:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #000000;
  margin: 0 11px -1px 0;
}

.tbl-primary td {
  border-bottom: solid 2px #989898;
  padding: 27px 0;
}

.tbl-primary tr:first-of-type th {
  border-top: solid 2px #989898;
}

.tbl-primary tr:first-of-type td {
  border-top: solid 2px #989898;
}

/*---------------------------------

	entry

---------------------------------*/
.entry .under-title,
.thanks .under-title {
  background-image: radial-gradient(white, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url("../img/img_under_title_04.jpg");
  background-size: cover;
  background-position: center;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {

  .entry .under-title,
  .thanks .under-title {
    background-image: radial-gradient(white, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url("../img/2x/img_under_title_04@2x.jpg");
    background-position: center;
  }
}

.entry-content {
  padding: 100px 20px;
}

.entry-content .pb {
  text-align: center;
  display: block;
  margin: 70px 0 50px;
  font-size: 14px;
}

.entry-content-text {
  color: #333333;
}

.entry-content-text p:first-of-type {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}

.entry-content-text p:nth-of-type(2) {
  margin-bottom: 30px;
}

.entry-content-text p:last-of-type {
  margin-bottom: 70px;
  font-size: 14px;
}

.required {
  font-size: 11px;
  color: #fff;
  background: #686868;
  padding: 4px 7px;
  margin-right: 11px;
}

/* template01 */
.form__wrap {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.wpcf7 .template01 {
  font-size: 16px;
  margin-top: 23px;
}

.wpcf7 .template01 .form__row:first-of-type .form__label {
  border-top: solid 2px #989898;
}

.wpcf7 .template01 .form__row:first-of-type .form__body {
  border-top: solid 2px #989898;
}

.wpcf7 .template01 a {
  text-decoration: underline;
  color: inherit;
  transition: opacity .25s;
}

.wpcf7 .template01 div.form__row {
  margin: 0;
  padding: 0;
  display: flex;
}

.wpcf7 .template01 .form__label,
.wpcf7 .template01 .form__body {
  margin: 0;
  margin-bottom: 10px;
  padding: 30px 0;
  box-sizing: border-box;
  font-weight: 400;
  border-bottom: solid 2px #989898;
}

.wpcf7 .template01 .form__body {
  width: 69%;
  margin-left: 40px;
}

.wpcf7 .template01 .form__label {
  width: 31%;
}

.wpcf7 .template01 .form__label label {
  position: relative;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  display: block;
}

.wpcf7 .template01 .form__label.is-required label {
  padding-right: 40px;
}

.wpcf7 .template01 .form__label.is-required label::after {
  content: "必須";
  display: inline-block;
  padding: 4px 7px;
  color: #fff;
  font-size: 11px;
  text-align: center;
  box-sizing: border-box;
  background: #686868;
  position: absolute;
  top: 0;
  right: 0;
}

/* テキストフィールド */
.wpcf7 .template01 input[type=text],
.wpcf7 .template01 input[type=tel],
.wpcf7 .template01 input[type=email],
.wpcf7 .template01 input[type=url],
.wpcf7 .template01 input[type=date],
.wpcf7 .template01 input[type=number],
.wpcf7 .template01 textarea {
  width: 100%;
  margin: 0;
  padding: 7px 13px;
  box-shadow: none;
  background-color: #fff;
  border-radius: 3px;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: solid 1px #D1D1D1;
}

/* テキストフィールド フォーカス時 */
.wpcf7 .template01 input[type=text]:focus,
.wpcf7 .template01 input[type=tel]:focus,
.wpcf7 .template01 input[type=email]:focus,
.wpcf7 .template01 input[type=url]:focus,
.wpcf7 .template01 input[type=date]:focus,
.wpcf7 .template01 input[type=number]:focus,
.wpcf7 .template01 textarea:focus {
  border: solid 1px #FA5D85;
  outline: none;
}

/* テキストフィールド placeholder */
.wpcf7 .template01 input[type=text]::placeholder,
.wpcf7 .template01 input[type=tel]::placeholder,
.wpcf7 .template01 input[type=email]::placeholder,
.wpcf7 .template01 input[type=url]::placeholder,
.wpcf7 .template01 input[type=date]::placeholder,
.wpcf7 .template01 input[type=number]::placeholder,
.wpcf7 .template01 textarea::placeholder {
  color: #ccc;
}

.wpcf7 .template01 input[type=text]:-ms-input-placeholder,
.wpcf7 .template01 input[type=tel]:-ms-input-placeholder,
.wpcf7 .template01 input[type=email]:-ms-input-placeholder,
.wpcf7 .template01 input[type=url]:-ms-input-placeholder,
.wpcf7 .template01 input[type=date]:-ms-input-placeholder,
.wpcf7 .template01 input[type=number]:-ms-input-placeholder,
.wpcf7 .template01 textarea:-ms-input-placeholder {
  color: #ccc;
}

.wpcf7 .template01 input[type=text]::-ms-input-placeholder,
.wpcf7 .template01 input[type=tel]::-ms-input-placeholder,
.wpcf7 .template01 input[type=email]::-ms-input-placeholder,
.wpcf7 .template01 input[type=url]::-ms-input-placeholder,
.wpcf7 .template01 input[type=date]::-ms-input-placeholder,
.wpcf7 .template01 input[type=number]::-ms-input-placeholder,
.wpcf7 .template01 textarea::-ms-input-placeholder {
  color: #ccc;
}

/* チェックボックス */
.wpcf7 .template01 input[type=checkbox] {
  display: none;
}

.wpcf7 .template01 input[type=checkbox]+span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  box-sizing: border-box;
  transition: opacity .25s ease;
}

.wpcf7 .template01 input[type=checkbox]+span::before {
  content: "";
  opacity: 1;
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 1.24em;
  height: 1.24em;
  border: 1px solid #ccc;
  border-radius: 0;
  background-color: #fff;
  box-sizing: border-box;
  transition: opacity .25s ease;
  z-index: 1;
}

.wpcf7 .template01 input[type=checkbox]+span::after {
  content: "";
  opacity: 0;
  display: block;
  position: absolute;
  top: 0.25em;
  left: 0.44em;
  width: 0.4em;
  height: .8em;
  border-bottom: 3px solid #000;
  border-right: 3px solid #000;
  box-sizing: border-box;
  transform: rotate(40deg);
  transition: opacity .25s ease;
  z-index: 10;
}

.wpcf7 .template01 input[type=checkbox]:checked+span {
  color: #0E458F;
  transition: all .25s ease;
}

.wpcf7 .template01 input[type=checkbox]:checked+span::before {
  opacity: 1;
  transition: opacity .25s ease;
}

.wpcf7 .template01 input[type=checkbox]:checked+span::after {
  opacity: 1;
  border-bottom: 2px solid #0E458F;
  border-right: 2px solid #0E458F;
  transition: opacity .25s ease;
}

/* ラジオボタン */
.wpcf7 .template01 input[type=radio] {
  display: none;
}

.wpcf7 .template01 input[type=radio]+span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 40px;
  font-size: inherit;
  transition: opacity .25s ease;
}

.wpcf7 .template01 input[type=radio]+span::before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #707070;
  border-radius: 50%;
  background-color: #fff;
  box-sizing: border-box;
  transition: opacity .25s ease;
}

.wpcf7 .template01 input[type=radio]+span::after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  box-sizing: border-box;
  transition: opacity .25s ease;
}

.wpcf7 .template01 input[type=radio]:checked+span {
  position: relative;
  transition: opacity .25s ease;
}

.wpcf7 .template01 input[type=radio]:checked+span::before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  box-sizing: border-box;
  transition: opacity .25s ease;
}

.wpcf7 .template01 input[type=radio]:checked+span::after {
  opacity: 1;
  width: 12px;
  height: 12px;
  background-color: #0E458F;
  border-radius: 50%;
  transition: opacity .25s ease;
  position: absolute;
  top: 8px;
  left: 4px;
}

/* セレクト */
.wpcf7 .template01 span.select-wrap {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}

.wpcf7 .template01 select {
  cursor: pointer;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 11px 2.5em 11px 1em;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: none;
  background-color: #fff;
  color: inherit;
  font-size: inherit;
  line-height: 1;
  box-sizing: border-box;
  transition: border-color 0.2s ease, outline 0.2s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.wpcf7 .template01 select::-ms-expand {
  display: none;
}

.wpcf7 .template01 span.select-wrap::after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  width: .6em;
  height: .6em;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: 50% 0;
  box-sizing: border-box;
}

.wpcf7 .template01 select:focus {
  outline: 0;
  border: solid 1px #FA5D85;
}

.wpcf7 .template01 span.select-wrap:focus-within::after {
  border-bottom: 1px solid #080808;
  border-right: 1px solid #080808;
}

/* 送信ボタン */
.wpcf7 .template01 input[type="submit"] {
  display: inline-block;
  width: 336px;
  height: 44px;
  text-align: center;
  background-color: #0E458F;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  border-radius: 30px;
  position: relative;
  transition: .3s ease;
  line-height: 2.8;
  border: solid 1px #0E458F;
}

.btn-form-entry {
  position: relative;
  display: inline-block;
}

.btn-form-entry:after {
  content: "";
  display: inline-block;
  background-image: url(../img/icon_btn_arrow_wh.svg);
  background-size: contain;
  width: 14px;
  height: 16px;
  position: absolute;
  top: 17px;
  left: 194px;
}

.wpcf7 .template01 input[type="submit"]:disabled {
  cursor: not-allowed;
  box-shadow: none !important;
  border: 1px solid #f8f8f8 !important;
  background-color: #f8f8f8 !important;
  color: #999 !important;
}

.wpcf7 .template01 input[type="submit"]:focus {
  outline: none;
}

.wpcf7 .template01 span.wpcf7-list-item {
  margin: 0 1em .2em 0;
}

.wpcf7 .template01 .ajax-loader {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  display: none !important;
}

.input-cover {
  text-align: center;
  margin-top: 39px;
}

.wpcf7 .template01 textarea {
  height: 180px;
}

.wpcf7 .template01 input.age[type=number],
.wpcf7 .template01 input.keiken[type=number],
.wpcf7 .template01 .number-578 input[type=number] {
  width: 20%;
  margin-right: 1em;
}

.experience-num {
  margin: 16px 0 8px;
}

.occupation {
  position: relative;
  display: inline-block;
}

.occupation::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-bottom: solid 2px #b4b3b3;
  border-right: solid 2px #b4b3b3;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px;
}

/*---------------------------------

	thanks

---------------------------------*/
.thanks-content {
  padding: 100px 20px;
}

.thanks-content .primary-btn {
  margin: auto;
}

.thanks-content-text {
  color: #333333;
}

.thanks-content-text p:first-of-type {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}

.thanks-content-text p:nth-of-type(2) {
  margin-bottom: 70px;
}

.thanks-content-text p:nth-of-type(3) {
  border-top: solid 1px #989898;
  padding-top: 30px;
  margin-bottom: 1em;
}

.thanks-content-text p:nth-of-type(4) {
  margin-bottom: 1em;
}

.thanks-content-text p:nth-of-type(5) {
  margin-bottom: 1em;
}

.thanks-content-text p:last-of-type {
  border-bottom: solid 1px #989898;
  padding-bottom: 30px;
  margin-bottom: 70px;
}

/*---------------------------------

	404

---------------------------------*/
.notfound .under-title {
  background-image: radial-gradient(white, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  background-color: #FFF0EF;
}

.notfound-content {
  padding: 100px 20px;
}

.notfound-content .primary-btn {
  margin: auto;
}

.notfound-content-text {
  color: #333333;
}

.notfound-content-text p:first-of-type {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}

.notfound-content-text p:last-of-type {
  margin-bottom: 70px;
}

/*---------------------------------

	page

---------------------------------*/
.amanokawa-page {
  padding: 70px 20px;
}

/*---------------------------------

	single

---------------------------------*/
.single-blog-bg-color {
  background: #FFE9CC;
  margin-bottom: 50px;
  padding-right: 20px;
}

.single-blog-bg-color-cover {
  margin-left: 20%;
  padding-top: 70px;
}

.single-blog .cover960 {
  margin-right: auto;
  margin-left: 0;
}

.amanokawa-post {
  padding: 50px 0 50px 50px;
}

.amanokawa-post h3 {
  background: #fff;
  font-size: 24px;
  font-weight: 500;
  padding: 17px 20px;
}

.amanokawa-post .post-contents p {
  margin-bottom: 1em;
}

.amanokawa-post .post-contents ul,
.amanokawa-post .post-contents ol {
  padding-left: 1.5em;
  margin-bottom: 1em;
}

.amanokawa-post .post-contents ul li,
.amanokawa-post .post-contents ol li {
  text-indent: -1em;
  padding-left: 1em;
}

.amanokawa-post .post-contents h4 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #364020;
  border-bottom: solid 1px #0E458F;
  position: relative;
}

.amanokawa-post .post-contents h5 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #364020;
  position: relative;
  padding-left: 20px;
}

.amanokawa-post .post-contents h5:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 100%;
  background: #0E458F;
  border-radius: 3px;
  position: absolute;
  top: 1px;
  left: 0;
}

.amanokawa-post .post-contents img {
  display: block;
  height: auto;
  max-width: 100%;
}

.amanokawa-post .post-contents a img:hover {
  opacity: 0.8;
}

.amanokawa-post .post-contents .wp-block-table {
  background-color: rgba(255, 255, 255, 0.9);
}

.amanokawa-post .post-contents .wp-block-table th,
.amanokawa-post .post-contents .wp-block-table td {
  border-collapse: collapse;
  border: 1px solid #333;
  padding: 10px;
}

/*gallery*/
.gallery {
  /** ギャラリーを囲むボックス **/
  width: 100%;
  margin-bottom: 20px !important;
  overflow: hidden;
}

.gallery br {
  display: none;
}

/** 自動で挿入される clearfix の余白解除 **/

.gallery-item {
  /** 画像共通のスタイル **/
  float: left;
  margin-bottom: 0 !important;
}

.gallery-icon {
  /** 画像を囲む dt のスタイル **/
  text-align: center;
}

.gallery-icon img {
  width: 100%;
  height: auto;
  margin-bottom: 10px !important;
}

.gallery-caption {
  /** キャプション **/
  font-size: 12px;
  margin: 0 0 10px;
  text-align: center;
}

.gallery-columns-1 .gallery-item {
  /** カラムなし **/
  width: 100%;
  margin-right: 0;
}

.gallery-columns-2 .gallery-item {
  /** 2カラム **/
  width: 48%;
  margin: 0 1%;
}

.gallery-columns-3 .gallery-item {
  /** 3カラム **/
  width: 31.33333%;
  margin: 0 1%;
}

.gallery-columns-4 .gallery-item {
  /** 4カラム **/
  width: 23%;
  margin: 0 1%;
}

.gallery-columns-5 .gallery-item {
  /** 5カラム **/
  width: 18%;
  margin: 0 1%;
}

.gallery-columns-6 .gallery-item {
  /** 5カラム **/
  width: 14.666%;
  margin: 0 1%;
}

.gallery-columns-7 .gallery-item {
  /** 5カラム **/
  width: 12.285%;
  margin: 0 1%;
}

.gallery-columns-8 .gallery-item {
  /** 5カラム **/
  width: 10.5%;
  margin: 0 1%;
}

.gallery-columns-9 .gallery-item {
  /** 5カラム **/
  width: 9.111%;
  margin: 0 1%;
}

@media screen and (max-width: 640px) {

  /* 640px以下用の記述 */
  .gallery-columns-3 .gallery-item,
  .gallery-columns-4 .gallery-item {
    width: 48%;
    margin: 0 1%;
  }

  .gallery-columns-5 .gallery-item {
    width: 31.33333%;
    margin: 0 1%;
  }

  .gallery-columns-6 .gallery-item,
  .gallery-columns-7 .gallery-item,
  .gallery-columns-8 .gallery-item {
    width: 23%;
    margin: 0 1%;
  }

  .gallery-columns-9 .gallery-item {
    width: 18%;
    margin: 0 1%;
  }
}

/* --- */
.post-header {
  display: flex;
  align-items: center;
  margin: 25px 0 30px;
}

.post-header .category_list {
  list-style: none;
}

.post-header .category_list a {
  text-decoration: none;
  background: #fff;
  border-radius: 8px;
  border: solid 1px;
  width: 100px;
  padding: 4px 0;
  display: block;
  text-align: center;
  margin-right: 20px;
}

#nav-below {
  border-top: solid 1px #D1D1D1;
  display: flex;
  padding: 50px 0 80px;
  justify-content: center;
  flex-wrap: wrap;
}

#nav-below a {
  text-decoration: none;
}

blockquote {
  position: relative;
  padding: 30px 15px 8px 15px;
  box-sizing: border-box;
  font-style: italic;
  background: #fff;
  color: #555;
  margin-bottom: 1em;
}

blockquote:before {
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 3px;
  content: "“";
  font-family: sans-serif;
  color: #cfcfcf;
  font-size: 90px;
  line-height: 1;
}

blockquote p {
  padding: 0;
  margin: 10px 0;
  line-height: 1.7;
}

blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}

/*---------------------------------

	single-requirements

---------------------------------*/
.a-single-requirements .under-title,
.a-arc-requirements .under-title {
  background-image: radial-gradient(white, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url("../img/img_under_title_03.jpg");
  background-color: #FFF0EF;
  background-size: contain;
  background-position: bottom right -50px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {

  .a-single-requirements .under-title,
  .a-arc-requirements .under-title {
    background-image: radial-gradient(white, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url("../img/2x/img_under_title_03@2x.jpg");
  }
}

.a-single-requirements .tbl-primary {
  margin-left: 0;
}

.a-single-requirements .back-grid-01 {
  padding: 100px 0 100px;
}

.single-requirements-content-bg {
  margin-bottom: 70px;
}

.requirements-post .back-grid-02 {
  padding: 40px 0 46px 0;
}

.requirements-post .requirements-post-title {
  text-align: center;
}

.requirements-post .requirements-post-title p {
  background: #fff;
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 10px;
}

.requirements-post .center h3 {
  font-size: 28px;
  font-weight: bold;
  background: #fff;
  padding: 5px 20px;
  display: inline-block;
  margin-bottom: 30px;
}

.requirements-post .primary-btn-cover {
  margin-right: 40px;
  margin-bottom: 24px;
}

.requirements-post .primary-btn-cover a {
  pointer-events: auto;
}

.table-btn-flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-right: -40px;
  margin-top: 70px;
}

.all-requirements .back-grid-02 {
  padding: 70px 30px 40px 30px;
}

.all-requirements-content-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: -40px;
  margin-top: 30px;
}

.all-requirements-content-flex .primary-btn-cover {
  margin-right: 40px;
  margin-bottom: 30px;
}

.all-requirements-content-flex:after {
  content: "";
  display: block;
  height: 0;
  width: 336px;
  margin-right: 40px;
}

.all-requirements-content-flex-cover {
  max-width: 712px;
  margin: auto;
}

.all-requirements-content-first {
  padding-bottom: 40px;
}

/*---------------------------------

	requirements

---------------------------------*/
.a-arc-requirements .back-grid-01 {
  padding: 100px 0 70px;
}

.requirements-notice {
  text-align: center;
}

.requirements-notice h3 {
  font-size: 28px;
  font-weight: bold;
  background: #fff;
  padding: 5px 10px;
  margin-bottom: 30px;
  display: inline-block;
}

.requirements-notice p:first-of-type {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}

.requirements-notice p:nth-of-type(2) {
  margin-bottom: 50px;
  line-height: 1.75;
}

/*---------------------------------

	sidebar

---------------------------------*/
.side-bar-cover {
  min-width: 210px;
  margin-left: 19%;
  margin-right: 40px;
  margin-top: 62px;
}

.side-bar h2 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: solid 1px #333333;
  padding-bottom: 12px;
}

.side-bar ul {
  list-style: none;
  margin: 20px 0;
}

.side-bar ul li:not(:last-of-type) {
  margin-bottom: 20px;
}

.side-bar a {
  text-decoration: none;
}

/*---------------------------------

	home

---------------------------------*/
.home .under-title,
.a-single .under-title {
  background-image: radial-gradient(white, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url("../img/img_under_title_02.jpg");
  background-size: contain;
  background-position: bottom center;
  background-color: #FFF0EF;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {

  .home .under-title,
  .a-single .under-title {
    background-image: radial-gradient(white, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url("../img/2x/img_under_title_02@2x.jpg");
  }
}

.notice-flex {
  display: flex;
  flex-flow: row-reverse;
  margin-right: -40px;
  padding: 70px 0 100px;
}

.notice-contents {
  width: calc(100% - 210px);
  margin-right: 40px;
}

.notice-contents .jp-heading {
  border-bottom: solid 1px #333333;
  padding-bottom: 20px;
}

.notice-info {
  background: #FDF7F7;
  margin: 30px 0 50px;
  padding: 30px 20px 30px 30px;
}

.notice-info h4 {
  font-size: 20px;
  color: #FF4141;
  font-weight: 400;
  border-bottom: solid 1px #333333;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.notice-info h4 span {
  vertical-align: middle;
  margin: 0 5px 0 0;
}

.notice-all {
  padding: 0 20px 0 0;
}

.notice-all .home-blog-item:not(:last-of-type) {
  margin-bottom: 40px;
}

.home-blog-item a {
  text-decoration: none;
  display: block;
}

.home-blog-flex {
  display: flex;
  margin-right: -40px;
  align-items: flex-start;
}

.home-blog-thumbnail {
  overflow: hidden;
  background: #fff;
  margin-right: 40px;
}

.home-blog-thumbnail img {
  display: block;
  width: 210px;
  height: auto;
  object-fit: cover;
  transition: .3s ease;
}

.home-blog-dates {
  color: #fff;
  background: #2D2D2D;
  text-align: center;
  font-size: 14px;
  font-family: 'Oswald', sans-serif;
  width: 60px;
  height: 60px;
  position: sticky;
  line-height: 0.9;
  padding-top: 8px;
}

.home-blog-dates p {
  font-size: 26px;
  padding-top: 8px;
}

.home-blog-right {
  margin-right: 40px;
  width: calc(100% - 290px);
}

.home-blog-right-flex {
  display: flex;
  align-items: center;
}

.info {
  color: #FF4141;
  border-color: #FF4141;
}

.event {
  color: #06C369;
  border-color: #06C369;
}

.weblog {
  color: #0E458F;
  border-color: #0E458F;
}

.job-opportunities {
  color: #FA5D85;
  border-color: #FA5D85;
}

.home-blog-category {
  display: block;
  border: solid 1px;
  border-radius: 8px;
  font-weight: 500;
  text-align: center;
  width: 100px;
  padding: 4px 0;
  margin-left: 10px;
}

.home-blog-title {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 70px 0 0 -8px;
  position: relative;
  width: 100%;
}

.pagination span,
.pagination a {
  display: block;
  margin: 0 8px;
  text-decoration: none;
  transition: .3s ease;
  font-size: 17px;
  width: 64px;
  height: 64px;
  line-height: 3.7;
  text-align: center;
  border: solid 1px #686868;
}

.page_num {
  display: none;
}

.pagination .current {
  border: solid 2px #686868;
  transition: all .3s ease;
}

.next:before {
  content: '';
  display: inline-block;
  background-image: url(../img/img_single-icon.svg);
  width: 11px;
  height: 10px;
  background-size: contain;
}

.prev:before {
  content: '';
  display: inline-block;
  background-image: url(../img/img_single-icon.svg);
  width: 11px;
  height: 10px;
  background-size: contain;
  transform: rotate(180deg);
  margin: 0 0 2px 0;
}

.pagination .next,
.pagination .prev {
  border: none;
}

/*---------------------------------

	archive

---------------------------------*/
.blog-archive .jp-heading {
  margin-bottom: 30px;
}

.blog-archive .jp-heading h3 {
  padding-top: 24px;
}

/*---------------------------------

	nursery-school

---------------------------------*/
.page-nursery-school .under-title {
  background-image: radial-gradient(white, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url("../img/img_under_title_06.jpg");
  background-size: cover;
  background-position: center bottom;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
  .page-nursery-school .under-title {
    background-image: radial-gradient(white, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url("../img/2x/img_under_title_06@2x.jpg");
  }
}

.nursery-support {
  padding: 70px 0;
}

.nursery-support-text {
  margin-top: 30px;
  line-height: 1.875;
}

.nursery-about {
  position: relative;
  margin: 190px 0 0;
}

.nursery-about .top-color-textarea {
  background: #FFCCD9;
  margin-left: auto;
}

.nursery-about .wh-title {
  text-align: left;
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 15px;
}

.nursery-about-imgarea {
  background-size: cover;
  height: 539px;
  width: 49%;
  position: absolute;
  background-position: center;
  background-image: url("../img/img_top_color_imgarea_02.jpg");
  top: -120px;
  left: 0;
}

.nursery-childminder-text {
  margin: 30px 0;
  line-height: 1.875;
}

.nursery-childminder-flex {
  display: flex;
  margin-right: -40px;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 40px;
}

.nursery-childminder-flex img {
  display: block;
  max-width: 160px;
  margin-right: 40px;
  margin-bottom: 30px;
}

.nursery-childminder-flex img:nth-of-type(even) {
  margin-top: 30px;
}

.nursery-spend {
  background: #9FEFC9;
  padding: 70px 0;
}

.nursery-spend .wh-title {
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 30px;
}

.nursery-spend-text {
  line-height: 1.875;
  margin-bottom: 30px;
}

.nursery-message-bg-color {
  background: #FFE9CC;
  padding-left: 20px;
}

.nursery-message-bg-color-cover {
  margin-right: 20%;
  padding: 70px 0 100px;
}

.nursery-message-bg-color-cover .cover960 {
  margin-right: 0;
  margin-left: auto;
}

.nursery-message {
  padding: 70px 50px 70px 0;
}

.nursery-message .wh-title {
  text-align: left;
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 30px;
}

.nursery-message img {
  display: block;
  width: 100%;
  margin: 30px auto;
}

.nursery-message p {
  line-height: 1.875;
}

/* slide-box */
.slide-box {
  position: relative;
  margin: 0;
  padding: 0;
}

/* slide */
.slide {
  position: relative;
  margin: 0;
  padding: 0;
}

.slide .item {
  position: relative;
  height: 100%;
}

.slide .item a {
  display: block;
}

.slide .item::before {
  display: block;
  padding-top: 56.3%;
  content: "";
}

.slide .item .image {
  position: relative;
  overflow: hidden;
}

.slide .item img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
}

.slide>.slick-list,
.slide>.slick-list>.slick-track,
.slide>.slick-list>.slick-track>.slick-slide>div {
  position: relative;
  height: 100%;
}

/* slide-navigation */
.slide-navigation {
  line-height: 0;
  position: relative;
  margin: 25px 0 0;
  padding: 0;
}

.slide-navigation .slick-slide {
  margin: 0 10px;
}

.slide-navigation .item {
  position: relative;
  cursor: pointer;
}

.slide-navigation .item .image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.slide-navigation .item .image::before {
  display: block;
  padding-top: 56%;
  content: "";
}

.slide-navigation .item .image::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.5;
  background: #000;
}

.slide-navigation .slick-current .image::after {
  opacity: 0;
}

.slide-navigation .item .image {
  position: relative;
  overflow: hidden;
}

.slide-navigation .item .image img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
}

/* slick */
.slick-vertical .slick-slide {
  border: 0 solid transparent;
}

.slick-arrow {
  z-index: 10;
}

.slick-prev {
  top: 25px;
  bottom: 0;
  left: 15px;
  right: auto;
  margin: auto;
}

.slick-next {
  top: 25px;
  bottom: 0;
  left: auto;
  right: 15px;
  margin: auto;
}

.slide {
  opacity: 0;
  transition: opacity .3s linear;
}

.slide.slick-initialized {
  opacity: 1;
}

/*---------------------------------

	faq

---------------------------------*/
.page-faq .under-title {
  background-image: radial-gradient(white, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url("../img/img_under_title_07.jpg");
  background-size: cover;
  background-position: center bottom;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
  .page-faq .under-title {
    background-image: radial-gradient(white, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url("../img/2x/img_under_title_07@2x.jpg");
  }
}

.faq-link-flex {
  display: flex;
  flex-wrap: wrap;
  margin-right: -40px;
  padding-top: 50px;
  list-style: none;
}

.faq-link-flex li {
  width: 210px;
  margin-right: 40px;
  margin-bottom: 20px;
  cursor: pointer;
}

.page-faq .jp-heading {
  padding-bottom: 30px;
  border-bottom: 1px solid #D1D1D1;
}

/*.scroll-inner{
    padding-top: 130px;
    margin-top: -130px;
}
*/
.qa-cover {
  padding: 50px 0 100px;
}

.qa-accordion {
  position: relative;
  border-bottom: 1px solid #D1D1D1;
}

.qa-accordion:before {
  content: 'Q';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 28px;
  z-index: 1;
  font-size: 20px;
  font-weight: 500;
}

.qa-title {
  font-size: 20px;
  font-weight: 500;
  position: relative;
  padding: 30px 80px 30px 25px;
}

.qa-content {
  padding: 0 0 30px 0;
  position: relative;
}

.qa-content .icon {
  display: inline-block;
  margin-top: 1em;
  margin-left: -1em;
}

.qa-content p {
  max-width: 890px;
}

.click-plus {
  display: inline-block;
  position: absolute;
  right: 19px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  padding: 13px 5px 11px 5px;
  border-radius: 50%;
  border: solid 2px #D1D1D1;
}

.click-plus:before,
.click-plus:after {
  content: '';
  display: block;
  width: 16px;
  height: 2px;
  background: #D1D1D1;
  margin-top: -1px;
}

.click-plus:after {
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}

.qa-open .click-plus:after {
  transform: rotate(0);
  transition: 0.5s;
}

.qa-open .click-plus:before {
  transition: 0.5s;
}

input[name=tabinput] {
  display: none;
}

#tab01:checked~.tabnav .tabnav01,
#tab02:checked~.tabnav .tabnav02,
#tab03:checked~.tabnav .tabnav03,
#tab04:checked~.tabnav .tabnav04 {
  color: #fff;
  background: #0E458F;
}

#tab01:checked~.tabnav .tabnav01:after,
#tab02:checked~.tabnav .tabnav02:after,
#tab03:checked~.tabnav .tabnav03:after,
#tab04:checked~.tabnav .tabnav04:after {
  background-image: url(../img/icon_btn_arrow_wh.svg);
}

#tabcontent01,
#tabcontent02,
#tabcontent03,
#tabcontent04,
#tabcontent05,
#tabcontent06 {
  display: none;
}

#tab01:checked~.tabcontent #tabcontent01,
#tab02:checked~.tabcontent #tabcontent02,
#tab03:checked~.tabcontent #tabcontent03,
#tab04:checked~.tabcontent #tabcontent04 {
  display: block;
}

/*---------------------------------

	voice

---------------------------------*/
.page-voice .under-title {
  background-image: radial-gradient(white, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url("../img/img_under_title_08.jpg");
  background-size: cover;
  background-position: top left 30%;
}

.voice-all {
  padding: 70px 0 60px;
}

.voice-all .notice {
  margin: 30px 0;
}

.voice-box-flex {
  display: flex;
  flex-wrap: wrap;
  margin-right: -40px;
}

.voice-box {
  width: calc((100% / 3) - 40px);
  margin-right: 40px;
  margin-bottom: 40px;
}

.voice-box img {
  display: block;
  width: 100%;
  transition: .3s ease;
}

.voice-box a {
  text-decoration: none;
}

.voice-box-join {
  display: flex;
  border: solid 1px #FA5D85;
  margin: 10px 0;
  background: #fff;
}

.voice-box-join p:first-of-type {
  background: #FA5D85;
  color: #fff;
  padding: 5px;
}

.voice-box-join p:last-of-type {
  color: #FA5D85;
  padding: 5px;
}

.voice-box-name {
  font-size: 24px;
  font-weight: bold;
}

.voice-box-thumbnail {
  overflow: hidden;
  background: #fff;
}

.voice-box-name-flex {
  display: flex;
  justify-content: space-between;
}

.voice-box-date {
  font-size: 14px;
  align-self: flex-end;
}

/*---------------------------------

	interview

---------------------------------*/
.interview-vl {
  height: 500px;
}

.interview-vl-00 {
  background-image: url("../img/img_interview_00.jpg");
  background-size: cover;
  background-position: top 35% center;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
  .interview-vl-00 {
    background-image: url("../img/2x/img_interview_00@2x.jpg");
  }
}

.interview-vl-ih {
  background-image: url("../img/img_interview_ih.jpg");
  background-size: cover;
  background-position: top 35% center;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
  .interview-vl-ih {
    background-image: url("../img/2x/img_interview_ih@2x.jpg");
  }
}

.interview-vl-24new {
  background-image: url("../img/img_interview_24new.jpg");
  background-size: cover;
  background-position: top 23% center;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
  .interview-vl-24new {
    background-image: url("../img/2x/img_interview_24new@2x.jpg");
  }
}

.interview-vl-sa {
  background-image: url("../img/img_interview_sa.jpg");
  background-size: cover;
  background-position: top 35% center;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
  .interview-vl-sa {
    background-image: url("../img/2x/img_interview_sa@2x.jpg");
  }
}

.interview-vl-km {
  background-image: url("../img/img_interview_km.jpg");
  background-size: cover;
  background-position: top 35% center;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
  .interview-vl-km {
    background-image: url("../img/2x/img_interview_km@2x.jpg");
  }
}

.interview-vl-ke {
  background-image: url("../img/img_interview_ke.jpg");
  background-size: cover;
  background-position: top 35% center;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
  .interview-vl-ke {
    background-image: url("../img/2x/img_interview_ke@2x.jpg");
  }
}

.interview-vl-19 {
  background-image: url("../img/img_interview_19.jpg");
  background-size: cover;
  background-position: top 35% center;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
  .interview-vl-00 {
    background-image: url("../img/2x/img_interview_19@2x.jpg");
  }
}

.interview-vl-17 {
  background-image: url("../img/img_interview_17.jpg");
  background-size: cover;
  background-position: top 35% center;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
  .interview-vl-17 {
    background-image: url("../img/2x/img_interview_17@2x.jpg");
  }
}

.interview-vl-16 {
  background-image: url("../img/img_interview_16.jpg");
  background-size: cover;
  background-position: top 35% center;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
  .interview-vl-16 {
    background-image: url("../img/2x/img_interview_16@2x.jpg");
  }
}

.interview-vl-15 {
  background-image: url("../img/img_interview_15.jpg");
  background-size: cover;
  background-position: top 35% center;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
  .interview-vl-15 {
    background-image: url("../img/2x/img_interview_15@2x.jpg");
  }
}

.interview-vl-12 {
  background-image: url("../img/img_interview_12.jpg");
  background-size: cover;
  background-position: top 35% center;
}

.interview-vl-10 {
  background-image: url("../img/img_interview_10.jpg");
  background-size: cover;
  background-position: top 35% center;
}

.interview-catch {
  background: #FFCCD9;
  max-width: 460px;
  margin-bottom: 70px;
  margin-right: auto;
  padding: 30px;
  margin-top: -138px;
  display: inline-block;
  color: #333333;
}

.interview-catch h2 {
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 20px;
  border-bottom: solid 1px #333333;
  margin-bottom: 20px;
}

.interview-catch p:first-of-type {
  font-size: 24px;
  margin-bottom: 10px;
}

.interview-catch span {
  font-size: 14px;
}

.interview-catch p:nth-of-type(2) {
  margin-bottom: 10px;
}

.interview-notice h3 {
  color: #FA5D85;
  font-size: 30px;
  font-weight: 500;
  padding-bottom: 20px;
  border-bottom: solid 1px #989898;
  margin-bottom: 20px;
}

.interview-notice p {
  line-height: 1.875;
}

.interview-color-area {
  position: relative;
  margin-bottom: 70px;
  margin-top: 190px;
}

.interview-color-area .interview-color-textarea {
  background: #FFCCD9;
  margin-right: auto;
  width: 70%;
  padding: 70px 20px;
}

.interview-color-area .interview-color-textarea-inner {
  max-width: 460px;
  margin-left: auto;
  margin-right: 31.6%;
  position: relative;
  z-index: 1;
}

.interview-color-area .interview-color-textarea-inner p {
  line-height: 1.875;
}

.interview-color-area h3 {
  color: #333333;
  font-size: 30px;
  padding-bottom: 20px;
  border-bottom: solid 1px #989898;
  margin-bottom: 20px;
}

.interview-color-imgarea {
  background-size: cover;
  height: 539px;
  width: 48.8%;
  position: absolute;
  background-position: top center;
  top: -120px;
  right: 0;
}

.interview-color-imgarea-ih {
  background-image: url("../img/img_interview_color_imgarea_ih.jpg");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
  .interview-color-imgarea-ih {
    background-image: url("../img/2x/img_interview_color_imgarea_ih@2x.jpg");
  }
}

.interview-color-imgarea-sa {
  background-image: url("../img/img_interview_color_imgarea_sa.jpg");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
  .interview-color-imgarea-sa {
    background-image: url("../img/2x/img_interview_color_imgarea_sa@2x.jpg");
  }
}

.interview-color-imgarea-km {
  background-image: url("../img/img_interview_color_imgarea_km.jpg");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
  .interview-color-imgarea-km {
    background-image: url("../img/2x/img_interview_color_imgarea_km@2x.jpg");
  }
}

.interview-color-imgarea-ke {
  background-image: url("../img/img_interview_color_imgarea_ke.jpg");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
  .interview-color-imgarea-ke {
    background-image: url("../img/2x/img_interview_color_imgarea_ke@2x.jpg");
  }
}

.interview-color-imgarea-19 {
  background-image: url("../img/img_interview_color_imgarea_19.jpg");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
  .interview-color-imgarea-19 {
    background-image: url("../img/2x/img_interview_color_imgarea_19@2x.jpg");
  }
}

.interview-color-imgarea-17 {
  background-image: url("../img/img_interview_color_imgarea_17.jpg");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
  .interview-color-imgarea-17 {
    background-image: url("../img/2x/img_interview_color_imgarea_17@2x.jpg");
  }
}

.interview-color-imgarea-16 {
  background-image: url("../img/img_interview_color_imgarea_16.jpg");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
  .interview-color-imgarea-16 {
    background-image: url("../img/2x/img_interview_color_imgarea_16@2x.jpg");
  }
}

.interview-color-imgarea-15 {
  background-image: url("../img/img_interview_color_imgarea_15.jpg");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
  .interview-color-imgarea-15 {
    background-image: url("../img/2x/img_interview_color_imgarea_15@2x.jpg");
  }
}

.interview-color-imgarea-12 {
  background-image: url("../img/img_interview_color_imgarea_12.jpg");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
  .interview-color-imgarea-12 {
    background-image: url("../img/2x/img_interview_color_imgarea_12@2x.jpg");
  }
}

.interview-message {
  position: relative;
  padding: 26px 0;
  border-bottom: solid 3px #FA5D85;
  border-top: solid 3px #FA5D85;
  margin-top: 120px;
  margin-bottom: 70px;
  min-height: 370px;
}

.interview-message .interview-message-inner {
  margin-left: 285px;
}

.interview-message .interview-message-inner h3 {
  color: #FA5D85;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 16px;
}

.interview-message .interview-message-inner p {
  line-height: 1.875;
}

.interview-message img {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}

.interview-message.interview-message--24new img {
  position: unset;
  clip-path: unset;
  width: 100%;
}

.interview-nex:after {
  content: "";
  display: inline-block;
  background-image: url(../img/icon_btn_arrow.svg);
  background-size: contain;
  width: 14px;
  height: 16px;
  margin: 0 0 -3px 10px;
}

.interview-pre:before {
  content: "";
  display: inline-block;
  background-image: url(../img/icon_btn_arrow.svg);
  background-size: contain;
  width: 14px;
  height: 16px;
  margin: 0 10px -1px 0;
  transform: rotate(180deg);
}

.page-interview #nav-below {
  border-top: none;
  padding: 0 0 100px;
}

/*---------------------------------

	data

---------------------------------*/
.page-data .under-title {
  background-image: radial-gradient(white, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url("../img/img_under_title_09.jpg");
  background-size: cover;
  background-position: top left 27%;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
  .page-data .under-title {
    background-image: radial-gradient(white, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url("../img/2x/img_under_title_09@2x.jpg");
  }
}

.data-introduction {
  padding: 70px 0 100px;
}

.data-introduction .notice {
  text-align: right;
  margin: 50px 0 10px;
}

.data-box {
  font-weight: bold;
}

.data-title {
  font-size: 40px;
  text-align: center;
}

.data-color {
  color: #FA5D85;
  font-size: 90px;
}

.data-color span {
  font-size: 30px;
  color: #333333;
  letter-spacing: 0.08em;
}

.data-box-01 {
  background: #FA5D85;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
}

.data-box-01 .data-box-01-left {
  width: 460px;
  padding-top: 40px;
}

.data-box-01 .data-box-01-left img {
  display: block;
  margin: auto;
}

.data-box-01 .data-box-01-right {
  width: 460px;
  color: #fff;
  text-align: center;
  padding-top: 40px;
}

.data-box-01 .data-box-01-right p:first-of-type {
  font-size: 40px;
}

.data-box-01 .data-box-01-right p:nth-last-of-type(2) {
  font-size: 100px;
}

.data-box-01 .data-box-01-right p:nth-last-of-type(2) span {
  font-size: 40px;
}

.data-box-01 .data-box-01-right p:last-of-type {
  font-size: 24px;
  padding-bottom: 28px;
}

.data-box-02 {
  border: 5px solid #FA5D85;
  background: #fff;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  margin-top: 50px;
}

.data-box-02 .data-box-02-left {
  width: 460px;
  margin-top: 22px;
}

.data-box-02 .data-box-02-left img {
  margin: 29px 25px 0 88px;
}

.data-box-02 .data-box-02-left .data-box-02-left-flex {
  display: flex;
  align-items: flex-end;
}

.data-box-02 .data-box-02-right {
  width: 460px;
  margin-top: 22px;
}

.data-box-02 .data-box-02-right p:nth-last-of-type(2) {
  font-size: 40px;
  line-height: 1;
}

.data-box-02 .data-box-02-right p:nth-last-of-type(2) span {
  font-size: 24px;
  font-weight: 500;
}

.data-box-02 .data-box-02-right img {
  display: block;
  margin: auto;
  padding-top: 10px;
}

.data-box-02 .data-box-02-right-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0 22px;
}

.data-box-02 .data-box-02-right-flex .data-color {
  line-height: .8;
}

.data-box-02:before {
  content: "";
  position: absolute;
  top: -36px;
  left: 50%;
  margin-left: -16px;
  border: 15px solid transparent;
  border-bottom: 30px solid #FFF;
  z-index: 2;
}

.data-box-02:after {
  content: "";
  position: absolute;
  top: -47px;
  left: 50%;
  margin-left: -17px;
  border: 16px solid transparent;
  border-bottom: 30px solid #FA5D85;
  z-index: 1;
}

.data-box-03 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: -40px;
}

.data-box-03 img {
  display: block;
  margin: auto;
}

.data-box-03inner {
  border: 5px solid #FA5D85;
  border-radius: 10px;
  width: 460px;
  padding: 23px 0 19px;
  background: #fff;
  margin-right: 40px;
  margin-top: 40px;
}

.data-box-03inner img {
  display: block;
}

.data-box-03inner-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.data-box-03inner-flex .half1 {
  width: 40%;
}

.data-box-03inner-flex .half2 {
  width: 50%;
}

.data-box-03inner-flex img {
  margin: 0px auto 20px auto;
}

.data-box-03inner-flex .data-color {
  line-height: 1.2;
}

.data-box-03inner .data-color .data-color-small,
.data-box-03inner-flex .data-color .data-color-small,
.data-rl-flex-cover .data-color .data-color-small {
  color: #FA5D85;
  font-size: 50px;
}

.data-box-03inner-flex .data-title {
  line-height: 1.2;
}

.data-box-03inner-flex .t-right {
  text-align: right;
  margin-right: 10px;
}

.data-box-03inner-flex .t-left {
  text-align: left;
}

.data-rl-flex-cover {
  display: flex;
  margin-top: 10px;
}

.data-rl-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  /* width: 50%; */
}

.data-rl-flex:first-child {
  margin-left: 10px;
  margin-right: 10px;
}

.data-rl-flex:first-child .data-color {
  letter-spacing: -0.05em;
}

.data-rl-flex:nth-child(2) {}

.data-rl-flex p:first-of-type {
  font-size: 28px;
  border: solid 2px #333333;
  color: #333333;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding: 7px 0;
  margin-right: 5px;
}

.data-rl-flex .data-color {
  line-height: .5;
}

.data-box-03inner-03 img,
.data-box-03inner-04 img {
  margin-bottom: 3px;
}

.data-box-03inner-03 .data-color,
.data-box-03inner-04 .data-color {
  text-align: center;
  line-height: .9;
}

/*---------------------------------

	about-nursing

---------------------------------*/
.page-about-nursing .under-title {
  background-image: radial-gradient(white, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url("../img/img_under_title_10.jpg");
  background-size: cover;
  background-position: center;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
  .page-about-nursing .under-title {
    background-image: radial-gradient(white, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url("../img/2x/img_under_title_10@2x.jpg");
  }
}

.about-nursing-features {
  position: relative;
  padding: 70px 0 65px;
}

.about-nursing-features-textarea {
  width: 80%;
  padding: 0 20px;
  margin-right: auto;
}

.about-nursing-features-textarea-inner {
  max-width: 460px;
  margin-left: auto;
  margin-right: 39%;
  position: relative;
  z-index: 1;
}

.about-nursing-features-textarea-inner p {
  margin: 30px 0 30px;
  line-height: 1.875;
}

.about-nursing-features-imgarea {
  background-size: cover;
  height: 439px;
  width: 49%;
  position: absolute;
  background-position: center;
  background-image: url("../img/img_about_nursing_01.jpg");
  top: 190px;
  right: 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
  .about-nursing-features-imgarea {
    background-image: url("../img/2x/img_about_nursing_01@2x.jpg");
  }
}

.about-nursing-career {
  padding: 70px 0;
}

.about-nursing-career .primary-btn-cover {
  margin-top: 30px;
}

.about-nursing-experience {
  padding-bottom: 70px;
}

.about-nursing-experience-title {
  text-align: center;
}

.about-nursing-experience-title h3 {
  background: #fff;
  font-size: 28px;
  font-weight: bold;
  display: inline-block;
  padding: 10px 20px;
}

.about-nursing-experience-flex {
  display: flex;
  justify-content: center;
  margin-right: -40px;
  flex-wrap: wrap;
}

.about-nursing-experience-item {
  text-align: center;
  margin-right: 40px;
  margin-top: 30px;
}

.about-nursing-experience-item img {
  display: block;
  margin: auto;
}

.about-nursing-experience-item h4 {
  margin: 20px 0 30px;
  font-size: 24px;
  font-weight: bold;
}

.about-nursing-experience-item ul {
  list-style: none;
}

.about-nursing-experience-item ul li {
  line-height: 1.875;
}

.about-nursing-philosophy {
  padding-bottom: 70px;
}

.about-nursing-philosophy h4 {
  font-size: 24px;
  font-weight: 500;
  margin: 24px auto 20px;
  text-align: center;
}

.about-nursing-philosophy h3:not(:first-child) {
  margin: 50px 0 20px;
}

.about-nursing-goals {
  padding-bottom: 100px;
}

.about-nursing-goals-cover {
  background: #FFCCD9;
  padding: 70px 0;
}

.about-nursing-goals-content {
  background-image: url(../img/img_square_01.svg);
  background-repeat: repeat;
  padding: 40px 30px 70px 30px;
  margin-top: 30px;
}

.about-nursing-goals-content h4 {
  margin: 30px 0 20px;
  font-size: 24px;
}

.about-nursing-goals-content ol {
  list-style: none;
}

.about-nursing-goals-content ol li {
  line-height: 1.75;
  margin-bottom: 0.5em;
}

/*---------------------------------

	training

---------------------------------*/
.page-training .under-title {
  background-image: radial-gradient(white, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url("../img/img_under_title_11.jpg");
  background-size: cover;
  background-position: center;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
  .page-training .under-title {
    background-image: radial-gradient(white, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url("../img/2x/img_under_title_11@2x.jpg");
  }
}

.about-training {
  position: relative;
  padding: 70px 0 215px;
}

.about-training-textarea {
  width: 80%;
  padding: 0 20px;
  margin-right: auto;
}

.about-training-textarea-inner {
  max-width: 460px;
  margin-left: auto;
  margin-right: 39%;
  position: relative;
  z-index: 1;
}

.about-training-textarea-inner p {
  margin: 30px 0 30px;
  line-height: 1.875;
}

.about-training-imgarea {
  background-size: cover;
  height: 439px;
  width: 49%;
  position: absolute;
  background-position: center;
  background-image: url("../img/img_about_training.jpg");
  top: 190px;
  right: 0;
}

.training-example {
  padding-bottom: 100px;
}

.training-example .primary-btn {
  margin: 70px auto 0 auto;
}

.training-example-item-cover {
  background-image: url(../img/img_square_01.svg);
  background-repeat: repeat;
  padding: 70px 30px;
  margin-top: 30px;
}

.training-example-item-cover h4 {
  margin-bottom: 30px;
}

.training-example-flex {
  display: flex;
  flex-wrap: wrap;
  margin-right: -40px;
}

.training-example-txt {
  width: calc(50% - 40px);
  margin-right: 40px;
  line-height: 1.875;
  color: #333333;
  margin-bottom: 30px;
}

.training-example-txt-all ul {
  padding-left: 1.5em;
}

.training-example-img {
  width: calc(50% - 40px);
  margin-right: 40px;
  margin-bottom: 30px;
}

.training-example-img img {
  display: block;
  width: 100%;
}

.training-example-txt-all {
  width: 100%;
  line-height: 1.875;
  color: #333333;
  margin-bottom: 30px;
}

.training-example-txt-catch {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

/*---------------------------------

	career

---------------------------------*/
.page-career .under-title {
  background-image: radial-gradient(white, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url("../img/img_under_title_12.jpg");
  background-size: cover;
  background-position: right;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
  .page-career .under-title {
    background-image: radial-gradient(white, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url("../img/2x/img_under_title_12@2x.jpg");
  }
}

.career-ideal {
  padding-bottom: 70px;
  padding-top: 70px;
}

.career-ideal p {
  text-align: center;
  color: #FA5D85;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.66;
  margin-top: 30px;
}

.career-incumbent-education {
  padding-bottom: 70px;
}

.career-preceptor {
  padding-bottom: 70px;
}

.career-clinical-ladder {
  padding-bottom: 70px;
}

.career-clinical-ladder .flex-content-01 {
  margin-bottom: 20px;
}

.flex-clinical-img {
  width: calc(50% - 40px);
  margin-right: 40px;
  margin-top: 30px;
}

.flex-clinical-img img {
  display: block;
  width: 100%;
  margin: 0 auto;
  max-width: 260px;
}

.career-clinical-ladder-catch {
  margin-top: 30px;
  margin-bottom: 20px;
  line-height: 1.875;
}

.career-clinical-ladder-title {
  color: #FA5D85;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.1;
  border-bottom: solid 1px #989898;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.career-clinical-full-img {
  margin-top: 50px;
}

.career-clinical-full-img img {
  display: block;
  width: 100%;
}

.career-team-nursing {
  padding-bottom: 70px;
}

.career-program {
  padding-bottom: 70px;
}

.career-program ul {
  list-style: none;
  padding-left: 1.5em;
  letter-spacing: 0.05em;
}

.career-program li {
  position: relative;
  margin-bottom: 7px;
}

.career-program li:before {
  content: "●";
  display: inline-block;
  position: absolute;
  left: -1.5em;
}

.career-program .flex-content-01-txt,
.career-school .flex-content-01-txt {
  margin-top: 0;
}

.career-program .flex-content-01 {
  margin-top: 30px;
}

.career-program p {
  padding-top: 25px;
}

.career-program .primary-btn-cover {
  margin-top: 70px;
}

.career-program .primary-btn {
  margin: auto;
}

.career-school {
  padding-bottom: 100px;
}

.career-school ul {
  padding-left: 1.5em;
}

.career-school li {
  position: relative;
  padding-left: 7px;
}

.career-school li:before {
  content: "●";
  display: inline-block;
  position: absolute;
  left: -1.5em;
}

/*---------------------------------
 	interview
---------------------------------*/

.interview-content {
  display: flex;
  flex-direction: column;
  margin-bottom: 28px;
}

.interview-content__body {
  display: contents;
}


.interview-content__body h3 {
  order: 1;
}

.interview-content__body .name-tag {
  order: 3;
}

.interview-content__text {
  order: 4;
}

.interview-content__image {
  order: 2;
  margin-bottom: 10px;
}

.interview-content__image img {
  object-fit: cover;
  aspect-ratio: 780 / 539;
  width: 100%;
  height: 100%;
}

.name-tag {
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0;
  width: fit-content;
  background-color: #fff;
  padding-block: 1px;
  padding-inline: 23px;
  border-radius: 8px;
  margin-bottom: 6px;
}

.name-tag.name-tag--blue {
  color: #0E458F;
  border: 1px solid #0E458F;
}

.name-tag.name-tag--red {
  color: #FF4141;
  border: 1px solid #FF4141;
}

.name-tag.name-tag--green {
  color: #06C369;
  border: 1px solid #06C369;
}

.interview-unit-wrapper {
  display: grid;
  gap: 28px;
}

.interview-unit-wrapper--second {
  order: 3;
}

.interview-unit p {
  line-height: 1.875;
}

.interview-message__container {
  display: grid;
  gap: 70px;
}

.interview-message h3 {
  font-size: 30px;
  font-weight: 500;
  color: #FA5D85;
  margin-bottom: 16px;
}

.interview-message__content {
  position: relative;
}

.interview-message__image {
  float: right;
  shape-outside: border-box;
  width: clamp(100px, 27%, 200px);
  aspect-ratio: 1 / 1;
}

.interview-message__image img {
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: 100%;
}


@media screen and (min-width: 769px) {
  a:hover {
    transition: .3s ease;
  }

  .top-notice-flex a:hover {
    opacity: .7;
  }

  .view-more-hover-cover a:hover .view-more-hover {
    width: 88px;
  }

  .view-more-hover-cover a:hover {
    background: #004976;
    color: #fff;
  }

  .view-more-hover-cover a:hover .view-more-hover::before {
    background: #fff;
  }

  .view-more-hover-cover a:hover .view-more-hover::after {
    background: #fff;
  }

  .primary-btn:hover {
    color: #fff;
    background: #0E458F;
  }

  .primary-btn:hover:after {
    background-image: url(../img/icon_btn_arrow_wh.svg);
    transform: translateX(3px);
  }

  .secondary-btn:hover {
    color: #0E458F;
    background: #fff;
  }

  .secondary-btn:hover:after {
    background-image: url(../img/icon_btn_arrow.svg);
    transform: translateX(3px);
  }

  .footer-entry-btn:hover {
    color: #FF4141;
    background: #fff;
  }

  .footer-entry-btn:hover:after {
    background-image: url(../img/icon_btn_arrow_red.svg);
    transform: translateX(3px);
  }

  .single-btn-cover a:hover {
    color: #fff;
    background: #0E458F;
  }

  .single-icon-nex:hover p:after {
    background-image: url(../img/icon_btn_arrow_wh.svg);
    transform: translateX(3px);
  }

  .single-icon-pre:hover p:before {
    background-image: url(../img/icon_btn_arrow_wh.svg);
    margin: 0 10px -1px 0;
    transform: rotate(180deg) translateX(3px);
  }

  .single-btn-all a:hover {
    color: #0E458F;
    background: #fff;
  }

  .single-btn-all a:hover:after {
    background-image: url(../img/icon_btn_arrow.svg);
    transform: translateX(3px);
  }

  .btn-faq:hover {
    color: #fff;
    background: #0E458F;
    transition: .3s ease;
  }

  .btn-faq:hover:after {
    background-image: url(../img/icon_btn_arrow_wh.svg);
  }

  #site_footer a:hover {
    opacity: .7;
  }

  .header-right-first a:hover {
    opacity: .5;
  }

  .header-right-second a:hover {
    background: #FA5D85;
    color: #fff;
  }

  #back-to-top a:hover {
    opacity: .7;
  }

  .top-blog-item a:hover .top-blog-thumbnail img {
    transform: scale(1.2, 1.2);
    transition: .3s ease;
    filter: opacity(0.5);
  }

  .home-blog-item a:hover .home-blog-thumbnail img {
    transform: scale(1.2, 1.2);
    transition: .3s ease;
    filter: opacity(0.5);
  }

  .side-bar a:hover {
    opacity: .5;
  }

  .wpcf7 .template01 input[type="submit"]:hover {
    background: #fff;
    color: #0E458F;
  }

  .btn-form-entry:hover:after {
    background-image: url(../img/icon_btn_arrow.svg);
    transform: translateX(3px);
  }

  .top-link-item:hover {
    opacity: .7;
    transition: .3s ease;
  }

  .voice-box a:hover .voice-box-thumbnail img {
    transform: scale(1.1, 1.1);
    transition: .3s ease;
    filter: opacity(0.5);
  }

  /*---------------------------------
   	interview
  ---------------------------------*/
  .interview-nex:hover:after {
    background-image: url(../img/icon_btn_arrow_wh.svg);
    transform: translateX(3px);
  }

  .interview-pre:hover:before {
    background-image: url(../img/icon_btn_arrow_wh.svg);
    margin: 0 10px -1px 0;
    transform: rotate(180deg) translateX(3px);
  }

  .interview-message__container {
    display: grid;
    gap: 70px;
  }

  .interview-message {
    padding-bottom: 0;
  }

  .interview-message h3 {
    margin-left: calc(334 / 960 * 100%);
  }

  .interview-message__content {
    display: flex;
    flex-direction: row;
    gap: 2.5rem;
  }

  .interview-message__content.interview-message__content--reverse {
    flex-direction: row-reverse;
  }

  .interview-message__body {
    width: calc(626 / 960 * 100%);
    margin-left: calc(334 / 960 * 100%);
  }

  .interview-message__body.interview-message__body--second {
    padding-bottom: clamp(60px, 1.5rem + 4.2vw, 85px);
    margin-left: unset;
    margin-right: calc(334 / 960 * 100%);
  }

  .interview-message__body.interview-message__body--third {
    padding-bottom: clamp(60px, -0.6rem + 7.8vw, 115px);
  }

  .interview-message__image {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(294 / 960 * 100%);
    aspect-ratio: 294 / 403;
  }

  .interview-message__image.interview-message__image--reverse {
    left: unset;
    right: 0;
  }

  .interview-message__image img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: auto;
  }

  .interview-color-area h3 {
    display: inline-block;
  }

  .interview-color-area.interview-color-area--24new {
    position: relative;
    z-index: 1;
  }

  .interview-color-area__imgarea {
    position: absolute;
    top: -120px;
    right: 0;
    width: 48%;
    height: min(100%, 539px);
    aspect-ratio: 780 / 539;
    margin-bottom: unset;
  }

  .interview-color-area__imgarea img {
    object-fit: cover;
    object-position: top center;
    width: 100%;
    height: 100%;
  }
}


@media screen and (min-width: 1024px) {

  /*---------------------------------
 	interview
---------------------------------*/
  .interview-content {
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
    gap: 2.5rem;
  }

  .interview-content.interview-content--24new {
    position: relative;
    flex-direction: row;
    align-items: flex-end;
  }

  .interview-content__body {
    display: block;
    width: calc(510 / 960 * 100%);
    padding-top: clamp(40PX, -0.8rem + 5.2vw, 70PX);
    padding-right: 2.5rem;
  }

  .interview-content__body h3 {
    order: unset;
  }

  .interview-content__body .name-tag {
    order: unset;
  }

  .interview-content__text {
    order: unset;
  }

  .interview-content__image {
    order: unset;
    display: flex;
    justify-content: flex-end;
    width: calc(780 / 960 * 100%);
    margin-left: calc((50vw - 50%) * -1);
    margin-bottom: unset;
  }

  .interview-content__image.interview-content__image--reverse {
    position: absolute;
    bottom: 0;
    left: calc(510 / 960 * 100%);
    width: clamp(29.375rem, -5.069rem + 53.82vw, 48.75rem);
    margin-left: unset;
  }

  .interview-color-area.interview-color-area--24new {
    padding-top: 0;
    margin-top: 144px;
  }

  .interview-color-area.interview-color-area--24new::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to right, #FFCCD9 calc(1120 / 1600 * 100%), #FFFFFF calc(480 / 1600 * 100%));
    width: 100%;
    height: 100%;
    z-index: -1;
  }
}