@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@800&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  background-color: #f4f8ff;
  line-height: 2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  overflow-wrap: break-word;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

h2, h3, h4, h5, h6 {
  font-family: "M PLUS 1p", sans-serif;
}

h1 {
  margin: 0;
}

h2 {
  font-weight: 800;
  color: #014099;
  font-size: 32px;
  line-height: 1.46875;
}
@media (max-width: 767px) {
  h2 {
    font-size: 24px;
    line-height: 1.5;
  }
}

.c-top__ttl2 {
  font-weight: 800;
  color: #014099;
  font-size: 30px;
  line-height: 1.5333333333;
}
@media (min-width: 768px) and (max-width: 1047px) {
  .c-top__ttl2 {
    font-size: 22px;
    line-height: 1.6363636364;
  }
}
@media (max-width: 767px) {
  .c-top__ttl2 {
    font-size: 20px;
    line-height: 1.5;
  }
}
@media (max-width: 414px) {
  .c-top__ttl2 {
    font-size: 18px;
  }
}

.c-top__ttl3 {
  font-weight: 700;
  color: #5DB7DE;
  font-size: 24px;
  line-height: 1.5;
  margin-top: -52px;
  z-index: 10;
}
@media (max-width: 767px) {
  .c-top__ttl3 {
    margin-top: -40px;
    padding-left: 10px;
    font-size: 20px;
    line-height: 1.45;
  }
}

.h4__background::before {
  content: url(../img/bubble-point.png);
  margin-top: 0;
  margin-left: -34px;
}
@media (max-width: 767px) {
  .h4__background::before {
    content: url(../img/bubble-point-sp.png);
    margin-left: -5px;
  }
}

.h4__baseline {
  font-weight: 700;
  color: #5DB7DE;
  font-size: 24px;
  line-height: 1.5;
  margin-top: -52px;
  z-index: 10;
  position: relative;
  z-index: 10;
  border-bottom: 1px solid #5DB7DE;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .h4__baseline {
    margin-top: -40px;
    padding-left: 10px;
    font-size: 20px;
    line-height: 1.45;
  }
}

.h4__baseline-b {
  font-weight: 700;
  color: #5DB7DE;
  font-size: 24px;
  line-height: 1.5;
  margin-top: -52px;
  z-index: 10;
  position: relative;
  z-index: 10;
  border-bottom: 2px solid #014099;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .h4__baseline-b {
    margin-top: -40px;
    padding-left: 10px;
    font-size: 20px;
    line-height: 1.45;
  }
}

.c-top__ttl4 {
  font-weight: 800;
  color: #014099;
  font-size: 24px;
  line-height: 1.5;
  margin: 0;
}
@media (max-width: 767px) {
  .c-top__ttl4 {
    font-size: 20px;
    line-height: 1.45;
  }
}

p {
  font-size: 16px;
  line-height: 2;
  color: #4e4e4e;
}

@media (min-width: 1048px) {
  .hidden-pc {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1047px) {
  .hidden-tab {
    display: none;
  }
}

@media (max-width: 767px) {
  .hidden-sp {
    display: none;
  }
}

.active-sp-s {
  display: none;
}
@media (max-width: 414px) {
  .active-sp-s {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 1047px) {
  .active-sp {
    display: none;
  }
}
@media (min-width: 1048px) {
  .active-sp {
    display: none;
  }
}

@media (min-width: 1048px) {
  .active-tab {
    display: none;
  }
}
@media (max-width: 767px) {
  .active-tab {
    display: none;
  }
}

@media (min-width: 1048px) {
  .c-link__tel {
    text-decoration: none;
    cursor: default;
    pointer-events: none;
  }
}

.section {
  padding-top: 76px;
}
@media (max-width: 767px) {
  .section {
    padding-top: 50px;
  }
}

.inner {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  height: inherit;
}
@media (min-width: 768px) and (max-width: 1047px) {
  .inner {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (max-width: 767px) {
  .inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.header-burger {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
}

.header-nav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-navLink {
  color: #014099;
  font-size: 16px;
  line-height: 1.1875;
  font-weight: 700;
  padding: 0.5em 0;
  position: relative;
}
.header-navLink:hover {
  color: #5DB7DE;
}

.add-scrolled .header {
  background: rgba(255, 255, 255, 0.6);
}

.header {
  z-index: 20;
}

@media (min-width: 1048px) {
  .header-navItem + .header-navItem {
    margin-left: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1047px) {
  .header {
    padding: 0 2vw !important;
  }
  .header-navList {
    justify-content: space-between;
    width: 100%;
  }
  .header-navItem + .header-navItem {
    margin-left: 0.5vw;
  }
}
@media (min-width: 768px) {
  .header {
    background: #fff;
    border-radius: 50px;
    border: 2px solid #014099;
    position: relative;
    top: calc(41.6vw + 34px);
    width: calc(100vw - 48px);
    display: block;
    margin: 0 auto;
    max-width: 1000px;
    height: 100px;
    text-align: center;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .header-nav {
    height: 100%;
  }
  .header-nav .fixed-logo {
    display: none;
  }
  .header-nav .header-navList {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .header-nav.m_fixed {
    display: flex;
    left: 50%;
    transform: translate(-50%, 10px);
    position: fixed;
    top: 10px;
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
    text-align: center;
    height: 100px;
    background: rgb(255, 255, 255);
    border-radius: 50px;
    border: 2px solid #014099;
  }
  .header-nav.m_fixed .fixed-logo {
    display: block;
    width: 140px;
    margin: 10px auto 10px 10px;
    margin-right: auto;
  }
  .header-nav.m_fixed .header-navList {
    display: flex;
    flex-wrap: wrap;
    max-width: 800px;
  }
  .header-navItem + .header-navItem {
    margin-left: 1.5vw;
  }
}
@media (max-width: 767px) {
  .header {
    height: 68px;
    background-color: #f4f8ff;
    position: fixed;
    width: 100vw;
  }
  .fixed-logo {
    display: none;
  }
  .header-logo-sp img {
    margin-top: 3vw;
    margin-left: 14.6px;
    z-index: 20;
    position: fixed;
    max-width: 207px;
    width: 55.2vw;
  }
  .header-burger {
    display: block;
    height: 26px;
    left: -60px;
    position: absolute;
    top: 20px;
    -webkit-transition: right 0.3s linear;
    transition: right 0.3s linear;
    width: 50px;
  }
  .add-active .header-burger {
    left: auto;
    right: 15px;
  }
  .add-active .header-burger:after {
    content: "閉じる";
    left: 2px;
  }
  .header-burger:after {
    display: inline-block;
    content: "メニュー";
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 800;
    font-size: 12px;
    line-height: 1.5;
    color: #014099;
    position: absolute;
    top: 28px;
    left: -6px;
  }
  .header-burgerInline {
    background-color: #014099;
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 38px;
    z-index: 30;
  }
  .header-burgerInline:nth-of-type(1) {
    top: 2px;
  }
  .header-burgerInline:nth-of-type(2) {
    top: 10px;
  }
  .header-burgerInline:nth-of-type(3) {
    top: 18px;
  }
  .add-active .header-burgerInline:nth-child(1) {
    top: 10px;
    transform: rotate(-45deg);
  }
  .add-active .header-burgerInline:nth-child(2) {
    left: 100%;
    opacity: 0;
  }
  .add-active .header-burgerInline:nth-child(3) {
    top: 10px;
    transform: rotate(45deg);
  }
  .header-navList {
    width: 89.8666666667%;
    position: absolute;
    top: 90px;
  }
  .header-navItem {
    border-bottom: 1px solid #014099;
    width: 100%;
    height: calc((100vh - 250px) / 8);
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header-navItem:last-child {
    border-bottom: 0px solid #014099;
    text-align: center !important;
    width: 100%;
    display: block;
    margin-top: 20px;
  }
  .header-burger-menu {
    position: absolute;
    top: 23px;
    left: -6px;
    font-size: 12px;
    color: #014099;
    line-height: 1.5;
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 800;
    width: 48px;
  }
  .header-nav {
    background: #f4f8ff;
    bottom: 0;
    position: fixed;
    right: -100%;
    text-align: center;
    top: 0;
    -webkit-transition: right 0.3s linear;
    transition: right 0.3s linear;
    width: 100%;
    z-index: 50;
    height: 100vh;
  }
  .add-active .header-nav {
    right: 0;
  }
  .header .inner {
    position: relative;
  }
  .header__drawer-logo {
    position: absolute;
    top: 14.5px;
    left: 15px;
  }
}
.footer__inner {
  height: 250px;
  padding-top: 40px;
  padding-bottom: 54px;
}
@media (max-width: 767px) {
  .footer__inner {
    height: 283px;
    padding-top: 61px;
    padding-bottom: 66px;
  }
}

.footer__logo {
  text-align: center;
  margin-bottom: 37px;
}
.footer__logo img {
  width: 267px;
  height: 95px;
}

.footer__copyright {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}

.spacer__wave {
  background-image: url(../img/wave.png);
  background-repeat: repeat-x;
  padding-top: 37px;
}

.spacer__bubble {
  background-image: url(../img/bubble.png);
  background-repeat: repeat-x;
  padding-top: 229px;
  margin-top: -1px;
}

.swiper-button-next,
.swiper-button-prev {
  background-image: none;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background-color: #014099;
  border: 1px solid #014099;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: #fff;
}
.swiper-button-next:hover:after,
.swiper-button-prev:hover:after {
  color: #014099;
}

.swiper-button-next::after {
  content: "\f105" !important;
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
  font-size: 16px;
  color: #fff;
}

.swiper-button-prev::after {
  content: "\f104" !important;
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
  font-size: 16px;
  color: #fff;
}

.swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background: #fff;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #5DB7DE;
}

.totop {
  visibility: hidden;
  z-index: 30;
  background: #014099;
  border-radius: 50px;
  border: 2px solid #fff;
  width: 80px;
  height: 80px;
  color: #fff;
  transition: all 0.3s ease 0s;
  position: fixed;
  bottom: 210px;
  right: 5px;
  font-size: 14px;
  line-height: 1.2142857143;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1500px) {
  .totop {
    right: 174px;
  }
}
@media (max-width: 767px) {
  .totop {
    bottom: 45px;
    right: 5px;
    width: 50px;
    height: 50px;
    font-size: 12px;
    line-height: 1.3333333333;
  }
}
.totop:hover {
  background: #fff;
  color: #014099;
  border: 2px solid #014099;
}

#toTop.is-show {
  visibility: visible;
}

.job-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 767px) {
  .job-list {
    flex-direction: column;
  }
}

.job-card {
  background: #fff;
  border: 2px solid #014099;
  border-radius: 8px;
  padding: 20px;
  flex: 1 1 calc(50% - 20px);
  box-sizing: border-box;
}

.job-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
.job-card h3 span {
  color: #014099;
}

.job-card p {
  display: flex;
  margin: 8px 0;
  padding-bottom: 8px;
  border-bottom: 1px solid #5DB7DE;
}

.job-card p .highlight {
  font-weight: bold;
  width: 100px; /* 横幅を統一 */
  flex-shrink: 0; /* 幅が縮まないようにする */
}

.job-card p span + span {
  flex-grow: 1; /* 内容部分は残りのスペースを埋める */
}

.recruit__copy {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .recruit__copy {
    margin-bottom: 30px;
  }
}

.mainvisual-top {
  width: 50vw;
  margin-left: 33.3333333333vw;
  height: 64px;
  padding-top: 20px;
  margin-top: -100px;
  z-index: 10;
  position: relative;
}

.mainvisual-top__content {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  height: 44px;
}

.mainvisual-top__address {
  width: 138px;
  font-size: 14px;
  line-height: 1.4285714286;
  padding-left: 18px;
}

/*
.mainvisual-top__tel-icon {
	width: 31px;
	height: 31px;
	background-size: 31px 31px;
	background: $color-w;
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translateY(-50%);
	border: 1px solid $color-b;
	border-radius: 50%;
}*/
.mainvisual-top__tel {
  width: 236px;
  text-align: right;
  font-size: 24px;
  line-height: 0.9;
  font-weight: 900;
  color: #014099;
}
.mainvisual-top__tel span {
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  color: #000;
}
.mainvisual-top__tel:before {
  font-family: "Font Awesome 5 Free";
  content: "\f095";
  font-weight: 900;
  font-size: 14px;
  padding: 7px;
  margin-right: 5px;
  background-size: 31px 31px;
  background: #fff;
  border: 1px solid #014099;
  border-radius: 50%;
  position: relative;
  top: -2px;
}

.mainvisual__contents {
  position: absolute;
  top: -38px;
  left: 0;
  height: 38.2666666667vw;
  width: 100%;
  background: transparent url(../img/top.png) no-repeat top center/cover;
}

.mainvisual__content {
  position: absolute;
  top: 50%;
  left: 22%;
  transform: translate(-22%, -50%);
  width: 500px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  padding: 20px 20px;
}
@media (min-width: 768px) and (max-width: 1047px) {
  .mainvisual__content {
    top: 50%;
    left: 5%;
    transform: translate(-5%, -50%);
    width: 47vw;
    padding: 10px 10px;
  }
}

.mainvisual__title {
  font-weight: 800;
  color: #014099;
  font-size: 30px;
  line-height: 1.5333333333;
  letter-spacing: -0.05em;
  text-align: left;
  margin: 0;
}
@media (min-width: 768px) and (max-width: 1047px) {
  .mainvisual__title {
    font-size: 22px;
    line-height: 1.6363636364;
  }
}
@media (max-width: 767px) {
  .mainvisual__title {
    font-size: 20px;
    line-height: 1.5;
  }
}
@media (max-width: 414px) {
  .mainvisual__title {
    font-size: 18px;
  }
}

.mainvisual-back {
  position: relative;
  top: 0;
  left: 0;
  height: 38.2666666667vw;
  width: 100%;
}
@media (min-width: 1048px) {
  .mainvisual-back {
    /*height: 574px;
    max-width: 1500px;*/
  }
}

.mainvisual__slider-sp {
  position: relative;
  top: 68px;
  width: 100vw;
  height: 66.6666666667vw;
}

.mainvisual__slider-sp img {
  margin: 68px auto 0;
}

.mainvisual__address-sp {
  text-align: center;
  font-size: 14px;
  line-height: 1.4285714286;
  height: 54px;
  position: relative;
  padding-top: 9px;
  top: 68px;
}
.mainvisual__address-sp:before {
  content: url(../img/top-sp-left.png);
  position: absolute;
  left: 5px;
  top: -44px;
}
.mainvisual__address-sp:after {
  content: url(../img/top-sp-right.png);
  position: absolute;
  right: 5px;
  top: -37px;
}

.mainvisual__content-sp {
  width: 94.6666666667vw;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  padding: 20px 20px;
  display: block;
  margin: 68px auto 0;
}

.slider {
  position: absolute;
  top: -34px;
  height: 38.2666666667vw;
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .slider {
    top: 0;
    width: 100%;
    height: 66.6666666667vw;
    overflow: hidden;
    margin: 0;
    padding: 0;
  }
}

.mainvisual__slick1,
.mainvisual__slick2,
.mainvisual__slick3,
.mainvisual__slick4 {
  height: 38.2666666667vw;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
@media (max-width: 767px) {
  .mainvisual__slick1,
  .mainvisual__slick2,
  .mainvisual__slick3,
  .mainvisual__slick4 {
    height: 66.6666666667vw;
    width: 100%;
    padding-top: 0.6666666667;
  }
}

.mainvisual__slick1 {
  background-image: url(../img/top-1.png);
}
@media (max-width: 767px) {
  .mainvisual__slick1 {
    background-image: url(../img/top-1-sp.png);
  }
}

.mainvisual__slick2 {
  background-image: url(../img/top-2.png);
}
@media (max-width: 767px) {
  .mainvisual__slick2 {
    background-image: url(../img/top-2-sp.png);
  }
}

.mainvisual__slick3 {
  background-image: url(../img/top-3.png);
}
@media (max-width: 767px) {
  .mainvisual__slick3 {
    background-image: url(../img/top-3-sp.png);
  }
}

.mainvisual__slick4 {
  background-image: url(../img/top-4.png);
}
@media (max-width: 767px) {
  .mainvisual__slick4 {
    background-image: url(../img/top-4-sp.png);
  }
}

.message {
  padding-top: 140px !important;
}
@media (max-width: 767px) {
  .message {
    padding-top: 17px !important;
  }
}

.message-top__contents {
  display: flex;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .message-top__contents {
    flex-direction: column;
  }
}

.message-top__text {
  width: 72.5vw;
  position: relative;
  display: inline-block;
  padding: 2vw 1.5vw;
  background: #fff;
  border: 2px solid #01388E;
  border-radius: 10px;
  margin-bottom: 6vw;
}
@media (max-width: 767px) {
  .message-top__text {
    width: 100%;
  }
}

.message-top__text:before {
  content: "";
  position: absolute;
  top: 30%;
  left: 100%;
  margin-top: -15px;
  border: 10px solid transparent;
  border-left: 20px solid #01388E;
}
@media (max-width: 767px) {
  .message-top__text:before {
    margin-top: 0;
    border-left: 0 solid #fff;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 10px solid transparent;
    border-top: 20px solid #01388E;
  }
}

.message-top__text:after {
  content: "";
  position: absolute;
  top: 30%;
  left: 99%;
  margin-top: -15px;
  border: 10px solid transparent;
  border-left: 20px solid #fff;
}
@media (max-width: 767px) {
  .message-top__text:after {
    margin-top: 0;
    border-left: 0 solid #fff;
    top: 99%;
    left: 50%;
    margin-left: -15px;
    border: 10px solid transparent;
    border-top: 20px solid #fff;
  }
}

.message-top__img {
  width: 27.5vw;
  display: block;
  text-align: left;
  margin-left: 3vw;
}
@media (max-width: 767px) {
  .message-top__img {
    width: 285px;
    margin: 0 auto;
    max-width: 100%;
  }
}

.message-top__lead {
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
  color: #014099;
}
.message-top__lead span {
  font-size: 18px;
  line-height: 1.5555555556;
  font-weight: 700;
}
.message__contents {
  display: flex;
  margin-bottom: 90px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .message__contents {
    flex-direction: column;
    margin-bottom: 70px;
  }
}

.message__content {
  width: 30%;
  margin-right: 3.3333333333%;
  margin-top: 20px;
}
.message__content:nth-child(3n) {
  margin-right: 0;
}
.message__content:first-child .message__text p {
  width: 72%;
}
@media (max-width: 767px) {
  .message__content {
    max-width: 356px;
    width: calc(100% - 20px);
    margin: 20px auto;
  }
  .message__content:nth-child(3n) {
    margin: 20px auto;
  }
}

.message__text {
  position: relative;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #01388E;
  margin-left: auto;
  margin-right: 0;
}
.message__text p {
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  width: 80%;
  font-size: 14px;
  line-height: 1.7142857143;
}

.message__text:before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 20px;
  bottom: 2px;
  border-right: 25px solid #01388E;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  transform: rotate(-50deg);
}
@media (min-width: 768px) and (max-width: 1047px) {
  .message__text:before {
    left: 80px;
    bottom: -13px;
    border-right: 20px solid #01388E;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    transform: rotate(-80deg);
  }
}

.message__text:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 22px;
  bottom: 6px;
  border-right: 27px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 9px solid transparent;
  transform: rotate(-50deg);
}
@media (min-width: 768px) and (max-width: 1047px) {
  .message__text:after {
    left: 80px;
    bottom: -9px;
    border-right: 21px solid #fff;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    transform: rotate(-80deg);
  }
}

.message__img {
  margin-top: -25px;
  max-width: 75%;
}
@media (min-width: 768px) and (max-width: 1047px) {
  .message__img {
    margin-top: 0;
  }
}

.message__lead {
  text-align: center;
  width: 100%;
  margin-left: 0;
  margin-right: auto;
  line-height: 1.5;
}

.information {
  background: #D4EEFA;
}

.information__inner h2 span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.1875;
  font-weight: 700;
  color: #014099;
  margin-left: 15px;
}

.message__item {
  width: calc(33.33333333% - 16px);
  margin-right: 24px;
  margin-top: 20px;
}
.message__item:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .message__item {
    width: 100%;
    margin-right: 0;
  }
  .message__item:nth-child(3n) {
    margin-right: 0;
  }
}

/*about*/
.about {
  margin-top: -15px;
  margin-bottom: 75px;
}
@media (max-width: 767px) {
  .about {
    margin-bottom: 115px;
  }
}

.about__contents {
  display: flex;
}
@media (max-width: 767px) {
  .about__contents {
    flex-direction: column;
  }
}

.about__content {
  width: 46%;
}
.about__content:first-child {
  margin-right: 6%;
}
.about__content:last-child {
  margin-right: 2%;
}
@media (max-width: 767px) {
  .about__content {
    width: 100%;
  }
  .about__content:first-child {
    margin-bottom: 60px;
  }
}

.information__sliders {
  margin-top: 30px;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .information__sliders {
    margin-top: 27px;
  }
}

.information__slide {
  display: inline-block;
  margin-right: 30px;
}
.information__slide img {
  width: 180px;
  height: 180px;
  object-fit: contain;
  background-color: #fff;
  max-width: 180px;
}

.reason {
  padding-top: 0;
  background-color: #fff;
}

.reason__inner h2 {
  text-align: center;
  margin-top: -30px;
}
.reason__inner p {
  margin-top: 24px !important;
}

.reason__fukidashi {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background-color: #5DB7DE;
  border-radius: 25px;
  position: relative;
  transform: translateX(-50%);
  left: 50%;
  width: 173px;
  line-height: 50px;
  height: 50px;
  margin-bottom: 19px;
  top: -25px;
  text-align: center;
}
.reason__fukidashi:before {
  content: "";
  position: absolute;
  top: 99%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #5DB7DE;
}

.reason__lead {
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .reason__lead {
    padding-bottom: 60px;
  }
}

.reason_items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 48px;
}
@media (max-width: 767px) {
  .reason_items {
    flex-direction: column;
  }
}

.reason__item {
  margin-bottom: 80px;
  width: calc((100% - 60px) / 2);
}
.reason__item:nth-child(2n+1) {
  margin-right: 60px;
}
@media (max-width: 767px) {
  .reason__item {
    width: 100%;
    margin-bottom: 70px;
  }
}

.reason__backpoint::before {
  content: url(../img/bubble-pointb.png);
}
@media (max-width: 767px) {
  .reason__backpoint::before {
    content: url(../img/bubble-pointb-sp.png);
  }
}

.accordion-y__box {
  border: 2px solid #014099;
  border-radius: 20px 20px 20px 20px;
  position: relative;
}

.accordion-y__head {
  margin: 0;
  color: #014099;
  position: relative;
  font-size: 18px;
  cursor: pointer;
  padding-left: 25px;
  padding-right: 69px;
  display: flex;
  align-items: center;
  text-align: left;
  font-weight: 700;
  height: 101px;
  line-height: 1.5;
}
@media (max-width: 414px) {
  .accordion-y__head {
    padding: 2px 58px 2px 14px;
  }
}

.accordion-y__box::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -6px;
  border: 5px solid transparent;
  border-top: 18px solid #fff;
  z-index: 2;
}

.accordion-y__box::after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -8px;
  border: 7px solid transparent;
  border-top: 18px solid #014099;
  z-index: 1;
}

.accordion-y__body {
  margin: 0;
  display: none;
}

.accordion-y__body-in {
  padding: 15px 0 24px;
  line-height: 1.5;
  position: relative;
}

.accordion-y__icon {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  height: 58px;
}
.accordion-y__icon:before {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  font-size: 16px;
  width: 39px;
  height: 39px;
  background: #fff;
  border: 1px solid #014099;
  border-radius: 50%;
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.accordion-y__icon:after {
  display: inline-block;
  content: "開く";
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  color: #014099;
  position: absolute;
  top: 40px;
  width: 39px;
  text-align: center;
}
.accordion-y__icon.is-open:before {
  content: "\f106";
}
.accordion-y__icon.is-open:after {
  content: "閉じる";
}

.accordion-y__body-contents {
  display: block;
  width: 100%;
}

.accordion-y__body-content {
  padding: 10px 25px;
}

.accordion-y__body-contents-q {
  border-bottom: 1px solid #5DB7DE;
  margin-bottom: 10px;
  padding-bottom: 10px;
  line-height: 1.1875;
  font-weight: 700;
}

.accordion-y__body-contents-a {
  color: #4e4e4e;
  line-height: 1.5;
  font-weight: 400;
}

.reason__item-man {
  text-align: center;
  margin-top: 20px;
  line-height: 1.1875;
  font-weight: 700;
}

.reason__note img {
  display: block;
  margin: 0 auto;
}

.work {
  padding-top: 50px;
  padding-bottom: 128px;
}
@media (max-width: 767px) {
  .work {
    padding-bottom: 90px;
  }
}

.c-top__work--copy {
  display: block;
  text-align: center;
  font-weight: 800;
  color: #5DB7DE;
  font-size: 40px;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .c-top__work--copy {
    font-size: 24px;
    line-height: 1.5;
    margin-top: 0;
  }
}

.work__inner h2 {
  text-align: center;
}

.work__contents {
  display: flex;
  margin-bottom: 40px;
}

.work__content {
  width: 33.3333333333%;
  margin-right: 24px;
}
.work__content:first-child {
  padding-top: 34px;
}
.work__content:nth-child(2) {
  padding-bottom: 34px;
}
.work__content:nth-child(3) {
  margin-right: 0;
  padding-top: 34px;
}
@media (max-width: 767px) {
  .work__content {
    margin-right: 0;
  }
}

.work__items {
  display: flex;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .work__items {
    flex-direction: column;
    margin-bottom: 54px;
  }
}

.work__item {
  width: 50%;
}
.work__item:first-child {
  padding-right: 20px;
}
.work__item:last-child {
  padding-left: 20px;
}
@media (max-width: 767px) {
  .work__item {
    width: 100%;
  }
  .work__item:first-child {
    padding-right: 0;
  }
  .work__item:last-child {
    padding-left: 0;
  }
}

.work__lists {
  display: block;
  width: 100%;
  margin-top: 140px;
}
@media (max-width: 767px) {
  .work__lists {
    margin-top: 40px;
  }
}

.work__list {
  display: flex;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .work__list {
    width: 100%;
    flex-direction: column;
    margin-bottom: 28px;
  }
  .work__list:nth-child(2n) {
    flex-direction: column-reverse;
  }
}

.work__list-content {
  width: calc((100% - 60px) / 2);
}
.work__list-content:first-child {
  margin-right: 60px;
}
@media (max-width: 767px) {
  .work__list-content:first-child {
    width: 100%;
    margin-top: 19px;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .work__list-content {
    width: 100%;
    margin-top: 19px;
  }
}

.work__list-img img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.work__list-img1 {
  position: relative;
}
.work__list-img1:after {
  position: absolute;
  content: url(../img/work-sq1-fish.png);
  left: 55.625%;
  top: -105px;
}

.work__list-img2 {
  position: relative;
}
.work__list-img2:after {
  position: absolute;
  content: url(../img/work-sq2-fish.png);
  left: -25px;
  top: -29px;
}

.work__item-title {
  color: #fff;
  font-size: 24px;
  line-height: 1.2083333333;
  font-weight: 700;
  background-color: #5DB7DE;
  padding: 13px 27px;
  border-radius: 10px 10px 0 0;
}
@media (max-width: 767px) {
  .work__item-title {
    font-size: 18px;
    line-height: 1.2222222222;
  }
}

.work__item-contents {
  display: block;
  width: 100%;
  padding: 10px 25px 50px;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
}

.work__item-sub {
  border-bottom: 1px solid #5DB7DE;
  margin-bottom: 6px;
  padding-bottom: 10px;
  line-height: 1.1875;
  font-weight: 700;
  padding-top: 16px;
}

.work__item-lead {
  color: #4e4e4e;
  line-height: 1.5;
  font-weight: 400;
}

.work__comments {
  border: 2px solid #014099;
  border-radius: 10px;
  background-color: #fff;
  position: relative;
}
@media (max-width: 767px) {
  .work__comments {
    padding-bottom: 70px;
  }
}
.work__comment-sp-img {
  position: absolute;
  bottom: -1px;
  width: 100%;
}
.work__comment-sp-img img {
  display: block;
  margin: 0 auto;
}

.work__comment {
  color: #014099;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  width: 82%;
  margin-top: 40px;
  margin-left: 40px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .work__comment {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 25px;
    padding-left: 22px;
    padding-right: 22px;
    margin-bottom: 22px;
    width: 100%;
    margin-left: 0;
  }
}

/* 勉強会*/
.training {
  background-color: #D4EEFA;
  margin-top: -1px;
  padding-bottom: 10px;
}

.training__list {
  margin-bottom: 0;
  display: flex;
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  .training__list {
    width: 100%;
    flex-direction: column;
    margin-bottom: 0;
  }
  .training__list:nth-child(2n) {
    flex-direction: column-reverse;
  }
}

.training__item {
  background-color: rgba(255, 255, 255, 0);
  position: relative;
}
.training__item::before {
  content: url(../img/fish-point1.png);
  position: absolute;
  top: -103px;
  right: -20px;
}
@media (max-width: 767px) {
  .training__item::before {
    transform: scale(0.79);
    right: 0;
  }
}

.training__list-content:first-child {
  margin-right: 10%;
  width: 48%;
}
@media (max-width: 767px) {
  .training__list-content:first-child {
    width: 100%;
    margin-top: 19px;
    margin-right: 0;
  }
}
.training__list-content:last-child {
  width: 42%;
}
@media (max-width: 767px) {
  .training__list-content:last-child {
    width: 100%;
    margin-top: 75px;
  }
}

.training__list-img img {
  display: block;
  margin: 0 auto;
}

.training__item-sub {
  border-bottom: 1px solid #5DB7DE;
  margin-bottom: 6px;
  padding-bottom: 13px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  padding-top: 16px;
}

.training__item-lead {
  color: #4e4e4e;
  line-height: 2;
  font-weight: 400;
}

/* スケジュール*/
.schedule {
  padding-top: 160px;
}
@media (max-width: 767px) {
  .schedule {
    padding-top: 70px;
  }
}

.schedule__items {
  display: block;
  width: 100%;
  margin-top: 60px;
}

.schedule__item {
  display: flex;
  height: 75px;
  align-items: center;
  background-color: #fff;
  border-bottom: 1px solid #014099;
}
.schedule__item:first-child {
  border-top: 2px solid #014099;
}
.schedule__item:last-child {
  border-bottom: 2px solid #014099;
}
@media (max-width: 767px) {
  .schedule__item {
    height: 85px;
    align-items: start;
    padding-top: 10px;
  }
  .schedule__item:nth-child(4) .schedule__item-title, .schedule__item:nth-child(8) .schedule__item-title {
    flex-basis: 50%;
  }
}

.schedule__item-time {
  flex-basis: 15%;
  line-height: 1.1875;
  font-weight: 700;
  color: #5DB7DE;
  text-align: center;
}
@media (max-width: 767px) {
  .schedule__item-time {
    flex-basis: 25%;
    font-size: 12px;
    line-height: 1.1666666667;
  }
}
@media (max-width: 414px) {
  .schedule__item-time {
    flex-basis: 20%;
    font-size: 16px;
    line-height: 1.5;
  }
}

.schedule__item-title {
  flex-basis: 15%;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  color: #4e4e4e;
  text-align: left;
}
@media (max-width: 767px) {
  .schedule__item-title {
    flex-basis: 25%;
    font-size: 18px;
    line-height: 1.2222222222;
  }
}
@media (max-width: 414px) {
  .schedule__item-title {
    font-size: 16px;
    line-height: 1.5;
  }
}

.schedule__item-lead {
  flex-basis: 70%;
  line-height: 1.5;
  font-weight: 400;
  color: #000;
  text-align: left;
}
@media (max-width: 767px) {
  .schedule__item-lead {
    flex-basis: 50%;
    flex-shrink: 3;
    font-size: 16px;
    line-height: 1.5;
    padding-left: 5px;
  }
  .schedule__item-lead:nth-child(4), .schedule__item-lead:nth-child(8) {
    flex-basis: 0;
  }
}
@media (max-width: 414px) {
  .schedule__item-lead {
    font-size: 14px;
    line-height: 1.5;
  }
}

.schedule__back {
  background-color: #FDFBE7;
}

/*送迎バス*/
.bus {
  width: 81.2%;
  background-color: #fff;
  border-radius: 10px;
  border: 2px solid #014099;
  display: block;
  margin: 87px auto 60px;
  position: relative;
}
@media (max-width: 767px) {
  .bus {
    width: 100%;
  }
}
.bus:before {
  position: absolute;
  top: -34px;
  left: 5%;
  content: url(../img/bus.png);
}
@media (max-width: 767px) {
  .bus:before {
    top: -34px;
    left: 50%;
    transform: translateX(-50%);
    content: url(../img/bus-sp.png);
  }
}
.bus p {
  margin: 0 55px 29px 45px;
  font-size: 18px;
  line-height: 2;
}
@media (max-width: 767px) {
  .bus p {
    margin: 0 18px 27px;
    font-size: 16px;
  }
}

.bus__title {
  font-size: 24px;
  line-height: 1.2083333333;
  font-weight: 900;
  color: #014099;
  margin-top: 38px;
  margin-bottom: 46px;
  margin-left: calc(10.3448275862% + 199px);
}
@media (max-width: 767px) {
  .bus__title {
    margin-top: 66px;
    margin-bottom: 23px;
    margin-left: auto;
    text-align: center;
  }
}
@media (max-width: 414px) {
  .bus__title {
    line-height: 2;
  }
}
.bus__title span {
  font-size: 16px;
  line-height: 1.1875;
  font-weight: 700;
  color: #000;
  border: 1px solid #707070;
  padding: 12px 10px 10px;
  margin-left: 16px;
}
@media (max-width: 767px) {
  .bus__title span {
    margin-left: 27px;
  }
}
@media (max-width: 414px) {
  .bus__title span {
    margin-top: 30px;
    margin-left: 0;
  }
}

/*利用・就労条件*/
.conditions__items {
  display: block;
  width: 100%;
  margin-top: 47px;
  margin-bottom: 74px;
}

.conditions__item {
  display: flex;
  height: 68px;
  align-items: center;
  border-bottom: 1px solid #014099;
  background-color: #fff;
}
.conditions__item:first-child {
  border-top: 1px solid #014099;
  height: 105px;
}
@media (max-width: 767px) {
  .conditions__item:first-child {
    height: 160px;
  }
}
.conditions__item:nth-child(2) {
  height: 73px;
}
@media (max-width: 767px) {
  .conditions__item:nth-child(2) {
    height: 158px;
  }
}
@media (max-width: 767px) {
  .conditions__item {
    flex-direction: column;
    height: 158px;
  }
}

.conditions__item:first-child .conditions__item-title {
  font-size: 24px;
  line-height: 1.2083333333;
}
@media (max-width: 767px) {
  .conditions__item:first-child .conditions__item-title {
    font-size: 20px;
    line-height: 1.2;
    height: 75px;
  }
}
.conditions__item:first-child .conditions__item-lead {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
}
.conditions__item:first-child .conditions__item-lead span {
  font-size: 24px;
  line-height: 1.2083333333;
  font-weight: 900;
}
@media (max-width: 767px) {
  .conditions__item:first-child .conditions__item-lead {
    font-size: 14px;
    line-height: 1.4285714286;
    display: block;
    margin: 20px 0 0 0;
  }
  .conditions__item:first-child .conditions__item-lead span {
    font-size: 20px;
    line-height: 1.2;
  }
}
.conditions__item:nth-child(2) .conditions__item-lead {
  font-size: 18px;
  line-height: 1.2222222222;
  font-weight: 700;
}
@media (max-width: 767px) {
  .conditions__item:nth-child(2) .conditions__item-lead {
    font-size: 16px;
    line-height: 1.1875;
  }
}

.conditions__item-title {
  flex-basis: 26.4%;
  height: 100%;
  font-weight: 700;
  color: #014099;
  background-color: #D4EEFA;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .conditions__item-title {
    flex-basis: 100%;
    width: 100%;
    font-size: 16px;
    line-height: 1.1875;
    height: 73px;
  }
}

.conditions__item-lead {
  flex-basis: 73.6%;
  line-height: 1.5;
  font-weight: 400;
  color: #000;
  text-align: left;
  padding-left: 33px;
}
@media (max-width: 767px) {
  .conditions__item-lead {
    flex-basis: 100%;
    font-size: 16px;
    line-height: 1.5;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 2px;
  }
}

/* イベント*/
.event__lead p {
  line-height: 1.5;
}

.work__img img {
  width: 100%;
}

/*スケジュール*/
.flow__items {
  display: block;
  margin: 52px auto 130px;
  width: 90%;
}
@media (min-width: 1048px) {
  .flow__items {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .flow__items {
    margin-bottom: 62px;
    width: 100%;
  }
}

.flow__item-title {
  background-color: #fff;
  border-radius: 10px;
  border: 2px solid #014099;
  padding: 18px 10px 18px 28px;
}
@media (max-width: 767px) {
  .flow__item-title {
    padding: 18px 10px 18px 15px;
  }
}
.flow__item-title p {
  line-height: 1.5;
  margin-top: 7px;
}

.flow__arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 74px;
}
.flow__arrow img {
  width: 30px;
}

/*お問い合わせ*/
.contact {
  background-color: #D4EEFA;
  padding-top: 60px;
}

.contact__inner h2 {
  text-align: center;
  position: relative;
  display: inline-block;
  transform: translateX(-50%);
  left: 50%;
}
@media (max-width: 767px) {
  .contact__inner h2 {
    margin-top: 0;
  }
}
.contact__inner h2::after {
  content: url(../img/fish-point2.png);
  position: absolute;
  top: -20px;
  right: -150px;
}
@media (max-width: 767px) {
  .contact__inner h2::after {
    top: -75px;
    right: 61px;
  }
}

.contact__items {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .contact__items {
    flex-direction: column;
  }
}

.contact__item {
  width: 50%;
  display: block;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .contact__item {
    width: 100%;
  }
}
.contact__item:first-child {
  border-right: 1px solid #014099;
}
@media (max-width: 767px) {
  .contact__item:first-child {
    border-right: 0px solid #014099;
    border-bottom: 1px solid #014099;
  }
}

.contact__tel-title,
.contact__mail-title {
  padding-top: 5px;
  text-align: center;
  font-size: 18px;
  line-height: 1.2222222222;
  font-weight: 700;
}
@media (max-width: 767px) {
  .contact__tel-title,
  .contact__mail-title {
    margin-top: 22px;
  }
}

@media (max-width: 767px) {
  .contact__tel-title {
    margin-top: 22px;
  }
  .contact__mail-title {
    margin-top: 42px;
  }
}
.contact__tel-num {
  margin-top: 38px;
  text-align: center;
  font-size: 32px;
  line-height: 1.1875;
  font-weight: 900;
  color: #014099;
}
.contact__tel-num p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #000;
}
@media (max-width: 767px) {
  .contact__tel-num {
    margin-top: 22px;
  }
}

.contact__button {
  margin-top: 27px;
  text-align: center;
}

.contact__button-link {
  display: inline-block;
  background: #014099;
  color: #fff;
  border: 1px solid #fff, 0;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.1875;
  font-weight: 700;
  width: 300px;
  padding: 17px 50px;
}
@media (max-width: 767px) {
  .contact__button-link {
    max-width: 300px;
    width: 100%;
  }
}
.contact__button-link:hover {
  background: #fff;
  color: #014099;
  border: 1px solid #014099;
}

/*施設情報*/
.facility {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .facility {
    padding-top: 60px;
  }
}
.facility h2 {
  margin-top: 0;
}

.facility__table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 74px;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
}
.facility__table th {
  width: 38%;
  line-height: 1.5;
  font-weight: 700;
  color: #4e4e4e;
  background-color: #D4EEFA;
  text-align: left;
  padding: 10px 0 10px 15px;
  vertical-align: top;
}
@media (max-width: 767px) {
  .facility__table th {
    width: 100%;
    display: block;
    padding: 15px;
  }
}
.facility__table td {
  width: 62%;
  line-height: 1.6;
  font-weight: 400;
  color: #4e4e4e;
  text-align: left;
  padding: 10px 15px 10px 33px;
  vertical-align: top;
}
@media (max-width: 767px) {
  .facility__table td {
    width: 100%;
    display: block;
    padding: 15px;
  }
}
.facility__table td span {
  display: block;
}
.facility__table td .__end {
  margin-top: 10px;
}

.facility__contents {
  display: flex;
}
@media (max-width: 767px) {
  .facility__contents {
    flex-direction: column;
  }
}

.facility__content:first-child {
  width: 47.5%;
  margin-right: 13px;
}
@media (max-width: 767px) {
  .facility__content:first-child {
    width: 100%;
    margin-top: 16px;
    margin-right: 0;
  }
}
.facility__content:last-child {
  width: 51.2%;
}
@media (max-width: 767px) {
  .facility__content:last-child {
    width: 100%;
    margin-top: 25px;
    margin-right: 0;
  }
}

.facility__item-title {
  flex-basis: 30%;
  height: 100%;
  line-height: 1.5;
  font-weight: 700;
  color: #4e4e4e;
  background-color: #D4EEFA;
  display: flex;
  align-items: center;
  padding-left: 15px;
}
@media (max-width: 767px) {
  .facility__item-title {
    flex-basis: 100%;
    width: 100%;
  }
}

.facility__item-lead {
  flex-basis: 70%;
  line-height: 1.6;
  font-weight: 400;
  color: #4e4e4e;
  text-align: left;
  padding-left: 33px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .facility__item-lead {
    flex-basis: 100%;
    width: 100%;
    padding-left: 19px;
    display: flex;
    align-items: center;
  }
}

.facility__sliders {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
}
.map {
  padding-bottom: 0;
  padding-top: 0;
}

.map__inner {
  margin-bottom: 31px;
}
.map__inner p {
  line-height: 1.75;
}
@media (max-width: 767px) {
  .map__inner {
    margin-bottom: 20px;
  }
}

.map__h4 {
  text-align: center;
}
.map__h4::before {
  margin-left: -64px;
}
@media (max-width: 767px) {
  .map__h4::before {
    margin-left: -50px;
  }
}

.map__iframe {
  width: 100vw;
}

.map__iframe-wrap {
  width: 100%;
  padding-top: 39.7333333333%;
  position: relative;
  overflow: hidden;
  height: 0;
}
.map__iframe-wrap > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
@media (max-width: 767px) {
  .map__iframe-wrap {
    padding-top: 158.9333333333%;
  }
}

/* swiper */
.slider2 .swiper-slide img {
  width: 100%;
}

.slider1 .slide_size img {
  max-width: 200px;
  width: 200px;
  height: 200px;
}

.slider1 .slide_size .slick-slide .slick-active {
  max-width: 200px;
  margin: 0;
}

/*　グループホーム */
.group-home {
  margin: 0 auto 130px;
}
@media (max-width: 767px) {
  .group-home {
    margin: 0 auto 30px;
  }
}

.group-home__h4 {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .group-home__h4 {
    margin-bottom: 8px;
  }
}

/*　相談支援事業 */
.support {
  padding-top: 60px;
}

.support-flow {
  width: 90%;
  margin: 40px auto;
}

/*　水槽レンタル・リース　*/
.rental {
  padding-top: 56px;
}

.rental-contents {
  display: flex;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .rental-contents {
    display: block;
  }
}
.rental-contents .rental-content {
  width: 47.5%;
}
@media (max-width: 767px) {
  .rental-contents .rental-content {
    width: 100%;
    margin-bottom: 10px;
  }
}
.rental-contents .rental-content:first-child {
  margin-right: 13px;
}
.rental-contents .rental-content:last-child {
  width: 51.2%;
}
@media (max-width: 767px) {
  .rental-contents .rental-content:last-child {
    width: 100%;
  }
}
.rental-contents .rental-content .rental-content__sub-image {
  margin-bottom: 12px;
  background: url(../img/bg_rental.png) no-repeat;
  background-position: right bottom;
  background-size: 30%;
}
.rental-contents .rental-content .rental-content__sub-image img {
  width: 240px;
}
.rental-contents .rental-content .rental-content__title {
  color: #fff;
  font-size: 20px;
  line-height: 1.2083333333;
  font-weight: 700;
  background-color: #5DB7DE;
  padding: 13px 27px;
  border-radius: 10px 10px 0 0;
}
.rental-contents .rental-content .rental-content__price {
  display: block;
  width: 100%;
  font-weight: 700;
  padding: 10px 25px 10px;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
}

/*# sourceMappingURL=style.css.map */
