@charset "utf-8";

/* --------------------
Common
-------------------- */

body {
  overflow-x: hidden;
  font-family: 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'Yu Gothic', YuGothic, Verdana, Helvetica, 'ＭＳ Ｐゴシック', sans-serif;
  margin: 0;
  padding: 0;
  font-feature-settings: "palt";
  overflow-wrap: break-word;
}

h1, h2, h3, h4, h5, h6, p, span, ul, ol, li  {
  font-family: 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'Yu Gothic', YuGothic, Verdana, Helvetica, 'ＭＳ Ｐゴシック', sans-serif;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

::selection {
  background-color: #bbeafa;
  color: #333;
}

.layout-main {
  background-color: #edf4f7;
  font-feature-settings: "palt";
  overflow-wrap: break-word;
  letter-spacing: 0.01em;
}

.layout-main .text-link {
  color: #2C95BB;
}

.layout-main .text-link:hover {
  text-decoration: underline;
}

.text-external-link {
  padding-right: 5px;
}

.text-external-link:hover {
  text-decoration: underline;
}

.area {
  width: calc(100% - 40px);
  max-width: 960px;
  margin: 0 auto;
}

.lead {
  font-size: 16px;
  text-align: center;
  line-height: 1.75em;
  color: #333;
}

.note {
  font-size: 12px;
  color: #333;
}

.left,
.lead.left {
  text-align: left;
  float: none;
}

.center,
.lead.center {
  text-align: center;
}

.strong {
  font-weight: bold;
}

.pc,
.pc.tab,
.pc.sp {
  display: block;
}

.tab {
  display: none;
}

.sp {
  display: none;
}

.image img {
  width: 100%;
}

@media screen and (min-width: 1600px) {
  .area {
    width: auto;
    max-width: 80vw;
    margin: 0 auto;
  }

  .lead {
    font-size: 1vw;
  }
}

@media screen and (max-width: 960px) {
  .pc,
  .pc.sp {
    display: none;
  }

  .tab {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .area {
    width: auto;
    max-width: 100%;
    padding: 0 10px;
  }

  .lead {
    text-align: left;
  }

  .pc,
  .pc.tab,
  .tab {
    display: none;
  }

  .sp,
  .pc.sp,
  .pc.tab.sp,
  .tab.sp {
    display: block;
  }
}

/*
Headline
-------------------- */

/* .maxheadline  */

.maxheadline {
  border-bottom: none;
  position: relative;
  margin: 0;
  padding: 10px 0 0 0;
  min-height: auto;
  background: none;
  text-align: center;
  margin-bottom: 40px;
}

.maxheadline .text {
  font-size: 40px;
  text-align: center;
  color: #333;
  padding-bottom: 10px;
  letter-spacing: 0.01em;
  display: block;
  font-weight: bold;
  position: relative;
}

.maxheadline .en {
  font-size: 16px;
  color: #2C95BB;
  display: block;
}

/* .headline  */

.headline {
  border-bottom: none;
  position: relative;
  margin: 0;
  padding: 10px 0 20px 0;
  min-height: auto;
  background: none;
  text-align: center;
  margin-bottom: 40px;
}

.headline span {
  padding: 0;
  font-size: 32px;
  text-align: center;
  color: #333;
  letter-spacing: 0.01em;
  font-weight: bold;
  position: relative;
  line-height: 1.5em;
}

.headline span::before {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background-color: #2C95BB;
  position: absolute;
  bottom: -30px;
  left: calc(50% - 25px);
}

@media screen and (min-width: 1600px) {
  .headline {
    margin-bottom: 2.5vw;
  }

  .maxheadline .text {
    font-size: 2vw;
  }

  .maxheadline .en {
    font-size: 0.85vw;
  }

  .headline span {
    font-size: 1.75vw;
  }

  .headline span::before {
    width: 3.125vw;
    height: 0.1875vw;
    bottom: -1.875vw;
    left: calc(50% - 1.5625vw);
  }
}

@media screen and (max-width: 960px) {
  .maxheadline .text {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .headline {
    margin-bottom: 20px;
  }

  .headline span {
    font-size: 24px;
    display: block;
  }

  .headline span::before {
    width: 25px;
    bottom: -20px;
    left: calc(50% - 25px/2);
  }
}

/* .subheadline.blue  */
.subheadline.blue {
  position: relative;
  margin: 0 0 20px 0;
  padding: 0;
  text-align: left;
}

.subheadline.blue::before {
  position: absolute;
  left: 0;
  content: "";
  width: 10px;
  height: 100%;
  background-color: #23B8EF;
  box-shadow: rgba(0,0,0,0.1) 3px 3px 0;
}

.subheadline.blue span {
  font-size: 24px;
  padding: 0 0 0 24px;
  color: #333;
  font-weight: bold;
  text-align: left;
  display: block;
}

/* .subheadline.block */
.subheadline.block {
  padding: 20px 20px 20px 30px;
  background-color: #333;
  text-align: left;
  height: 26px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
  box-shadow: rgb(0 0 0 / 10%) 4px 4px 0;
  position: relative;
  border-radius: 5px;
}

.subheadline.block::before {
  content: "";
  display: block;
  width: 10px;
  height: 100%;
  background-color: #23B8EF;
  position: absolute;
  left: 0;
  border-radius: 5px 0 0 5px;
}

.subheadline.block span {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}

/* .subheadline.underline */
.subheadline.underline {
  border-bottom: 3px solid #333;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}

.subheadline.underline::before {
  content: "";
  width: 20%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -3px;
  background-color: #ff5500;
}

.subheadline.underline span {
  font-size: 24px;
}

@media screen and (min-width: 1600px) {
  .subheadline.blue {
    margin-bottom: 1.25vw;
  }

  .subheadline.blue::before {
    width: 0.625vw;
  }

  .subheadline.blue span {
    font-size: 1.25vw;
    padding-left: 1.25vw;
  }

  .subheadline.block {
    height: auto;
    padding: 1vw 1vw 1vw 2vw;
  }

  .subheadline.block span {
    font-size: 1.25vw;
  }

  .subheadline.underline {
    padding-bottom: 1.25vw;
  }

  .subheadline.underline span {
    font-size: 1.5vw;
  }

  .subheadline.underline .note .text-link {
    font-size: 1vw;
  }
}

@media screen and (max-width: 767px) {
  .subheadline.block {
    height: auto;
    padding: 10px;
  }

  .subheadline.block::before {
    bottom: 0;
  }

  .subheadline.block span {
    font-size: 16px;
    padding-left: 15px;
  }

  .subheadline.blue {
    border-left: 7px solid #23B8EF;
  }

  .subheadline.blue::before {
    content: none;
  }

  .subheadline.blue span {
    font-size: 16px;
    padding: 7px 0 7px 10px;
  }
}

/* .miniheadline  */
.minheadline {
  position: relative;
  margin: 40px 0 0 20px;
  padding: 0 0 20px 0;
  text-align: left;
}

.minheadline::before {
  content: "●";
  font-size: 12px;
  position: absolute;
  left: -20px;
  bottom: 50%;
  color: #23B8EF;
}

.minheadline span {
  font-size: 24px;
  padding: 0 0 20px 0;
  color: #333;
  font-weight: bold;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .subheadline {
    font-size: 20px;
  }

  .subheadline span {
    font-size: 20px;
  }

  .subheadline::before {
    bottom: 50%;
  }

  .subheadline.underline {
    padding: 0 0 10px 0;
  }

  .subheadline.underline span {
    font-size: 20px;
  }
}

/*
  btn
-------------------- */

.btn {
  margin: 0 auto;
  padding-top: 20px;
  width: 40%;
}

.btn-2column {
  display: flex;
  justify-content: center;
}

.btn-2column .btn {
  width: 100%;
}

.btn .click-area span {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  z-index: 1;
  color: #fff;
}

.btn .click-area span {
  text-shadow: none;
}

.btn .click-area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  border-radius: 5px;
  background-color: #fff;
  width: 100%;
  transition: all 0.2s ease-in-out;
  position: relative;
  box-shadow: rgb(0 0 0 / 10%) 3px 3px 0;
}

.btn .click-area .fa {
  margin-left: 10px;
}

/* white */
.btn.white .click-area {
  background-color: #fff;
  border: 1px solid #2C95BB;
  box-shadow: rgb(0 0 0 / 10%) 3px 3px 0;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  color: #2C95BB;
}

.btn.white .click-area .text {
  color: #2C95BB;
}

.btn.white .click-area:hover {
  background-color: #2C95BB;
  text-decoration: none;
  color: #fff;
}

.btn.white .click-area:hover .text {
  color: #fff;
}

/* blue */
.btn.blue .click-area {
  color: #fff;
  background: #23b8ef;
  border:  1px solid #23b8ef;
}

.btn.blue .click-area:hover {
  background: #fff;
}

.btn.blue .click-area:hover span {
  color: #23b8ef;
}

/* navy-blue */
.btn.navy-blue .click-area {
  color: #fff;
  background-color: #0F6585;
  border:  1px solid #0F6585;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
}

.btn.navy-blue .click-area:hover {
  background: #fff;
}

.btn.navy-blue .click-area:hover span {
  color: #0F6585;
}

/* black */
.btn.black .click-area {
  background: #333;
  color: #fff;
}

.btn.black .click-area:hover {
  background: #23B8EF;
}

@media screen and (min-width: 1600px) {
  .btn {
    width: 25vw;
  }

  .btn .click-area {
    min-height: auto;
    padding: 1vw 0;
  }

  .btn .click-area span {
    font-size: 1vw;
  }
}

@media screen and (max-width: 960px) {
  .btn {
    width: 60%;
  }
}

@media screen and (max-width: 767px) {
  .btn {
    width: 100%;
  }

  .btn-2column {
    display: block;
  }

  .btn-2column .btn {
    width: 100%;
    margin-bottom: 40px;
  }

  .btn-2column .btn:last-child {
    margin-bottom: 0;
  }
}

/* --------------------
contents-foot
-------------------- */
.contents-foot .bread {
  display: flex;
  font-feature-settings: "palt";
  overflow-wrap: break-word;
  letter-spacing: 0.01em;
}

.contents-foot .bread li {
 margin-right: 10px;
}

.contents-foot .bread a:hover {
 text-decoration: underline;
}

/* --------------------
contact
-------------------- */

.contact {
  padding: 50px 0;
  background: #333;
}

.contact .area {
  position: relative;
}

.contact .maxheadline {
  display: block;
  text-align: center;
  margin-bottom: 0;
}

.contact .maxheadline .text {
  font-size: 32px;
  color: #fff;
}

.contact .maxheadline .en {
  color: #23B8EF;
}

/* .footer-icon */
.contact .btn figure {
  display: block;
  text-align: center;
  width: 100px;
  min-height: 120px;
  margin: 0 auto;
}

.contact .btn .footer-icon {
  width: 100%;
  box-shadow: rgba(0, 0, 0, 20%) 4px 4px 0;
  border-radius: 50px;
}

.contact .btn-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
}

/* .btn  */
.contact .btn {
  width: 30%;
  padding-top: 0;
}

.contact .btn .click-area {
  width: auto;
  transition: all 0.2s ease-in-out;
  box-shadow: rgba(0, 0, 0, 20%) 4px 4px 0px;
  text-decoration: none;
}

.contact .btn .click-area .text {
  font-size: 16px;
  font-weight: bold;
  color: #2c95bb;
}

.contact .btn .click-area:hover .text {
 color: #fff;
}

.contact .btn .click-area:hover {
  background-color: #2c95bb;
}

/* contact-btn */
.contact .btn.contact-btn {
  padding-top: 0;
}

@media screen and (min-width: 1600px) {
  .contact .area {
    width: 60vw;
    max-width: 100%;
  }

  .contact .btn {
    width: 20vw;
  }

  .contact .maxheadline .text {
    font-size: 1.5vw;
  }

  .contact .btn figure {
    width: 5vw;
    margin-bottom: 1vw;
  }

  .contact .btn .click-area {
    padding: 0.75vw 0;
  }

  .contact .btn .click-area .text {
    font-size: 1vw;
  }
}

@media screen and (max-width: 960px) {
  .contact .btn {
    width: 40%;
  }
}

@media screen and (max-width: 767px) {
  .contact {
    padding: 40px 0;
  }

  .contact .area {
    display: block;
  }

  .layout-main .contact .maxheadline .text {
    font-size: 24px;
  }

  .contact .btn-area {
    display: block;
    padding: 0;
  }

  .contact .btn {
    width: 100%;
    padding-top: 20px;
  }

  .contact .btn.contact-btn {
    padding-top: 40px;
  }
}

/* --------------------
contents-foot
-------------------- */
.contents-foot a .fa {
  margin-left: 10px;
}