@charset "UTF-8";
/* Scss Document
*****************************************************************/
/* mixin
*********************************************************************/
/* カラー */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
/* ワイド */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&family=Noto+Serif+JP:wght@300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
/* SUPPORT
*****************************************************************/
.block_support {
  max-width: 1200px;
  margin: 0 auto;
}
.block_support ul {
  margin: 0 -20px;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
}
@media all and (max-width: 896px) {
  .block_support ul {
    padding: 4px 0;
  }
}
.block_support ul li {
  padding: 20px;
  box-sizing: border-box;
  position: relative;
}
@media all and (max-width: 896px) {
  .block_support ul li {
    padding: 10px 20px;
  }
}

.box_support {
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 30px;
  border-radius: 10px;
  border: #27ACC0 solid 3px;
  box-shadow: 4px 4px 0 0 #27ACC0;
  background-color: #FFF;
}
@media all and (max-width: 896px) {
  .box_support {
    padding: 20px;
  }
}
.box_support h3, .box_support h4 {
  font-size: 2rem;
  line-height: 1.4em;
  color: #27ACC0;
  font-weight: 700;
  font-family: 'Noto Sans JP', "游ゴシック", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, sans-serif;
}
.box_support .toiawase {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.box_support p {
  font-size: 1.6rem;
  line-height: 1.8em;
  padding: 20px 0 0;
}
.box_support dl {
  display: flex;
  flex-wrap: wrap;
  border-top: #CCC solid 1px;
  margin-top: 8px;
}
.box_support dl dt, .box_support dl dd {
  padding: 16px 0;
  border-bottom: #CCC solid 1px;
}
@media all and (max-width: 896px) {
  .box_support dl dt, .box_support dl dd {
    width: 100%;
  }
}
.box_support dl dt {
  font-size: 1.6rem;
  line-height: 1.5em;
  display: flex;
  align-items: center;
  width: 60px;
  align-items: flex-start;
}
@media all and (max-width: 896px) {
  .box_support dl dt {
    border-bottom: none;
    padding: 16px 0 0;
  }
}
.box_support dl dd {
  width: calc(100% - 60px);
  font-size: 1.6rem;
  line-height: 1.5em;
  word-break: break-all;
}
@media all and (max-width: 896px) {
  .box_support dl dd {
    padding: 8px 0 16px;
  }
}
.box_support dl dd a {
  color: #27ACC0;
}
.box_support .btn_link_outer {
  text-align: center;
  padding: 20px 0 0;
}
.box_support .btn_link_outer a {
  max-width: 340px;
  text-align: left;
}

.block_column {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 30px 30px 0;
  border-radius: 10px;
  border: #27ACC0 solid 3px;
  box-shadow: 4px 4px 0 0 #27ACC0;
  background-color: #FFF;
}
@media all and (max-width: 896px) {
  .block_column {
    margin-top: 5px;
  }
}
.block_column h3 {
  font-size: 3rem;
  line-height: 1.4em;
  font-weight: 700;
  font-family: 'Noto Sans JP', "游ゴシック", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, sans-serif;
  text-align: center;
}
@media all and (max-width: 896px) {
  .block_column h3 {
    font-size: 2.2rem;
  }
}
.block_column h3 span {
  color: #27ACC0;
}
.block_column ol {
  margin: 0 -20px;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
}
@media all and (max-width: 896px) {
  .block_column ol {
    padding: 5px 0;
  }
}
.block_column ol li {
  padding: 20px;
  box-sizing: border-box;
  position: relative;
  list-style: none;
  width: 50%;
}
@media all and (max-width: 896px) {
  .block_column ol li {
    width: 100%;
    padding: 10px;
  }
}
.block_column ol li dl {
  border-top: #CCC solid 1px;
  margin: 0px 0 30px;
}
.block_column ol li dl dt {
  font-size: 1.6rem;
  line-height: 1.5em;
  display: flex;
  align-items: center;
  width: 60px;
  align-items: flex-start;
}
.block_column ol li dl dd {
  width: calc(100% - 60px);
  font-size: 1.6rem;
  line-height: 1.5em;
  word-break: break-all;
}
.block_column ol li dl dd h5 {
  font-size: 1.6rem;
  line-height: 1.7em;
  font-weight: 400;
  text-indent: -0.5em;
}
.block_column ol li dl dd p {
  font-size: 1.6rem;
  line-height: 1.7em;
  padding: 0px 0 5px;
}
.block_column ol li dl dd a {
  color: #27ACC0;
}
.block_column ol li h6 {
  border-top: #CCC solid 1px;
  padding: 16px 0;
  font-size: 1.6rem;
  line-height: 1.7em;
  font-weight: 400;
}

.fuki {
  text-align: right;
  font-size: 1.3rem;
  line-height: 1.4em;
}

.area_sodan {
  padding: 110px 20px 100px;
  background-image: url("../../common/images/wave_top.svg");
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: relative;
}
@media all and (max-width: 896px) {
  .area_sodan {
    padding: 40px 20px 50px;
  }
}
.area_sodan .block_support ul li {
  width: 50%;
}
@media all and (max-width: 896px) {
  .area_sodan .block_support ul li {
    width: 100%;
  }
}

.area_sumai {
  background-color: #E8FCFF;
  padding: 50px 20px;
}
.area_sumai .ttl h2 {
  background-color: #E8FCFF;
}
.area_sumai .block_support ul li {
  width: 33.3333%;
}
@media all and (max-width: 896px) {
  .area_sumai .block_support ul li {
    width: 100%;
  }
}

.area_kosodate {
  padding: 100px 20px;
  background-image: url("../../common/images/wave_bottom.svg"), url("../../common/images/wave_top.svg");
  background-size: 100% auto,100% auto;
  background-position: center top,center bottom;
  background-repeat: no-repeat,no-repeat;
  position: relative;
}
@media all and (max-width: 896px) {
  .area_kosodate {
    padding: 40px 20px;
  }
}
.area_kosodate .block_support ul li {
  width: 50%;
}
@media all and (max-width: 896px) {
  .area_kosodate .block_support ul li {
    width: 100%;
  }
}

.area_shigoto {
  background-color: #E8FCFF;
  padding: 50px 20px;
}
.area_shigoto .ttl h2 {
  background-color: #E8FCFF;
}
.area_shigoto .block_support ul li {
  width: 50%;
}
@media all and (max-width: 896px) {
  .area_shigoto .block_support ul li {
    width: 100%;
  }
}

.area_faq {
  padding: 100px 20px 0;
  background-image: url("../../common/images/wave_bottom.svg");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat,no-repeat;
  position: relative;
}
@media all and (max-width: 896px) {
  .area_faq {
    padding: 40px 20px 0;
  }
}
.area_faq .block_faq {
  padding: 20px 0 0;
  max-width: 1200px;
  margin: 0 auto;
}
.area_faq .block_faq dl {
  padding: 20px 0;
}
.area_faq .block_faq dl dt {
  background-color: #27ACC0;
  color: #FFF;
  font-size: 2rem;
  line-height: 1.3em;
  padding: 16px;
  font-weight: 700;
  border-radius: 12px;
}
.area_faq .block_faq dl dt::before {
  content: "Q.";
  font-size: 1.2em;
  padding: 0 10px 0 0;
}
.area_faq .block_faq dl dd {
  padding: 20px 0 0 80px;
  font-size: 1.6rem;
  line-height: 1.6em;
  position: relative;
}
@media all and (max-width: 896px) {
  .area_faq .block_faq dl dd {
    padding: 15px 0 0 50px;
  }
}
.area_faq .block_faq dl dd::before {
  content: "A.";
  font-size: 1.5em;
  color: #27ACC0;
  position: absolute;
  top: 18px;
  left: 53px;
  font-weight: 700;
}
@media all and (max-width: 896px) {
  .area_faq .block_faq dl dd::before {
    top: 12px;
    left: 16px;
  }
}
.area_faq .block_faq dl dd a {
  color: #27ACC0;
  cursor: pointer;
}
