@charset "UTF-8";

/* ↓ 色とテキストの定義 ------------------------*/
html {
  scroll-behavior: smooth;
  font-size: 16px;
  overflow-x: hidden;
}

@media screen and (min-width: 1400px) {
  html {
    font-size: 17px;
  }
}

@media screen and (min-width: 1600px) {
  html {
    font-size: 18px;
  }
}

@media screen and (max-width: 540px) {
  html {
    font-size: 3.3vw;
    /*1L30文字*/
  }
}

body {
  color: #333;
  letter-spacing: 0.1rem;
  line-height: 1.7;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  /*bold700 regular400 light 300*/
  position: relative;
  background-image: url(../img/common/back_paper.png);
  background-size: 100%;
  background-repeat: repeat-y;
  overflow-x: hidden;
}

a {
  color: #558080;
  text-decoration: none;
}

img {
  width: 100%;
}

.mincho {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.04rem;
}

.mincho-light {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  letter-spacing: 0.04rem;
}

.marugo {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro",
    "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}

/* ↓ 共通スタイル ------------------------*/
.rounded {
  border-radius: 0.2rem !important;
}

/*imgタグトリミング*/
.object-fit-img {
  object-fit: cover;
  font-family: "object-fit: contain;";
}

/*画像のマウスオーバー*/
a img {
  transition: 0.3s ease;
}

a img:hover {
  opacity: 0.6;
  transition: 0.3s ease;
}

/* ↓ 横幅 ------------------------*/
/*pcの横幅*/
.pcWidth-xxl {
  max-width: 1400px;
  width: 85%;
  margin: auto;
}

.pcWidth-xl {
  max-width: 1200px;
  width: 85%;
  margin: auto;
}

.pcWidth-l {
  max-width: 1024px;
  width: 85%;
  margin: auto;
}

.pcWidth-m {
  max-width: 960px;
  width: 85%;
  margin: auto;
}

.pcWidth-s {
  max-width: 760px;
  width: 85%;
  margin: auto;
}

.pcWidth-ss {
  max-width: 900px;
  width: 85%;
  margin: auto;
}

@media screen and (min-width: 1400px) {
  .pcWidth-xl {
    max-width: 1216px;
    width: 85%;
  }

  .pcWidth-l {
    max-width: 1152px;
    width: 85%;
  }

  .pcWidth-m {
    max-width: 1080px;
    width: 85%;
  }

  .pcWidth-s {
    max-width: 912px;
    width: 85%;
  }
}

/*セクションと見出しの上下のマージン*/
.secOuter-s {
  padding: 4rem 0px;
}

.secOuter-m {
  padding: 5rem 0px;
}

.secOuter-l {
  padding: 7rem 0px 3.5rem;
}

@media screen and (max-width: 540px) {
  .secOuter-s {
    padding: 3rem 0px;
  }

  .secOuter-m {
    padding: 3rem 0px;
  }

  .secOuter-l {
    padding: 4rem 0px;
  }
}

.headline-l {
  margin-bottom: 5rem;
}

.headline-m {
  margin-bottom: 3rem;
}

@media screen and (max-width: 540px) {
  .headline-l {
    margin-bottom: 3rem;
  }

  .headline-m {
    margin-bottom: 2rem;
  }
}

.textCenter {
  text-align: center;
}

/* ↓ ボタン ------------------------*/
.btn {
  display: inline-block;
  border-radius: 2rem;
  background-color: #00a1a6;
  text-align: center;
  padding: 1rem 5.5rem 1rem 5.5rem;
  position: relative;
}

@media screen and (max-width: 540px) {
  .btn {
    padding: 1rem 3rem;
    border-radius: 4rem;
  }
}

.btn .icon {
  width: 0.6rem;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-75%);
}

.btn p {
  color: #fff;
  font-weight: 500;
}

.btnArea--left {
  text-align: left;
}

/* ↓ ヘッダー ------------------------*/
.gnavOuter {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.08);
  transition: all 0.5s ease;
  z-index: 1000;
}

@media screen and (max-width: 750px) {
  .gnavOuter {
    display: none;
  }
}

/*↑背景固定の場合はabsolute、追従の場合はfixedに変更*/

.gnavInner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
}

.gNavLeft {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10rem;
  margin-left: 1rem;
}

.gNavRight {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header_btn img {
  width: auto;
  height: 3.5rem;
}
@media screen and (max-width: 750px) {
  .header_btn img {
    width: auto;
    height: initial;
  }
}
.gnavunder {
  padding: 0.75rem 0;
  background-color: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #558080;
  font-weight: 500;
  font-size: 0.85rem;
  height: 3rem;
}

.gnavunder .item {
  padding: 0 1.4rem;
  height: 3rem;
  display: flex;
  align-items: center;
  transition: 0.3s ease;
}

.gnavunder .item:hover {
  background-color: #ebebeb;
  transition: 0.3s ease;
}

.gnavunder .line {
  width: 1px;
  height: 2rem;
  border-right: 1px solid #a7bcbc;
}

.fixedNav {
  position: fixed;
  z-index: 10;
  top: 1.8rem;
  right: 6.5rem;
}

.menuArea {
  width: 100%;
  height: 6.5rem;
}

@media screen and (max-width: 750px) {
  .menuArea {
    height: 3.5rem;
  }
}

.gnavunder .first-level {
  pointer-events: none;
}

.gnavunder .single:hover {
  opacity: 0.4;
  transition: 0.3s ease;
}

.gnavunder li {
  position: relative;
}

.gnavunder li ul {
  position: absolute;
  width: 100%;
  left: 60%;
  transform: translateX(-50%);
  width: 100%;
  background: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  display: none;
  transition: 0.3s ease;
  margin: 20px auto;
  /* 以下の１行でドロップシャドウが適用される */
  -webkit-filter: drop-shadow(6px 6px 10px rgba(0, 0, 0, 0.2));
  border-radius: 1rem;
  padding: 0.5rem 1rem;
}

.gnavunder li:hover ul {
  top: 1.3rem;
  width: 11rem;
  left: 0%;
  transform: translateX(0%);
  visibility: visible;
  opacity: 1;
  display: block;
  transition: 0.3s ease;
}

.gnavunder .service_gnav:hover ul {
  width: 13rem;
}

.gnavunder li ul:before,
.gNavRignavunderght li ul:after {
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  right: 0px;
}

.gnavunder .second-level li {
  padding: 0.5rem;
  padding-left: 0rem;
  padding-right: 0rem;
  transition: 0.3s ease;
  position: relative;
  text-align: left;
}

.gnavunder .second-level li {
  border-bottom: 1px solid #558080;
}

.gnavunder .second-level li:last-child {
  border-bottom: none;
}

.gnavunder .second-level li a {
  display: block;
}

.gnavunder .second-level li span {
  right: 0.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-60%);
  color: #888888;
}

.gnavunder .second-level li:hover {
  opacity: 0.5;
}

.fixedlogo {
  width: 9.5rem;
  position: fixed;
  margin-top: 1rem;
  margin-left: 1rem;
  z-index: 30;
}

@media screen and (max-width: 750px) {
  .fixedlogo {
    display: none;
  }
}

.fixed_sp {
  position: fixed;
  width: 2.5rem;
  right: 0;
  top: 6rem;
  z-index: 50;
}

@media screen and (min-width: 750px) {
  .fixed_sp {
    display: none;
  }
}

.fixed_sp .item {
  margin-bottom: 1rem;
  width: 100%;
}

.header_sp {
  background-color: #fff;
  height: 3.5rem;
  width: 100%;
  position: fixed;
  z-index: 100;
  box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.08);
}

@media screen and (min-width: 750px) {
  .header_sp {
    display: none;
  }
}

.header_sp_inner {
  background-color: #fff;
  width: 100%;
  height: 3.5rem;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
}

.sp_logo {
  width: 8rem;
}

.fixed_sns {
  display: flex;
  justify-content: center;
  right: 0;
  top: 2rem;
  z-index: 50;
  margin-right: 3.5rem;
}

.fixed_sns .item {
  width: 2.2rem;
  margin-left: 1rem;
}

.fixed_sns_pc {
  margin-right: 1.5rem;
}

.fixed_sns_pc .item {
  width: 1.8rem;
  margin-left: 1rem;
}

.fixed_sns_footer {
  margin-right: 0rem;
  margin-top: 2rem;
}

/* ↓ パンくずリスト ------------------------*/
.bread {
  margin-top: -0.5rem;
  color: darkgray;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  height: 1rem;
}

.bread div {
  max-width: 150px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

.bread a {
  color: darkgray;
}

/* ↓ ドロワーメニューカスタマイズ ------------------------*/
.fat-nav li {
  list-style-type: none;
  text-align: center;
  padding: 0.55rem;
  font-size: 1.2em;
  line-height: 1.4;
  font-weight: bold;
}

.fat-nav li img {
  width: 17rem;
  margin-bottom: 3rem;
}

/*ホームアイコンを追加*/
.navHome span {
  position: relative;
}

.navHome span:before {
  position: absolute;
  top: 0rem;
  left: -2rem;
  content: "";
  display: inline-block;
  width: 1.8em;
  height: 1.8em;
  background: url(../img/home.svg) no-repeat;
  background-size: contain;
}

/* ↓ セクション ｜ FV ------------------------*/
.fv {
  height: 34vw;
  min-height: 400px;
  max-height: 500px;
  background-image: url(../img/top/mv_back.png);
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 830px) {
  .fv {
    height: 45vh;
    min-height: initial;
  }
}

@media screen and (max-width: 540px) {
  .fv {
    height: 30rem;
    min-height: initial;
  }
}

.fv_inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.mv_free {
  position: absolute;
  bottom: -2rem;
  right: 2rem;
  width: 7.5rem;
  z-index: 20;
}

@media screen and (max-width: 830px) {
  .mv_free {
    position: absolute;
    bottom: -1rem;
    right: 3rem;
    width: 6rem;
  }
}

@media screen and (max-width: 540px) {
  .mv_free {
    position: absolute;
    bottom: -1rem;
    right: 1rem;
    width: 6.85rem;
  }
}

.mv_23 {
  position: absolute;
  bottom: -2rem;
  right: 11rem;
  width: 7.5rem;
  z-index: 20;
}

.mv_kokin {
  position: absolute;
  bottom: -2rem;
  right: 20rem;
  width: 7.5rem;
  z-index: 20;
}

@media screen and (max-width: 830px) {
  .mv_23 {
    position: absolute;
    bottom: -1rem;
    right: 10rem;
    width: 6rem;
  }
}

@media screen and (max-width: 540px) {
  .mv_23 {
    position: absolute;
    bottom: -1rem;
    right: 8rem;
    width: 6.85rem;
  }
}

@media screen and (max-width: 830px) {
  .mv_kokin {
    position: absolute;
    bottom: -1rem;
    right: 17rem;
    width: 6rem;
  }
}

@media screen and (max-width: 540px) {
  .mv_kokin {
    position: absolute;
    bottom: -1rem;
    right: 15rem;
    width: 6.85rem;
  }
}

.fv_inner .left {
  width: 50%;
  height: 100%;
  position: relative;
  text-align: right;
}

@media screen and (max-width: 1100px) {
  .fv_inner .left {
    width: 70%;
  }
}

@media screen and (max-width: 830px) {
  .fv_inner .left {
    width: 100%;
    text-align: center;
  }
}

.fv_inner .left img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 70%;
  height: 100%;
  max-height: 82%;
  object-fit: contain;
}

@media screen and (max-width: 830px) {
  .fv_inner .left img {
    max-height: 60%;
  }
}

@media screen and (max-width: 540px) {
  .fv_inner .left img {
    width: 70%;
    top: 50%;
  }
}

.fv_inner .right {
  width: auto;
  height: 100%;
  padding-left: 2rem;
}

@media screen and (max-width: 830px) {
  .fv_inner .right {
    display: none;
  }
}

.fv_inner .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slidebanner {
  padding: 3rem 0;
  padding-bottom: 0;
  position: relative;
}

.slidebanner .water {
  position: absolute;
  top: 0;
  right: 0;
  width: 50vw;
  z-index: -1;
}

@media screen and (max-width: 540px) {
  .slidebanner .water {
    width: 70vw;
  }
}

.topCarousel {
  overflow: initial;
}

.topCarousel .item {
  margin: 0 1.5rem;
  width: auto;
  border: 2px solid #c7c7c7;
}

.topCarousel .item img {
  height: auto;
}

@media screen and (min-width: 1200px) {
  .topCarousel .item {
    margin: 0 1rem;
  }
}

@media screen and (max-width: 540px) {
  .topCarousel .item {
    margin: 0 0.5rem;
  }
}

/* ↓ セク｜3つのこだわり ------------------------*/
.point_three {
  overflow: hidden;
}

@media screen and (max-width: 540px) {
  .point_three .secOuter-m {
    padding-top: 2rem;
  }
}

.point_three .sec_head {
  max-width: 800px;
  margin: auto;
  margin-bottom: 5rem;
}

@media screen and (max-width: 540px) {
  .point_three .sec_head {
    margin-bottom: 3.5rem;
  }
}

.point_three .top_points {
  display: flex;
  margin-bottom: 6rem;
}

.point_three .top_points.reverse {
  flex-direction: row-reverse;
}

.point_three .top_points .left {
  width: 50%;
}

.point_three .top_points .right {
  width: 50%;
  padding-left: 3rem;
  position: relative;
}

@media screen and (max-width: 540px) {
  .point_three .top_points {
    display: block;
    margin-bottom: 6rem;
  }

  .point_three .top_points .left {
    width: 100%;
  }

  .point_three .top_points .right {
    width: 100%;
    padding-left: 0rem;
    margin-top: 2rem;
  }
}

.point_three .top_points.reverse .right {
  padding-left: 0rem;
  padding-right: 3rem;
}

@media screen and (max-width: 540px) {
  .point_three .top_points.reverse .right {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}

.point_three .top_points .left .head {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 2rem;
  position: relative;
}

.point_three .top_points .left .head span {
  background: linear-gradient(transparent 60%, #bee7f0 60%);
}

@media screen and (max-width: 540px) {
  .point_three .top_points .left .head {
    margin: auto;
    margin-bottom: 1rem;
    font-size: 1.6rem;
    padding-left: 0.5rem;
  }
}

.point_three .top_points .left .icon {
  position: absolute;
  top: -2.5rem;
  left: -2.5rem;
  width: 4rem;
  z-index: -1;
}

@media screen and (max-width: 540px) {
  .point_three .top_points .left .icon {
    position: absolute;
    width: 3.2rem;
    top: -1.8rem;
    left: -1.8rem;
    z-index: -1;
  }
}

.point_three .top_points .left .sentence {
  line-height: 2.5;
  font-weight: 500;
}

@media screen and (max-width: 540px) {
  .point_three .top_points .left .sentence {
    line-height: 2;
  }
}

.point_three .top_points .right .chara {
  position: absolute;
}

.point_three .top_points .right .chara1 {
  top: -3rem;
  right: 3.5rem;
  width: 8rem;
}

@media screen and (max-width: 540px) {
  .point_three .top_points .right .chara1 {
    top: -2rem;
    right: 3.5rem;
    width: 6rem;
  }
}

.point_three .top_points .right .chara2 {
  bottom: 1rem;
  left: 1rem;
  width: 7.5rem;
}

@media screen and (max-width: 540px) {
  .point_three .top_points .right .chara2 {
    width: 6.5rem;
  }
}

.point_three .top_points .right .chara3 {
  bottom: 1rem;
  right: 1rem;
  width: 11rem;
}

@media screen and (max-width: 540px) {
  .point_three .top_points .right .chara3 {
    width: 9.5rem;
  }
}

.point_three .top_points .right .backblue_top {
  position: absolute;
}

.point_three .top_points .right .backblue_top1 {
  bottom: -2rem;
  right: -20vw;
  width: 37rem;
  z-index: -1;
}

.point_three .top_points .right .backblue_top2 {
  top: 5rem;
  left: -20vw;
  width: 37rem;
  z-index: -1;
}

/* ↓ セク｜サービス ------------------------*/

.top_service {
  background-color: #cceaf0;
  position: relative;
}

.top_service .nami_top {
  top: 0;
  transform: translateY(-50%);
  left: 0;
  position: absolute;
  width: 100%;
}

.top_service .nami_bottom {
  bottom: 0;
  transform: translateY(50%);
  left: 0;
  position: absolute;
  width: 100%;
}

.top_service .secOuter-l {
  background-color: #cceaf0;
  padding-top: 0;
}

@media screen and (max-width: 540px) {
  .top_service .secOuter-l {
    padding-bottom: 2rem;
  }
}

.top_service .sec_head {
  max-width: 29rem;
  margin: auto;
  margin-bottom: 1rem;
}

.top_service ul {
  display: flex;
  margin-bottom: 3.5rem;
}

@media screen and (max-width: 540px) {
  .top_service ul {
    display: block;
    margin-bottom: 2rem;
  }
}

.top_service ul li {
  width: 30%;
}

@media screen and (max-width: 540px) {
  .top_service ul li {
    width: 100%;
    margin-bottom: 3rem;
  }
}

.top_service ul .list_2 {
  margin: 0 5%;
}

@media screen and (max-width: 540px) {
  .top_service ul .list_2 {
    margin: 0%;
    margin-bottom: 5rem;
  }
}

.top_service ul li .head {
  margin-top: 2rem;
}

.top_service ul li .sentence {
  margin-bottom: 2rem;
}

.top_service ul li .btn {
  padding-left: 0;
  padding-right: 0;
  width: 80%;
}

@media screen and (max-width: 920px) {
  .top_service ul li .btn {
    transform: scale(0.85);
    width: 90%;
  }
}

@media screen and (max-width: 540px) {
  .top_service ul li img {
    display: block;
    width: 80%;
    margin: auto;
  }

  .top_service ul li .sentence {
    margin-bottom: 2rem;
  }
}

.top_service ul li .head {
  font-size: 1.2rem;
  line-height: 1.2;
  padding-left: 0.8rem;
  border-left: 5px #00a7cf solid;
  font-weight: 500;
  margin-bottom: 0.75rem;
}

.top_service ul li .sentence {
  font-size: 0.9rem;
}

@media screen and (max-width: 540px) {
  .top_service ul li .head {
    width: 80%;
    margin: auto;
    margin-bottom: 0.75rem;
    margin-top: 1rem;
  }

  .top_service ul li .sentence {
    width: 80%;
    margin: auto;
    font-size: 0.9rem;
    margin-bottom: 1rem;
  }
}

/* ↓ セク｜コラム ------------------------*/

.top_blog .secOuter-l {
  padding-top: 3rem;
  padding-bottom: 8rem;
}
.top_blog .sec_head {
  max-width: 29rem;
  margin: auto;
  margin-bottom: 1rem;
}
.top_blog .blog_slide {
  margin-bottom: 5rem;
}
@media screen and (max-width: 540px) {
  .top_blog .secOuter-l {
    padding-top: 0rem;
    padding-bottom: 5rem;
  }
  .top_blog .blog_slide {
    margin-bottom: 3rem;
  }
}

.blog_slide .slick-slide {
  margin: 0.75rem;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
}

.blog_slide .infoarea {
  padding: 1rem 1.5rem 1.5rem;
  font-size: 1.2rem;
  height: 8rem;
  background-color: #fff;
  border-radius: 1rem;
}
.blog_slide .title {
  overflow: hidden;
}
.blog_slide .title p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #333;
  font-weight: 500;
}
.blog_slide .infoarea .company {
  font-size: 1rem;
  margin-top: 1rem;
}

.blog_slide .slick-slide img {
  height: 18vw;
  object-fit: cover;
  border-radius: 1rem 1rem 0 0;
}
@media screen and (max-width: 540px) {
  .blog_slide .slick-slide img {
    height: 12rem;
  }
}
/* ↓ セク｜ニュース ------------------------*/
.top_blue {
  background-color: #cceaf0;
}

.news .sec_head {
  width: 20rem;
}

@media screen and (max-width: 540px) {
  .news .sec_head {
    width: 16rem;
  }

  .top_news .secOuter-l {
    padding-top: 2rem;
    padding-bottom: 5rem;
  }
}

.news .contents {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 540px) {
  .news .contents {
    padding: 2rem;
    padding-top: 1rem;
    margin-bottom: 0rem;
    margin-top: 1rem;
  }
}

.news .contents li {
  border-bottom: 1px solid #c6cced;
  transition: 0.3s ease;
  cursor: pointer;
}

.news .contents li:hover {
  background-color: #e9f6ff8e;
}

.news .contents li:last-child {
  border-bottom: 0px;
}

.news .contents .row a {
  color: #333;
  display: block;
  width: 100%;
  padding: 2.3rem 2rem;
}

@media screen and (max-width: 540px) {
  .news .contents .row {
    padding: 1.5rem 0rem;
  }

  .news .contents .row a {
    color: #333;
    display: block;
    width: 100%;
    padding: 0.75rem 1rem;
  }
}

/*
.news .contents .row:hover {
    opacity: 0.7;
    transition: 0.3s ease;
}
*/

.news .contents .row .day {
  color: #666666;
  margin-bottom: 0.5rem;
}

.news .contents .row .category {
  display: inline-block;
  padding: 0.2rem 1.5rem 0;
  font-size: 0.8rem;
  border-radius: 1.2rem;
  background-color: #a4a4a4;
  color: #fff;
  margin-left: 1rem;
}

.news .contents .row .news {
  background-color: #e7db21;
  color: #333;
}

.news .contents .row .campaign {
  background-color: #f28e1e;
}

.news .contents .row .title {
  font-size: 0.95rem;
  font-weight: 500;
}

.zenkoku {
  padding: 5rem 0 3rem;
  position: relative;
}

@media screen and (max-width: 540px) {
  .zenkoku {
    padding: 3rem 0 0rem;
    position: relative;
  }
}

.zenkoku .water {
  position: absolute;
  top: 0;
  right: 0;
  width: 50vw;
  z-index: -1;
}
/* ↓ セク｜sns ------------------------*/
.nami_top_sns {
  display: flex;
  margin-bottom: -1px;
}

.top_sns .sec_head {
  margin-bottom: 3rem;
}

/* ↓ セクション ｜ zenkoku_area ------------------------*/
.zenkoku_area {
  padding: 6rem 0;
  background-color: #dff3f7;
  position: relative;
  overflow: hidden;
}
.zenkoku_area .japan_map {
  height: 130%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.zenkoku_area .japan_map img {
  height: 100%;
  width: auto;
}
.zenkoku_area .head_area {
  height: 6rem;
  position: relative;
  z-index: 0;
  margin-bottom: 2.5rem;
}
.zenkoku_area .head_area img {
  height: 100%;
}

@media screen and (max-width: 540px) {
  .zenkoku_area {
    padding: 3rem 0;
  }
  .zenkoku_area .head_area {
    height: 3rem;
    margin-bottom: 1.5rem;
  }
  .zenkoku_area .head_area img {
    height: 100%;
  }
}

.zenkoku_area .button_area ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  margin-bottom: 1rem;
}
.zenkoku_area .button_area .item {
  background-color: #00a1a6;
  color: #fff;
  margin: 0 0.5rem;
  padding: 1rem 3rem;
  border-radius: 0.5rem;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.15);
}

.zenkoku_area .button_area .item {
  background-color: #00a1a6;
  color: #fff;
  margin: 0 0.5rem;
  padding: 1rem 3rem;
  border-radius: 0.5rem;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.15);
  transition: 0.3s ease;
}
.zenkoku_area .button_area .item.item_hokkaido {
  padding: initial;
}

.zenkoku_area .button_area .item.item_hokkaido a {
  padding: 1rem 3rem;
  color: #fff;
  display: block;
}

.zenkoku_area .button_area .item:hover {
  transform: scale(1.05);
  transition: 0.3s ease;
  cursor: pointer;
}

@media screen and (max-width: 540px) {
  .zenkoku_area .button_area ul {
    display: flex;
    justify-content: start;
    margin-bottom: 0rem;
  }

  .zenkoku_area .button_area ul:nth-child(2) {
    display: none;
  }

  .zenkoku_area .button_area .item {
    background-color: #00a1a6;
    color: #fff;
    margin: 0.5rem 2.5%;
    text-align: center;
    width: 45%;
    padding: 1rem 0rem;
    border-radius: 0.5rem;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.15);
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}

.modal-content {
  position: relative;
  background-color: #fff;
  padding: 3rem;
  border-radius: 10px;
  width: 80%;
  max-width: 700px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.modal-content {
  padding: 2.5rem;
}
.close {
  position: absolute;
  top: 10px;
  right: 20px;
  color: #aaa;
  font-size: 24px;
  cursor: pointer;
}

.close:hover {
  color: #000;
}
@media screen and (max-width: 540px) {
  .close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #aaa;
    font-size: 15px;
    cursor: pointer;
  }
}
.zenkoku_area .modal-content .button_area ul {
  justify-content: left;
}
.zenkoku_area .modal-content .button_area .item {
  width: 32%;
  padding: initial;
  margin: initial;
  margin-bottom: 1rem;
}

.zenkoku_area .modal-content .button_area .item:nth-child(3n-1) {
  margin: 0 2%;
  margin-bottom: 1rem;
}
.zenkoku_area .modal-content .button_area .item a {
  display: block;
  color: #fff;
  padding: 1rem 0;
}

.zenkoku_area .modal-content h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zenkoku_area .modal-content h2 img {
  width: 1.5rem;
  margin: 0 1rem;
}

@media screen and (max-width: 540px) {
  .zenkoku_area .modal-content h2 {
    font-size: 1.2rem;
  }
  .zenkoku_area .modal-content h2 img {
    width: 1.1rem;
  }
}
/* ↓ セク｜sec_about ------------------------*/

.sec_about {
  padding: 7rem 5rem 3rem;
  position: relative;
  overflow-x: hidden;
}
@media screen and (max-width: 540px) {
  .sec_about {
    padding: 3rem 2rem 7rem;
    position: relative;
  }

  .sec_about .secOuter-m {
    padding-bottom: 0;
  }
}

.sec_about .content {
  background-color: #fff;
  position: relative;
  padding: 4rem 4rem 2rem;
  border-radius: 1rem;
}

@media screen and (max-width: 1160px) {
  .sec_about .content {
    padding: 2.5rem 4rem 2rem;
  }
}

@media screen and (max-width: 540px) {
  .sec_about .content {
    padding: 2rem 2rem 0;
  }
}
.sec_about .water {
  position: absolute;
  bottom: 0;
  right: 15vw;
  transform: translateX(50%) rotate(-180deg);
  width: 30rem;
  z-index: -1;
}

@media screen and (max-width: 540px) {
  .sec_about .water {
    transform: translateX(0%) rotate(-180deg);
    right: 0;
    bottom: 3rem;
  }
}

.sec_about .content .flex {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 540px) {
  .sec_about .content .flex {
    display: block;
    justify-content: center;
  }
}

.sec_about .content .flex .left {
  width: 50%;
  font-size: 1.5vw;
  line-height: 2.75;
  font-weight: 500;
  margin-top: 3rem;
}
.sec_about .content .flex .right {
  width: 35%;
  margin-top: 1rem;
  margin-bottom: -2rem;
}

@media screen and (min-width: 1200px) {
  .sec_about .content .flex .left {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 1160px) {
  .sec_about .content .flex .left {
    width: 60%;
    margin-top: 0.5rem;
  }
  .sec_about .content .flex .right {
    width: 35%;
  }
}

@media screen and (max-width: 540px) {
  .sec_about .content .flex .left {
    width: 100%;
    font-size: 1rem;
    line-height: 2;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .sec_about .content .flex .right {
    width: 80%;
    margin: auto;
  }
}

.sec_about .sec_head {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -140%);
  width: 65%;
}
@media screen and (max-width: 540px) {
  .sec_about .sec_head {
    width: 100%;
  }
}

/* ↓ footer ------------------------*/
.footer_inner {
  padding: 6rem 0;
  padding-bottom: 2rem;
  background-color: #368cb7;
}

@media screen and (max-width: 540px) {
  .footer_inner {
    padding: 3rem 0 2rem;
  }
}

.footer_bannere {
  margin-bottom: 4rem;
}

.footer_logo {
  max-width: 25rem;
  margin: auto;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 540px) {
  .footer_logo {
    max-width: 18rem;
    margin: auto;
    margin-bottom: 2.5rem;
  }
}

.footer_contact {
  margin-bottom: 3rem;
}

.footer_contact a {
  height: 2rem;
  text-align: center;
  display: block;
  margin-bottom: 1.25rem;
}

@media screen and (max-width: 540px) {
  .footer_contact a {
    height: 1.7rem;
    text-align: center;
    display: block;
    margin-bottom: 1.25rem;
  }
}

.footer_contact a img {
  height: 100%;
  width: auto;
}

.footer_info {
  display: flex;
  justify-content: center;
  margin: 4rem auto;
}

@media screen and (max-width: 540px) {
  .footer_info {
    display: block;
    width: 60%;
    margin: auto;
    margin-bottom: 4rem;
  }
}

.footer_info div {
  color: #fff;
}

@media screen and (max-width: 540px) {
  .footer_info div:first-child {
    margin-bottom: 1.5rem;
  }
}

.footer_info div:first-child {
  margin-right: 5%;
}

.footer_info span {
  display: block;
  font-size: 1.1rem;
  line-height: 1.3;
  font-weight: bold;
  padding-left: 0.5rem;
  border-left: 5px solid;
  margin-bottom: 0.7rem;
}

.copyright {
  font-size: 0.9rem;
  color: #fff;
  text-align: center;
}

.breadcrumbs {
  display: inline-block;
  font-size: 0.75rem;
  margin: 0.5rem;
  position: absolute;
  z-index: 10;
}
/* ↓ PCとSP表示切り替え（末尾に設置） ------------------------*/
.pcArea {
  display: block;
}

.spArea {
  display: none;
}

@media screen and (max-width: 540px) {
  .pcArea {
    display: none;
  }

  .spArea {
    display: block;
  }
}
