@charset "utf-8";
*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html, body {
  width: 100%;
  height: 100%;
}
html {
  font-size: 62.5%;
  -webkit-font-feature-settings: "palt"1;
  font-feature-settings: "palt"1;
  letter-spacing: 0.01rem;
}
body {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 auto;
  font-family: "Montserrat", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #111;
}
@media screen and (min-width:1200px) {
  body {
    font-size: 20px;
  }
}
b {
  font-weight: bold;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
  color: inherit;
}
.clear::after {
  content: "";
  clear: both;
  display: block;
}
.wrap {
  margin: 0 auto;
  max-width: 850px;
}
.inner {
  padding: 0 3em;
}
.pc-only {
  display: inline-block;
}
.sp-only {
  display: none;
}
.sp-only2 {
  display: none;
}
@media screen and (max-width:768px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .inner {
    padding: 0 15px;
  }
}
@media screen and (max-width:500px) {
  .sp-only2 {
    display: block;
  }
}
ul, li {
  list-style: none;
}
.youtube2 {
  position: relative;
  max-width: 93%;
  padding-top: 54.25%;
  margin: 0 auto;
}
.youtube2 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.red {
  color: #bf1c1e;
}
.blue {
  color: #173d9e;
}
.yellow {
  color: #fff947;
}
.orange {
  color: #f8b619;
}
.glay {
  color: #A0A0A0;
}
.fade {
  opacity: 0;
  transform: translateY(40px);
  transition: 0.5s ease;
}
.fade.effect {
  opacity: 1;
  transform: translateY(0);
  transition: 0.5s ease;
}
.sec_pad {
  padding: 30px 0;
}
@media screen and (min-width:768px) {
  .sec_pad {
    padding: 50px 0;
  }
}
/*================ catch =====================*/
#catch {
  background: url("../img/catch_bg-sp.png") center top no-repeat;
  background-size: auto 100%;
  position: relative;
  height: 380px;
  overflow: hidden;
}
.catch_text_box {
  background-color: rgba(0, 52, 85, 0.9);
  border-radius: 50vh;
  position: absolute;
  text-align: right;
  top: -50px;
  right: 0px;
  width: 370px;
  height: 370px;
  margin-right: -135px;
  color: #fff;
}
.catch_text {
  position: relative;
  right: 145px;
  top: 85px;
  font-size: 14px;
}
.catch_text img {
  max-width: 150px;
  padding-bottom: 15px;
}
.catch_text h1 {
  font-size: 18px;
  margin-bottom: 5px;
}
.catch_text h1 .orange {
  font-size: 24px;
}
.catch_advice {
  position: absolute;
  background-color: #f8b619;
  border-radius: 50vh;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 13px;
  right: 305px;
  top: 55px;
}
@media screen and (min-width:500px) {
  #catch {
    height: 440px;
  }
  .catch_text_box {
    width: 420px;
    height: 420px;
  }
  .catch_text {
    position: relative;
    right: 150px;
    top: 85px;
    font-size: 16px;
  }
  .catch_text img {
    max-width: 180px;
    padding-bottom: 20px;
  }
  .catch_text h1 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .catch_text h1 .orange {
    font-size: 30px;
    line-height: 1.2
  }
  .catch_advice {
    width: 100px;
    height: 100px;
    font-size: 16px;
    right: 355px;
    top: 55px;
  }
}
@media screen and (min-width:650px) {
  #catch {
    height: 500px;
  }
  .catch_text_box {
    width: 450px;
    height: 450px;
  }
  .catch_text {
    right: 150px;
    top: 80px;
    font-size: 18px;
  }
  .catch_text img {
    max-width: 200px;
    padding-bottom: 25px;
  }
  .catch_text h1 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .catch_text h1 .orange {
    font-size: 35px;
  }
  .catch_advice {
    width: 120px;
    height: 120px;
    font-size: 16px;
    right: 385px;
    top: 60px;
  }
}
@media screen and (min-width:768px) {
  #catch {
    background: url("../img/catch_bg.png") center top no-repeat;
    background-size: cover;
    height: 300px;
    overflow: visible;
  }
  .catch_text_box {
    background-color: rgba(0, 52, 85, 1);
    position: absolute;
    text-align: center;
    top: 20px;
    right: 0px;
    left: 0;
    width: 300px;
    height: 300px;
    margin: 0 auto;
    color: #fff;
  }
  .catch_text {
    position: relative;
    right: 0;
    top: 30px;
    font-size: 14px;
  }
  .catch_text img {
    max-width: 150px;
    padding-bottom: 10px;
  }
  .catch_text h1 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .catch_text h1 .orange {
    font-size: 25px;
  }
  .catch_advice {
    width: 90px;
    height: 90px;
    font-size: 14px;
    right: -50px;
    top: 40px;
  }
}
@media screen and (min-width:996px) {
  #catch {
    background: url("../img/catch_bg.png") center top no-repeat;
    background-size: 100% auto;
    height: 350px;
  }
  .catch_text_box {
    top: 20px;
    width: 400px;
    height: 400px;
  }
  .catch_text {
    top: 50px;
    font-size: 18px;
  }
  .catch_text img {
    max-width: 180px;
  }
  .catch_text h1 {
    font-size: 24px;
  }
  .catch_text h1 .orange {
    font-size: 30px;
  }
  .catch_advice {
    width: 120px;
    height: 120px;
    font-size: 18px;
    right: -50px;
    top: 40px;
  }
}
@media screen and (min-width:1200px) {
  #catch {
    background: url("../img/catch_bg.png") center top no-repeat;
    background-size: 100% auto;
    height: 450px;
  }
  .catch_text_box {
    top: 40px;
    width: 500px;
    height: 500px;
  }
  .catch_text {
    top: 65px;
    font-size: 24px;
  }
  .catch_text img {
    max-width: 260px;
  }
  .catch_text h1 {
    font-size: 28px;
  }
  .catch_text h1 .orange {
    font-size: 35px;
  }
  .catch_advice {
    width: 150px;
    height: 150px;
    font-size: 20px;
    right: -50px;
    top: 30px;
  }
}
@media screen and (min-width:1500px) {
  #catch {
    background: url("../img/catch_bg.png") center top no-repeat;
    background-size: 100% auto;
    height: 550px;
  }
  .catch_text_box {
    top: 40px;
    width: 550px;
    height: 550px;
  }
  .catch_text {
    top: 80px;
    font-size: 26px;
  }
  .catch_text img {
    max-width: 280px;
  }
  .catch_text h1 {
    font-size: 32px;
  }
  .catch_text h1 .orange {
    font-size: 38px;
  }
  .catch_advice {
    width: 150px;
    height: 150px;
    font-size: 20px;
    right: -50px;
    top: 30px;
  }
}
/*---------------------------*/
#read1, #read3, #read5 {
  background: #fbf8f2;
  padding: 20px 0;
  text-align: center;
}
.index_title {
  font-size: 22px;
  margin-bottom: 20px;
}
.sub_title {
  font-size: 20px;
  margin: 20px auto;
}
@media screen and (min-width:768px) {
  #read1 {
    padding: 50px 0;
  }
  .index_title {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .text {
    font-size: 18px;
  }
}
@media screen and (min-width:996px) {
  #read1 {
    padding: 80px 0;
  }
  .index_title {
    font-size: 30px;
  }
  .text {
    font-size: 20px;
  }
}
@media screen and (min-width:1200px) {
  #read1 {
    padding: 80px 0;
  }
  .index_title {
    font-size: 34px;
  }
}
.prof {
  margin: 30px auto;
}
.prof_box {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.prof_box:nth-child(2) {
  margin-bottom: 0;
  background-color: #003455;
  color: #fff;
}
.prof_img {
  margin-bottom: 10px;
}
.prof_img img {
  max-width: 150px;
}
.prof_name {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}
.prof_name span {
  font-weight: normal;
  font-size: 16px;
}
.prof_text {
  text-align: left;
}
@media screen and (min-width:550px) {
  .prof {
    display: flex;
    justify-content: space-between;
  }
  .prof_box {
    width: calc(50% - 10px);
    margin-bottom: 0;
  }
}
@media screen and (min-width:768px) {
  .prof_name {
    font-size: 22px;
    min-height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .prof_name span {
    font-size: 18px;
  }
}
.baloon_left {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  margin-right: 30px;
}
.baloon_left .baloon_icon {
  max-width: 80px;
  margin-right: 20px;
  flex: 0 0 30%;
}
.baloon_left .baloon_text {
  background-color: #003455;
  padding: 10px;
  border-radius: 10px;
  position: relative;
  color: #fff;
  text-align: left;
  margin-bottom: 20px;
}
.baloon_left .baloon_text::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -15px;
  top: 15px;
  border-right: 15px solid #003455;
  border-top: 0px solid transparent;
  border-bottom: 15px solid transparent;
}
.baloon_right {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row-reverse;
  margin-bottom: 20px;
  margin-left: 30px;
}
.baloon_right .baloon_icon {
  max-width: 80px;
  margin-left: 20px;
  flex: 0 0 30%;
}
.baloon_right .baloon_text {
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  position: relative;
  text-align: left;
  margin-bottom: 20px;
}
.baloon_right .baloon_text::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -15px;
  top: 15px;
  border-left: 15px solid #fff;
  border-top: 0px solid transparent;
  border-bottom: 15px solid transparent;
}
.tri_bottom {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 40px 0 40px;
  border-color: #fbf8f2 transparent transparent transparent;
  margin: 0 auto;
}
@media screen and (min-width:550px) {
  .baloon_left {
    margin-right: 30px;
  }
  .baloon_left .baloon_icon {
    max-width: 100px;
  }
  .baloon_left .baloon_text {
    font-size: 18px
  }
  .baloon_left .baloon_text::before {
    left: -20px;
    top: 20px;
    border-right: 20px solid #003455;
    border-top: 0px solid transparent;
    border-bottom: 20px solid transparent;
  }
  .baloon_right {
    margin-left: 30px;
  }
  .baloon_right .baloon_icon {
    max-width: 100px;
  }
  .baloon_right .baloon_text {
    font-size: 18px
  }
  .baloon_right .baloon_text::before {
    right: -20px;
    top: 20px;
    border-left: 20px solid #fff;
    border-top: 0px solid transparent;
    border-bottom: 20px solid transparent;
  }
  .tri_bottom {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 60px 0 60px;
    border-color: #fbf8f2 transparent transparent transparent;
    margin: 0 auto;
  }
}
@media screen and (min-width:768px) {
  .baloon_left {
    margin-right: 50px;
  }
  .baloon_left .baloon_icon {
    max-width: 120px;
  }
  .baloon_left .baloon_text {
    font-size: 20px
  }
  .baloon_left .baloon_text::before {
    left: -20px;
    top: 20px;
    border-right: 20px solid #003455;
    border-top: 0px solid transparent;
    border-bottom: 20px solid transparent;
  }
  .baloon_right {
    margin-left: 50px;
  }
  .baloon_right .baloon_icon {
    max-width: 120px;
  }
  .baloon_right .baloon_text {
    font-size: 20px
  }
  .baloon_right .baloon_text::before {
    right: -20px;
    top: 20px;
    border-left: 20px solid #fff;
    border-top: 0px solid transparent;
    border-bottom: 20px solid transparent;
  }
  .tri_bottom {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 60px 0 60px;
    border-color: #fbf8f2 transparent transparent transparent;
    margin: 0 auto;
  }
}
/*========read2===============*/
#read2 .index_title {
  text-align: center;
}
#read2 .text {
  text-align: center;
}
.slick-prev:before, .slick-next:before {
  color: #000 !important;
}
.multiple-items_list {
  padding: 20px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  margin: 0 10px;
  position: relative;
}
.multiple-items_list img {
  margin-bottom: 10px;
}
.multiple-items_list a {
  border: solid 1px #003455;
  color: #003455;
  padding: 10px;
  margin: 20px auto 0;
  display: block;
  text-align: center;
  cursor: pointer;
}
@media screen and (min-width:480px) {
  .multiple-items_list {
    min-height: 290px;
  }
  .multiple-items_list a {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    width: 150px;
  }
}
@media screen and (min-width:650px) {
  .multiple-items_list {
    min-height: 300px;
  }
}
@media screen and (min-width:1200px) {
  .multiple-items_list {
    min-height: 350px;
  }
}
/*--------------------------------------------*/
.voice_list {
  padding-bottom: 30px;
}
.voice_list li:nth-child(odd) {
  margin-right: 10%;
}
.voice_list li:nth-child(even) {
  margin-left: 10%;
}
.voice_list li {
  margin-bottom: 30px;
}
@media screen and (min-width:768px) {
  .voice_list li:nth-child(odd) {
    margin-right: 20%;
  }
  .voice_list li:nth-child(even) {
    margin-left: 20%;
  }
}
/*---------------------------------*/
#read4 {
  padding: 30px 0;
}
#read4 .index_title {
  text-align: center;
}
#read4 .text {
  text-align: center;
  margin-bottom: 30px;
}
.text_img {
  margin-bottom: 30px;
  text-align: center;
}
/*---------------------------------------------------*/
.charts {
  margin-bottom: 30px;
}
.chart {
  max-width: 75%;
  margin: 0 auto;
}
.chart .detaile {
  font-size: 16px;
  display: block;
  line-height: 1.4
}
.chart-main {
  width: 100%;
  margin: auto;
  position: relative;
}
.chart-main::before {
  position: absolute;
  content: "";
  width: 80px;
  height: 150px;
  background: url("../img/chart_human.png") center no-repeat;
  background-size: contain;
  right: -20px;
  bottom: 0;
  z-index: 10
}
.chart-txt {
  text-align: center;
  margin: 0;
  position: absolute;
  top: 55%;
  left: 0;
  right: 0;
  font-size: 60px;
  line-height: 1.2;
  transform: translateY(-50%);
  color: #174571;
}
.chart-number {
  display: inline-block;
  font-weight: bold;
  opacity: 0;
  transition: opacity 0.4s;
}
.appear .chart-number {
  opacity: 1;
}
.chart-percentage {
  font-size: 30px;
  opacity: 1;
  transition: opacity 0.4s;
  opacity: 0;
}
.appear .chart-percentage {
  opacity: 1;
}
.charts-wrapper {
  width: 100%;
}
.charts .qoute {
  color: #999;
  font-size: 14px;
}
@media screen and (min-width:768px) {
  .chart {
    max-width: 60%;
  }
  .chart-txt {
    font-size: 100px;
  }
  .chart-percentage {
    font-size: 50px;
  }
  .chart .detaile {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .chart-main::before {
    width: 150px;
    height: 300px;
    right: -20px;
    bottom: 0;
  }
}
/*------------------------*/
#read6 {
  padding: 30px 0;
}
#read6 .index_title {
  text-align: center;
}
.step {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.step li {
  margin-right: 10px;
}
.step li:last-child {
  margin: 0;
}
.tri_right {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #003455;
}
/*============== cv area ======================*/
#cv_area {
  background-color: #fbf8f2;
  padding: 50px 0;
}
.cv_title {
  text-align: center;
  font-weight: bold;
  font-size: 2.5rem;
  margin-bottom: 20px;
}
.cv_text {
  font-size: 2.0rem;
  position: relative;
  text-align: center;
  margin-bottom: 10px;
}
.cv_text::before {
  content: '';
  width: 60px;
  height: 60px;
  background: url("../img/form_top.png")center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 00px;
}
@media screen and (min-width:768px) {
  .cv_text {
    font-size: 3.0rem;
  }
  .cv_text::before {
    content: '';
    width: 80px;
    height: 80px;
    background: url("../img/form_top.png")center no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: 10px;
  }
  .cv_title {
    font-size: 3.0rem;
  }
}
.anq_title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.anq_title span {
  color: #F42A2E;
  font-size: 14px;
  padding-left: 5px;
}
.anq_box {
  border-bottom: solid 1px #ccc;
  padding-bottom: 20px;
  margin-top: 20px;
}
.select_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.select_box {
  width: calc(33% - 5px);
  border: solid 2px #003455;
  display: inline-block;
  padding: 5px 0;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #003455;
  margin: 5px 0;
}
@media screen and (min-width:768px) {
  .select_box {
    font-size: 20px;
    padding: 10px;
  }
}
label {
  transition: .3s;
}
label:hover {
  cursor: pointer;
  border-radius: 20px;
}
input[type="radio"]:checked + label {
  color: #fff;
  background-color: #003455;
}
.mail_top_text {
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (min-width:500px) {
  .mail_top_text {
    font-size: 20px;
  }
}
input[type="email"] {
  width: 500px;
  padding: 20px 10px;
  text-align: center;
  max-width: 100%;
  transition: 0.2s all ease;
  font-size: 18px;
  margin: 0 auto;
  display: block;
  border: solid 2px #f8b619;
}
.submit {
  margin: 20px auto;
  display: block;
  text-align: center;
  position: relative;
  width: 500px;
  max-width: 100%;
}
.submit::before {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  background: url("../img/btn_arrow.png") no-repeat center;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  right: 8%;
  transition: 0.3s;
}
.submit:hover::before {
  right: 5%;
}
input[type="submit"] {
  font-size: 17px;
  max-width: 100%;
  width: 500px;
  border-radius: 50vh;
  font-weight: bold;
  color: #fff;
  padding: 20px 15px;
  background-color: #1abf11;
  border: none;
  transition: .3s;
  -webkit-appearance: none;
}
input[type="submit"]:hover {
  cursor: pointer;
  background-color: #25d61c;
}
input[type="email"]:focus {
  border: #F3942A solid 2px;
  box-shadow: 0 0 3px 0px #f3942a;
  outline: none;
  border-radius: 5px;
}
.flexbox::after {
  content: '';
  display: block;
  width: calc(33% - 5px);
  height: 0px;
  margin: 0 0px;
}
.policy {
  text-align: center;
  margin: 20px auto;
}
.policy p {
  position: relative;
  display: inline-block;
}
.policy a {
  color: #0e3b6f;
}
.policy p::before {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  left: -30px;
  top: 0%;
  transform: translateY(0%);
  background: url("../img/caution.png") center no-repeat;
  background-size: contain;
}
@media screen and (min-width:500px) {
  input[type="submit"] {
    font-size: 24px;
    padding: 25px 15px;
  }
  input[type="email"] {
    padding: 20px;
  }
  .anq_title {
    font-size: 22px;
  }
}
@media screen and (min-width:540px) {
  .submit::before {
    right: 10%;
  }
  .policy p::before {
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.bg_white {
  background-color: #fff;
  padding: 20px 15px 20px;
  border-radius: 10px;
}
@media screen and (min-width:500px) {
  .bg_white {
    padding: 30px 40px 20px;
  }
}
/* アニメーション前のスタイル */
.js-marker {
  display: inline;
  position: relative;
  background-image: linear-gradient(90deg, #ffdd00, #ffdd00); /* 単色の場合は同じ色、グラデーションさせる場合は別々の色 */
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 20%; /* '30%'の部分にマーカーの太さを記入 */
  transition: all 1s ease-in-out; /* マーカーを引く速度を調整 */
  font-weight: bold; /* ついでに太字にしたい場合 */
}
/* アニメーション発火時 */
.js-marker.inview {
  background-size: 100% 20%; /* '30%'の部分は上で設定した太さに合わせる */
}
/*------------floating_btn------------*/
#fixbtn {
  position: fixed;
  bottom: 0;
  text-align: center;
  width: 100%;
  background-color: rgba(0, 52, 85, 0.80);
  padding: 10px 0;
  font-weight: bold;
  z-index: 100000;
  color: #fff;
}
.element {
  /* 最初は非表示 */
  opacity: 0;
  visibility: hidden;
  transition: transform 1s, opacity 1s, visibility 1s;
}
/* フェードイン時に入るクラス */
.is-fadein {
  opacity: 1;
  visibility: visible;
  z-index: 100000;
  position: relative;
  transition: transform 1s, opacity 1s, visibility 1s;
}
.btn {
  background-color: #1abf11;
  padding: 5px 3em;
  box-shadow: 0 3px 0 0 #000;
  border-radius: 5px;
  display: inline-block;
  margin-top: 5px;
}
/*----------------------footer-------------------*/
footer {
  background-color: #003455;
  padding: 20px 0;
  color: #fff;
  text-align: center;
}
.footer_logo {
  max-width: 150px;
  margin: 0 auto 20px;
}
.copyright {
  font-size: 12px;
  margin-top: 10px;
}