@charset "UTF-8";
/* ================================================
	汎用
================================================ */
.serif {
  font-family: "Noto Serif JP", serif !important;
}

.align_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slick-arrow {
  display: none !important;
}

.ttl {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.2em;
  color: #3c80a3;
}

@media (max-width: 769px) {
  .ttl {
    font-size: 40px;
  }
}

.ttl_sub {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.2em;
  color: #3c80a3;
}

section a.btn {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding-bottom: 30px;
  padding-left: 32px;
  width: 100%;
  border-bottom: 1px solid #fff;
  color: #fff;
}

.btn::before {
  position: absolute;
  top: 5px;
  left: 0;
  content: "";
  width: 14px;
  height: 14px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("assets/img/square.png");
}

.btn::after {
  position: absolute;
  top: 2px;
  right: 0;
  content: "";
  width: 72.5px;
  height: 18.5px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("assets/img/arrow.png");
}

/* ================================================
	header
================================================ */
.logo img {
  width: 283px;
  margin-right: 12px;
}

@media (max-width: 769px) {
  .logo img {
    width: 200px;
  }
}

h1.logo {
  position: absolute;
  top: 30px;
  left: calc(50% - 590px);
  z-index: 10;
}
body#top header {
  padding: 0;
  height: auto;
}

@media (max-width: 1300px) {
  h1.logo {
    left: 50px;
  }
}

@media (max-width: 769px) {
  h1.logo {
    left: 0px;
    top: 0px;
  }
}

header .pc_menu {
  position: absolute;
  background-color: #204572;
  font-size: 16px;
  line-height: 1.6;
  top: 100%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  padding: 0px calc(50% - 590px) 0px 50px;
  border-radius: 10px 0 0 10px;
}
header .pc_menu li a {
  color: #fff;
}

@media (max-width: 1300px) {
  header .pc_menu {
    padding: 0px 50px 0px 50px;
  }
}

header .pc_menu ul li {
  margin: 0 20px;
  padding: 20px 0;
}

header .menu_btn {
  display: none;
}

@media (max-width: 769px) {
  header .menu_btn {
    display: block;
  }
}

header .sp_menu {
  position: fixed;
  background-color: #fff;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0;
  z-index: 100;
  overflow-y: scroll;
}

header .sp_menu .btn2 {
  background-color: #000;
}

header .sp_menu .btn2::before {
  background-color: #000;
}

@media (max-width: 769px) {
  header .sp_menu {
    display: none;
  }
}

header .sp_menu .sp_menu_inner {
  padding: 100px 5.33333vw 50px;
}

header .sp_menu .sp_menu_inner ul li {
  margin-bottom: 20px;
  margin-right: 20px;
  position: relative;
  padding-left: 15px;
}

header .sp_menu .sp_menu_inner ul.footer_link2 li {
  padding-left: 0px;
}

header .sp_menu .sp_menu_inner ul.footer_link li::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("assets/img/arrow-black.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 7px;
  height: 12px;
}

header .sp_menu .sp_menu_inner .item_tel {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding-right: 30px;
}

header .sp_menu .sp_menu_inner .item_tel span {
  margin-right: 15px;
}

header .sp_menu .sp_menu_inner .item_tel .num {
  font-size: 30px;
  margin-right: 0px;
}

header .sp_menu .sp_menu_inner .item_mail {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.4;
  font-weight: 500;
}

header .sp_menu .sp_menu_inner .item_mail a {
  display: block;
  border: 1px solid #000;
  padding: 8px 16px;
}

/*=============================
.btn-trigger
=============================*/
.btn-trigger {
  position: fixed;
  top: 13px;
  right: 14px;
  width: 35px;
  height: 32px;
  cursor: pointer;
  z-index: 1000;
}

.btn-trigger span {
  position: absolute;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
}

.btn-trigger,
.btn-trigger span {
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.btn-trigger span:nth-of-type(1) {
  top: 0;
}

.btn-trigger span:nth-of-type(2) {
  top: 14px;
  width: 20px;
}

.btn-trigger span:nth-of-type(3) {
  bottom: 0;
  width: 25px;
}

/*=============================
#btn05
=============================*/
#btn05.active span:nth-of-type(1) {
  -webkit-transform: translateY(15px) rotate(-45deg);
  transform: translateY(15px) rotate(-45deg);
}

#btn05.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-btn05-bar02 0.8s forwards;
  animation: active-btn05-bar02 0.8s forwards;
}

@-webkit-keyframes active-btn05-bar02 {
  100% {
    height: 0;
  }
}

@keyframes active-btn05-bar02 {
  100% {
    height: 0;
  }
}

#btn05.active span:nth-of-type(3) {
  width: 100%;
  -webkit-transform: translateY(-15px) rotate(45deg);
  transform: translateY(-15px) rotate(45deg);
}

/* ================================================
	main_visual
================================================ */
.main_visual {
  position: relative;
}

.main_visual .contact_btn {
  display: block;
  position: absolute;
  top: 30px;
  right: calc(50% - 590px);
  background-color: #204572;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding: 15px 50px;
  border-radius: 50px;
  z-index: 10;
}

@media (max-width: 1300px) {
  .main_visual .contact_btn {
    right: 50px;
  }
}

@media (max-width: 769px) {
  .main_visual .contact_btn {
    display: none;
  }
}

@media (max-width: 769px) {
  .main_visual .main_visual_inner .slider img {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.main_visual .main_visual_inner .main_txt {
  width: 65%;
  border-radius: 0 10px 10px 0;
  padding: 20px 0;
  padding-left: calc(50% - 590px);
  position: absolute;
  top: 65%;
  left: 0%;
  z-index: 1;
  background: rgba(255, 255, 255, 0.6);
}

@media (max-width: 1300px) {
  .main_visual .main_visual_inner .main_txt {
    padding-left: 50px;
  }
}

@media (max-width: 769px) {
  .main_visual .main_visual_inner .main_txt {
    padding-left: 5.3333vw;
    border-radius: 0;
  }
}

@media (max-width: 1100px) {
  .main_visual .main_visual_inner .main_txt {
    top: 50%;
    width: 80%;
  }
}

@media (max-width: 769px) {
  .main_visual .main_visual_inner .main_txt {
    text-align: left;
    width: 100%;
    top: auto;
    bottom: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(transparent));
    background: linear-gradient(0deg, #fff, transparent);
    padding-top: 100px;
  }
}

.main_visual .main_visual_inner .main_txt h2 {
  color: #204572;
  font-size: 30px;
  line-height: 1.7;
  letter-spacing: 0.2em;
  font-weight: bold;
}

@media (max-width: 769px) {
  .main_visual .main_visual_inner .main_txt h2 {
    font-size: 27px;
  }
}

.main_visual .main_visual_inner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(29, 134, 239, 0.27)),
    to(rgba(217, 255, 223, 0.2))
  );
  background: linear-gradient(rgba(29, 134, 239, 0.27), rgba(217, 255, 223, 0.2));
}

/* ================================================
	sec1
================================================ */
.sec1 {
  padding-top: 150px;
  background-color: #f3f8fc;
  background-image: url("assets/img/bg01.png"), url("assets/img/rainbow.png");
  background-repeat: no-repeat;
  background-position: right bottom, left 0% top 0%;
  background-size: 80% 90%, 80%;
}

@media (max-width: 769px) {
  .sec1 {
    padding-top: 13.33333vw;
    background-size: 120% 80%, 100%;
  }
}

.sec1 .wrap_inner .flex-pc {
  position: relative;
}

.sec1 .wrap_inner .flex-pc .item_txt {
  position: absolute;
  top: 100px;
}

@media (max-width: 1100px) {
  .sec1 .wrap_inner .flex-pc .item_txt {
    top: 30px;
  }
}

@media (max-width: 769px) {
  .sec1 .wrap_inner .flex-pc .item_txt {
    position: static;
    width: 100%;
    margin-bottom: 50px;
  }
}

.sec1 .wrap_inner .flex-pc .item_img {
  margin: 0 0 0 auto;
  -ms-flex-preferred-size: 74%;
  flex-basis: 74%;
}

.sec1 .wrap_inner .flex-pc .item_img .btn {
  margin: 0 0 0 auto;
  width: 320px;
}

@media (max-width: 769px) {
  .sec1 .wrap_inner .flex-pc .item_img .btn {
    width: 100%;
  }
}

@media (max-width: 769px) {
  .sec1 .wrap_inner .flex-pc .item_img {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.sec1 .wrap_inner .flex-pc .item_img p img {
  border-radius: 10px;
}

/* ================================================
	sec2
================================================ */
.sec2 {
  padding-bottom: 0;
  background-image: url("assets/img/bg02.png"), url("assets/img/rainbow2.png");
  background-repeat: no-repeat;
  background-position: left top, right 0% top 0%;
  background-size: 80% 90%, 60%;
}

@media (max-width: 769px) {
  .sec2 {
    background-size: 80% 40%, 60%;
  }
}

.sec2 .wrap_inner .btn {
  border-bottom: 1px solid #3c80a3;
  color: #3c80a3;
}

.sec2 .wrap_inner .btn::before {
  background-image: url("assets/img/square_b.png");
}

.sec2 .wrap_inner .btn::after {
  background-image: url("assets/img/arrow_b.png");
}

.sec2 .wrap_inner .flex-pc .item {
  width: 28%;
}

.sec2 .bg_img {
  margin-bottom: 0;
}
@media (max-width: 769px) {
  .sec2 .wrap_inner .flex-pc .item {
    width: 100%;
    margin-bottom: 50px;
  }
  .sec2 .wrap_inner .flex-pc .item p {
    width: 60%;
    margin: 0 auto;
  }
}

.sec2 .wrap_inner .flex-pc .item:nth-child(2) {
  padding-top: 50px;
}

.sec2 .wrap_inner .flex-pc .item:nth-child(2) .btn {
  padding-bottom: 20px;
}

@media (max-width: 769px) {
  .sec2 .wrap_inner .flex-pc .item:nth-child(2) {
    padding-top: 0px;
  }
}

.sec2 .wrap_inner .flex-pc .item:nth-child(3) {
  padding-top: 100px;
}

.sec2 .wrap_inner .flex-pc .item:nth-child(3) .btn {
  padding-bottom: 20px;
}

@media (max-width: 769px) {
  .sec2 .wrap_inner .flex-pc .item:nth-child(3) {
    padding-top: 0px;
  }
}

/* ================================================
	sec3
================================================ */
.sec3 {
  background-color: #70afd0;
}

.sec3 .ttl {
  color: #fff;
}

.sec3 .ttl_sub {
  color: #fff;
}

.sec3 .wrap_inner .flex .item {
  position: relative;
  width: 32%;
  border-radius: 10px;
  background-color: #fff;
}

@media (max-width: 769px) {
  .sec3 .wrap_inner .flex .item {
    width: 100%;
    margin-bottom: 50px;
  }
}

.sec3 .wrap_inner .flex .item img {
  border-radius: 10px 10px 0 0;
}

.sec3 .wrap_inner .flex .item .txt {
  padding: 20px 20px 25px 20px;
}

.sec3 .wrap_inner .flex .item .txt h4.txt16 {
  color: #39a2db;
}

.sec3 .wrap_inner .flex .item .txt .date {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.5;
  display: inline-block;
}

.sec3 .wrap_inner .flex .item .category {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  letter-spacing: 0.15em;
  font-weight: bold;
  line-height: 1.5;
  color: #39a2db;
  padding: 3px 20px;
  background-color: #fffde3;
  border-radius: 10px 0 0 0;
}

.sec3 .wrap_inner .btn {
  width: 320px;
  margin: 0 auto;
}

/* ================================================
	sns
================================================ */
.sns {
  background-color: #3c80a3;
}

.sns .ttl {
  color: #fff;
}

.sns .ttl_sub {
  color: #fff;
}

.sns .wrap_inner2 {
  max-width: 1060px;
  margin: 0 auto;
}

.sns .wrap_inner2 .btn {
  width: 320px;
  margin: 0 auto;
}

.sns .wrap_inner2 .flex-pc .item {
  width: 47%;
}

@media (max-width: 769px) {
  .sns .wrap_inner2 .flex-pc .item {
    width: 100%;
    margin-bottom: 50px;
  }
}

.sns .wrap_inner2 .flex-pc .item iframe {
  max-width: 100%;
}

.sns .wrap_inner2 .flex-pc .item img {
  height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 769px) {
  .sns .wrap_inner2 .flex-pc .item img {
    height: auto;
  }
}

/* ================================================
	access
================================================ */
.access {
  background-image: url("assets/img/bg03.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.access .wrap_inner .flex-pc .item p img {
  border-radius: 10px 0 0 0;
}

@media (max-width: 769px) {
  .access .wrap_inner .flex-pc .item p img {
    border-radius: 10px 10px 0 0;
  }
}

.access .wrap_inner .flex-pc .item .txt {
  background-color: #3c80a3;
  color: #fff;
  padding: 40px 60px;
  border-radius: 0 0 0 10px;
}

@media (max-width: 769px) {
  .access .wrap_inner .flex-pc .item .txt {
    padding: 30px 20px;
    border-radius: 0;
  }
}

.access .wrap_inner .flex-pc .item .txt .tel {
  display: block;
  font-size: 31px;
  letter-spacing: 0.2em;
  line-height: 1.6;
  font-weight: bold;
  color: #fff;
}

@media (max-width: 769px) {
  .access .wrap_inner .flex-pc .item .txt .tel {
    font-size: 25px;
  }
}

.access .wrap_inner .flex-pc .item .txt .tel img {
  vertical-align: middle;
  width: auto;
  padding-right: 15px;
}

.access .wrap_inner .flex-pc .item_txt {
  position: relative;
  width: 45%;
}

@media (max-width: 769px) {
  .access .wrap_inner .flex-pc .item_txt {
    width: 100%;
  }
}

.access .wrap_inner .flex-pc .item_txt .pop {
  width: 125px;
  height: 125px;
  background-color: #fce94a;
  border-radius: 100%;
  text-align: center;
  color: #204572;
  position: absolute;
  top: 0;
  left: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 20px;
  line-height: 1.3;
}

@media (max-width: 769px) {
  .access .wrap_inner .flex-pc .item_txt .pop {
    left: 10px;
  }
}

.access .wrap_inner .flex-pc .item_txt .pop p {
  font-size: 8px;
}

.access .wrap_inner .flex-pc .item_txt .pop p img {
  width: auto;
  margin-bottom: 4px;
}

.access .wrap_inner .flex-pc .item_txt .pop .flex {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 5px;
  font-weight: bold;
}

.access .wrap_inner .flex-pc .item_txt .pop .flex p:first-child {
  font-size: 12px;
  letter-spacing: 0.1em;
  font-weight: 900;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  margin-right: 5px;
}

.access .wrap_inner .flex-pc .item_txt .pop .flex p:nth-child(2) {
  font-size: 28px;
  margin-right: 5px;
}

.access .wrap_inner .flex-pc .item_txt .pop .flex div p:first-child {
  font-size: 17px;
}

.access .wrap_inner .flex-pc .item_txt .pop .flex div p:nth-child(2) {
  font-size: 10px;
}

.access .wrap_inner .flex-pc .item_map {
  width: 55%;
}

@media (max-width: 769px) {
  .access .wrap_inner .flex-pc .item_map {
    width: 100%;
    height: 250px;
  }
}

.access .wrap_inner .flex-pc .item_map iframe {
  width: 100%;
  height: 100%;
}

.biz-hour {
  border-collapse: collapse;
  width: 100%;
}

.biz-hour th,
.biz-hour td {
  padding: 20px 0px;
  /* ２番目以降の線 */
  /* 色はお好みで */
  border-bottom: 1px solid #fff;
  text-align: center;
}

.biz-hour tr:last-child th,
.biz-hour tr:last-child td {
  border-bottom: none;
}

.biz-hour th {
  width: 8%;
}

.biz-hour th:first-child {
  width: 36%;
  text-align: left;
}

.biz-hour td:first-child {
  text-align: left;
}

/* 上段の背景色 */
.biz-hour th {
  font-weight: normal;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.2em;
}

.biz-hour td {
  vertical-align: middle;
  font-weight: normal;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.2em;
}

/* ================================================
	footer
================================================ */
footer {
  color: #3c80a3;
}

footer .logo img {
  width: 250px;
}

footer .wrap_inner {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 769px) {
  footer .wrap_inner {
    padding-top: 13.33333vw;
    padding-bottom: 13.33333vw;
  }
}

footer .wrap_inner .item:first-child {
  margin-bottom: 30px;
}

footer .wrap_inner ul.flex.txt16 li {
  margin-right: 30px;
}

footer .wrap_inner ul.flex.txt14 li {
  margin-right: 20px;
}

footer .copyright {
  background-color: #3c80a3;
  padding: 13px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.2em;
}

@media (max-width: 769px) {
  footer .copyright {
    font-size: 10px;
  }
}
/*# sourceMappingURL=style.css.map */
/* ================================================
	wp化
================================================ */
ul.slick01.slider.slick-initialized.slick-slider,
ul.slick01.slider.slick-initialized.slick-slider li img {
  margin: 0;
}
.blog_txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.blog_thumb img {
  object-fit: cover;
  width: 100%;
  height: 251px;
}
