@charset "UTF-8";
/*
  Theme Name: はまだ内科・循環器内科クリニック
  Theme URI: https://
  Description: はまだ内科・循環器内科クリニックオープニング用
  Author: Arase
  Author URI:
  Version: 1.0.0

  */
img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
  text-align: left;
  font-weight: 500;
  line-height: 1.6;
  color: #303030;
  font-family: "Zen Maru Gothic", "noto sans jp", sans-serif;
  -webkit-animation: fadeIn 1.2s ease-out normal;
          animation: fadeIn 1.2s ease-out normal;
  -webkit-font-smoothing: antialiased;
}

body {
  overflow-x: hidden;
}

@-webkit-keyframes fadeIn {
  /*フェードインの詳細な動き*/
  from {
    /*フェードインの始まりの項目*/
    opacity: 0; /*始まりの透明度*/
    -webkit-transform: translateY(1px);
            transform: translateY(1px); /*縦軸の始まりの位置*/
  }
  to {
    /*フェードインの終わりの項目*/
    opacity: 1; /*終わりの透明度*/
    -webkit-transform: translateY(0%);
            transform: translateY(0%); /*縦軸の終わりの位置*/
  }
}

@keyframes fadeIn {
  /*フェードインの詳細な動き*/
  from {
    /*フェードインの始まりの項目*/
    opacity: 0; /*始まりの透明度*/
    -webkit-transform: translateY(1px);
            transform: translateY(1px); /*縦軸の始まりの位置*/
  }
  to {
    /*フェードインの終わりの項目*/
    opacity: 1; /*終わりの透明度*/
    -webkit-transform: translateY(0%);
            transform: translateY(0%); /*縦軸の終わりの位置*/
  }
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 767.9px) {
  * {
    font-size: 1.5rem;
  }
}

.mon {
  font-family: "Montserrat", "noto sans jp", sans-serif;
}

.zen {
  font-family: "Zen Maru Gothic", "noto sans jp", sans-serif;
}

.noto {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "メイリオ", "MS Pゴシック", sans-serif;
}

.upper {
  text-transform: uppercase;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.sp-none {
  display: block;
}
@media screen and (max-width: 767.9px) {
  .sp-none {
    display: none;
  }
}

.sp-block {
  display: none;
}
@media screen and (max-width: 767.9px) {
  .sp-block {
    display: block;
  }
}

.pc-none {
  display: none;
}
@media screen and (max-width: 1024px) {
  .pc-none {
    display: block;
  }
}

.pc-block {
  display: block;
}
@media screen and (max-width: 1024px) {
  .pc-block {
    display: none;
  }
}

a {
  color: #303030;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
}
a:hover {
  opacity: 0.5;
}

.wrapper {
  width: 100%;
}

.cont {
  width: 88.27%;
  max-width: 1000px;
  margin: 0 auto;
}

.description {
  font-size: 1.6rem;
  line-height: 2.07;
  font-weight: 400;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "メイリオ", "MS Pゴシック", sans-serif;
}
@media screen and (max-width: 767.9px) {
  .description {
    font-size: 1.5rem;
    line-height: 2;
  }
}

li {
  list-style: none;
}

.header {
  background: #fff;
  padding: 20px 22px;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767.9px) {
  .header {
    padding: 16px 22px;
  }
}
.header h1 {
  width: 720px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767.9px) {
  .header h1 {
    width: 331px;
  }
}
.header h1 img {
  width: 100%;
  display: block;
}

.mv {
  height: 798px;
  margin-top: -100px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767.9px) {
  .mv {
    margin-top: -60px;
    height: 677px;
    min-height: 100svh;
    overflow: unset;
  }
}
.mv img {
  width: 100%;
  height: calc(100% - 30px);
}
@media screen and (max-width: 767.9px) {
  .mv img {
    height: calc(100% - 10px);
  }
}
.mv .mv_inner {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
  max-width: 1366px;
  margin-inline: auto;
  z-index: 2;
}
.mv .mv_lead {
  position: absolute;
  top: 173px;
  left: 60px;
}
@media screen and (max-width: 767.9px) {
  .mv .mv_lead {
    top: auto;
    bottom: 137px;
    left: 20px;
  }
}
.mv .mv_lead p {
  position: relative;
  padding: 0 10px;
  color: #485bb3;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.5;
  z-index: 2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767.9px) {
  .mv .mv_lead p {
    font-size: 2.4rem;
  }
}
.mv .mv_lead p span {
  line-height: 1;
  font-size: 8rem;
  font-weight: 900;
}
@media screen and (max-width: 767.9px) {
  .mv .mv_lead p span {
    font-size: 6rem;
  }
}
.mv .mv_lead p .day {
  font-size: 4.8rem;
  line-height: 1;
  color: #fff;
  display: inline-block;
  background: #485bb3;
  border-radius: 50%;
  margin: 0 1px 0 2px;
  padding: 8px 11px 13px;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
@media screen and (max-width: 767.9px) {
  .mv .mv_lead p .day {
    font-size: 3.2rem;
    padding: 7px 9px 11px;
  }
}
.mv .mv_lead p::before {
  content: "";
  width: 100%;
  height: 55px;
  background: #ffff00;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 767.9px) {
  .mv .mv_lead p::before {
    height: 40px;
  }
}
.mv .mv_lead p:nth-child(2) {
  font-size: 4.8rem;
  margin-top: -5px;
  margin-bottom: -20px;
}
@media screen and (max-width: 767.9px) {
  .mv .mv_lead p:nth-child(2) {
    font-size: 3.2rem;
    margin-top: -8px;
    margin-bottom: -10px;
  }
}
.mv .mv_lead p:nth-child(2)::before {
  bottom: 10px;
}
@media screen and (max-width: 767.9px) {
  .mv .mv_lead p:nth-child(2)::before {
    bottom: 0;
  }
}
.mv .mv_lead p:nth-child(3) {
  font-size: 4.8rem;
}
@media screen and (max-width: 767.9px) {
  .mv .mv_lead p:nth-child(3) {
    font-size: 3.2rem;
  }
}
.mv .mv_lead p:nth-child(3)::before {
  bottom: 6px;
}
.mv h2 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #485bb3;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  z-index: 2;
  right: 90px;
  top: 180px;
}
@media screen and (max-width: 767.9px) {
  .mv h2 {
    font-size: 2.4rem;
    right: auto;
    left: 15px;
    line-height: 1.6;
    top: 83px;
  }
}
.mv .mv_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 767.9px) {
  .mv .mv_bottom {
    bottom: 10px;
    width: 100%;
  }
}
.mv .mv_bottom .cont {
  max-width: 1246px;
  width: 91.215%;
  margin: 0 auto;
}
@media screen and (max-width: 767.9px) {
  .mv .mv_bottom .cont {
    width: 88.27%;
  }
}
.mv .mv_bottom p {
  color: #fff;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 8px 105px 16px 60px;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
  width: max-content;
  background: #00adce;
  border-radius: 0 100px 0 0;
}
@media screen and (max-width: 767.9px) {
  .mv .mv_bottom p {
    font-size: 3.2rem;
    line-height: 1.1;
    width: 100%;
    padding: 18px 0 22px 22px;
    border-radius: 0;
  }
}
.mv .mv_bottom p span {
  letter-spacing: -0.15em;
  font-size: 4.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767.9px) {
  .mv .mv_bottom p span {
    font-size: 3.2rem;
    line-height: 1.1;
  }
}
.mv a {
  background: #00adce;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  width: 195px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: grid;
  place-content: center;
  justify-items: center;
  text-align: center;
  font-size: 3.2rem;
  color: #fff;
  line-height: 1.3;
  line-height: 1.4347826087;
  font-weight: 700;
  position: absolute;
  bottom: 10px;
  right: 80px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .mv a {
    bottom: 110px;
    right: 20px;
  }
}
@media screen and (max-width: 767.9px) {
  .mv a {
    font-size: 2rem;
    background: #ffff00;
    color: #00adce;
    bottom: 0px;
    right: 10px;
    width: 130px;
  }
}
.mv a::after {
  content: "";
  width: 22px;
  height: 15px;
  background-image: url(assets/img/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767.9px) {
  .mv a::after {
    width: 16px;
    height: 11px;
    bottom: 12px;
    -webkit-filter: brightness(0) saturate(100%) invert(73%) sepia(62%) saturate(7498%) hue-rotate(158deg) brightness(101%) contrast(101%);
            filter: brightness(0) saturate(100%) invert(73%) sepia(62%) saturate(7498%) hue-rotate(158deg) brightness(101%) contrast(101%);
  }
}
.mv a:hover {
  background: #8dd6e6;
  opacity: 1;
}
@media screen and (max-width: 767.9px) {
  .mv a:hover {
    background: #ffff80;
  }
}
.mv a:hover::after {
  -webkit-transform: translateY(5px) translateX(-50%);
          transform: translateY(5px) translateX(-50%);
}

.heading {
  text-align: center;
}
.heading span {
  font-size: 2.4rem;
  color: #00adce;
  line-height: 1;
  display: block;
  font-weight: 700;
}
@media screen and (max-width: 767.9px) {
  .heading span {
    font-size: 1.8rem;
  }
}
.heading h2 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 12px;
}
@media screen and (max-width: 767.9px) {
  .heading h2 {
    font-size: 3.2rem;
    margin-bottom: 8px;
  }
}

.heading2 {
  color: #00adce;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 767.9px) {
  .heading2 {
    font-size: 2rem;
  }
}

.service {
  padding: 115px 0 56px;
  background: #fff;
}
@media screen and (max-width: 767.9px) {
  .service {
    padding: 47px 0 35px;
  }
}
.service .cont {
  max-width: 840px;
}
.service .heading {
  margin-bottom: 80px;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .service .heading {
    margin-bottom: 40px;
  }
}
.service .service_contents {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 30px;
  margin-bottom: 48px;
}
@media screen and (max-width: 767.9px) {
  .service .service_contents {
    margin-bottom: 32px;
    gap: 15px;
  }
}
.service .service_contents li {
  border-radius: 50px 0 50px 0;
  width: calc((100% - 30px) / 2);
  height: auto;
  padding: 16px 20px 30px;
}
@media screen and (max-width: 767.9px) {
  .service .service_contents li {
    border-radius: 25px 0 25px 0;
    padding-bottom: 16px;
    width: calc((100% - 15px) / 2);
  }
}
.service .service_contents li img {
  width: 150px;
  margin: 0 auto 4px;
  display: block;
}
@media screen and (max-width: 767.9px) {
  .service .service_contents li img {
    width: 90px;
    margin-bottom: 14px;
  }
}
.service .service_contents li p {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 767.9px) {
  .service .service_contents li p {
    font-size: 2rem;
  }
}
.service .service_contents li:nth-child(1) {
  background: #ececf6;
}
.service .service_contents li:nth-child(1) p {
  color: #485bb3;
}
.service .service_contents li:nth-child(2) {
  background: #ffeff2;
}
.service .service_contents li:nth-child(2) p {
  color: #ff617c;
}
.service .heading2 {
  color: #00adce;
  text-align: center;
  margin-bottom: 8px;
}
@media screen and (max-width: 767.9px) {
  .service .heading2 {
    text-align: left;
    margin-bottom: 4px;
  }
}
.service p.description {
  text-align: center;
  margin-bottom: 50px;
  line-height: 2.3;
}
@media screen and (max-width: 767.9px) {
  .service p.description {
    text-align: left;
    margin-bottom: 30px;
    line-height: 2;
  }
}
.service .biz-hour {
  display: block;
  border-collapse: collapse;
  margin-bottom: 18px;
  display: block;
  border: solid 2px #00adce;
  border-radius: 30px 0 30px 0;
  overflow: hidden;
}
@media screen and (max-width: 767.9px) {
  .service .biz-hour {
    border-radius: 20px 0 20px 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 16px;
  }
}
.service .biz-hour tbody {
  display: block;
}
.service .biz-hour tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 767.9px) {
  .service .biz-hour tr {
    padding-right: 15px;
  }
}
.service .biz-hour th,
.service .biz-hour td {
  line-height: 1;
  color: #8dd6e6;
  font-size: 2rem;
  font-weight: 700;
  padding: 18px 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .service .biz-hour th,
  .service .biz-hour td {
    font-size: 1.6rem;
    padding: 11px 8px;
  }
}
.service .biz-hour th:nth-child(1),
.service .biz-hour td:nth-child(1) {
  min-width: 177px;
  color: #00adce;
}
@media screen and (max-width: 767.9px) {
  .service .biz-hour th:nth-child(1),
  .service .biz-hour td:nth-child(1) {
    min-width: 122px;
    padding-left: 13px;
  }
}
.service .biz-hour tr:nth-child(1) {
  background: #00adce;
}
.service .biz-hour tr:nth-child(1) th {
  color: #fff;
  padding: 12px 35px 17px;
}
@media screen and (max-width: 767.9px) {
  .service .biz-hour tr:nth-child(1) th {
    padding: 15px 8px;
  }
}
@media screen and (max-width: 767.9px) {
  .service .biz-hour tr:nth-child(1) th:nth-child(1) {
    padding-left: 15px;
  }
}
.service .biz-hour tr:nth-child(2) {
  border-bottom: solid 2px #00adce;
}
.service .service_note p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
  gap: 10px;
  margin-bottom: 4px;
}
@media screen and (max-width: 767.9px) {
  .service .service_note p {
    font-size: 1.6rem;
    gap: 4px;
  }
}
.service .service_note p::before {
  content: "";
  width: 25px;
  min-width: 25px;
  height: 21px;
  background-image: url(assets/img/heart.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 2px;
}
@media screen and (max-width: 767.9px) {
  .service .service_note p::before {
    width: 20px;
    height: 17px;
    margin-top: 4px;
  }
}

.message {
  padding: 170px 0 200px;
  background-image: url(assets/img/message_bg.png);
  background-size: cover;
  background-position: top center;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .message {
    padding: 77px 0 100px;
    background-image: url(assets/img/message_bg-sp.png);
  }
}
.message::before {
  content: "";
  width: 150px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50px 0 50px 0;
  position: absolute;
  top: 66px;
  right: 52px;
  background: #00adce;
  opacity: 0.3;
}
@media screen and (max-width: 767.9px) {
  .message::before {
    content: none;
  }
}
.message .message_top {
  margin-bottom: 50px;
  gap: 30px;
}
@media screen and (max-width: 767.9px) {
  .message .message_top {
    margin-bottom: 37px;
  }
}
.message .message_top .img {
  width: 290px;
  position: relative;
  padding: 0 30px 128px 20px;
  margin-left: -20px;
}
@media screen and (max-width: 767.9px) {
  .message .message_top .img {
    margin: 0;
    position: absolute;
    top: 174px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 331px;
    padding: 0 47px 40px;
  }
}
.message .message_top .img img {
  display: block;
  border-radius: 50px 0 50px 0;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .message .message_top .img img {
    border-radius: 25px 0 25px 0;
  }
}
.message .message_top .img::before {
  content: "";
  width: 100px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 30px 0 30px 0;
  background: #00adce;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
@media screen and (max-width: 767.9px) {
  .message .message_top .img::before {
    width: 80px;
    border-radius: 20px 0 20px 0;
    z-index: 3;
  }
}
.message .message_top .img::after {
  content: "";
  width: 200px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50px 0 50px 0;
  background: #fff;
  position: absolute;
  bottom: 30px;
  right: 0;
  z-index: 0;
}
@media screen and (max-width: 767.9px) {
  .message .message_top .img::after {
    width: 150px;
    bottom: 20px;
    right: 0;
    border-radius: 25px 0 25px 0;
  }
}
.message .message_top .detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767.9px) {
  .message .message_top .detail {
    width: 100%;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}
.message .message_top .heading {
  margin-bottom: 46px;
}
@media screen and (max-width: 767.9px) {
  .message .message_top .heading {
    position: relative;
    margin-inline: auto;
    margin-bottom: 472px;
    max-width: 331px;
  }
  .message .message_top .heading::before {
    content: "";
    width: 100px;
    height: auto;
    aspect-ratio: 1/1;
    border-radius: 25px 0 25px 0;
    position: absolute;
    top: 77px;
    right: 0;
    background: #00adce;
    opacity: 0.3;
  }
}
.message .message_top .heading span {
  color: #485bb3;
}
.message .message_top .heading2 {
  color: #485bb3;
  margin-bottom: 10px;
}
.message .message_top .description {
  margin-bottom: 8px;
}
.message .message_top .sign {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 767.9px) {
  .message .message_top .sign {
    font-size: 2rem;
  }
}
.message .profile_wrap {
  background: #485bb3;
  padding: 48px 80px 54px;
  border-radius: 50px 0 50px 0;
}
@media screen and (max-width: 767.9px) {
  .message .profile_wrap {
    padding: 30px 22px 35px;
    border-radius: 25px 0 25px 0;
  }
}
.message .profile_wrap .flex-top {
  gap: 30px 35px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767.9px) {
  .message .profile_wrap .flex-top {
    gap: 16px;
  }
}
.message .profile_wrap .heading2 {
  color: #fff;
  margin-bottom: 14px;
}
@media screen and (max-width: 767.9px) {
  .message .profile_wrap .heading2 {
    margin-bottom: 5px;
  }
}
.message .profile_wrap .profile {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 430px;
}
@media screen and (max-width: 767.9px) {
  .message .profile_wrap .profile {
    width: 100%;
    max-width: unset;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}
.message .profile_wrap .profile p {
  color: #fff;
  line-height: 1.82;
}
.message .profile_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 13px;
}
@media screen and (max-width: 767.9px) {
  .message .profile_wrap ul {
    gap: 9px;
  }
}
.message .profile_wrap ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  color: #fff;
  line-height: 1.5;
}
.message .profile_wrap ul li p {
  color: #fff;
  line-height: 1.5;
}
.message .profile_wrap ul li .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.message .profile_wrap ul li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  aspect-ratio: 10/8.44;
  height: auto;
  background-image: url(assets/img/heart2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 8px;
}
@media screen and (max-width: 767.9px) {
  .message .profile_wrap ul li::before {
    margin-top: 6px;
  }
}

.recruit {
  margin-top: -80px;
  border-radius: 80px 80px 0 0;
  background-image: url(assets/img/recruit_bg.png);
  background-size: cover;
  background-position: top center;
  padding: 120px 0 110px;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .recruit {
    background-image: url(assets/img/recruit_bg-sp.png);
    margin-top: -40px;
    border-radius: 40px 40px 0 0;
    padding: 60px 0;
  }
}
.recruit .cont {
  gap: 35px 80px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.recruit .heading {
  margin-top: -3px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767.9px) {
  .recruit .heading {
    margin-bottom: 28px;
  }
}
.recruit .heading h2 {
  color: #fff;
}
@media screen and (max-width: 767.9px) {
  .recruit .heading h2 {
    line-height: 1.2;
  }
}
.recruit .heading span {
  color: #ffff00;
}
.recruit .left {
  max-width: 400px;
}
@media screen and (max-width: 767.9px) {
  .recruit .left {
    max-width: 100%;
  }
}
.recruit .left .description {
  color: #fff;
}
.recruit .right {
  max-width: 520px;
}
@media screen and (max-width: 767.9px) {
  .recruit .right {
    max-width: 100%;
  }
}
.recruit .right .flex {
  gap: 30px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 767.9px) {
  .recruit .right .flex {
    gap: 20px;
  }
}
.recruit .right a {
  height: auto;
  width: 245px;
  background: #e8f6f9;
  border-radius: 30px 0 30px 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  padding: 30px 30px 30px;
}
@media screen and (max-width: 767.9px) {
  .recruit .right a {
    width: 100%;
    padding: 21px 20px 20px;
    border-radius: 15px 0 15px 0;
  }
}
.recruit .right a p {
  text-align: center;
  font-weight: 700;
}
.recruit .right a p:nth-child(1) {
  font-size: 1.8rem;
  line-height: 1.3;
  color: #fff;
  background: #485bb3;
  border-radius: 100px;
  margin-bottom: 17px;
}
@media screen and (max-width: 767.9px) {
  .recruit .right a p:nth-child(1) {
    font-size: 1.6rem;
    min-width: 185px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 12px;
  }
}
.recruit .right a p:nth-child(2) {
  font-size: 2.4rem;
  color: #485bb3;
  line-height: 1.3;
  min-height: 62.4px;
  display: grid;
  place-content: center;
}
@media screen and (max-width: 767.9px) {
  .recruit .right a p:nth-child(2) {
    font-size: 2rem;
    min-height: unset;
  }
}
.recruit .right a:hover {
  background: #bce6ef;
  opacity: 1;
}

.access {
  padding: 115px 0 117px;
}
@media screen and (max-width: 767.9px) {
  .access {
    padding: 60px 0;
  }
}
.access .heading {
  margin-bottom: 80px;
}
@media screen and (max-width: 767.9px) {
  .access .heading {
    margin-bottom: 36px;
  }
}
.access .map {
  aspect-ratio: 1000/450;
  height: auto;
}
@media screen and (max-width: 767.9px) {
  .access .map {
    aspect-ratio: 331/250;
  }
}
.access .map iframe {
  width: 100%;
  height: 100%;
  display: block;
}

.column {
  position: relative;
}
.column::before {
  content: "";
  width: 100%;
  height: 50%;
  background: #e8f6f9;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.column .cont {
  background: #485bb3;
  border-radius: 50px;
  padding: 74px 80px 80px;
}
@media screen and (max-width: 767.9px) {
  .column .cont {
    border-radius: 25px;
    padding: 40px 35px 30px;
  }
}
.column .heading {
  margin-bottom: 52px;
}
@media screen and (max-width: 767.9px) {
  .column .heading {
    margin-bottom: 24px;
  }
}
.column .heading h2 {
  color: #fff;
}
.column .heading span {
  color: #ffff00;
}
.column .column_list {
  margin-bottom: 55px;
  gap: 30px;
}
@media screen and (max-width: 767.9px) {
  .column .column_list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
    gap: 24px;
  }
}
.column .column_list li {
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 767.9px) {
  .column .column_list li {
    width: 100%;
    max-width: 260px;
  }
}
.column .column_list a .category {
  background: #ffff80;
  border: solid 3px #485bb3;
  color: #485bb3;
}
.column .column_list a .img_wrap {
  margin-bottom: 10px;
}
.column .column_list a time {
  color: #c9c9e8;
}
.column .column_list a .column_title {
  color: #fff;
}
@media screen and (max-width: 767.9px) {
  .column .btn_wrap {
    margin-inline: -13px;
  }
}

.btn_wrap a {
  width: 330px;
  max-width: 100%;
  margin: 0 auto;
  max-width: 100%;
  color: #485bb3;
  border-radius: 10px 0 10px 0;
  background: #fff;
  padding: 10px 20px 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.btn_wrap a span {
  background: #485bb3;
  width: 30px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 30px 30px 30px 0;
  display: grid;
  place-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn_wrap a::after {
  content: "";
  width: 9px;
  height: 12px;
  background-image: url(assets/img/arrow_right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn_wrap a:hover {
  color: #00adce;
  background: #e8f6f9;
  opacity: 1;
}
.btn_wrap a:hover span {
  background: #00adce;
}
.btn_wrap a:hover::after {
  -webkit-filter: brightness(0) saturate(100%) invert(67%) sepia(36%) saturate(453%) hue-rotate(148deg) brightness(93%) contrast(92%);
          filter: brightness(0) saturate(100%) invert(67%) sepia(36%) saturate(453%) hue-rotate(148deg) brightness(93%) contrast(92%);
  -webkit-transform: translateY(-50%) translateX(5px);
          transform: translateY(-50%) translateX(5px);
}

.column_list {
  gap: 32px 20px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767.9px) {
  .column_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 14px;
  }
}
.column_list li {
  width: calc((100% - 40px) / 3);
}
@media screen and (max-width: 767.9px) {
  .column_list li {
    width: 100%;
    max-width: 331px;
  }
}
.column_list a .category {
  margin: 0 auto -16px;
  border-radius: 100px;
  font-size: 1.8rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  padding: 3px 15px 5px;
  line-height: 1;
  min-width: 120px;
  color: #fff;
  background: #485bb3;
  border: solid 3px #fff;
  font-weight: 700;
  position: relative;
  z-index: 2;
}
.column_list a .img_wrap {
  width: 100%;
  height: auto;
  aspect-ratio: 320/225;
  overflow: hidden;
  border-radius: 30px 0 30px 0;
  margin-bottom: 12px;
}
@media screen and (max-width: 767.9px) {
  .column_list a .img_wrap {
    border-radius: 15px 0 15px 0;
    margin-bottom: 13px;
  }
}
.column_list a .img_wrap img {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.column_list a time {
  color: #a6a8d9;
  font-weight: 400;
  margin-bottom: 8px;
  line-height: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  display: block;
}
.column_list a .column_title {
  font-weight: 400;
  line-height: 1.5;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.column_list a:hover {
  opacity: 1;
}
.column_list a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.column_list a:hover time,
.column_list a:hover .column_title {
  opacity: 0.5;
}

.footer {
  background: #e8f6f9;
  padding: 80px 0 100px;
  border-bottom: solid 20px #00adce;
}
@media screen and (max-width: 767.9px) {
  .footer {
    padding: 60px 0 30px;
    border-bottom-width: 15px;
  }
}
.footer .cont {
  max-width: 914px;
  gap: 40px 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767.9px) {
  .footer .cont {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: 30px;
  }
}
.footer .f_logo {
  width: 262px;
}
@media screen and (max-width: 767.9px) {
  .footer .f_logo {
    width: 231px;
  }
}
.footer .f_logo img {
  width: 100%;
}
.footer .address_wrap {
  margin-top: 70px;
  padding-right: 40px;
}
@media screen and (max-width: 1024px) {
  .footer .address_wrap {
    padding-right: 0;
  }
}
@media screen and (max-width: 767.9px) {
  .footer .address_wrap {
    margin-top: 0;
  }
}
.footer .address_wrap address {
  color: #485bb3;
  font-style: normal;
  line-height: 1.5;
  text-align: center;
}
.footer .address_wrap a {
  color: #485bb3;
  font-weight: 700;
  line-height: 1;
  font-size: 4.8rem;
  margin-bottom: 40px;
  display: block;
}
@media screen and (max-width: 767.9px) {
  .footer .address_wrap a {
    font-size: 3.2rem;
    margin-bottom: 60px;
    text-align: center;
  }
}
.footer .address_wrap small {
  color: #00adce;
  font-size: 1.4rem;
  font-weight: 400;
  display: block;
}
@media screen and (max-width: 767.9px) {
  .footer .address_wrap small {
    text-align: center;
  }
}

.page_top {
  height: 312px;
  background: #00adce;
  padding-top: 75px;
}
@media screen and (max-width: 767.9px) {
  .page_top {
    height: 192px;
    padding-top: 38px;
  }
}
.page_top .heading h2 {
  color: #fff;
}
@media screen and (max-width: 767.9px) {
  .page_top .heading h2 {
    margin-bottom: 3px;
  }
}
.page_top .heading span {
  color: #ffff00;
}

.page_wrapper {
  border-radius: 80px 80px 0 0;
  margin-top: -80px;
  background: #fff;
}
@media screen and (max-width: 767.9px) {
  .page_wrapper {
    border-radius: 40px 40px 0 0;
    margin-top: -60px;
  }
}
.page_wrapper .column_list {
  margin-bottom: 120px;
}
@media screen and (max-width: 767.9px) {
  .page_wrapper .column_list {
    margin-bottom: 54px;
  }
}

.pankuzu {
  padding: 26px 0;
  margin-bottom: 80px;
}
@media screen and (max-width: 767.9px) {
  .pankuzu {
    margin-bottom: 30px;
    padding: 16px 18px 20px;
  }
}
.pankuzu .cont {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 13px;
}
@media screen and (max-width: 767.9px) {
  .pankuzu .cont {
    gap: 8px;
  }
}
.pankuzu a,
.pankuzu span {
  line-height: 1.5;
}
@media screen and (max-width: 767.9px) {
  .pankuzu a,
  .pankuzu span {
    font-size: 1.4rem;
  }
}
.pankuzu a {
  color: #c9c9e8;
}
.pankuzu .arrow {
  width: 9px;
  height: 12px;
  background-image: url(assets/img/pankuzu_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 3px;
}

.pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 120px;
}
@media screen and (max-width: 767.9px) {
  .pagenation {
    gap: 8px;
    margin-bottom: 60px;
  }
}
.pagenation .page-numbers {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-content: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding-bottom: 5px;
}
@media screen and (max-width: 767.9px) {
  .pagenation .page-numbers {
    width: 30px;
    height: 30px;
    font-size: 1.8rem;
  }
}
.pagenation a:hover {
  color: #00adce;
}
.pagenation .current {
  background: #d3eef4;
}
.pagenation .prev,
.pagenation .next {
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #00adce;
  border-radius: 10px 0 10px 0;
  padding: 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767.9px) {
  .pagenation .prev,
  .pagenation .next {
    width: 40px;
    height: 40px;
  }
}
.pagenation .prev::before,
.pagenation .next::before {
  content: "";
  width: 9px;
  height: 12px;
  background-image: url(assets/img/arrow_right.svg);
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pagenation .prev:hover,
.pagenation .next:hover {
  opacity: 1;
  background: #8dd6e6;
}
.pagenation .prev {
  margin-right: 20px;
}
@media screen and (max-width: 767.9px) {
  .pagenation .prev {
    margin-right: 17px;
  }
}
.pagenation .prev::before {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.pagenation .prev:hover::before {
  -webkit-transform: scale(-1, 1) translateX(2px);
          transform: scale(-1, 1) translateX(2px);
}
.pagenation .next {
  margin-left: 20px;
}
@media screen and (max-width: 767.9px) {
  .pagenation .next {
    margin-left: 17px;
  }
}
.pagenation .next:hover::before {
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}

.article_column .cont {
  max-width: 840px;
}
.article_column .flex {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767.9px) {
  .article_column .flex {
    margin-bottom: 33px;
    gap: 15px;
  }
}
.article_column .column_category {
  gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.article_column .column_category p {
  background: #485bb3;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  padding: 4px 35px 6px;
  border-radius: 100px;
}
@media screen and (max-width: 767.9px) {
  .article_column .column_category p {
    font-size: 1.8rem;
    padding: 3px 24px 4px;
  }
}
.article_column time {
  color: #a6a8d9;
  font-size: 1.8rem;
  font-weight: 400;
}
@media screen and (max-width: 767.9px) {
  .article_column time {
    font-size: 1.6rem;
  }
}
.article_column .column_title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.3;
  padding-bottom: 20px;
  border-bottom: solid 2px #485bb3;
}
@media screen and (max-width: 767.9px) {
  .article_column .column_title {
    font-size: 2rem;
    padding-bottom: 15px;
  }
}
.article_column .content {
  padding: 60px 0 70px;
}
@media screen and (max-width: 767.9px) {
  .article_column .content {
    padding: 40px 0;
  }
}
.article_column .content img {
  margin-bottom: 30px;
}
@media screen and (max-width: 767.9px) {
  .article_column .content img {
    margin-bottom: 24px;
  }
}
.article_column .content p,
.article_column .content h3,
.article_column .content h4,
.article_column .content a {
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 767.9px) {
  .article_column .content p,
  .article_column .content h3,
  .article_column .content h4,
  .article_column .content a {
    line-height: 1.5;
  }
}
.article_column .content a {
  text-decoration: underline;
}

.page_link {
  max-width: 840px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-bottom: 120px;
}
@media screen and (max-width: 767.9px) {
  .page_link {
    margin-bottom: 60px;
    max-width: 331px;
  }
}
@media screen and (max-width: 1024px) {
  .page_link .btn_wrap {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
  }
}
.page_link .btn_wrap a {
  background: #485bb3;
  color: #fff;
}
.page_link .btn_wrap a span {
  background: #fff;
}
.page_link .btn_wrap a img {
  -webkit-filter: brightness(0) saturate(100%) invert(36%) sepia(44%) saturate(838%) hue-rotate(192deg) brightness(90%) contrast(93%);
          filter: brightness(0) saturate(100%) invert(36%) sepia(44%) saturate(838%) hue-rotate(192deg) brightness(90%) contrast(93%);
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}
.page_link .btn_wrap a::after {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.page_link .btn_wrap a:hover {
  background: #c9c9e8;
}
.page_link .btn_wrap a:hover img {
  -webkit-filter: brightness(0) saturate(100%) invert(86%) sepia(5%) saturate(1256%) hue-rotate(201deg) brightness(97%) contrast(87%);
          filter: brightness(0) saturate(100%) invert(86%) sepia(5%) saturate(1256%) hue-rotate(201deg) brightness(97%) contrast(87%);
}
@media screen and (max-width: 1024px) {
  .page_link .page_link-next {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.page_link .page_link-prev,
.page_link .page_link-next {
  min-width: 165px;
}
@media screen and (max-width: 1024px) {
  .page_link .page_link-prev,
  .page_link .page_link-next {
    min-width: unset;
  }
}
.page_link .page_link-prev a,
.page_link .page_link-next a {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
}
@media screen and (max-width: 767.9px) {
  .page_link .page_link-prev a,
  .page_link .page_link-next a {
    font-size: 1.8rem;
    height: 40px;
  }
}
.page_link .page_link-prev a::before,
.page_link .page_link-next a::before {
  content: "";
  width: 50px;
  height: 50px;
  background: #00adce;
  border-radius: 10px 0 10px 0;
  position: absolute;
  top: 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767.9px) {
  .page_link .page_link-prev a::before,
  .page_link .page_link-next a::before {
    width: 40px;
    height: 40px;
  }
}
.page_link .page_link-prev a::after,
.page_link .page_link-next a::after {
  content: "";
  width: 9px;
  height: 12px;
  background-image: url(assets/img/arrow_right.svg);
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page_link .page_link-prev a:hover,
.page_link .page_link-next a:hover {
  opacity: 0.5;
}
.page_link .page_link-prev a {
  padding-left: 65px;
}
@media screen and (max-width: 767.9px) {
  .page_link .page_link-prev a {
    padding-left: 50px;
  }
}
.page_link .page_link-prev a::before {
  left: 0;
}
.page_link .page_link-prev a::after {
  left: 20px;
  -webkit-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
}
@media screen and (max-width: 767.9px) {
  .page_link .page_link-prev a::after {
    left: 15px;
  }
}
.page_link .page_link-prev a:hover::after {
  -webkit-transform: translateY(-50%) scale(-1, 1) translateX(2px);
          transform: translateY(-50%) scale(-1, 1) translateX(2px);
}
.page_link .page_link-next a {
  padding-right: 65px;
}
@media screen and (max-width: 767.9px) {
  .page_link .page_link-next a {
    padding-right: 50px;
  }
}
.page_link .page_link-next a::before {
  right: 0;
}
.page_link .page_link-next a::after {
  right: 20px;
}
@media screen and (max-width: 767.9px) {
  .page_link .page_link-next a::after {
    right: 15px;
  }
}
.page_link .page_link-next a:hover::after {
  -webkit-transform: translateY(-50%) translateX(2px);
          transform: translateY(-50%) translateX(2px);
}/*# sourceMappingURL=style.css.map */