@charset "UTF-8";

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
}

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  vertical-align: text-bottom;
}

body {
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.6;
  color: #191733;
}

body a {
  color: #191733;
  text-decoration: none;
}

body a:hover {
  text-decoration: none;
}

.sp_only {
  display: none !important;
}

.bold {
  font-weight: bold;
}

.test {
  font-family: "Noto Sans JP", sans-serif;
}

.inner {
  box-sizing: content-box;
  max-width: 1100px;
  padding: 0 2%;
  position: relative;
  margin: 0 auto;
}

.sec_ttl {
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 30px;
}

input[type=text] {
  width: 100%;
  border: 1px solid #CCCCCC;
  background: #fff;
  padding: 10px;
  font-size: 16px;
  border-radius: 3px;
}

textarea {
  width: 100%;
  border: 1px solid #CCCCCC;
  background: #fff;
  padding: 10px;
  font-size: 16px;
  border-radius: 3px;
  height: 80px;
}

select {
  width: 100%;
  border: 1px solid #CCCCCC;
  background: #fff;
  padding: 10px;
  font-size: 16px;
  border-radius: 3px;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 3.5vw;
    align-items: flex-start;
  }

  .pc_only {
    display: none !important;
  }

  .sp_only {
    display: block !important;
  }

  .inner {
    padding: 0 5%;
  }

  .sec_ttl {
    font-size: 7.12vw;
    line-height: 1.5;
    margin-bottom: 20px;
  }

  input[type=text] {
    padding: 5px;
    font-size: 4.1vw;
  }

  textarea {
    padding: 5px;
    font-size: 4.1vw;
  }

  select {
    padding: 5px;
    font-size: 4.1vw;
  }
}

/*----------------------------------------------------- */
/*  header           */
/*----------------------------------------------------- */
.header {
  background: #fff;
}

.header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
}

.header .logo {
  max-width: 257px;
}

.header .btn {
  max-width: 220px;
  width: 100%;
}

.header .btn p {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 5px;
}

.header .btn a {
  display: block;
  width: 100%;
  background: url(../images/ico_arrow_white.png) right 18px center no-repeat #0161D8;
  background-size: 8px;
  height: 45px;
  line-height: 45px;
  border-radius: 100px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  transition: 0.3s ease-in-out;
}

.header .btn a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .header .inner {
    height: 50px;
    padding-right: 0;
  }

  .header .logo {
    max-width: 42%;
  }

  .header .btn {
    flex: 1;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .header .btn p {
    text-align: right;
    font-size: 10px;
    margin: 0 10px 0 0;
  }

  .header .btn a {
    display: block;
    width: 50px;
    background: url(../images/ico_tell_02.png) center no-repeat #0161D8;
    background-size: 20px;
    height: 50px;
    border-radius: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
}

/*----------------------------------------------------- */
/*  mv           */
/*----------------------------------------------------- */
.mv {
  background: url(../images/bg_main.png) center no-repeat;
  background-size: cover;
  padding: 20px 0;
}

.mv .inner {
  max-width: 990px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mv .mv_wrap {
  width: 50%;
}

.mv .mv_ttl {
  text-align: center;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}

.mv .mv_ttl span {
  font-weight: 700;
  font-size: 48px;
}

.mv .mv_ttl em {
  font-weight: 700;
  background-image: radial-gradient(circle at center, #C30D23 17%, transparent 17%);
  /* 点の色とサイズ調整 */
  background-position: top right;
  /* 点の位置 */
  background-repeat: repeat-x;
  /* 横方向に繰り返し */
  background-size: 1em 0.3em;
  /* 点の間隔とサイズ調整 */
  padding-top: 5px;
  /* 縦方向の位置調整 */
}

.mv .mv_form {
  width: 40%;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.mv .mv_form h2 {
  background: #191733;
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-weight: 900;
  padding: 5px;
}

.mv .mv_form .contact_dl {
  margin: 15px 8%;
}

.mv .mv_form .contact_dl dd+dt {
  margin-top: 10px;
}

.mv .mv_form .contact_dl select {
  width: 100%;
}

.mv .mv_form .contact_dl textarea {
  height: 70px;
}

.mv .mv_form .btn_submit {
  font-size: 18px;
  max-width: 240px;
  height: 45px;
  line-height: 45px;
  background: url(../images/ico_arrow_white.png) right 18px center no-repeat #C30D23;
  background-size: 8px;
  margin: 10px auto 15px;
}

.mv .mv_form input[type=text] {
  padding: 6px 5px;
  font-size: 14px;
}

.mv .mv_form textarea {
  padding: 6px 5px;
  font-size: 14px;
}

.mv .mv_form select {
  padding: 6px 5px;
  font-size: 14px;
}

.mv .mv_logo {
  max-width: 410px;
  margin: 0 auto 30px;
}

.mv .mv_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.mv .mv_list li {
  width: 48%;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  position: relative;
  text-align: center;
  padding: 35px 10px 12px;
}

.mv .mv_list li .ttl_wrap {
  position: absolute;
  top: 8px;
  left: -5px;
  width: 90%;
  filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.2));
}

.mv .mv_list li .ttl_wrap .ttl {
  text-align: center;
  background: #D49A2E;
  padding: 2px 0;
  font-weight: 900;
  color: #fff;
  clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
}

.mv .mv_list li .txt {
  font-size: 20px;
  font-weight: 900;
}

.mv .mv_list li .txt span {
  font-size: 24px;
  font-weight: 900;
}

.mv .mv_list li .txt em {
  font-size: 40px;
  font-weight: 900;
  color: #C30D23;
}

.mv .mv_list li .txt .color {
  display: inline-block;
  margin-top: 8px;
  color: #C30D23;
  font-size: 34px;
}

.mv .mv_list li:nth-child(1),
.mv .mv_list li:nth-child(2) {
  margin-bottom: 20px;
}

.mv_btn {
  display: none;
}

@media screen and (max-width: 767px) {
  .mv {
    background: url(../images/bg_main_sp.png) center no-repeat;
    background-size: cover;
    padding: 50px 0 40px;
  }

  .mv .inner {
    display: block;
  }

  .mv .mv_wrap {
    width: 100%;
  }

  .mv .mv_ttl {
    font-size: 11vw;
    margin-bottom: 20px;
  }

  .mv .mv_ttl em {
    padding-top: 12px;
    /* 縦方向の位置調整 */
    display: inline-block;
  }

  .mv .mv_ttl span {
    font-size: 8.1vw;
  }

  .mv .mv_form {
    display: none;
  }

  .mv .mv_logo {
    max-width: 76vw;
    margin: 0 auto 20px;
  }

  .mv .mv_list li {
    width: 48.5%;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    position: relative;
    text-align: center;
    padding: 30px 8px 8px;
  }

  .mv .mv_list li .ttl_wrap {
    position: absolute;
    top: 3px;
    left: -3px;
    width: 90%;
  }

  .mv .mv_list li .txt {
    font-size: 4vw;
  }

  .mv .mv_list li .txt span {
    font-size: 4vw;
    font-weight: 900;
  }

  .mv .mv_list li .txt em {
    font-size: 8.1vw;
  }

  .mv .mv_list li .txt .color {
    font-size: 6.6vw;
    margin-top: 6px;
  }

  .mv .mv_list li:nth-child(1),
  .mv .mv_list li:nth-child(2) {
    margin-bottom: 10px;
  }

  .mv_btn {
    display: none;
  }
}

/*----------------------------------------------------- */
/*  slide           */
/*----------------------------------------------------- */
.slide {
  background: #191733;
  padding: 20px 0;
}

.slide .slick-slide {
  margin: 0 -12px;
}

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

  .slide .slick-slide {
    margin: 0 -12px;
  }
}

/*----------------------------------------------------- */
/*  intro           */
/*----------------------------------------------------- */
.intro {
  padding: 60px 0;
}

.intro_box {
  max-width: 800px;
  padding: 30px 22% 30px 30px;
  margin: 0 auto 30px;
  border: 1px solid #191733;
  background: url(../images/pic_intro.png) right 3.7% bottom -1px no-repeat;
  background-size: 19%;
}

.intro_box li {
  padding-left: 40px;
  background: url(../images/ico_check.png) left center no-repeat;
  background-size: 25px;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.intro_box li+li {
  margin-top: 10px;
}

.intro_txt01 {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}

.intro_txt02 {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
}

.intro_txt02 em {
  font-size: 54px;
  font-weight: 700;
  background-image: radial-gradient(circle at center, #C30D23 17%, transparent 17%);
  /* 点の色とサイズ調整 */
  background-position: top right;
  /* 点の位置 */
  background-repeat: repeat-x;
  /* 横方向に繰り返し */
  background-size: 1em 0.3em;
  /* 点の間隔とサイズ調整 */
  padding-top: 5px;
  /* 縦方向の位置調整 */
}

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

  .intro_box {
    padding: 20px 20px 80px;
    background: url(../images/pic_intro.png) right 2% bottom -1px no-repeat;
    background-size: 33%;
  }

  .intro_box li {
    padding-left: 25px;
    background: url(../images/ico_check.png) left top 5px no-repeat;
    background-size: 18px;
    font-size: 16px;
  }

  .intro_box li+li {
    margin-top: 10px;
  }

  .intro_txt01 {
    font-size: 5.1vw;
    margin-bottom: 20px;
  }

  .intro_txt02 {
    font-size: 7.6vw;
  }

  .intro_txt02 em {
    font-size: 10.25vw;
    display: inline-block;
  }
}

/*----------------------------------------------------- */
/*  reason           */
/*----------------------------------------------------- */
.reason {
  background: #F1F9FC;
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

.reason::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 50px);
  width: 100px;
  height: 34px;
  background: url(../images/ico_arrow_white_02.png) no-repeat;
  background-size: contain;
  filter: drop-shadow(0px 8px 15px rgba(0, 0, 0, 0.03));
}

.reason_box {
  max-width: 930px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 0 10px rgba(177, 195, 201, 0.3);
  padding: 30px 40px;
  display: flex;
  justify-content: space-between;
  font-family: "Noto Sans JP", sans-serif;
}

.reason_box .num {
  width: 14.8%;
}

.reason_box .num p {
  background: #191733;
  text-align: center;
  color: #fff;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 700;
}

.reason_box .num p em {
  font-size: 36px;
  font-weight: 700;
}

.reason_box .num div {
  max-width: 70px;
  margin: 20px auto 0;
}

.reason_box .txt {
  width: 81.6%;
}

.reason_box .txt h3 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #191733;
}

.reason_box .txt p {
  font-weight: 500;
}

.reason_box .txt p em {
  color: #C30D23;
  font-weight: 900;
  text-decoration: underline;
}

.reason_box+.reason_box {
  margin-top: 30px;
}

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

  .reason::after {
    left: calc(50% - 35px);
    width: 71px;
    height: 25px;
  }

  .reason_box {
    padding: 35px 15px 20px;
    position: relative;
    display: block;
  }

  .reason_box .num {
    width: 14.8%;
  }

  .reason_box .num p {
    position: absolute;
    width: 92px;
    top: 0;
    left: 0;
    font-size: 3vw;
  }

  .reason_box .num p em {
    font-size: 5.1vw;
  }

  .reason_box .num div {
    display: none;
    max-width: 50px;
    margin: 20px auto 0;
  }

  .reason_box .txt {
    width: 100%;
  }

  .reason_box .txt h3 {
    font-size: 5.1vw;
    line-height: 1.5;
    padding-left: 75px;
  }

  .reason_box .txt p {
    font-size: 16px;
  }

  .reason_box01 .txt {
    width: 100%;
  }

  .reason_box01 .txt h3 {
    background: url(../images/pic_reason_01.png) left center no-repeat;
    background-size: 50px;
  }

  .reason_box02 .txt {
    width: 100%;
  }

  .reason_box02 .txt h3 {
    background: url(../images/pic_reason_02.png) left center no-repeat;
    background-size: 50px;
  }

  .reason_box03 .txt {
    width: 100%;
  }

  .reason_box03 .txt h3 {
    background: url(../images/pic_reason_03.png) left center no-repeat;
    background-size: 50px;
  }

  .reason_box04 .txt {
    width: 100%;
  }

  .reason_box04 .txt h3 {
    background: url(../images/pic_reason_04.png) left center no-repeat;
    background-size: 50px;
  }

  .reason_box+.reason_box {
    margin-top: 15px;
  }
}

/*----------------------------------------------------- */
/*  voice           */
/*----------------------------------------------------- */
.voice {
  padding: 60px 0 80px;
}

.voice .slick-slide {
  margin: 0 15px;
}

.voice .slick-prev,
.voice .slick-next {
  position: absolute;
  z-index: 3;
  top: 42%;
  cursor: pointer;
  outline: none;
  border-top: 5px solid #C30D53;
  border-right: 5px solid #C30D23;
  height: 28px;
  width: 28px;
}

.voice .slick-prev {
  left: -3%;
  transform: rotate(-135deg);
}

.voice .slick-next {
  right: -3%;
  transform: rotate(45deg);
}

.voice .slick-dots {
  position: absolute;
  z-index: 3;
  bottom: -30px;
  left: calc(50% - 36px);
}

.voice .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.voice .slick-dots button {
  color: transparent;
  outline: none;
  width: 8px;
  height: 14px;
  display: block;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #C30D23;
}

.voice .slick-dots .slick-active button {
  background: #C30D23;
}

.voice_list {
  max-width: 800px;
  margin: -15px auto 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.voice_list .voice_item {
  background: #fff;
  padding: 30px 50px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  overflow: visible;
  margin: 15px;
}

.voice_list .voice_item h3 {
  padding-left: 30px;
  border-left: 5px solid #C30D23;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
}

.voice_list .voice_item .pic {
  margin-bottom: 24px;
}

.voice_list .voice_item h4 {
  display: flex;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}

.voice_list .voice_item h4 span {
  background: #191733;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  padding: 0 10px;
  margin-right: 10px;
}

.voice_list .voice_item .voice_info {
  margin-bottom: 15px;
}

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

  .voice .slick-slide {
    margin: 0 15px;
  }

  .voice .slick-prev,
  .voice .slick-next {
    position: absolute;
    z-index: 3;
    top: 42%;
    cursor: pointer;
    outline: none;
    border-top: 3px solid #C30D53;
    border-right: 3px solid #C30D23;
    height: 18px;
    width: 18px;
  }

  .voice .slick-prev {
    left: -2%;
  }

  .voice .slick-next {
    right: -2%;
  }

  .voice .slick-dots {
    bottom: -10px;
    left: calc(50% - 36px);
  }

  .voice .slick-dots button {
    color: transparent;
    outline: none;
    width: 8px;
    height: 14px;
    display: block;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #C30D23;
  }

  .voice_list {
    margin: -15px auto 0;
  }

  .voice_list .voice_item {
    background: #fff;
    padding: 20px 15px;
    margin: 15px;
  }

  .voice_list .voice_item h3 {
    padding-left: 12px;
    border-left: 3px solid #C30D23;
    font-size: 4.6vw;
    margin-bottom: 20px;
  }

  .voice_list .voice_item .pic {
    margin-bottom: 20px;
  }

  .voice_list .voice_item h4 {
    display: flex;
    font-size: 4.6vw;
    margin-bottom: 10px;
  }

  .voice_list .voice_item h4 span {
    font-size: 4.6vw;
    margin-right: 10px;
  }

  .voice_list .voice_item .voice_info {
    font-size: 4vw;
    margin-bottom: 15px;
  }

  .voice_list .voice_item .txt {
    font-size: 4.1vw;
  }
}

/*----------------------------------------------------- */
/*  flow           */
/*----------------------------------------------------- */
.flow {
  padding: 60px 0;
  background: #F9F9F9;
}

.flow_list {
  display: flex;
  justify-content: space-between;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.8;
}

.flow_list li {
  width: 31%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.flow_list .box {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-bottom: 3px solid #0161D8;
  padding: 30px 24px;
  position: relative;
  height: 100%;
}

.flow_list .box img {
  max-width: 165px;
  display: block;
  margin: 0 auto 20px;
}

.flow_list .box .btn_tell {
  display: block;
  background: #F1F9FC;
  border-radius: 100px;
  text-align: center;
  height: 40px;
  line-height: 38px;
  margin: 22px 0 10px;
}

.flow_list .box .btn_tell span {
  padding-left: 25px;
  background: url(../images/ico_tell.png) left center no-repeat;
  background-size: 20px;
  font-size: 18px;
  font-weight: 600;
}

.flow_list .box .btn_mail {
  display: block;
  background: #F1F9FC;
  border-radius: 100px;
  text-align: center;
  height: 40px;
  line-height: 38px;
  margin: 0 0 22px;
}

.flow_list .box .btn_mail span {
  padding-left: 22px;
  background: url(../images/ico_mail.png) left center no-repeat;
  background-size: 17px;
  font-size: 18px;
  font-weight: 600;
}

.flow_list .box02::before,
.flow_list .box03::before {
  content: "";
  position: absolute;
  top: calc(50% - 15px);
  left: -8%;
  width: 20px;
  height: 33px;
  background: url(../images/ico_arrow_black_02.png) no-repeat;
  background-size: contain;
}

.flow_list .box02::after,
.flow_list .box03::after {
  content: "";
  position: absolute;
  top: calc(50% - 15px);
  right: -9%;
  width: 20px;
  height: 33px;
  background: url(../images/ico_arrow_black_02.png) no-repeat;
  background-size: contain;
}

.flow_list .box04 {
  background: url(../images/pic_flow_05.png) right 15px bottom no-repeat #fff;
  background-size: 118px;
}

.flow_list .box+.box {
  margin-top: 30px;
}

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

  .flow_list {
    display: block;
  }

  .flow_list li {
    width: 100%;
    display: flex;
    flex-direction: row;
  }

  .flow_list .box {
    padding: 20px 15px;
    height: auto;
  }

  .flow_list .box p {
    font-size: 3.8vw;
  }

  .flow_list .box img {
    max-width: 33.3vw;
    margin: 0 auto 10px;
  }

  .flow_list .box .btn_tell {
    display: block;
    background: #F1F9FC;
    border-radius: 100px;
    text-align: center;
    height: 40px;
    line-height: 38px;
    margin: 15px 0 10px;
  }

  .flow_list .box .btn_tell span {
    padding-left: 25px;
    background: url(../images/ico_tell.png) left center no-repeat;
    background-size: 20px;
    font-size: 18px;
    font-weight: 600;
  }

  .flow_list .box .btn_mail {
    display: block;
    background: #F1F9FC;
    border-radius: 100px;
    text-align: center;
    height: 40px;
    line-height: 38px;
    margin: 0 0 22px;
  }

  .flow_list .box .btn_mail span {
    padding-left: 22px;
    background: url(../images/ico_mail.png) left center no-repeat;
    background-size: 17px;
    font-size: 18px;
    font-weight: 600;
  }

  .flow_list .box01 {
    margin-bottom: 25px;
  }

  .flow_list .box01::before {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 22%;
    width: 16px;
    height: 16px;
    background: url(../images/ico_arrow_black_02.png) no-repeat;
    background-size: contain;
    transform: rotate(-270deg);
  }

  .flow_list .box01::after {
    content: "";
    position: absolute;
    bottom: -25px;
    right: 22%;
    width: 16px;
    height: 16px;
    background: url(../images/ico_arrow_black_02.png) no-repeat;
    background-size: contain;
    transform: rotate(-270deg);
  }

  .flow_list .box02,
  .flow_list .box03 {
    width: 49%;
  }

  .flow_list .box02::before,
  .flow_list .box03::before {
    display: none;
  }

  .flow_list .box02::after,
  .flow_list .box03::after {
    top: auto;
    bottom: -25px;
    right: auto;
    left: calc(50% - 8px);
    width: 16px;
    height: 16px;
    background: url(../images/ico_arrow_black_02.png) no-repeat;
    background-size: contain;
    transform: rotate(-270deg);
  }

  .flow_list .box04 {
    margin-top: 25px;
    padding-bottom: 50px;
    background: url(../images/pic_flow_05.png) right 5px bottom no-repeat #fff;
    background-size: 19.4%;
  }

  .flow_list .box+.box {
    margin-top: 0;
  }
}

/*----------------------------------------------------- */
/*  cta           */
/*----------------------------------------------------- */
.cta {
  padding: 50px 0 60px;
  background: linear-gradient(30deg, rgb(25, 23, 52) 40%, rgb(0, 65, 146) 100%);
}

.cta .sec_ttl {
  color: #fff;
  font-size: 36px;
  margin-bottom: 10px;
}

.cta p {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 700px;
  margin-bottom: 15px;
}

.cta_list {
  max-width: 824px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.cta_list li {
  width: 49%;
}

.cta_list li a {
  display: block;
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  height: 80px;
  line-height: 80px;
  border-radius: 100px;
  transition: 0.3s ease-in-out;
}

.cta_list li a:hover {
  opacity: 0.7;
}

.cta_list .btn01 {
  background: url(../images/ico_arrow_white.png) right 34px center no-repeat #C30D23;
  background-size: 12px;
  color: #fff;
}

.cta_list .btn02 {
  background: url(../images/ico_arrow_black.png) right 34px center no-repeat #fff;
  background-size: 12px;
}

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

  .cta .sec_ttl {
    color: #fff;
    font-size: 7.12vw;
    margin-bottom: 10px;
  }

  .cta p {
    font-size: 4.1vw;
    margin-bottom: 15px;
  }

  .cta_list {
    max-width: 80%;
    display: block;
  }

  .cta_list li {
    width: 100%;
  }

  .cta_list li a {
    font-size: 4.6vw;
    height: 50px;
    line-height: 50px;
  }

  .cta_list .btn01 {
    background: url(../images/ico_arrow_white.png) right 20px center no-repeat #C30D23;
    background-size: 9px;
    color: #fff;
  }

  .cta_list .btn02 {
    background: url(../images/ico_arrow_black.png) right 20px center no-repeat #fff;
    background-size: 9px;
  }

  .cta_list li+li {
    margin-top: 15px;
  }
}

/*----------------------------------------------------- */
/*  about           */
/*----------------------------------------------------- */
.about {
  background: #F1F9FC;
  padding: 60px 0;
}

.about_pic {
  max-width: 855px;
  margin: 0 auto 30px;
}

.about_txt {
  max-width: 800px;
  margin: 0 auto 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.about_note {
  max-width: 800px;
  text-align: right;
  margin: 0 auto;
  color: #0161D8;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

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

  .about_pic {
    margin: 0 auto 20px;
  }

  .about_txt {
    font-size: 4.1vw;
    margin: 0 auto 20px;
  }

  .about_note {
    text-align: left;
    font-size: 4.1vw;
  }
}

/*----------------------------------------------------- */
/*  support           */
/*----------------------------------------------------- */
.support {
  background: #F9F9F9;
  padding: 60px 0;
}

.support_txt {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
}

.support_box01 {
  max-width: 950px;
  margin: 0 auto 40px;
}

.support_box02 {
  max-width: 930px;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  background: url(../images/pic_support_02.png) left 30px bottom no-repeat #fff;
  background-size: 90px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border-bottom: 3px solid #191733;
  padding: 30px 30px 30px 150px;
}

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

  .support_txt {
    font-size: 4.6vw;
  }

  .support_box01 {
    max-width: 950px;
    margin: 0 auto 30px;
  }

  .support_box02 {
    background: url(../images/pic_support_02.png) center top 20px no-repeat #fff;
    background-size: 60px;
    padding: 100px 15px 20px;
  }
}

/*----------------------------------------------------- */
/*  faq           */
/*----------------------------------------------------- */
.faq {
  padding: 60px 0;
}

.gaq_dl {
  max-width: 750px;
  margin: 0 auto;
  border-bottom: 1px solid #DDDDDD;
  font-family: "Noto Sans JP", sans-serif;
}

.gaq_dl dt {
  padding: 15px 60px;
  position: relative;
  font-size: 18px;
  font-weight: 500;
}

.gaq_dl dt::before {
  content: "Q";
  position: absolute;
  left: 20px;
  top: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-weight: 700;
}

.gaq_dl dt::after {
  content: "";
  position: absolute;
  top: calc(50% - 17px);
  right: 15px;
  width: 35px;
  height: 35px;
  background: url(../images/ico_on.png) no-repeat;
  background-size: contain;
}

.gaq_dl dt.active::after {
  background: url(../images/ico_off.png) no-repeat;
  background-size: contain;
}

.gaq_dl dd {
  display: none;
  padding: 0 60px 24px 60px;
  font-weight: 500;
}

.gaq_dl_first {
  border-top: 1px solid #DDDDDD;
}

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

  .gaq_dl dt {
    padding: 10px 35px;
    position: relative;
    font-size: 4.1vw;
    font-weight: 500;
  }

  .gaq_dl dt::before {
    content: "Q";
    position: absolute;
    left: 5px;
    top: 6px;
    font-size: 5.1vw;
  }

  .gaq_dl dt::after {
    content: "";
    position: absolute;
    top: calc(50% - 12px);
    right: 0;
    width: 25px;
    height: 25px;
    background: url(../images/ico_on.png) no-repeat;
    background-size: contain;
  }

  .gaq_dl dt.active::after {
    background: url(../images/ico_off.png) no-repeat;
    background-size: contain;
  }

  .gaq_dl dd {
    display: none;
    padding: 0 35px 10px;
    font-weight: 500;
    font-size: 4.1vw;
  }

  .gaq_dl_first {
    border-top: 1px solid #DDDDDD;
  }
}

/*----------------------------------------------------- */
/*  contact           */
/*----------------------------------------------------- */
.contact {
  background: #F1F9FC;
  padding: 60px 0;
}

.contact_dl {
  max-width: 750px;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
}

.contact_dl dt {
  display: flex;
  margin-bottom: 6px;
  font-weight: bold;
}

.contact_dl dt span {
  background: #0161D8;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 0 10px;
  margin-right: 5px;
}

.contact_dl dd+dt {
  margin-top: 24px;
}

.btn_submit {
  display: block;
  max-width: 400px;
  width: 100%;
  background: url(../images/ico_arrow_white.png) right 34px center no-repeat #C30D23;
  background-size: 12px;
  border: none;
  height: 80px;
  line-height: 80px;
  border-radius: 100px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  color: #fff;
  font-size: 24px;
  margin: 40px auto 0;
  transition: 0.3s ease-in-out;
}

.btn_submit:hover {
  opacity: 0.7;
}

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

  .contact_dl dt {
    display: flex;
    margin-bottom: 8px;
    font-size: 4.1vw;
  }

  .contact_dl dt span {
    font-size: 3.5vw;
    margin-right: 5px;
  }

  .contact_dl dd select {
    width: 100%;
  }

  .contact_dl dd textarea {
    height: 68px;
  }

  .contact_dl dd+dt {
    margin-top: 16px;
  }

  .btn_submit {
    max-width: 85%;
    width: 100%;
    background: url(../images/ico_arrow_white.png) right 21px center no-repeat #C30D23;
    background-size: 9px;
    height: 50px;
    line-height: 50px;
    font-size: 4.6vw;
    margin: 30px auto 0;
  }
}

/*----------------------------------------------------- */
/*  check           */
/*----------------------------------------------------- */
.contact_confirm {
  max-width: 750px;
  margin: 2em auto 0;
  text-align: center;
  font-weight: bold;
}

.contact_confirm .txt {
  margin-bottom: 24px;
}

.contact_confirm .chkbox {
  text-align: left;
}

.contact_confirm .chkbox label {
  display: flex;
}

.contact_confirm .chkbox label input {
  margin-right: 10px;
}

/*----------------------------------------------------- */
/*  thanks           */
/*----------------------------------------------------- */
#thanks .sec_ttl {
  padding-bottom: 12px;
  border-bottom: 2px #777 dashed;
  margin: 0 auto 30px;
  max-width: 750px;
}

#thanks .text-wrap {
  max-width: 750px;
  margin: 0 auto;
}

#thanks .thanks-title {
  padding-bottom: .4em;
  border-bottom: 3px #000 dashed;
  margin-bottom: 30px;
}

#thanks p.text {
  font-weight: 400;
  margin: 0 0 1em;
  font-size: 18px;
}

#thanks p.text02 {
  font-weight: 400;
  line-height: normal;
  margin: 1em 0;
}

#thanks p.text02 .bold {
  font-weight: 700;
}

#thanks p.text02 .underline {
  text-decoration: underline;
}

#thanks p.text02 a {
  color: #002edf;
}

#thanks p.tel {
  font-weight: 700;
  margin: 1em 0 0;
  padding: .6em 0;
  display: inline-block;
  border-top: 2px #000 solid;
  border-bottom: 2px #000 solid;
}

#thanks .btn_submit {
  font-size: 18px;
}

#thanks .btn_submit {
  margin-top: 40px !important;
}

#thanks .btn_submit {
  max-width: 450px;
  width: 90%;
}

@media screen and (max-width: 767px) {
  #thanks .sec_ttl {
    font-size: 5vw;
  }

  #thanks .text-wrap {
    font-size: 3.58vw;
  }

  #thanks p.text {
    font-size: unset;
  }
}

/*----------------------------------------------------- */
/*  info           */
/*----------------------------------------------------- */
.info {
  padding: 60px 0;
}

.info_note {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  margin-bottom: 30px;
}

.info_wrap {
  display: flex;
  justify-content: space-between;
}

.info_list {
  width: 49%;
  font-family: "Noto Sans JP", sans-serif;
}

.info_list li {
  border-bottom: 1px solid #9cb8e9;
  padding: 16px 0;
}

.info_list h3 {
  color: #0161D8;
  font-weight: 700;
  margin-bottom: 10px;
}

.info_list p {
  font-weight: 500;
}

.info_list a {
  color: #0B61DA;
  padding-right: 24px;
  background: url(../images/ico_link.png) right center no-repeat;
  background-size: 16px;
}

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

  .info_note {
    font-size: 4.1vw;
    margin-bottom: 20px;
  }

  .info_wrap {
    display: flex;
    justify-content: space-between;
  }

  .info_list {
    width: 48%;
    font-family: "Noto Sans JP", sans-serif;
  }

  .info_list li {
    padding: 10px 0;
  }

  .info_list h3 {
    color: #0161D8;
    font-weight: 700;
    margin-bottom: 10px;
  }

  .info_list p {
    font-weight: 500;
  }

  .info_list a {
    color: #0B61DA;
    padding-right: 24px;
    background: url(../images/ico_link.png) right center no-repeat;
    background-size: 15px;
  }
}

/*----------------------------------------------------- */
/*  footer           */
/*----------------------------------------------------- */
.footer {
  padding: 60px 0;
  background: linear-gradient(240deg, rgb(241, 249, 252) 0%, rgb(217, 232, 243) 100%);
  font-family: "Noto Sans JP", sans-serif;
}

.footer.index {
  padding-bottom: 140px;
}

.footer .footer_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.footer .footer_logo {
  max-width: 358px;
}

.footer .footer_list {
  display: flex;
}

.footer .footer_list li+li {
  margin-left: 35px;
}

.footer .footer_list a {
  text-decoration: underline;
  font-weight: 500;
}

.footer .footer_txt {
  text-align: right;
  font-weight: 500;
}

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

  .footer.index {
    padding-bottom: 110px;
  }

  .footer .footer_wrap {
    display: block;
    margin-bottom: 10px;
  }

  .footer .footer_logo {
    max-width: 64vw;
    margin: 0 auto 35px;
  }

  .footer .footer_list {
    display: flex;
    justify-content: center;
    margin-bottom: 35px;
  }

  .footer .footer_list li+li {
    margin-left: 35px;
  }

  .footer .footer_list a {
    font-size: 4.1vw;
  }

  .footer .footer_txt {
    text-align: center;
    font-size: 3.58vw;
  }
}

/*----------------------------------------------------- */
/*  floating-banner           */
/*----------------------------------------------------- */
footer {
  padding-bottom: 104px;
}

#floating-banner {
  display: none;
  opacity: 0;
  /* 最初は透明 */
  transform: translateY(100px);
  /* 下から上にスライド */
  transition: opacity 0.5s ease, transform 0.5s ease;
  /* アニメーションのスピード */
  justify-content: center;
}

#floating-banner.show {
  opacity: 1;
  /* 表示時は不透明 */
  transform: translateY(0);
  /* 位置を元に戻す */
}

.floating-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #cee0fe;
  text-align: center;
  padding: 15px 0;
  z-index: 1000;
}

.floating-banner .inner {
  width: 100%;
}

@media screen and (max-width:767px) {
  .floating-banner .inner {
    padding: 0 1%;
  }

  .floating-banner a {
    display: block;
  }

  .floating-banner .cta_list {
    display: flex;
    max-width: unset;
    width: 100%;
    gap: 1%;
  }

  .floating-banner .cta_list li+li {
    margin-top: 0;
  }

  .floating-banner .cta_list li a {
    font-size: 3.6vw;
  }

  .floating-banner .cta_list .btn02 {
    background: url(../images/ico_arrow_black.png) right 8px center no-repeat #fff;
    background-size: 9px;
  }

  .floating-banner .cta_list .btn01 {
    background: url(../images/ico_arrow_white.png) right 12px center no-repeat #C30D23;
    background-size: 9px;
  }
}

/*# sourceMappingURL=style.css.map */