@charset "utf-8";
/* Body
------------------------------ */
html {
  overflow-x: hidden;
  font-size: 62.5%;
}
body {
  box-shadow: none;
  color: #333;
  font-family: "NotoSansJP", sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em;
  text-size-adjust: 100%;
  margin: 0;
  animation: fadeIn 0.4s ease-in 0s 1 normal;
}
@media screen and (min-width: 641px) {
  body {
    font-size: 1.6em;
  }
  p {
    line-height: 1.8;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
table {
  width: 100%;
}
h1,
h2 {
  line-height: 1.4;
}
a {
  text-decoration: none;
  transition: 0.3s ease;
}
img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
/* layout
------------------------------ */
@media screen and (min-width: 641px) {
  .wrapper {
    width: 1180px;
    padding: 0 20px;
  }
}
.wrapper {
  position: relative;
  margin: 0 auto;
}
ul,
ol {
  letter-spacing: -0.4em;
}
li {
  letter-spacing: normal;
  vertical-align: top;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
/* Header
------------------------------ */
.contents {
  position: relative;
  overflow: hidden;
}
#logo a,
#gnav_list .logo a {
  background: url(../images/logo.jpg) no-repeat left center / contain;
  display: block;
  transition: opacity 0.3s;
}
#gnav_list .logo a:hover,
#logo a:hover {
  opacity: 0.6;
}
@media screen and (min-width: 641px) {
  #index .contents {
    padding-top: 178px;
  }
  #header_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  header {
    background: #fff;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 10;
  }
  #header_flex {
    background: #fff;
  }
  #header_menu {
    border-top: 1px solid #daedf7;
    background: #f8fcff;
  }
  #lead {
    font-size: 1.4rem;
    line-height: 1.4;
    letter-spacing: 0;
    margin-left: 34px;
  }
  #logo {
    width: 238px;
    margin-top: -5px;
    margin-left: 8px;
  }
  #logo a {
    height: 75px;
  }
  #gnav_list .logo a {
    width: 110px;
    height: 64px;
  }
  #header_contact {
    margin-left: auto;
    margin-right: 26px;
  }
  header .tel {
    position: relative;
    font-family: Arial, sans-serif;
    font-size: 4.1rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.02em;
    padding-left: 32px;
  }
  header .tel::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/tel_b.svg) no-repeat center center/contain;
    width: 28px;
    height: 28px;
  }
  header .time {
    font-size: 1.5rem;
    line-height: 1;
    margin-top: 6px;
    margin-left: 36px;
  }
  #gnav_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
  }
  #gnav_list > li {
    position: relative;
  }
  #gnav_list > li:last-of-type {
    margin-right: 0;
  }
  #gnav_list .logo {
    display: none;
  }
  #gnav_list a {
    transition: color 0.3s;
  }
  #gnav_list > li:not(.logo) > a {
    position: relative;
    color: #333;
    display: block;
    text-align: center;
    font-weight: 600;
    padding: 26px 32px;
  }
  #gnav_list > li:not(.logo) > a:hover {
    color: #0068b1;
  }
  /* fixed header */
  header.fixed_none #header_menu {
    position: fixed;
    top: -100%;
    opacity: 0;
    transition: 0.3s;
    width: 100%;
    box-shadow: 0 0 3px #03417b;
  }
  header.fixed_none #gnav_list .logo {
    display: block;
    margin-right: auto;
  }
  header.fixed_none #gnav_list > li:not(.logo) > a {
    padding: 24px;
  }
  header.fixed_in #header_menu {
    opacity: 1;
  }
  header.fixed #header_menu {
    top: 0;
  }
}

/* slider
------------------------------ */
#slider01 {
  font-size: 0;
}
#slider01 .slider01_child {
  position: relative;
  overflow: hidden;
}
#slider01 img {
  width: 100%;
}
.slider01_01 .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.slider01_01 .wrapper::after {
  content: "";
  display: block;
  position: absolute;
  right: -213px;
  bottom: 0;
  background: url(../images/slider01_01_person.png) no-repeat right
    bottom/contain;
  width: 347px;
  height: 456px;
}
.slider01_01 .text {
  text-align: center;
}
.slider01_01 h2 {
  color: #fff;
}
.slider01_01 .big {
  display: block;
}
.slider01_01 .bg_b {
  position: relative;
  background: #065ccc;
  border-radius: 100px;
}
.slider01_01 h3 {
  color: #fff;
  letter-spacing: -0.02em;
}
.slider01_01 h4 {
  color: #fff;
}
.slider01_01 h4 .small {
  font-size: 0.85em;
}
.slider01_01 .ribbon {
  position: absolute;
  background: url(../images/slider01_01_ribbon.png) no-repeat center
    center/contain;
}
.slider01_01 h2 .small {
  font-size: 0.766em;
}
.slider01_01 .dot {
  position: relative;
  display: inline-block;
}
.slider01_01 .dot::after {
  content: "";
  display: block;
  background: #fcc10f;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
}
@media screen and (min-width: 641px) {
  #slider01 .slider01_child {
    max-height: 487px;
  }
  .slider01_01 .text {
    padding-right: 58px;
  }
  .slider01_01 h2 {
    font-size: 6rem;
    line-height: 1.35;
    text-shadow: 3px 6px 14px rgba(0, 0, 0, 0.3);
  }
  .slider01_01 h2 .big {
    font-size: 6.7rem;
  }
  .slider01_01 h3 {
    font-size: 3.2rem;
  }
  .slider01_01 h4 {
    font-size: 3.6rem;
    margin-top: 23px;
  }
  .slider01_01 .bg_b {
    display: inline-block;
    padding: 22px 58px;
    margin-top: 14px;
    margin-bottom: 18px;
  }
  .slider01_01 .ribbon {
    top: -49px;
    left: -104px;
    width: 205px;
    height: 98px;
  }
  .slider01_01 .dot{
    padding-top: 16px;
  }
  .slider01_01 .dot::after {
    width: 10px;
    height: 10px;
  }
}
/* Common
------------------------------ */
/* color */
.red {
  color: #c40000;
}
.blue {
  color: #0068b1;
}
.yellow {
  color: #ffe70d;
}
.white {
  color: #fff;
}
/* background */
.bg_triangle {
  background: url(../images/bg_triangle.svg);
}
.bg_gradation {
  background: rgb(0, 106, 180);
  background: linear-gradient(
    90deg,
    rgba(0, 106, 180, 1) 0%,
    rgba(0, 154, 223, 1) 100%
  );
}
.bg_gradation_g {
  background: #d2f0e9;
  background: linear-gradient(
    72deg,
    rgba(253, 251, 213, 1) 0%,
    rgba(217, 242, 230, 1) 68%,
    rgba(210, 240, 233, 1) 100%
  );
}
/* btn */
@media screen and (min-width: 641px) {
  .mail_btn {
    font-size: 2rem;
    padding: 25px 34px 25px 77px;
  }
}
.mail_btn {
  position: relative;
  color: #fff;
  display: inline-block;
  text-align: left;
  font-weight: 600;
  letter-spacing: 0.08em;
  border-radius: 100px;
  background: #ffaf22;
  background: linear-gradient(90deg, #ffaf22, #fc5806, #fc5806, #ffaf22);
  background-size: 300% 200%;

  transition: background 0.3s;
}
.mail_btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  margin: auto;
  background: #fff url(../images/mail_o.svg) no-repeat center center/63% auto;
  border-radius: 50%;
  width: 56px;
  height: 56px;
}
.mail_btn:hover {
  background-position: 100% 100%;
}
.mail_btn:hover::before {
  background-image: url(../images/mail_r.svg);
}
/* text */
@media screen and (min-width: 641px) {
  .basic_title {
    font-size: 4rem;
    letter-spacing: 0.04em;
  }
  .text_marker_o .line {
    padding-bottom: 5px;
    border-bottom: 5px solid #fcc10f;
  }
  .space_chapter p + p {
    margin-top: 0.8em;
  }
}
.text_img {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.caution {
  text-indent: -1em;
  padding-left: 1em;
  display: inline-block;
}
.round_title {
  text-indent: -1.2em;
  padding-left: 1.2em;
}
.round_title::before {
  content: "●";
  color: #066ecc;
  margin-right: 4px;
}
.maker {
  background: linear-gradient(transparent 0%, #fcdd9a 0%);
}
/* list */
@media screen and (min-width: 641px) {
  .check_list li {
    padding-left: 50px;
    line-height: 1.6;
  }
  .check_list li::before {
    width: 38px;
    height: 37px;
  }
}
.check_list li {
  position: relative;
}
.check_list li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/check_b.svg) no-repeat center center/contain;
}
.round_list li {
  line-height: 1.6;
  text-indent: -1.2em;
  padding-left: 1.2em;
}
.round_list li::before {
  content: "●";
  color: #066ecc;
  margin-right: 4px;
}
/* column */
@media screen and (min-width: 641px) {
  .basic_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .reverse_flex {
    flex-flow: row-reverse;
  }
}
/*adjust link*/
.adjust_link::before {
  content: "";
  display: block;
  margin-top: -50px;
  padding-top: 50px;
}
/* index_advantages
------------------------------ */
@media screen and (min-width: 641px) {
  #index_advantages li {
    width: 182px;
    height: 182px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  #index_advantages .point01 {
    background: url(../images/slider01_01_point01.svg) no-repeat center
      center/contain;
  }
  #index_advantages .point02 {
    background: url(../images/slider01_01_point02.svg) no-repeat center
      center/contain;
  }
  #index_advantages .point03 {
    background: url(../images/slider01_01_point03.svg) no-repeat center
      center/contain;
  }
  #index_advantages .point04 {
    background: url(../images/slider01_01_point04.svg) no-repeat center
      center/contain;
  }
  #index_advantages .point05 {
    background: url(../images/slider01_01_point05.svg) no-repeat center
      center/contain;
  }
  #index_advantages .point06 {
    background: url(../images/slider01_01_point06.svg) no-repeat center
      center/contain;
  }
}
#index_advantages ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
#index_advantages .section_inner {
  background: #d6f0fc;
  padding-top: 33px;
  padding-bottom: 33px;
}

/* contact_area
------------------------------ */
@media screen and (min-width: 361px) {
  .spark_title .icon::before,
  .spark_title .icon::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    margin: auto;
    background: url(../images/spark_icon.svg) no-repeat center center/contain;
  }
  .spark_title .icon::before {
    left: 0;
  }
}
@media screen and (min-width: 641px) {
  .contact_area {
    padding-top: 49px;
    padding-bottom: 70px;
    min-height: 511px;
  }
  .contact_area::before,
  .contact_area::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
  }
  .contact_area::before {
    background: url(../images/contact_area_pict01.png) no-repeat center
      center/cover;
    width: 465px;
    left: 0;
  }
  .contact_area::after {
    background: url(../images/contact_area_pict02.png) no-repeat center
      center/cover;
    width: 490px;
    right: 0;
  }
  .spark_title .icon {
    padding-left: 43px;
    padding-right: 33px;
  }
  .spark_title .icon::before,
  .spark_title .icon::after {
    width: 26px;
    height: 50px;
  }
  .contact_area .mail_box {
    margin-bottom: 39px;
  }
  .contact_area .mail_btn {
    width: 600px;
    font-size: 2.6rem;
    padding: 30px 34px 30px 108px;
  }
  .contact_area .mail_btn::before {
    width: 62px;
    height: 62px;
    left: 14px;
  }
  .contact_area h2 {
    font-size: 4.2rem;
    margin-bottom: 28px;
  }
  .contact_area h3 {
    font-size: 3rem;
    margin-bottom: 18px;
    letter-spacing: 0.08em;
  }
  .contact_area .small {
    font-size: 3.6rem;
  }
  .arrow_title .icon {
    padding-left: 47px;
  }
  .arrow_title .icon::before,
  .arrow_title .icon::after {
    border-width: 7px 0 7px 10px;
    top: 0.55em;
  }
  .contact_area .time {
    font-size: 2rem;
    margin-left: 20px;
  }
}
.contact_area {
  position: relative;
  background-color: #0d98f7;
  color: #fff;
  text-align: center;
}
.spark_title .icon {
  position: relative;
  display: inline-block;
}
.spark_title .icon::after {
  transform: scale(-1, 1);
  right: 0;
}
.arrow_title .icon {
  position: relative;
}
.arrow_title .icon::before,
.arrow_title .icon::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #ffffff;
}
.arrow_title .icon::before {
  left: 17px;
}
.arrow_title .icon::after {
  left: 0;
}
.contact_area h3 {
  line-height: 1.4;
}
.contact_area .tel {
  position: relative;
  font-family: Arial, sans-serif;
  font-size: 5.3rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
  padding-left: 46px;
}
.contact_area .tel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/tel_w.svg) no-repeat center center/contain;
  width: 40px;
  height: 40px;
}

/* index
------------------------------ */
/* index_problem */
@media screen and (min-width: 641px) {
  #index_problem .section_inner {
    padding-top: 102px;
  }
  #index_problem .inner {
    text-align: right;
    margin-bottom: 140px;
    z-index: 2;
  }
  #index_problem .inner::before {
    content: "";
    display: block;
    position: absolute;
    left: -48px;
    top: 106px;
    background: url(../images/index_problem01_01_person.svg) no-repeat center
      center/contain;
    width: 543px;
    height: 419px;
    z-index: -1;
  }
  #index_problem .pict {
    margin-left: -10px;
  }
  #index_problem h2 {
    text-align: left;
    display: inline-block;
    margin-right: -30px;
    margin-bottom: 46px;
  }
  #index_problem .bg_w {
    width: 710px;
    margin-left: auto;
    padding: 32px 72px 37px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
  }
}
#index_problem .section_inner {
  background: url(../images/bg_line.jpg);
}
#index_problem .inner {
  position: relative;
}
#index_problem .bg_w {
  background: #fff;
}
#index_problem .check_list {
  text-align: left;
}
@media screen and (min-width: 641px) {
  #index_problem .check_list li + li {
    margin-top: 21px;
  }
  #index_problem .check_list {
    font-size: 2.3rem;
  }
  #index_problem .dot {
    padding-bottom: 20px;
  }
  #index_problem .dot::after {
    width: 10px;
    height: 10px;
  }
  #index_problem .bg {
    padding-top: 98px;
    padding-bottom: 79px;
  }
  #index_problem .bg::after {
    border-width: 48px 106.5px 0 106.5px;
  }
  #index_problem .text {
    position: relative;
    padding-right: 258px;
  }
  #index_problem .text::after {
    content: "";
    display: block;
    position: absolute;
    right: -77px;
    bottom: -79px;
    background: url(../images/index_problem02_01_person.png) no-repeat center
      center/contain;
    width: 338px;
    height: 440px;
  }
  #index_problem h3,
  .catch_text {
    font-size: 4.2rem;
  }
  #index_problem h3 {
    line-height: 1.4;
  }
  #index_problem h3 .line,
  #index_problem h3 .indent {
    display: inline-block;
  }
  #index_problem h3 .line {
    text-indent: -21px;
  }
  #index_problem h3 .indent {
    text-indent: -18px;
  }
  .catch_text {
    line-height: 1.8;
    margin-top: 35px;
  }
  .catch_text .bg_y {
    padding: 6px 23px 11px;
  }
  .catch_text .num {
    vertical-align: -4px;
  }
}
#index_problem h3,
.catch_text {
  letter-spacing: 0.04em;
}
.catch_text .small {
  font-size: 0.905em;
}
.catch_text .bg_y {
  background: #ffa617;
  display: inline-block;
  line-height: 1;
  margin-right: 0.3em;
}
.catch_text .num {
  font-size: 1.26em;
  margin-right: 2px;
}
#index_problem .dot {
  position: relative;
  color: #0068b1;
  display: inline-block;
}
#index_problem .dot::after {
  content: "";
  display: block;
  background: #fcc10f;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
}
#index_problem .bg {
  position: relative;
}
#index_problem .bg::after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
}
/* index_online */
@media screen and (min-width: 641px) {
  #index_online .section_inner {
    padding-top: 108px;
    padding-bottom: 120px;
  }
  #index_online .basic_title {
    margin-bottom: 47px;
  }
  #index_online .text {
    width: 600px;
  }
  #index_online h3 {
    font-size: 2.4rem;
    letter-spacing: 0.08em;
    margin-bottom: 26px;
  }
  #index_online .space_chapter {
    font-size: 1.9rem;
  }
  #index_online .br_b {
    padding: 48px 42px 52px;
    border-radius: 18px;
    justify-content: space-between;
    align-items: center;
  }
}
#index_online .basic_title {
  text-align: center;
}
#index_online .br_b {
  background: #fff;
  border: 2px solid #066ecc;
}
#index_online h3 {
  line-height: 1.5;
}
#index_online .line {
  padding-left: 5px;
}
#index_online .maker {
  padding-left: 10px;
  padding-bottom: 3px;
}
/* index_reason */
@media screen and (min-width: 421px) {
  #index_reason .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index_reason li:nth-of-type(2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 641px) {
  #index_reason .section_inner {
    padding-top: 105px;
    padding-bottom: 125px;
  }
  #index_reason h2 .num {
    font-size: 5.7rem;
  }
  #index_reason .list {
    margin-top: 46px;
  }
  #index_reason li {
    width: 358px;
    border-radius: 18px;
    padding: 30px 30px 32px;
    margin-top: 35px;
  }
  #index_reason li:nth-of-type(3n-1) {
    margin-left: 33px;
    margin-right: auto;
  }
  #index_reason li:nth-of-type(3) {
    margin-top: 0;
  }
  #index_reason li .pict {
    margin-bottom: 18px;
    min-height: 103px;
  }
  #index_reason li .chapter {
    letter-spacing: 0;
  }
  #index_reason h3 {
    font-size: 2.8rem;
    margin-bottom: 31px;
  }
}
#index_reason h2 {
  text-align: center;
}
#index_reason h2 .num {
  line-height: 1;
  margin-left: 3px;
  margin-right: 3px;
}
#index_reason li {
  background: #e1f4ff;
  letter-spacing: 0.04em;
}
#index_reason li:first-of-type {
  margin-top: 0;
}
#index_reason li .pict {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#index_reason h3 {
  color: #0068b1;
  text-align: center;
}
/* index_about */
@media screen and (min-width: 431px) {
  #index_about04 .terms01 .set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
  }
}
@media screen and (min-width: 641px) {
  #index_about .section_inner {
    padding-top: 128px;
    padding-bottom: 122px;
  }
  #index_about03 {
    margin-bottom: 92px;
  }
  #index_about03 .flow_box {
    padding-top: 31px;
  }
  #index_about03 .flow_box + .flow_box {
    margin-top: 82px;
  }
  #index_about03 .inner {
    border-radius: 18px;
    padding: 83px 20px 70px;
  }
  #index_about03 h4 {
    font-size: 3rem;
    min-width: 560px;
    border-radius: 100px;
    position: absolute;
    top: -33px;
    left: 50%;
    transform: translateX(-50%);
  }
  #index_about03 h4 .big {
    font-size: 4.6rem;
    vertical-align: -3px;
  }
  #index_about03 .chapter {
    width: 1040px;
    padding-top: 35px;
    margin: 34px auto 0;
  }
  #index_about04 h3 {
    left: 57px;
    font-size: 3rem;
  }
  #index_about04 .bg_gr,
  #index_about04 .bg_w {
    border-radius: 18px;
  }
  #index_about04 .bg_gr {
    padding: 55px 40px;
  }
  #index_about04 .bg_w {
    padding: 38px 40px 55px;
  }
  #index_about04 .terms + .terms {
    margin-top: 39px;
    padding-top: 35px;
  }
  #index_about04 h4 {
    font-size: 2.4rem;
  }
  #index_about04 .round_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index_about04 .terms01 .set {
    font-size: 2.2rem;
  }
  #index_about04 .only {
    margin-right: 18px;
  }
  #index_about04 .terms01 h4 {
    margin-bottom: 19px;
  }
  #index_about04 .terms01 .round_list {
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 1px;
  }
  #index_about04 .round_list li {
    margin-right: 22px;
  }
  #index_about04 .round_list li:last-of-type {
    margin-right: 0;
  }
  #index_about04 .terms02 .set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
  }
  #index_about04 .terms02 h4 {
    margin-bottom: 14px;
  }
  #index_about04 .maker_list {
    font-size: 2.2rem;
    line-height: 1.3;
    width: 478px;
    margin-top: 32px;
  }
  #index_about04 .maker_list li {
    padding: 3px 6px 6px 47px;
  }
  #index_about04 .maker_list .num {
    top: 2px;
    left: 20px;
  }
  #index_about04 .point {
    font-size: 2.1rem;
    line-height: 1.4;
  }
}
#index_about .pict {
  margin-top: 10px;
}
#index_about .space_chapter .blue {
  font-weight: 600;
}
/* #index_about01 {
  margin-bottom: 92px;
} */
#index_about02 h2 {
  text-align: center;
}
#index_about02 h2 .line {
  position: relative;
  display: inline-block;
  padding-bottom: 6px;
  border-bottom: 2px solid #066fcc;
}
#index_about02 h2 .line::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #066fcc transparent transparent transparent;
}
#index_about02 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#index_about02 .num {
  position: relative;
  background: #066fcc;
  color: #fff;
  font-weight: 600;
  text-align: center;
  padding: 20px 10px;
}
#index_about02 .num::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #066fcc;
}
#index_about02 .bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
#index_about02 li .gr {
  background: #f4f4f4;
}
#index_about02 li .cyan {
  background: #e1f4ff;
}
#index_about03 .inner {
  position: relative;
  background: #f8fcff;
  border: 2px solid #066ecc;
}
#index_about03 h4 {
  background: #066ecc;
  padding: 6px 18px 14px;
  text-align: center;
}
#index_about03 h4 .big {
  margin-right: 2px;
}
#index_about03 .pict {
  text-align: center;
}
#index_about03 .chapter {
  border-top: 1px solid #e4eff7;
}
#index_about04 .bg_gr {
  position: relative;
  background: #f4f4f4;
}
#index_about04 .bg_w {
  background: #fff;
}
#index_about04 h3 {
  background: #066ecc;
  position: absolute;
  top: -22px;
  line-height: 1.3;
  display: inline-block;
  padding: 10px 53px 11px;
}
#index_about04 h3::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -16px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 23px 0 0 16px;
  border-color: transparent transparent transparent #044799;
}
#index_about04 .terms + .terms {
  border-top: 2px solid #f4f4f4;
}
#index_about04 h4 {
  line-height: 1.4;
  text-indent: -0.6em;
}
#index_about04 .only {
  font-weight: 600;
  line-height: 1;
}
#index_about04 .only .big {
  font-size: 1.318em;
}
#index_about04 .maker_list {
  font-weight: 600;
}
#index_about04 .maker_list li {
  position: relative;
  background: linear-gradient(transparent 0%, #fcdd9a 0%);
}
#index_about04 .maker_list li + li {
  margin-top: 8px;
}
#index_about04 .maker_list .num {
  color: #0068b1;
  position: absolute;
}
#index_about04 .terms02 .set {
  justify-content: space-between;
}
/* index_comparison */
@media screen and (min-width: 641px) {
  #index_comparison .section_inner {
    padding-top: 50px;
    padding-bottom: 122px;
  }
  #index_comparison .basic_flex {
    justify-content: space-between;
  }
  #index_comparison .pict {
    margin-left: 36px;
  }
  #index_comparison .text {
    width: 692px;
    margin-top: 32px;
  }
  #index_comparison h2 {
    font-size: 3.6rem;
    margin-bottom: 36px;
    letter-spacing: 0.08em;
    padding-bottom: 15px;
  }
  #index_comparison h2 .line {
    padding-bottom: 10px;
  }
  #index_comparison .bg_w {
    border-radius: 18px;
    padding: 48px 39px 136px;
  }
  #index_comparison .bg_w h3 {
    font-size: 3.6rem;
    margin-bottom: 34px;
  }
  #index_comparison .title_list {
    background: #ebf7ff;
    color: #0068b1;
    border-radius: 18px 0 0 18px;
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: 600;
    width: 228px;
    margin-top: 70px;
  }
  #index_comparison .title_list li {
    position: relative;
    border-bottom: 1px solid #fff;
    padding: 25px 25px 25px 56px;
  }
  #index_comparison .title_list li:last-of-type {
    border-bottom: 0;
  }
  #index_comparison .title_list li::before {
    content: "";
    display: block;
    background: #0068b1;
    position: absolute;
    top: 0;
    left: 30px;
    bottom: 0;
    margin: auto;
    width: 4px;
    height: 27px;
    border-radius: 20px;
  }
  #index_comparison .my_list {
    width: 298px;
  }
  #index_comparison .other_list {
    width: 268px;
  }
  #index_comparison .item {
    border-radius: 18px;
  }
  #index_comparison .my_list li {
    padding: 26px 10px;
  }
  #index_comparison .other_list li {
    padding: 27px 10px;
  }
  #index_comparison .my_list {
    padding: 22px 18px 30px;
  }
  #index_comparison .other_list {
    padding: 16px 22px 30px;
    margin-top: 16px;
    width: 268px;
  }
  #index_comparison .my_list .item {
    font-size: 2rem;
  }
  #index_comparison .logo {
    height: 23px;
    margin-bottom: 20px;
  }
  #index_comparison .card {
    border-radius: 18px 18px 0 0;
  }
  #index_comparison .chapter p {
    line-height: 1.9;
  }
  #index_comparison .bg_w::after {
    bottom: -67px;
    border-width: 40px 70px 0 70px;
  }
  #index_comparison .catch_text {
    margin-top: 93px;
  }
}
#index_comparison .bg_w {
  position: relative;
  background: #fff;
}
#index_comparison .bg_w::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #e1f4ff transparent transparent transparent;
}
#index_comparison .bg_w h3 {
  line-height: 1.45;
  text-align: center;
}
#index_comparison .my_list {
  background: #ffa617;
}
#index_comparison .other01 {
  background: #ddd;
}
#index_comparison .other02 {
  background: #d3d3d3;
}
#index_comparison .item {
  background: #fff;
  text-align: center;
  padding-left: 21px;
  padding-right: 21px;
}
#index_comparison .item li + li {
  border-top: 1px solid #dddddd;
}
#index_comparison .my_list li {
  line-height: 1.3;
}
#index_comparison .other_list li {
  line-height: 1.5;
}
#index_comparison h4 {
  text-align: center;
  font-size: 2.2rem;
}
#index_comparison .other_list h4 {
  margin-bottom: 17px;
}
#index_comparison .logo {
  background: url(../images/logo_w.svg) no-repeat center center/contain;
}
#index_comparison .catch_text {
  text-align: center;
}
/* index_attention */
.attention_bg {
  background-color: #f8e800;
  padding: 76px 0;
}
.attention_content {
  position: relative;
  width: 1140px;
  background-color: #fff;
  border: 3px solid #000000;
  box-sizing: border-box;
  padding: 31px 63px 54px 0;
}
.attention_texts {
  position: relative;
  width: 770px;
  margin-left: auto;
}
.attention_texts::before {
  position: absolute;
  content: "";
  width: 178px;
  height: 178px;
  left: -230px;
  top: 27px;
  background: url(../images/index_attention01_01.png) no-repeat center center / contain;
}
.attention_title {
  font-size: 40px;
}
.attention_title .attention_border {
  position: relative;
  letter-spacing: 1.6px;
}
.attention_title .attention_border::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 9px;
  left: 0;
  bottom: -14px;
  background: url(../images/index_attention01_02.png) repeat-x top / contain;
}
.attention_title .color_red {
  color: #c40000;
}
.attention_text {
  font-size: 18px;
  margin-top: 38px;
  margin-left: -10px;
  line-height: 1.6;
}
.attention_text span {
  display: inline-block;
  background-color: #ffed6c;
  padding: 1px 4px;
  margin-top: 7px;
}
/* index_flow */
#index_flow li:first-of-type {
  margin-top: 0;
}
@media screen and (min-width: 361px) {
  #index_flow li:nth-of-type(2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 641px) {
  #index_flow .section_inner {
    padding-top: 113px;
    padding-bottom: 120px;
  }
  #index_flow .list {
    padding-top: 52px;
  }
  #index_flow li {
    width: 356px;
    border-radius: 18px;
    padding: 72px 30px 31px;
    margin-top: 100px;
    min-height: 330px;
  }
  #index_flow li:nth-of-type(3) {
    margin-top: 0;
  }
  #index_flow li:nth-of-type(3n-1) {
    margin-left: 36px;
    margin-right: 36px;
  }
  #index_flow .round {
    font-size: 3.4rem;
    position: absolute;
    top: -52px;
    left: 0;
    right: 0;
    margin: auto;
    width: 102px;
    height: 102px;
    border-radius: 50%;
  }
  #index_flow .step {
    display: block;
    margin-bottom: 4px;
  }
  #index_flow h2 {
    margin-bottom: 44px;
  }
  #index_flow li .pict {
    margin-bottom: 10px;
    min-height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  #index_flow li:nth-of-type(3) .pict {
    padding-left: 21px;
  }
  #index_flow h3 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  #index_flow .basic_flex {
    justify-content: space-between;
  }
  #index_flow .mail_btn {
    margin-top: 28px;
  }
  #index_flow .chapter p {
    line-height: 1.9;
  }
}
#index_flow h2 {
  text-align: center;
}
#index_flow .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
#index_flow li {
  position: relative;
  background: #fff;
  border: 1px solid #066ecc;
}
#index_flow .round {
  background: #066ecc;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-align: center;
}

#index_flow .step {
  font-size: 0.6em;
}
#index_flow h3 {
  color: #0068b1;
  text-align: center;
}
#index_flow .chapter {
  letter-spacing: 0.04em;
}

/* index_voice */
@media screen and (min-width: 641px) {
  #index_voice .section_inner {
    padding-top: 113px;
    padding-bottom: 134px;
  }
  #index_voice h2 {
    margin-bottom: 44px;
  }
  #index_voice .item {
    border-radius: 18px;
    padding: 35px 36px 35px;
  }
  #index_voice .item + .item {
    margin-top: 50px;
  }
  #index_voice .item .text {
    width: 563px;
  }
  #index_voice .basic_flex {
    align-items: center;
  }
  #index_voice .info {
    width: 250px;
    font-size: 1.8rem;
    margin-left: 26px;
    margin-right: auto;
  }
  .table_br_cyan th {
    width: 113px;
  }
  .table_br_cyan th,
  .table_br_cyan td {
    padding-top: 10px;
    padding-bottom: 11px;
  }
  #index_voice h3 {
    font-size: 2.4rem;
    margin-bottom: 18px;
  }
}
#index_voice .section_inner {
  background: url(../images/bg_graph_paper.svg);
}
#index_voice .pict {
  border-radius: 50%;
  overflow: hidden;
}
#index_voice h2 {
  text-align: center;
}
#index_voice h3 {
  color: #0068b1;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
#index_voice .item {
  background: #fff;
}
#index_voice .round_title {
  line-height: 1.4;
}
.table_br_cyan {
  line-height: 1.4;
}
.table_br_cyan tr + tr {
  border-top: 2px solid #e1f4ff;
}
.table_br_cyan th {
  text-align: left;
  font-weight: normal;
  padding-left: 4px;
  padding-right: 16px;
}
.table_br_cyan td {
  padding-right: 4px;
}
.basic_flex .text .ls_13 {
  letter-spacing: .4px;
}
/* index_faq */
@media screen and (min-width: 641px) {
  #index_faq .section_inner {
    padding-top: 108px;
    padding-bottom: 120px;
  }
  #index_faq .sub_section + .sub_section {
    margin-top: 75px;
  }
  #index_faq h2 {
    margin-bottom: 40px;
  }
  #index_faq h3 {
    font-size: 3.2rem;
    line-height: 1.3;
    padding-left: 19px;
    margin-bottom: 21px;
  }
  #index_faq h3::before {
    position: absolute;
    top: 0.2em;
    left: 0;
    width: 5px;
    height: 1em;
  }
  #index_faq .set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #index_faq .faq_acd {
    width: 552px;
  }
  #index_faq .faq_acd + .faq_acd {
    margin-top: 22px;
  }
  .q_icon,
  .a_icon {
    font-size: 2.6rem;
    left: 21px;
  }
  .q_icon {
    top: 13px;
  }
  .a_icon {
    top: 13px;
  }
  .acd-label,
  .acd-content {
    font-size: 1.8rem;
  }
  .acd-label {
    border-radius: 18px;
  }
  .acd-label p,
  .acd-content p {
    line-height: 1.6;
  }
  .acd-label::after {
    width: 12px;
    height: 12px;
    right: 22px;
  }
  .acd-label {
    padding: 19px 54px;
  }
  .acd-check:checked + .acd-label + .acd-content {
    padding: 22px 22px 26px 54px;
  }
  .acd-content {
    border-radius: 0 0 18px 18px;
  }
}
#index_faq .section_inner {
  background: #dcf3ff;
}
#index_faq h2 {
  text-align: center;
}
#index_faq h3 {
  position: relative;
}
#index_faq h3::before {
  content: "";
  display: block;
  background: #0068b1;
  position: absolute;
  top: 0.2em;
  left: 0;
  width: 5px;
  border-radius: 1.5em;
}
.acd-check {
  display: none;
}
.acd-label,
.acd-content {
  position: relative;
  background: #fff;
  transition: 0.3s;
}
.acd-label {
  display: block;
}
#index_faq .faq_acd:first-of-type {
  margin-top: 0;
}
.acd-label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border-bottom: solid 2px #0068b1;
  border-right: solid 2px #0068b1;
  transform: rotate(45deg);
  transition: 0.3s ease;
}
.acd-content {
  color: #0068b1;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.acd-content::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  background: #f4f4f4;
  width: 510px;
  height: 1px;
  left: 0;
}
.acd-check:checked + .acd-label {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.acd-check:checked + .acd-label + .acd-content {
  height: auto;
  opacity: 1;
  visibility: visible;
}
.acd-check:checked + .acd-label::after {
  transform: rotate(225deg);
  top: 10px;
}
.q_icon,
.a_icon {
  color: #0068b1;
  font-weight: 600;
  display: block;
  position: absolute;
  border-radius: 50%;
  text-align: center;
}
/* index_contact */
@media screen and (min-width: 641px) {
  #index_contact .section_inner {
    padding-top: 109px;
    padding-bottom: 133px;
  }
  #index_contact h2 {
    margin-bottom: 37px;
  }
  #index_contact .chapter {
    text-align: center;
    margin-bottom: 40px;
  }
  #index_contact .table_b_gr,
  #index_contact #privacy {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  #mailformpro input[type="text"],
  #mailformpro input[type="tel"],
  #mailformpro input[type="email"],
  select,
  textarea {
    padding: 10px 6px;
  }
  #mailformpro input[type="text"],
  #mailformpro input[type="tel"],
  #mailformpro input[type="email"],
  select {
    max-width: 596px;
  }
  #index_contact .postal_code input {
    max-width: 261px;
  }
  #index_contact .money input {
    width: 311px;
  }
  #privacy {
    padding: 34px 35px;
    margin-top: 46px;
    margin-bottom: 40px;
  }
  #privacy h3 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .table_b_gr {
    border-radius: 18px;
  }
  .table_b_gr th {
    width: 280px;
    padding: 26px 33px;
  }
  .table_b_gr td {
    padding: 20px 33px;
  }
  .table_b_gr .must {
    font-size: 1.4rem;
    top: 29px;
    right: 27px;
  }
}
#index_contact h2 {
  text-align: center;
}
#mailformpro input[type="text"],
#mailformpro input[type="tel"],
#mailformpro input[type="email"],
select,
textarea {
  font-size: 1.6rem;
  border: 1px solid #e5e5e5;
  width: 100%;
}
#index_contact .postal_code input {
  margin-left: 6px;
}
#index_contact .postal_code {
  margin-bottom: 10px;
}
textarea {
  resize: vertical;
  min-height: 193px;
}
#privacy {
  border: 1px solid #066ecc;
  border-radius: 12px;
  overflow-x: hidden;
  height: 246px;
}
#privacy h3 {
  color: #0068b1;
}
#index_contact .btn_y {
  position: relative;
  background: #ffa617;
  color: #fff;
  display: block;
  width: 260px;
  margin: auto;
  border: 0;
  font-size: 1.8rem;
  text-align: center;
  border-radius: 100px;
  padding: 15px 60px;
  transition: 0.3s;
}
#index_contact .btn_y:hover {
  background: #fc5806;
}
#index_contact .btn_y::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 24px;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 14px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  transition: 0.3s;
}
#index_contact .btn_y:hover:after {
  right: 20px;
}
.table_b_gr {
  border-radius: 18px;
  overflow: hidden;
}
.table_b_gr tr + tr {
  border-top: 1px solid #fff;
}
.table_b_gr th {
  position: relative;
  background: #066ecc;
  color: #fff;
  text-align: left;
  line-height: 1.5;
  vertical-align: top;
}
.table_b_gr td {
  background: #f4f4f4;
}
.table_b_gr .must {
  background: #ffbb24;
  color: #fff;
  display: block;
  position: absolute;
  width: 40px;
  padding: 3px;
  font-weight: 600;
  text-align: center;
  line-height: 1;
}
/* index_company */
@media screen and (min-width: 641px) {
  #index_company .bg_gradation {
    padding-top: 64px;
    padding-bottom: 120px;
  }
  #index_company .table_brb_cyan {
    width: 880px;
    margin-left: auto;
    margin-right: auto;
  }
  #index_company .bg_w {
    margin-top: -76px;
    padding: 50px 56px 84px;
  }
  #index_company .bg {
    padding-bottom: 158px;
  }
  #index_company .bg::after {
    top: 76px;
    height: calc(100% - 76px);
  }
  .table_brb_cyan th {
    width: 154px;
    padding: 15px 0;
  }
  .table_brb_cyan td {
    padding: 8px 0;
  }
  #index_company .map {
    margin-top: 54px;
  }
}
#index_company h2 {
  text-align: center;
}
#index_company .bg {
  position: relative;
}
#index_company .bg::after {
  content: "";
  display: block;
  background: url(../images/index_company_bg.jpg) no-repeat center bottom/cover;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: -1;
}
#index_company .bg_w {
  background: #fff;
  border-radius: 18px;
}
#index_company .map {
  line-height: 0;
}
.table_brb_cyan {
  line-height: 1.6;
}
.table_brb_cyan tr + tr {
  border-top: 2px solid #e1f4ff;
}
.table_brb_cyan th {
  color: #0068b1;
  text-align: left;
}
.table_brb_cyan td {
  vertical-align: middle;
}
/* sub
------------------------------ */
/* footer
------------------------------ */
@media screen and (min-width: 641px) {
  #copyright {
    padding-bottom: 26px;
  }
}
#copyright {
  font-size: 1.2rem;
  text-align: center;
  padding-top: 26px;
}
#copyright a {
  color: #066ecc;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}
#copyright a:hover {
  border-color: #066ecc;
}
/* Page Top
------------------------------ */
.show.pagetop {
  opacity: 1;
}
.pagetop {
  position: fixed;
  bottom: 36px;
  right: 20px;
  transition: 0.3s;
  font-size: 0;
  z-index: 10;
  opacity: 0;
}
.pagetop a {
  background: #0068b1;
  border: 2px solid #fff;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.pagetop a::before {
  content: "";
  display: block;
  position: absolute;
  top: 41%;
  left: 0;
  right: 0;
  margin: auto;
  width: 14px;
  height: 14px;
  border-top: solid 2px #fff;
  border-left: solid 2px #fff;
  transform: rotate(45deg);
}
.pagetop a:hover {
  background: #fff;
}
.pagetop a:hover:before {
  border-color: #0068b1;
}
/* font
------------------------------ */
@font-face {
  font-family: "NotoSansJP";
  src: url("../font/NotoSansJP-Medium.woff") format("woff");
  font-weight: normal;
}
@font-face {
  font-family: "NotoSansJP";
  src: url("../font/NotoSansJP-Bold.woff") format("woff");
  font-weight: 600;
}
