@charset "utf-8";

/*
  File Name   : first.css
  Description : コンテンツエリア関係 他
*/

/* section-first
============================================================ */
#lay-main {
  padding-bottom: 0;
}

.section-first {
  margin-bottom: 80px;
  overflow: hidden;
}

.section-first-new {
  /* margin-bottom: 130px; */
  margin-bottom: 75px;
  overflow: hidden;
}

.section-first-new .first-one-title-wrap {
  position: relative;
  margin-bottom: 30px;
}
.section-first-new .first-one-title {
  font-size: 20px;
  font-weight: bold;
  color: #008ac7;
  line-height: 1.6;
  border-bottom: dashed 1px #0279bd;
}
.section-first-new .first-one-title span {
  position: relative;
  padding-left: 30px;
  padding-bottom: 15px;
  box-sizing: border-box;
  display: block;
}
.section-first-new .first-one-title span::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 15px;
  height: 27px;
  background: url(../img/common/icon-shizuku-bl.png) 0 0 no-repeat;
  background-size: 15px auto;
}
.section-first-new .first-one-title-wrap .icon-text {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  padding: 8px 10px;
  background-color: #008ac7;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
}

.section-first-new .section-first-title-A {
  font-size: 30px;
  font-weight: bold;
  color: #008ac7;
  line-height: 1.6;
  padding-bottom: 10px;
  border-bottom: solid 1px #008ac7;
  margin-bottom: 38px;
}

.section-first-new .flex-wrap-img-col-2 {
  display: flex;
  margin-bottom: 28px;
}
.section-first-new .flex-wrap-img-col-2 > * {
  width: calc((100% - 40px * 1) / 2);
  margin-right: 40px;
}
.section-first-new .flex-wrap-img-col-2 > *:last-child {
  margin-right: 0;
}

.section-first-new .inner-group-wrap {
  margin-bottom: 47px;
}

.section-first-new .first-new-bl-bg-wrap {
  padding: 27px 30px 30px;
  box-sizing: border-box;
  background-color: #f2f6f8;
  margin-top: 30px;
}
.section-first-new .first-new-bl-bg-wrap:first-of-type {
  margin-top: 40px;
}
.section-first-new .first-new-bl-bg-wrap .title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  padding-left: 22px;
  margin-bottom: 15px;
}
.section-first-new .first-new-bl-bg-wrap .title::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #008ac7;
  border-radius: 50%;
}

.section-first-new .flex-wrap-text-img-col-2 {
  display: flex;
  margin-top: 20px;
}
.section-first-new .flex-wrap-text-img-col-2.-row-reverse {
  flex-flow: row-reverse;
}
.section-first-new .flex-wrap-text-img-col-2.-mgt-0 {
  margin-top: 0;
}
.section-first-new .flex-wrap-text-img-col-2 .img-block {
  width: 480px;
  margin-left: 30px;
}
.section-first-new .flex-wrap-text-img-col-2 .desc-block {
  width: calc(100% - (480px + 30px));
}
.section-first-new .flex-wrap-text-img-col-2 .box-wrap {
  border: solid 1px #d6e0e5;
  border-top: none;
  background-color: #fff;
}
.section-first-new .flex-wrap-text-img-col-2 .box-wrap .box-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  height: 50px;
  padding: 18px 20px 0;
  box-sizing: border-box;
  background-color: #008ac7;
}
.section-first-new .flex-wrap-text-img-col-2 .box-wrap .box-text {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 20px;
  box-sizing: border-box;
}
.section-first-new .flex-wrap-text-img-col-2 .box-wrap .box-text li {
  width: 160px;
}
.section-first-new .flex-wrap-text-img-col-2 .bottom-text {
  font-size: 13px;
  margin-top: 7px;
}


.section-first.-section-B {
  background-color: #f2f6f8;
  margin-top: -70px !important;
}
.section-first.-section-C {
  background: url(../img/common/bg-img-A.png) center center no-repeat;
  background-size: cover;
}
.section-first:last-child {
  margin-bottom: 0;
}

.section-first .page-img-wrap {
  position: relative;
  z-index: -1;
}

.section-first .desc-wrap.-top-position {
  margin-top: -22px;
}
.section-first .desc-wrap.-top-position .com-title-sub-A {
  margin-bottom: 36px;
}

.com-img-text-col-2 {
  display: flex;
  margin-top: 50px;
}
.com-img-text-col-2:first-of-type {
  margin-top: 0;
}
.com-img-text-col-2.-img-right {
  flex-flow: row-reverse;
}
.com-img-text-col-2 .img-block {
  width: calc(100% - 600px);
}
.com-img-text-col-2 .desc-block {
  width: 550px;
  padding-left: 50px;
}
.section-first.-section-B .desc-block {
  padding-top: 47px;
  padding-bottom: 47px;
}
.com-img-text-col-2.-img-right .desc-block {
  padding-left: 0;
  padding-right: 50px;
}
.com-img-text-col-2 .desc-block .inner-title {
  font-size: 20px;
  font-weight: bold;
  color: #008ac7;
  line-height: 1.6;
  border-bottom: dashed 1px #0279bd;
  margin-bottom: 25px;
}
.com-img-text-col-2 .desc-block .inner-title span {
  position: relative;
  padding-left: 30px;
  padding-bottom: 15px;
  box-sizing: border-box;
  display: block;
}
.com-img-text-col-2 .desc-block .inner-title span::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 15px;
  height: 27px;
  background: url(../img/common/icon-shizuku-bl.png) 0 0 no-repeat;
  background-size: 15px auto;
}
.com-img-text-col-2 .box-wrap {
  border: solid 1px #d6e0e5;
  border-top: none;
  margin-top: 30px;
}
.com-img-text-col-2 .box-wrap .box-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  height: 50px;
  padding: 18px 20px 0;
  box-sizing: border-box;
  background-color: #008ac7;
}
.com-img-text-col-2 .box-wrap .box-text {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 20px;
  box-sizing: border-box;
}
.com-img-text-col-2 .box-wrap .box-text li {
  width: 160px;
}
.com-img-text-col-2 .bottom-text {
  font-size: 13px;
  margin-top: 7px;
}
.com-img-text-col-2 .line-box-wrap {
  padding: 28px 25px 20px;
  box-sizing: border-box;
  border: solid 2px #028ac7;
  margin-top: 30px;
}
.com-img-text-col-2 .line-box-wrap .line-box-title {
  font-weight: bold;
  line-height: 1;
  color: #028ac7;
}
.com-img-text-col-2 .line-box-wrap .line-box-text {
  margin-top: 14px;
}

.-section-C {
  padding: 150px 0 110px;
  margin-bottom: 0;
}
.-section-C .section-C-list li {
  display: flex;
  color: #fff;
  padding: 40px 0;
  border-bottom: dashed 1px #58afd6;
}
.-section-C .section-C-list li a {
  color: #fff;
}
.-section-C .section-C-list li:first-child {
  padding-top: 0;
}
.-section-C .section-C-list li:last-child {
  border-bottom: none;
}
.-section-C .section-C-list li .icon-block {
  width: 100px;
}
.-section-C .section-C-list li .desc-block {
  width: calc(100% - 100px);
  padding-left: 35px;
}
.-section-C .section-C-list li .desc-block .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
.-section-C .section-C-list li .desc-block .text {
  margin-top: 12px;
}
.-section-C .section-C-list li .desc-block .text a {
  text-decoration: underline;
}
.desc-text-wrap .text2 a {
    font-weight: bold;
  　color: #008ac7 !important;
	text-decoration: underline;
}
.-section-C .section-C-list li .desc-block .text a:hover {
  text-decoration: none;
}
.-section-C .bottom-wrap {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.-section-C .bottom-wrap .btn {
  margin-right: 30px;
}
.-section-C .bottom-wrap .btn a {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  display: block;
  text-align: center;
  border: solid 2px #fff;
  border-radius: 50px;
  box-sizing: border-box;
  padding: 16px 10px 0;
  width: 252px;
  height: 50px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.-section-C .bottom-wrap a span {
  position: relative;
  padding-left: 25px;
}
.-section-C .bottom-wrap a span::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
  height: 18px;
  background: url(../img/common/icon-calendar-wh.png) 0 0 no-repeat;
  background-size: 15px auto;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.-section-C .bottom-wrap .btn a:hover {
  color: #008ac7;
  background-color: #fff;
  text-decoration: none;
}
.-section-C .bottom-wrap a:hover span::before {
  background: url(../img/common/icon-calendar-bl.png) 0 0 no-repeat;
  background-size: 15px auto;
}
.-section-C .bottom-wrap .tel {
  font-weight: bold;
}
.-section-C .bottom-wrap .tel .icon-tel {
  position: relative;
  padding-left: 33px;
}
.-section-C .bottom-wrap .tel .icon-tel::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 22px;
  height: 22px;
  background: url(../img/common/icon-tel-wh.png) 0 0 no-repeat;
  background-size: 22px auto;
}
.-section-C .bottom-wrap .tel .tel-no {
  font-size: 30px;
  color: #fff;
  line-height: 1;
  margin-left: 10px;
}
.-section-C .bottom-wrap .tel .tel-no a {
  color: #fff;
  position: relative;
  top: 5px;
}
.-section-C .bottom-wrap .tel .text {
  font-size: 13px;
}

@media screen and (max-width: 981px) {
  .com-img-text-col-2 {
    display: block;
    margin-top: 50px;
  }
  .com-img-text-col-2:first-of-type {
    margin-top: 0;
  }
  .com-img-text-col-2 .img-block {
    width: 100%;
    margin-bottom: 20px;
  }
  .com-img-text-col-2 .desc-block {
    width: 100%;
    padding-left: 0;
  }
  .com-img-text-col-2 .box-wrap .box-text li {
    width: calc(100% / 3);
  }
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .section-first {
    margin-bottom: 80px;
  }
  .section-first .com-section-inner {
    padding: 0 20px 0 !important;
  }

  .section-first {
    margin-bottom: 80px;
  }
  .section-first.-section-B {
    margin-top: 0 !important;
    padding-top: 40px !important;
    padding-bottom: 80px;
  }

  .page-img-wrap {
    margin: 0 -20px;
  }

  .section-first .desc-wrap.-top-position {
    margin-top: -20px;
  }
  .section-first .desc-wrap.-top-position .com-title-sub-A {
    margin-bottom: 30px;
    line-height: 1.4;
  }

  .com-img-text-col-2 {
    display: block;
    margin-top: 50px;
  }
  .com-img-text-col-2:first-of-type {
    margin-top: 0;
  }
  .com-img-text-col-2.-img-right {
    flex-flow: row-reverse;
  }
  .com-img-text-col-2 .img-block {
    width: 100%;
    margin-bottom: 20px;
  }
  .com-img-text-col-2 .desc-block {
    width: 100%;
    padding-left: 0;
  }
  .section-first.-section-B .desc-block {
    padding-top: 40px;
    padding-bottom: 0;
  }
  .com-img-text-col-2.-img-right .desc-block {
    padding-left: 0;
    padding-right: 0;
  }
  .com-img-text-col-2 .desc-block .first-one-title,
  .com-img-text-col-2 .desc-block .inner-title {
    font-size: 20px;
    font-weight: bold;
    color: #008ac7;
    line-height: 1.6;
    border-bottom: dashed 1px #0279bd;
    margin-bottom: 25px;
  }
  .com-img-text-col-2 .desc-block .first-one-title span,
  .com-img-text-col-2 .desc-block .inner-title span {
    position: relative;
    padding-left: 30px;
    padding-bottom: 15px;
    box-sizing: border-box;
    display: block;
  }
  .com-img-text-col-2 .desc-block .inner-title span::before,
  .com-img-text-col-2 .desc-block .inner-title span::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 15px;
    height: 27px;
    background: url(../img/common/icon-shizuku-bl.png) 0 0 no-repeat;
    background-size: 15px auto;
  }
  .com-img-text-col-2 .box-wrap {
    border-top: none;
    margin-top: 30px;
  }
  .com-img-text-col-2 .box-wrap .box-title {
    font-size: 16px;
    height: 50px;
    padding: 18px 20px 0;
  }
  .com-img-text-col-2 .box-wrap .box-text {
    display: block;
    padding: 15px 20px;
  }
  .com-img-text-col-2 .box-wrap .box-text li {
    width: 100%;
  }
  .com-img-text-col-2 .bottom-text {
    font-size: 13px;
    margin-top: 7px;
  }
  .com-img-text-col-2 .line-box-wrap {
    padding: 28px 25px 20px;
    margin-top: 30px;
  }
  .com-img-text-col-2 .line-box-wrap .line-box-title {
    line-height: 1.4;
  }
  .com-img-text-col-2 .line-box-wrap .line-box-text {
    margin-top: 14px;
  }

  .-section-C {
    padding: 80px 0 60px;
    margin-bottom: 0;
  }
  .section-first.-section-C .com-section-inner {
    padding: 0 20px 0 !important;
  }
  .-section-C .section-C-list li {
    display: block;
    padding: 40px 0;
  }
  .-section-C .section-C-list li:first-child {
    padding-top: 0;
  }
  .-section-C .section-C-list li:last-child {
    border-bottom: none;
  }
  .-section-C .section-C-list li .icon-block {
    width: 80px;
    text-align: center;
    display: block;
    margin: 0 auto;
  }
  .-section-C .section-C-list li .desc-block {
    width: 100%;
    padding-left: 0;
  }
  .-section-C .section-C-list li .desc-block .title {
    font-size: 20px;
    text-align: center;
    margin-top: 30px;
  }
  .-section-C .section-C-list li .desc-block .text {
    margin-top: 12px;
  }
  .-section-C .bottom-wrap {
    display: block;
    margin-top: 20px;
    text-align: center;
  }
  .-section-C .bottom-wrap .btn {
    margin-right: auto;
    margin-left: auto;
  }
  .-section-C .bottom-wrap .btn a {
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    display: block;
    text-align: center;
    border: solid 2px #fff;
    border-radius: 50px;
    box-sizing: border-box;
    padding: 16px 10px 0;
    width: 252px;
    height: 50px;
    -webkit-transition: none;
    transition: none;
    margin: 0 auto 20px;
  }
  .-section-C .bottom-wrap a span {
    position: relative;
    padding-left: 25px;
  }
  .-section-C .bottom-wrap .btn a:hover {
    color: #fff;
    background-color: #008ac7;
  }
  .-section-C .bottom-wrap a:hover span::before {
    background: url(../img/common/icon-calendar-wh.png) 0 0 no-repeat;
    background-size: 15px auto;
  }
  .-section-C .bottom-wrap .tel {
    text-align: center;
  }
  .-section-C .bottom-wrap .tel .icon-tel {
    position: relative;
    padding-left: 33px;
    margin-bottom: 20px;
  }
  .-section-C .bottom-wrap .tel .icon-tel::before {
    top: -1px;
  }
  .-section-C .bottom-wrap .tel .tel-no {
    font-size: 30px;
    margin-left: 0;
    display: block;
    margin-bottom: 5px;
  }
  .-section-C .bottom-wrap .tel .tel-no a {
    top: 5px;
  }
  .-section-C .bottom-wrap .tel .text {
    font-size: 13px;
  }


.section-first-new {
  margin-bottom: 75px;
}

.section-first-new .first-one-title-wrap {
  margin-bottom: 20px;
}
.section-first-new .first-one-title {
  font-size: 18px;
  line-height: 1.5;
}
.section-first-new .first-one-title span {
  padding-left: 25px;
  padding-bottom: 10px;
}
.section-first-new .first-one-title span::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 15px;
  height: 27px;
  background: url(../img/common/icon-shizuku-bl.png) 0 0 no-repeat;
  background-size: 15px auto;
}
.section-first-new .first-one-title-wrap .icon-text {
  font-size: 12px;
  padding: 4px 5px;
  top: 10px;
}

.section-first-new .section-first-title-A {
  font-size: 20px;
  line-height: 1.5;
  padding-bottom: 10px;
  margin-bottom: 38px;
}

.section-first-new .flex-wrap-img-col-2 {
  display: block;
  margin-bottom: 20px;
}
.section-first-new .flex-wrap-img-col-2 > * {
  width: 100%;
  margin-right: 0;
}
.section-first-new .flex-wrap-img-col-2 > *:last-child {
  margin-right: 0;
  margin-top: 20px;
}

.section-first-new .inner-group-wrap {
  margin-bottom: 30px;
}

.section-first-new .first-new-bl-bg-wrap {
  padding: 20px 20px 20px;
  margin-top: 30px;
}
.section-first-new .first-new-bl-bg-wrap:first-of-type {
  margin-top: 30px;
}
.section-first-new .first-new-bl-bg-wrap .title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  padding-left: 22px;
  margin-bottom: 15px;
}
.section-first-new .first-new-bl-bg-wrap .title::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #008ac7;
  border-radius: 50%;
}

.section-first-new .flex-wrap-text-img-col-2 {
  display: block;
  margin-top: 20px;
}
.section-first-new .flex-wrap-text-img-col-2.-mgt-0 {
  margin-top: 0;
}
.section-first-new .flex-wrap-text-img-col-2 .img-block {
  width: 100%;
  margin-left: 0;
}
.section-first-new .flex-wrap-text-img-col-2 .desc-block {
  width: 100%;
  margin-bottom: 20px;
}
.section-first-new .flex-wrap-text-img-col-2.-row-reverse .desc-block {
  margin-top: 20px;
  margin-bottom: 0;
}
.section-first-new .flex-wrap-text-img-col-2 .box-wrap {
  border: solid 1px #d6e0e5;
  border-top: none;
  background-color: #fff;
}
.section-first-new .flex-wrap-text-img-col-2 .box-wrap .box-title {
  font-size: 16px;
  height: 50px;
  padding: 18px 20px 0;
}
.section-first-new .flex-wrap-text-img-col-2 .box-wrap .box-text {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 10px;
}
.section-first-new .flex-wrap-text-img-col-2 .box-wrap .box-text li {
  width: 160px;
}
.section-first-new .flex-wrap-text-img-col-2 .bottom-text {
  font-size: 13px;
  margin-top: 7px;
}
}

/* title
============================================================ */
.section-first-title-A {
  font-size: 30px;
  font-weight: bold;
  color: #008ac7;
  line-height: 1.6;
  padding-bottom: 10px;
  border-bottom: solid 1px #008ac7;
  margin-bottom: 60px;
}
.section-first.-section-C .section-first-title-A {
  color: #fff;
  border-color: #fff;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .section-first-title-A {
    font-size: 28px;
    line-height: 1.4;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
}

/* hoge
============================================================ */
.hoge {
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .hoge {
  }
}


