/*style.css*/
:root {
  --scrollbar: 0;
}

body {
  overflow-x: hidden;
}
body.active {
  height: 100%;
  overflow: hidden;
}

.all_wrap {
  max-width: 2000px;
  margin: 0 auto;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .all_wrap {
    width: calc(100vw - var(--scrollbar));
  }
}
@media screen and (max-width: 768px) {
  .all_wrap {
    width: 100vw;
  }
}
.all_wrap * {
  color: #333333;
  line-height: 1;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.all_wrap a {
  color: #333333;
  text-decoration: none;
  vertical-align: baseline;
}
.all_wrap a:hover {
  opacity: 0.8;
}
.all_wrap img {
  width: 100%;
}
.all_wrap ul li {
  list-style: none;
}
.all_wrap table {
  border-spacing: 0;
}

.pc_item {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc_item {
    display: none;
  }
}

.sp_item {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp_item {
    display: block;
  }
}

* {
  font-size: 16px;
}
@media screen and (max-width: 1000px) {
  * {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  * {
    font-size: 2.13vw;
  }
}

.inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .inner {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .inner {
    width: 100vw;
  }
}

header {
  position: absolute;
  top: 16px;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  header {
    top: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  header {
    background: #fff;
    top: 0vw;
    position: fixed;
    z-index: 9998;
  }
}
header .inner {
  display: flex;
  align-items: center;
  height: 34px;
}
@media screen and (max-width: 1000px) {
  header .inner {
    height: 3.4vw;
  }
}
@media screen and (max-width: 768px) {
  header .inner {
    height: 10.67vw;
  }
}
header .header_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 34px;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  header .header_wrap {
    width: 96vw;
    height: 3.4vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  header .header_wrap {
    width: 100%;
    padding-left: 3.73vw;
    height: 10.67vw;
    align-items: center;
  }
}
header .header_link_wrap {
  display: flex;
  align-items: center;
}
header h1 {
  width: 206px;
}
@media screen and (max-width: 1000px) {
  header h1 {
    width: 20.6vw;
  }
}
@media screen and (max-width: 768px) {
  header h1 {
    width: 34.8vw;
  }
}
header .header_link {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  header .header_link {
    display: block;
    background-color: #333;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    padding-top: 19.47vw;
    margin-left: -100vw;
    transition: all 0.3s;
  }
}
header .header_link .cross {
  display: none;
}
@media screen and (max-width: 768px) {
  header .header_link .cross {
    display: block;
    position: absolute;
    width: 10.53vw;
    height: 10.53vw;
    background: url("../images/ham_cross.png") no-repeat center/100%;
    right: 0;
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  header .header_link.active {
    margin-left: 0;
  }
}
header .header_link li {
  position: relative;
}
header .header_link li:last-of-type a {
  width: 38px;
  padding-right: 0;
  padding-left: 6px;
  display: block;
}
@media screen and (max-width: 1000px) {
  header .header_link li:last-of-type a {
    width: 3.8vw;
    padding-left: 0.6vw;
  }
}
@media screen and (max-width: 768px) {
  header .header_link li:last-of-type a {
    width: 8.8vw;
    padding-left: 0;
    border-bottom: none;
  }
}
header .header_link li a {
  font-size: 16px;
  letter-spacing: 0.04em;
  padding: 0 20px;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  header .header_link li a {
    font-size: 1.6vw;
    padding: 0 2vw;
  }
}
@media screen and (max-width: 768px) {
  header .header_link li a {
    color: #fff;
    font-size: 4.53vw;
    line-height: 19.73vw;
    border-bottom: 1px solid #999;
    width: 92vw;
    padding: 0;
    margin: 0 auto;
    display: block;
    text-align: center;
  }
}
header .ham_btn {
  z-index: 9999;
  cursor: pointer;
  width: 10.13vw;
  height: 10.13vw;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  right: 0.27vw;
  z-index: 999;
}
header .ham_btn span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 0;
  height: 3px;
  background-color: #172f63;
  width: 100%;
  border-radius: 3px;
}
header .ham_btn span:nth-of-type(1) {
  top: 0;
}
header .ham_btn span:nth-of-type(2) {
  top: 2.53vw;
}
header .ham_btn span:nth-of-type(3) {
  top: 5.07vw;
}
header .ham_btn.active span:nth-of-type(1) {
  top: 2.53vw;
  left: 0;
  transform: rotate(45deg);
  width: 100%;
}
header .ham_btn.active span:nth-of-type(2) {
  opacity: 0;
}
header .ham_btn.active span:nth-of-type(3) {
  top: 2.53vw;
  left: 0;
  transform: rotate(-45deg);
  width: 100%;
}

.fv {
  background: url("../images/fv_bg.jpg") no-repeat top center;
  background-size: 2000px 790px;
  padding-top: 121px;
  height: 790px;
}
@media screen and (max-width: 1000px) {
  .fv {
    background-size: 200vw 79vw;
    padding-top: 12.1vw;
    height: 79vw;
  }
}
@media screen and (max-width: 768px) {
  .fv {
    background: url("../images/fv_bg_sp.jpg") no-repeat top center;
    background-size: 102.4vw 156vw;
    padding-top: 18.67vw;
    height: 156vw;
  }
}
.fv .inner {
  text-align: center;
}
.fv .lead {
  font-size: 25.5px;
  line-height: 52px;
  letter-spacing: 0.06em;
  font-weight: 500;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 1000px) {
  .fv .lead {
    font-size: 2.55vw;
    line-height: 5.2vw;
  }
}
@media screen and (max-width: 768px) {
  .fv .lead {
    font-size: 4.08vw;
    line-height: 8vw;
  }
}
.fv .lead strong {
  font-size: 30px;
  line-height: 52px;
  color: #195aff;
  position: relative;
  background: url("../images/fv_lead_line.png") left bottom 0.7em repeat-x;
  background-size: auto 0.4em;
  padding: 0.65em 0;
  font-weight: 700;
  margin-right: 0.1em;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1000px) {
  .fv .lead strong {
    font-size: 3vw;
    line-height: 5.2vw;
  }
}
@media screen and (max-width: 768px) {
  .fv .lead strong {
    background: url("../images/fv_lead_line_sp.png") left bottom 0.7em repeat-x;
    font-size: 4.8vw;
    line-height: 8vw;
    background-size: auto 0.4em;
  }
}
.fv .lead::after, .fv .lead::before {
  content: "";
  display: block;
  width: 10px;
  height: 45px;
  background: url("../images/fv_lead_l.png") no-repeat center/100%;
  position: absolute;
  left: -18px;
  top: 50%;
  transform: translate(0%, -50%);
}
@media screen and (max-width: 1000px) {
  .fv .lead::after, .fv .lead::before {
    width: 1vw;
    height: 4.5vw;
    left: -1.8vw;
  }
}
@media screen and (max-width: 768px) {
  .fv .lead::after, .fv .lead::before {
    background: url("../images/fv_lead_l_sp.png") no-repeat center/100%;
    width: 2.53vw;
    height: 15.87vw;
    left: -3.74vw;
  }
}
.fv .lead::before {
  background: url("../images/fv_lead_r.png") no-repeat center/100%;
  left: auto;
  right: -18px;
}
@media screen and (max-width: 1000px) {
  .fv .lead::before {
    right: -1.8vw;
  }
}
@media screen and (max-width: 768px) {
  .fv .lead::before {
    background: url("../images/fv_lead_r_sp.png") no-repeat center/100%;
    right: -3.74vw;
  }
}
.fv h2 {
  margin-top: 34px;
  font-size: 62px;
  line-height: 92px;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .fv h2 {
    margin-top: 3.4vw;
    font-size: 6.2vw;
    line-height: 9.2vw;
  }
}
@media screen and (max-width: 768px) {
  .fv h2 {
    margin-top: 7.2vw;
    font-size: 7.47vw;
    line-height: 11.33vw;
  }
}
.fv h2 span {
  font-size: 71px;
  line-height: 88px;
  font-weight: 700;
  color: #fff;
  background-color: #0032b3;
  display: inline-block;
  width: 92px;
  height: 92px;
  margin: 0 3px;
  padding-left: 3px;
  border-radius: 4px;
}
@media screen and (max-width: 1000px) {
  .fv h2 span {
    font-size: 7.1vw;
    line-height: 8.8vw;
    width: 9.2vw;
    height: 9.2vw;
    margin: 0 0.3vw;
    padding-left: 0.3vw;
    border-radius: 0.4vw;
  }
}
@media screen and (max-width: 768px) {
  .fv h2 span {
    font-size: 8.67vw;
    line-height: 11.07vw;
    width: 11.07vw;
    height: 11.07vw;
    margin: 0 0.4vw;
    padding-left: 0.4vw;
    border-radius: 0.53vw;
  }
}
.fv h2 span:last-of-type {
  margin-right: 8px;
}
@media screen and (max-width: 1000px) {
  .fv h2 span:last-of-type {
    margin-right: 0.8vw;
  }
}
@media screen and (max-width: 768px) {
  .fv h2 span:last-of-type {
    margin-right: 1.07vw;
  }
}
.fv h2 .tit_wrap {
  position: relative;
  margin-right: 17px;
  margin-top: -3px;
  margin-left: 30px;
  display: inline-block;
}
@media screen and (max-width: 1000px) {
  .fv h2 .tit_wrap {
    margin-right: 1.7vw;
    margin-top: -0.3vw;
    margin-left: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .fv h2 .tit_wrap {
    margin-right: 2.27vw;
    margin-top: -0.4vw;
    margin-left: 4vw;
  }
}
.fv h2 .tit_wrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 1.5px;
  background: #0032b3;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  bottom: -13px;
}
@media screen and (max-width: 1000px) {
  .fv h2 .tit_wrap::after {
    height: 0.3vw;
    border-radius: 0.15vw;
    bottom: -1.3vw;
  }
}
@media screen and (max-width: 768px) {
  .fv h2 .tit_wrap::after {
    height: 0.4vw;
    border-radius: 0.2vw;
    bottom: -2vw;
  }
}
.fv h2 .tit_wrap .bold {
  font-size: 86px;
  font-weight: 900;
  letter-spacing: 0.05em;
  color: #0032b3;
  display: inline-block;
  position: relative;
  margin-top: 20px;
}
@media screen and (max-width: 1000px) {
  .fv h2 .tit_wrap .bold {
    font-size: 8.6vw;
    margin-top: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .fv h2 .tit_wrap .bold {
    font-size: 10.53vw;
    margin-top: 2.67vw;
  }
}
.fv h2 .tit_wrap .bold::after, .fv h2 .tit_wrap .bold::before {
  content: "";
  display: block;
  width: 28px;
  height: 24px;
  background: url("../images/fv_tit_l.png") no-repeat center/100%;
  position: absolute;
  left: -28px;
  top: 8px;
}
@media screen and (max-width: 1000px) {
  .fv h2 .tit_wrap .bold::after, .fv h2 .tit_wrap .bold::before {
    width: 2.8vw;
    height: 2.4vw;
    left: -2.8vw;
    top: 0.8vw;
  }
}
@media screen and (max-width: 768px) {
  .fv h2 .tit_wrap .bold::after, .fv h2 .tit_wrap .bold::before {
    background: url("../images/fv_tit_l_sp.png") no-repeat center/100%;
    width: 3.33vw;
    height: 2.93vw;
    left: -3.74vw;
    top: 1.07vw;
  }
}
.fv h2 .tit_wrap .bold::before {
  background: url("../images/fv_tit_r.png") no-repeat center/100%;
  left: auto;
  right: -24px;
}
@media screen and (max-width: 1000px) {
  .fv h2 .tit_wrap .bold::before {
    right: -2.4vw;
  }
}
@media screen and (max-width: 768px) {
  .fv h2 .tit_wrap .bold::before {
    background: url("../images/fv_tit_r_sp.png") no-repeat center/100%;
    right: -3.2vw;
  }
}
.fv h2 .last {
  font-size: 68px;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .fv h2 .last {
    font-size: 6.8vw;
  }
}
@media screen and (max-width: 768px) {
  .fv h2 .last {
    font-size: 8.27vw;
  }
}
.fv .txt01 {
  margin-top: 49px;
  margin-right: 31px;
  font-size: 24px;
  line-height: 52px;
  letter-spacing: 0.12em;
  color: #1a1a1a;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .fv .txt01 {
    margin-top: 4.9vw;
    margin-right: 3.1vw;
    font-size: 2.4vw;
    line-height: 5.2vw;
  }
}
@media screen and (max-width: 768px) {
  .fv .txt01 {
    margin-top: 6.53vw;
    margin-right: 0vw;
    font-size: 3.63vw;
    line-height: 6.93vw;
  }
}
.fv .txt01 .white {
  font-size: 29px;
  line-height: 52px;
  border-radius: 26px;
  padding: 0 17px;
  color: #195aff;
  background-color: #fff;
  letter-spacing: 0.06em;
  filter: drop-shadow(4px 4px 4px rgba(24, 57, 104, 0.34));
  margin-right: 10px;
  display: inline-block;
}
@media screen and (max-width: 1000px) {
  .fv .txt01 .white {
    font-size: 2.9vw;
    line-height: 5.2vw;
    border-radius: 2.6vw;
    padding: 0 1.7vw;
    filter: drop-shadow(0.4vw 0.4vw 0.4vw rgba(24, 57, 104, 0.34));
    margin-right: 1vw;
  }
}
@media screen and (max-width: 768px) {
  .fv .txt01 .white {
    font-size: 4.27vw;
    line-height: 7.2vw;
    border-radius: 3.6vw;
    padding: 0 2.27vw;
    filter: drop-shadow(0.53vw 0.53vw 0.53vw rgba(24, 57, 104, 0.34));
    margin-right: 1.33vw;
  }
}
.fv .txt01 .bold {
  font-size: 29px;
  line-height: 52px;
  letter-spacing: 0.06em;
  color: #1a1a1a;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .fv .txt01 .bold {
    font-size: 2.9vw;
    line-height: 5.2vw;
  }
}
@media screen and (max-width: 768px) {
  .fv .txt01 .bold {
    font-size: 4.27vw;
    line-height: 7.2vw;
    margin-top: 1.33vw;
    display: inline-block;
  }
}
.fv .txt02 {
  margin-top: 21px;
  font-size: 19px;
  letter-spacing: 0.06em;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .fv .txt02 {
    margin-top: 2.1vw;
    font-size: 1.9vw;
  }
}
@media screen and (max-width: 768px) {
  .fv .txt02 {
    margin-top: 2.8vw;
    font-size: 3.73vw;
    line-height: 6.67vw;
  }
}
.fv .txt02 strong {
  font-size: 19px;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #195aff;
}
@media screen and (max-width: 1000px) {
  .fv .txt02 strong {
    font-size: 1.9vw;
  }
}
@media screen and (max-width: 768px) {
  .fv .txt02 strong {
    font-size: 3.73vw;
    line-height: 6.67vw;
  }
}
.fv .fv_btn {
  border-radius: 6px;
  display: inline-block;
  background-color: #195aff;
  width: 400px;
  margin: 58px auto 0;
  padding-left: 26px;
}
@media screen and (max-width: 1000px) {
  .fv .fv_btn {
    border-radius: 0.6vw;
    width: 40vw;
    margin: 5.2vw auto 0;
    padding-left: 2.6vw;
  }
}
@media screen and (max-width: 768px) {
  .fv .fv_btn {
    border-radius: 0.8vw;
    width: 73.33vw;
    margin: 21.6vw auto 0;
    padding-left: 3.47vw;
  }
}
.fv .fv_btn span {
  padding-left: 20px;
  font-size: 22px;
  line-height: 76px;
  color: #fff;
  letter-spacing: 0.04em;
  font-weight: 500;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .fv .fv_btn span {
    padding-left: 2vw;
    font-size: 2.2vw;
    line-height: 7.6vw;
  }
}
@media screen and (max-width: 768px) {
  .fv .fv_btn span {
    padding-left: 2.67vw;
    font-size: 4.27vw;
    line-height: 14.67vw;
  }
}
.fv .fv_btn span::after {
  content: "";
  display: block;
  width: 30px;
  height: 22px;
  background: url("../images/btn_mail_icon.png") no-repeat center/100%;
  position: absolute;
  left: -28px;
  top: 50%;
  transform: translate(0%, -50%);
}
@media screen and (max-width: 1000px) {
  .fv .fv_btn span::after {
    width: 3vw;
    height: 2.2vw;
    left: -2.8vw;
  }
}
@media screen and (max-width: 768px) {
  .fv .fv_btn span::after {
    background: url("../images/btn_mail_icon_sp.png") no-repeat center/100%;
    width: 5.73vw;
    height: 4.13vw;
    left: -5.07vw;
  }
}

/* fv */
.worries {
  background: url("../images/worries_bg.jpg") no-repeat top center;
  background-size: 2000px 1203px;
  padding-top: 88px;
  height: 1203px;
}
@media screen and (max-width: 1000px) {
  .worries {
    background-size: 200vw 120.3vw;
    padding-top: 8.8vw;
    height: 120.3vw;
  }
}
@media screen and (max-width: 768px) {
  .worries {
    background: url("../images/worries_bg_sp.jpg") no-repeat top center;
    background-size: 102.4vw 271.07vw;
    padding-top: 11.87vw;
    height: 271.07vw;
  }
}
.worries .worries_in {
  background: url("../images/worries_in_bg.png") no-repeat top center;
  background-size: 1000px 1025px;
  padding-top: 100px;
  height: 1025px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .worries .worries_in {
    background-size: 100vw 102.5vw;
    padding-top: 10vw;
    height: 102.5vw;
  }
}
@media screen and (max-width: 768px) {
  .worries .worries_in {
    background: url("../images/worries_in_bg_sp.png") no-repeat top center;
    background-size: 92vw 247.2vw;
    padding-top: 6.67vw;
    width: 92vw;
    height: 247.2vw;
    margin: 0 auto;
  }
}
.worries h2 {
  font-size: 37px;
  line-height: 42px;
  letter-spacing: 0.08em;
  color: #fff;
  font-weight: 500;
  margin-left: 6px;
}
@media screen and (max-width: 1000px) {
  .worries h2 {
    font-size: 3.7vw;
    line-height: 4.2vw;
    margin-left: 0.6vw;
  }
}
@media screen and (max-width: 768px) {
  .worries h2 {
    font-size: 5.07vw;
    line-height: 9.07vw;
    margin-left: 0.8vw;
  }
}
.worries h2 .yellow {
  font-size: 37px;
  line-height: 42px;
  color: #195aff;
  background-color: #fcf670;
  font-weight: 700;
  padding: 0 2px;
  display: inline-block;
}
@media screen and (max-width: 1000px) {
  .worries h2 .yellow {
    font-size: 3.7vw;
    line-height: 4.2vw;
    padding: 0 0.2vw;
  }
}
@media screen and (max-width: 768px) {
  .worries h2 .yellow {
    font-size: 5.07vw;
    line-height: 5.87vw;
    padding: 0 0.27vw;
  }
}
.worries h2 .bold {
  font-size: 50px;
  letter-spacing: 0.08em;
  color: #fff;
  font-weight: 700;
  margin-top: 17px;
  display: inline-block;
}
@media screen and (max-width: 1000px) {
  .worries h2 .bold {
    font-size: 5vw;
    margin-top: 1.7vw;
  }
}
@media screen and (max-width: 768px) {
  .worries h2 .bold {
    font-size: 5.6vw;
    margin-top: 1.33vw;
  }
}
.worries .list {
  margin-top: 80px;
}
@media screen and (max-width: 1000px) {
  .worries .list {
    margin-top: 8vw;
  }
}
@media screen and (max-width: 768px) {
  .worries .list {
    margin-top: 4.93vw;
  }
}
.worries .list li {
  padding-left: 41px;
  width: 850px;
  padding: 26px 0 32px 121px;
  margin: 0 auto 29px;
  border: 5px solid #fff;
  background: rgba(255, 255, 255, 0.9);
  position: relative;
  text-align: left;
}
@media screen and (max-width: 1000px) {
  .worries .list li {
    padding-left: 4.1vw;
    width: 85vw;
    padding: 2.6vw 0 3.2vw 12.1vw;
    margin: 0 auto 2.9vw;
    border: 0.5vw solid #fff;
  }
}
@media screen and (max-width: 768px) {
  .worries .list li {
    padding-left: 8.13vw;
    width: 80vw;
    padding: 18vw 0 5.33vw 0vw;
    margin: 0 auto 6.67vw;
    border: 0.67vw solid #fff;
  }
}
.worries .list li::after {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background: url("../images/worries_list_01_icon.png") no-repeat center/100%;
  position: absolute;
  left: 17px;
  top: 50%;
  transform: translate(0%, -50%);
}
@media screen and (max-width: 1000px) {
  .worries .list li::after {
    width: 8vw;
    height: 8vw;
    left: 1.7vw;
  }
}
@media screen and (max-width: 768px) {
  .worries .list li::after {
    background: url("../images/worries_list_01_icon_sp.png") no-repeat center/100%;
    width: 16vw;
    height: 16vw;
    top: 2.27vw;
    left: 50%;
    transform: translate(-50%, 0%);
  }
}
.worries .list li:nth-of-type(2)::after {
  background: url("../images/worries_list_02_icon.png") no-repeat center/100%;
}
@media screen and (max-width: 768px) {
  .worries .list li:nth-of-type(2)::after {
    background: url("../images/worries_list_02_icon_sp.png") no-repeat center/100%;
  }
}
.worries .list li:nth-of-type(3)::after {
  background: url("../images/worries_list_03_icon.png") no-repeat center/100%;
}
@media screen and (max-width: 768px) {
  .worries .list li:nth-of-type(3)::after {
    background: url("../images/worries_list_03_icon_sp.png") no-repeat center/100%;
  }
}
.worries .list li .tit {
  font-size: 26px;
  line-height: 42px;
  font-weight: 700;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 1000px) {
  .worries .list li .tit {
    font-size: 2.6vw;
    line-height: 4.2vw;
  }
}
@media screen and (max-width: 768px) {
  .worries .list li .tit {
    font-size: 4.27vw;
    line-height: 7.2vw;
    text-align: center;
  }
}
.worries .list li .tit strong {
  font-size: 26px;
  line-height: 42px;
  font-weight: 700;
  letter-spacing: 0.07em;
  color: #195aff;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .worries .list li .tit strong {
    font-size: 2.6vw;
    line-height: 4.2vw;
  }
}
@media screen and (max-width: 768px) {
  .worries .list li .tit strong {
    font-size: 4.27vw;
    line-height: 7.2vw;
  }
}
.worries .list li .tit strong::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #195aff;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  bottom: -1px;
}
@media screen and (max-width: 1000px) {
  .worries .list li .tit strong::after {
    height: 0.2vw;
    bottom: -0.1vw;
  }
}
@media screen and (max-width: 768px) {
  .worries .list li .tit strong::after {
    height: 0.27vw;
    bottom: -0.14vw;
  }
}
.worries .list li .txt {
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.06em;
  margin-top: 9px;
}
@media screen and (max-width: 1000px) {
  .worries .list li .txt {
    font-size: 1.8vw;
    line-height: 3.2vw;
    margin-top: 0.9vw;
  }
}
@media screen and (max-width: 768px) {
  .worries .list li .txt {
    font-size: 3.73vw;
    line-height: 6.93vw;
    margin-top: 2.53vw;
    padding-left: 6.93vw;
  }
}

/* worries */
.service {
  background: url("../images/service_bg.jpg") no-repeat top center;
  background-size: 2000px 3466px;
  padding-top: 94px;
  height: 3466px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .service {
    background-size: 200vw 346.6vw;
    padding-top: 9.4vw;
    height: 346.6vw;
  }
}
@media screen and (max-width: 768px) {
  .service {
    background: url("../images/service_bg_sp.jpg") no-repeat top center;
    background-size: 102.4vw 792.27vw;
    padding-top: 12.8vw;
    height: 792.27vw;
  }
}
.service .eng {
  font-size: 27px;
  letter-spacing: 0.1em;
  color: #0032b3;
  font-family: "Arial", sans-serif;
}
@media screen and (max-width: 1000px) {
  .service .eng {
    font-size: 2.7vw;
  }
}
@media screen and (max-width: 768px) {
  .service .eng {
    font-size: 5.33vw;
  }
}
.service h2 {
  color: #fff;
  background-color: #0032b3;
  font-weight: 700;
  font-size: 56px;
  display: inline-block;
  margin-top: 19px;
  border-radius: 6px;
  padding: 4px 4px 8px 11px;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 1000px) {
  .service h2 {
    font-size: 5.6vw;
    margin-top: 1.9vw;
    border-radius: 0.6vw;
    padding: 0.4vw 0.4vw px 0.8vw 1.1vw;
  }
}
@media screen and (max-width: 768px) {
  .service h2 {
    font-size: 9.6vw;
    margin-top: 4vw;
    border-radius: 0.8vw;
    padding: 0.53vw 0.53vw px 1.33vw 1.47vw;
  }
}
.service .lead_txt {
  width: 900px;
  margin: 42px auto 0;
  border-top: 1px solid #0032b3;
  border-bottom: 1px solid #0032b3;
  font-weight: 500;
  font-size: 25px;
  line-height: 35px;
  padding: 32px 0 38px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1000px) {
  .service .lead_txt {
    width: 90vw;
    margin: 4.2vw auto 0;
    font-size: 2.5vw;
    line-height: 3.5vw;
    padding: 3.2vw 0 3.8vw;
  }
}
@media screen and (max-width: 768px) {
  .service .lead_txt {
    width: 92vw;
    margin: 10vw auto 0;
    font-size: 4vw;
    line-height: 7.07vw;
    padding: 6.67vw 0 7.33vw;
  }
}
.service .lead_txt strong {
  color: #195aff;
  background-color: #fff;
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
  padding: 0 0.1em;
  margin-top: 14px;
  margin-left: 7px;
  display: inline-block;
  letter-spacing: 0.08em;
  vertical-align: -3px;
}
@media screen and (max-width: 1000px) {
  .service .lead_txt strong {
    font-size: 3vw;
    line-height: 3.5vw;
    margin-top: 1.4vw;
    margin-left: 0.7vw;
    vertical-align: -0.3vw;
  }
}
@media screen and (max-width: 768px) {
  .service .lead_txt strong {
    font-size: 4.53vw;
    line-height: 6.27vw;
    margin-top: 2.53vw;
    margin-left: 0vw;
    vertical-align: -0.4vw;
  }
}
.service .list {
  margin-top: 91px;
}
@media screen and (max-width: 1000px) {
  .service .list {
    margin-top: 9.1vw;
  }
}
@media screen and (max-width: 768px) {
  .service .list {
    margin-top: 12.13vw;
  }
}
.service .list > li {
  content: "";
  display: block;
  width: 1000px;
  height: 902px;
  background: url("../images/service_list01_bg.png") no-repeat center/100%;
  margin-bottom: 80px;
  padding-top: 69px;
}
@media screen and (max-width: 1000px) {
  .service .list > li {
    width: 100vw;
    height: 90.2vw;
    margin-bottom: 8vw;
    padding-top: 6.9vw;
  }
}
@media screen and (max-width: 768px) {
  .service .list > li {
    background: url("../images/service_list01_bg_sp.png") no-repeat center/100%;
    width: 92vw;
    height: 215.73vw;
    margin: 0 auto 10.67vw;
    padding-top: 9.2vw;
  }
}
.service .list > li:nth-of-type(2) {
  background: url("../images/service_list02_bg.png") no-repeat center/100%;
}
@media screen and (max-width: 768px) {
  .service .list > li:nth-of-type(2) {
    background: url("../images/service_list02_bg_sp.png") no-repeat center/100%;
    width: 92vw;
    height: 211.73vw;
  }
}
.service .list > li:nth-of-type(2) .tit_area {
  margin-left: 50px;
}
@media screen and (max-width: 1000px) {
  .service .list > li:nth-of-type(2) .tit_area {
    margin-left: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .service .list > li:nth-of-type(2) .tit_area {
    margin-left: 6.67vw;
  }
}
@media screen and (max-width: 768px) {
  .service .list > li:nth-of-type(2) .tit_area .tit {
    margin-left: -0.94vw;
  }
}
@media screen and (max-width: 768px) {
  .service .list > li:nth-of-type(2) .tit_area .txt {
    margin-left: 0vw;
  }
}
.service .list > li:nth-of-type(2) .in_list li::before {
  background: url("../images/service_list02_img01.png") no-repeat center/100%;
}
@media screen and (max-width: 768px) {
  .service .list > li:nth-of-type(2) .in_list li::before {
    background: url("../images/service_list02_img01_sp.png") no-repeat center/100%;
  }
}
@media screen and (max-width: 768px) {
  .service .list > li:nth-of-type(2) .in_list li:nth-of-type(1) {
    height: 37.33vw;
  }
}
@media screen and (max-width: 768px) {
  .service .list > li:nth-of-type(2) .in_list li:nth-of-type(2) {
    height: 29.33vw;
  }
}
.service .list > li:nth-of-type(2) .in_list li:nth-of-type(2)::before {
  background: url("../images/service_list02_img02.png") no-repeat center/100%;
}
@media screen and (max-width: 768px) {
  .service .list > li:nth-of-type(2) .in_list li:nth-of-type(2)::before {
    background: url("../images/service_list02_img02_sp.png") no-repeat center/100%;
  }
}
.service .list > li:nth-of-type(2) .in_list li:nth-of-type(3)::before {
  background: url("../images/service_list02_img03.png") no-repeat center/100%;
}
@media screen and (max-width: 768px) {
  .service .list > li:nth-of-type(2) .in_list li:nth-of-type(3)::before {
    background: url("../images/service_list02_img03_sp.png") no-repeat center/100%;
  }
}
.service .list > li:nth-of-type(3) {
  height: 916px;
  background: url("../images/service_list03_bg.png") no-repeat center/100%;
}
@media screen and (max-width: 1000px) {
  .service .list > li:nth-of-type(3) {
    height: 91.6vw;
  }
}
@media screen and (max-width: 768px) {
  .service .list > li:nth-of-type(3) {
    background: url("../images/service_list03_bg_sp.png") no-repeat center/100%;
    height: 234.67vw;
  }
}
.service .list > li:nth-of-type(3) .tit_area {
  margin-left: 575px;
}
@media screen and (max-width: 1000px) {
  .service .list > li:nth-of-type(3) .tit_area {
    margin-left: 57.5vw;
  }
}
@media screen and (max-width: 768px) {
  .service .list > li:nth-of-type(3) .tit_area {
    margin-left: 42.13vw;
  }
}
@media screen and (max-width: 768px) {
  .service .list > li:nth-of-type(3) .tit_area .txt {
    margin-left: -36.14vw;
    white-space: nowrap;
  }
}
.service .list > li:nth-of-type(3) .in_list {
  margin-top: 68px;
}
@media screen and (max-width: 1000px) {
  .service .list > li:nth-of-type(3) .in_list {
    margin-top: 6.8vw;
  }
}
@media screen and (max-width: 768px) {
  .service .list > li:nth-of-type(3) .in_list {
    margin-top: 11.73vw;
  }
}
.service .list > li:nth-of-type(3) .in_list li {
  width: 442px;
}
@media screen and (max-width: 1000px) {
  .service .list > li:nth-of-type(3) .in_list li {
    width: 44.2vw;
  }
}
@media screen and (max-width: 768px) {
  .service .list > li:nth-of-type(3) .in_list li {
    width: 80vw;
    height: 70.4vw;
    display: block;
    padding-left: 0;
    margin-bottom: 9.07vw;
  }
}
.service .list > li:nth-of-type(3) .in_list li .txt {
  font-size: 20px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1000px) {
  .service .list > li:nth-of-type(3) .in_list li .txt {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .service .list > li:nth-of-type(3) .in_list li .txt {
    padding-top: 32vw;
    font-size: 4.27vw;
    text-align: center;
    white-space: nowrap;
  }
}
.service .list > li:nth-of-type(3) .in_list li .txt strong {
  font-size: 20px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1000px) {
  .service .list > li:nth-of-type(3) .in_list li .txt strong {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .service .list > li:nth-of-type(3) .in_list li .txt strong {
    font-size: 4.27vw;
  }
}
.service .list > li:nth-of-type(3) .in_list li::before {
  background: url("../images/service_list03_img01.png") no-repeat center/100%;
}
@media screen and (max-width: 768px) {
  .service .list > li:nth-of-type(3) .in_list li::before {
    background: url("../images/service_list03_img01_sp.png") no-repeat center/100%;
    top: 8.27vw;
    left: 50%;
    transform: translate(-50%, 0%);
  }
}
@media screen and (max-width: 768px) {
  .service .list > li:nth-of-type(3) .in_list li:nth-of-type(2) {
    height: 63.2vw;
  }
}
.service .list > li:nth-of-type(3) .in_list li:nth-of-type(2)::before {
  background: url("../images/service_list03_img02.png") no-repeat center/100%;
}
@media screen and (max-width: 768px) {
  .service .list > li:nth-of-type(3) .in_list li:nth-of-type(2)::before {
    background: url("../images/service_list03_img02_sp.png") no-repeat center/100%;
  }
}
.service .list .tit_area {
  text-align: left;
  margin-left: 502px;
}
@media screen and (max-width: 1000px) {
  .service .list .tit_area {
    margin-left: 50.2vw;
  }
}
@media screen and (max-width: 768px) {
  .service .list .tit_area {
    margin-left: 39.6vw;
  }
}
.service .list .tit_area .no_txt {
  color: #0032b3;
  font-family: "Arial", sans-serif;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 0.04em;
  margin-left: 1px;
}
@media screen and (max-width: 1000px) {
  .service .list .tit_area .no_txt {
    font-size: 1.7vw;
    margin-left: 0.1vw;
  }
}
@media screen and (max-width: 768px) {
  .service .list .tit_area .no_txt {
    font-size: 2.93vw;
    margin-left: 0.13vw;
  }
}
.service .list .tit_area .no {
  color: #0032b3;
  font-family: "Arial", sans-serif;
  font-weight: 700;
  font-size: 69px;
  letter-spacing: 0.02em;
  margin-left: 4px;
}
@media screen and (max-width: 1000px) {
  .service .list .tit_area .no {
    font-size: 6.9vw;
    margin-left: 0.4vw;
  }
}
@media screen and (max-width: 768px) {
  .service .list .tit_area .no {
    font-size: 11.73vw;
    margin-left: 0.53vw;
  }
}
.service .list .tit_area .tit {
  color: #1a1a1a;
  font-weight: 700;
  font-size: 38px;
  line-height: 56px;
  letter-spacing: 0.08em;
  margin-top: 3px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .service .list .tit_area .tit {
    font-size: 3.8vw;
    line-height: 5.6vw;
    margin-top: 0.3vw;
  }
}
@media screen and (max-width: 768px) {
  .service .list .tit_area .tit {
    font-size: 5.73vw;
    line-height: 8.53vw;
    margin-top: 0.4vw;
    margin-left: 0.93vw;
  }
}
.service .list .tit_area .tit::after, .service .list .tit_area .tit::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 3px;
  left: 3px;
  bottom: -18px;
  background-color: #0032b3;
}
@media screen and (max-width: 1000px) {
  .service .list .tit_area .tit::after, .service .list .tit_area .tit::before {
    width: 20vw;
    height: 0.3vw;
    left: 0.3vw;
    bottom: -1.8vw;
  }
}
@media screen and (max-width: 768px) {
  .service .list .tit_area .tit::after, .service .list .tit_area .tit::before {
    width: 35.47vw;
    height: 0.53vw;
    left: 0.4vw;
    bottom: -3.74vw;
  }
}
.service .list .tit_area .tit::after {
  width: 100px;
  background-color: #80a4ff;
}
@media screen and (max-width: 1000px) {
  .service .list .tit_area .tit::after {
    width: 10vw;
  }
}
@media screen and (max-width: 768px) {
  .service .list .tit_area .tit::after {
    width: 17.73vw;
  }
}
.service .list .tit_area .txt {
  color: #4d4d4d;
  font-size: 18px;
  line-height: 36px;
  letter-spacing: 0.08em;
  margin-top: 42px;
  margin-left: 2px;
}
@media screen and (max-width: 1000px) {
  .service .list .tit_area .txt {
    font-size: 1.8vw;
    line-height: 3.6vw;
    margin-top: 4.2vw;
    margin-left: 0.2vw;
  }
}
@media screen and (max-width: 768px) {
  .service .list .tit_area .txt {
    font-size: 3.73vw;
    line-height: 6.93vw;
    margin-top: 9.33vw;
    margin-left: -33.6vw;
    width: 81.33vw;
  }
}
.service .in_list {
  display: flex;
  justify-content: space-between;
  width: 898px;
  margin: 91px auto 0;
}
@media screen and (max-width: 1000px) {
  .service .in_list {
    width: 89.8vw;
    margin: 9.1vw auto 0;
  }
}
@media screen and (max-width: 768px) {
  .service .in_list {
    width: 80vw;
    margin: 11.33vw auto 0;
    flex-flow: column;
  }
}
.service .in_list li {
  border-radius: 10px;
  width: 290px;
  height: 356px;
  padding-top: 205px;
  background-color: #0032b3;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .service .in_list li {
    border-radius: 1vw;
    width: 29vw;
    height: 35.6vw;
    padding-top: 20.5vw;
  }
}
@media screen and (max-width: 768px) {
  .service .in_list li {
    border-radius: 1.33vw;
    width: 80vw;
    height: 29.33vw;
    padding-top: 0vw;
    padding-left: 28.67vw;
    margin-bottom: 8.8vw;
    display: flex;
    align-items: center;
  }
}
.service .in_list li::after, .service .in_list li::before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background: url("../images/service_list_check.png") no-repeat center/100%;
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translate(-50%, 0%);
}
@media screen and (max-width: 1000px) {
  .service .in_list li::after, .service .in_list li::before {
    width: 3.6vw;
    height: 3.6vw;
    top: -1.3vw;
  }
}
@media screen and (max-width: 768px) {
  .service .in_list li::after, .service .in_list li::before {
    background: url("../images/service_list_check_sp.png") no-repeat center/100%;
    width: 6.13vw;
    height: 6.13vw;
    top: -2.67vw;
  }
}
.service .in_list li::before {
  width: 142px;
  height: 141px;
  background: url("../images/service_list01_img01.png") no-repeat center/100%;
  top: 50px;
}
@media screen and (max-width: 1000px) {
  .service .in_list li::before {
    width: 14.2vw;
    height: 14.1vw;
    top: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .service .in_list li::before {
    background: url("../images/service_list01_img01_sp.png") no-repeat center/100%;
    width: 18.8vw;
    height: 18.93vw;
    left: 4.8vw;
    top: 50%;
    transform: translate(0%, -50%);
  }
}
.service .in_list li .txt {
  font-size: 22px;
  line-height: 38px;
  letter-spacing: 0.08em;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .service .in_list li .txt {
    font-size: 2.2vw;
    line-height: 3.8vw;
  }
}
@media screen and (max-width: 768px) {
  .service .in_list li .txt {
    font-size: 4.53vw;
    line-height: 8vw;
    text-align: left;
  }
}
.service .in_list li .txt strong {
  font-size: 22px;
  line-height: 38px;
  letter-spacing: 0.08em;
  color: #fcf670;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .service .in_list li .txt strong {
    font-size: 2.2vw;
    line-height: 3.8vw;
  }
}
@media screen and (max-width: 768px) {
  .service .in_list li .txt strong {
    font-size: 4.53vw;
    line-height: 8vw;
  }
}
@media screen and (max-width: 768px) {
  .service .in_list li:nth-of-type(2) {
    height: 37.33vw;
  }
}
.service .in_list li:nth-of-type(2)::before {
  background: url("../images/service_list01_img02.png") no-repeat center/100%;
}
@media screen and (max-width: 768px) {
  .service .in_list li:nth-of-type(2)::before {
    background: url("../images/service_list01_img02_sp.png") no-repeat center/100%;
  }
}
.service .in_list li:nth-of-type(3)::before {
  background: url("../images/service_list01_img03.png") no-repeat center/100%;
}
@media screen and (max-width: 768px) {
  .service .in_list li:nth-of-type(3)::before {
    background: url("../images/service_list01_img03_sp.png") no-repeat center/100%;
  }
}

/* service */
.differences {
  background: url("../images/differences_bg.jpg") no-repeat top center;
  background-size: 2000px 1106px;
  padding-top: 90px;
  height: 1106px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .differences {
    background-size: 200vw 110.6vw;
    padding-top: 9vw;
    height: 110.6vw;
  }
}
@media screen and (max-width: 768px) {
  .differences {
    background: url("../images/differences_bg_sp.jpg") no-repeat top center;
    background-size: 102.4vw 300.67vw;
    padding-top: 12.67vw;
    height: 300.67vw;
  }
}
.differences .eng {
  font-size: 27px;
  letter-spacing: 0.11em;
  color: #195aff;
  font-family: "Arial", sans-serif;
}
@media screen and (max-width: 1000px) {
  .differences .eng {
    font-size: 2.7vw;
  }
}
@media screen and (max-width: 768px) {
  .differences .eng {
    font-size: 4.67vw;
  }
}
.differences h2 {
  color: #fff;
  background-color: #195aff;
  font-weight: 700;
  font-size: 56px;
  display: inline-block;
  margin-top: 19px;
  border-radius: 6px;
  padding: 4px 4px 8px 11px;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 1000px) {
  .differences h2 {
    font-size: 5.6vw;
    margin-top: 1.9vw;
    border-radius: 0.6vw;
    padding: 0.4vw 0.4vw 0.8vw 1.1vw;
  }
}
@media screen and (max-width: 768px) {
  .differences h2 {
    font-size: 9.6vw;
    margin-top: 6.67vw;
    border-radius: 0.8vw;
    padding: 0.53vw 0.53vw 1.33vw 1.47vw;
  }
}
.differences .list {
  margin-top: 90px;
}
@media screen and (max-width: 1000px) {
  .differences .list {
    margin-top: 9vw;
  }
}
@media screen and (max-width: 768px) {
  .differences .list {
    margin-top: 12.4vw;
  }
}
.differences .list li {
  width: 1000px;
  margin: 0 auto 80px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .differences .list li {
    width: 100vw;
    margin: 0 auto 8vw;
  }
}
@media screen and (max-width: 768px) {
  .differences .list li {
    width: 91.73vw;
    margin: 0 auto 10.67vw;
    display: block;
  }
}
.differences .list li .img {
  width: 500px;
}
@media screen and (max-width: 1000px) {
  .differences .list li .img {
    width: 50vw;
  }
}
@media screen and (max-width: 768px) {
  .differences .list li .img {
    margin: 8.27vw auto 0;
    width: 80vw;
  }
}
.differences .list li .txt_area {
  padding-left: 32px;
  width: 500px;
  text-align: left;
}
@media screen and (max-width: 1000px) {
  .differences .list li .txt_area {
    padding-left: 3.2vw;
    width: 50vw;
  }
}
@media screen and (max-width: 768px) {
  .differences .list li .txt_area {
    padding-left: 0vw;
    width: 91.73vw;
  }
}
.differences .list li .txt_area .tit {
  font-size: 42px;
  letter-spacing: 0.08em;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .differences .list li .txt_area .tit {
    font-size: 4.2vw;
  }
}
@media screen and (max-width: 768px) {
  .differences .list li .txt_area .tit {
    font-size: 7.33vw;
    text-align: center;
  }
}
.differences .list li .txt_area .tit::after {
  content: "";
  display: block;
  width: 443px;
  height: 3px;
  background: url("../images/differences_line.png") no-repeat center/100%;
  position: absolute;
  bottom: -23px;
  left: 0;
}
@media screen and (max-width: 1000px) {
  .differences .list li .txt_area .tit::after {
    width: 44.3vw;
    height: 0.3vw;
    bottom: -2.3vw;
  }
}
@media screen and (max-width: 768px) {
  .differences .list li .txt_area .tit::after {
    background: url("../images/differences_line_sp.png") no-repeat center/100%;
    width: 91.07vw;
    height: 0.4vw;
    bottom: -3.74vw;
  }
}
.differences .list li .txt_area .subtit {
  font-size: 22px;
  line-height: 38px;
  letter-spacing: 0.08em;
  font-weight: 700;
  margin-top: 38px;
}
@media screen and (max-width: 1000px) {
  .differences .list li .txt_area .subtit {
    font-size: 2.2vw;
    line-height: 3.8vw;
    margin-top: 3.8vw;
  }
}
@media screen and (max-width: 768px) {
  .differences .list li .txt_area .subtit {
    font-size: 4.53vw;
    line-height: 8vw;
    margin-top: 9.33vw;
  }
}
.differences .list li .txt_area .subtit strong {
  font-size: 22px;
  line-height: 38px;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #195aff;
  background-color: #fcf670;
}
@media screen and (max-width: 1000px) {
  .differences .list li .txt_area .subtit strong {
    font-size: 2.2vw;
    line-height: 3.8vw;
  }
}
@media screen and (max-width: 768px) {
  .differences .list li .txt_area .subtit strong {
    font-size: 4.53vw;
    line-height: 5.2vw;
    display: inline-block;
  }
}
.differences .list li .txt_area .txt {
  font-size: 18px;
  line-height: 36px;
  letter-spacing: 0.06em;
  width: 457px;
  margin-top: 13px;
}
@media screen and (max-width: 1000px) {
  .differences .list li .txt_area .txt {
    font-size: 1.8vw;
    line-height: 3.6vw;
    width: 45.7vw;
    margin-top: 1.3vw;
  }
}
@media screen and (max-width: 768px) {
  .differences .list li .txt_area .txt {
    font-size: 3.73vw;
    line-height: 6.93vw;
    width: 91.73vw;
    margin-top: 3.07vw;
  }
}
.differences .list li:nth-of-type(odd) {
  flex-flow: row-reverse;
}
.differences .list li:nth-of-type(even) .txt_area {
  padding-top: 25px;
  padding-left: 8px;
}
@media screen and (max-width: 1000px) {
  .differences .list li:nth-of-type(even) .txt_area {
    padding-top: 2.5vw;
    padding-left: 0.8vw;
  }
}
@media screen and (max-width: 768px) {
  .differences .list li:nth-of-type(even) .txt_area {
    padding-top: 2vw;
    padding-left: 0vw;
  }
}
.differences .list li:nth-of-type(even) .txt {
  margin-top: 40px;
}
@media screen and (max-width: 1000px) {
  .differences .list li:nth-of-type(even) .txt {
    margin-top: 4vw;
  }
}
@media screen and (max-width: 768px) {
  .differences .list li:nth-of-type(even) .txt {
    margin-top: 10.67vw;
  }
}

/* differences */
.support {
  background: #d9e7ff;
  padding-top: 89px;
  padding-bottom: 80px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .support {
    padding-top: 8.9vw;
    padding-bottom: 8vw;
  }
}
@media screen and (max-width: 768px) {
  .support {
    padding-top: 12.53vw;
    padding-bottom: 12vw;
  }
}
.support .eng {
  font-size: 27px;
  letter-spacing: 0.11em;
  color: #0032b3;
  font-family: "Arial", sans-serif;
}
@media screen and (max-width: 1000px) {
  .support .eng {
    font-size: 2.7vw;
  }
}
@media screen and (max-width: 768px) {
  .support .eng {
    font-size: 5.33vw;
  }
}
.support h2 {
  color: #fff;
  background-color: #0032b3;
  font-weight: 700;
  font-size: 56px;
  display: inline-block;
  margin-top: 21px;
  border-radius: 6px;
  padding: 4px 4px 8px 11px;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 1000px) {
  .support h2 {
    font-size: 5.6vw;
    margin-top: 2.1vw;
    border-radius: 0.6vw;
    padding: 0.4vw 0.4vw 0.8vw 1.1vw;
  }
}
@media screen and (max-width: 768px) {
  .support h2 {
    font-size: 9.6vw;
    margin-top: 4.67vw;
    border-radius: 0.8vw;
    padding: 0.27vw 0.53vw 1.33vw 1.47vw;
    letter-spacing: 0.11em;
  }
}
.support .list {
  margin-top: 94px;
}
@media screen and (max-width: 1000px) {
  .support .list {
    margin-top: 9.4vw;
  }
}
@media screen and (max-width: 768px) {
  .support .list {
    margin-top: 12vw;
  }
}
.support .list > li {
  width: 1000px;
  height: 960px;
  background: url("../images/support01_bg.png") no-repeat center/100%;
  margin-bottom: 76px;
  padding-top: 70px;
  filter: drop-shadow(10px 10px 10px rgba(25, 90, 255, 0.1));
}
@media screen and (max-width: 1000px) {
  .support .list > li {
    width: 100vw;
    height: 96vw;
    margin-bottom: 7.6vw;
    padding-top: 7vw;
    filter: drop-shadow(1vw 1vw 1vw rgba(25, 90, 255, 0.1));
  }
}
@media screen and (max-width: 768px) {
  .support .list > li {
    background: url("../images/support01_bg_sp.png") no-repeat center/100%;
    width: 92vw;
    height: 228.67vw;
    margin: 0 auto 9.33vw;
    padding-top: 13.33vw;
    filter: drop-shadow(1.33vw 1.33vw 1.33vw rgba(25, 90, 255, 0.1));
  }
}
.support .list > li .list_tit {
  display: inline-block;
  font-size: 44px;
  letter-spacing: 0.08em;
  color: #1a1a1a;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .support .list > li .list_tit {
    font-size: 4.4vw;
  }
}
@media screen and (max-width: 768px) {
  .support .list > li .list_tit {
    font-size: 6.4vw;
    line-height: 8vw;
  }
}
.support .list > li .list_tit::after {
  content: "";
  display: block;
  width: 638px;
  height: 3px;
  background: url("../images/support01_line.png") no-repeat center/100%;
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translate(-50%, 0%);
}
@media screen and (max-width: 1000px) {
  .support .list > li .list_tit::after {
    width: 63.8vw;
    height: 0.3vw;
    bottom: -1.8vw;
  }
}
@media screen and (max-width: 768px) {
  .support .list > li .list_tit::after {
    background: url("../images/support01_line_sp.png") no-repeat center/100%;
    width: 80.4vw;
    height: 0.4vw;
    bottom: -6vw;
  }
}
.support .list > li .list_tit strong {
  font-size: 44px;
  letter-spacing: 0.08em;
  color: #195aff;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .support .list > li .list_tit strong {
    font-size: 4.4vw;
  }
}
@media screen and (max-width: 768px) {
  .support .list > li .list_tit strong {
    font-size: 5.87vw;
    line-height: 8vw;
  }
}
.support .list > li .list_txt {
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 0.06em;
  margin-top: 48px;
}
@media screen and (max-width: 1000px) {
  .support .list > li .list_txt {
    font-size: 2vw;
    line-height: 4vw;
    margin-top: 4.8vw;
  }
}
@media screen and (max-width: 768px) {
  .support .list > li .list_txt {
    font-size: 3.73vw;
    line-height: 6.67vw;
    margin-top: 11.73vw;
  }
}
.support .list > li .list_txt strong {
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.06em;
  color: #195aff;
  background-color: #fcf670;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .support .list > li .list_txt strong {
    font-size: 2vw;
    line-height: 2.2vw;
  }
}
@media screen and (max-width: 768px) {
  .support .list > li .list_txt strong {
    font-size: 3.73vw;
    line-height: 4vw;
    display: inline-block;
  }
}
.support .list > li .list_img {
  width: 898px;
  margin: 60px auto 0;
}
@media screen and (max-width: 1000px) {
  .support .list > li .list_img {
    width: 89.8vw;
    margin: 6vw auto 0;
  }
}
@media screen and (max-width: 768px) {
  .support .list > li .list_img {
    width: 84.8vw;
    margin: 9.33vw auto 0;
  }
}
.support .list > li:nth-of-type(2) {
  height: 1050px;
  background: url("../images/support02_bg.png") no-repeat center/100%;
  padding-top: 68px;
}
@media screen and (max-width: 1000px) {
  .support .list > li:nth-of-type(2) {
    height: 105vw;
    padding-top: 6.8vw;
  }
}
@media screen and (max-width: 768px) {
  .support .list > li:nth-of-type(2) {
    background: url("../images/support02_bg_sp.png") no-repeat center/100%;
    height: 262.67vw;
    padding-top: 12.4vw;
  }
}
.support .list > li:nth-of-type(2) .list_tit::after {
  width: 473px;
  background: url("../images/support02_line.png") no-repeat center/100%;
  bottom: -20px;
}
@media screen and (max-width: 1000px) {
  .support .list > li:nth-of-type(2) .list_tit::after {
    width: 47.3vw;
    bottom: -2vw;
  }
}
@media screen and (max-width: 768px) {
  .support .list > li:nth-of-type(2) .list_tit::after {
    background: url("../images/support02_line_sp.png") no-repeat center/100%;
    width: 80.4vw;
    bottom: -6vw;
  }
}
.support .list > li:nth-of-type(2) .list_img {
  width: 746px;
  margin: 64px 52px 0 auto;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .support .list > li:nth-of-type(2) .list_img {
    width: 74.6vw;
    margin: 6.4vw 5.2vw 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .support .list > li:nth-of-type(2) .list_img {
    width: 86vw;
    margin: 9.33vw auto 0;
  }
}
.support .list > li:nth-of-type(3) {
  height: 1222px;
  background: url("../images/support03_bg.png") no-repeat center/100%;
}
@media screen and (max-width: 1000px) {
  .support .list > li:nth-of-type(3) {
    height: 122.2vw;
  }
}
@media screen and (max-width: 768px) {
  .support .list > li:nth-of-type(3) {
    background: url("../images/support03_bg_sp.png") no-repeat center/100%;
    height: 378.93vw;
  }
}
.support .list > li:nth-of-type(3) .list_tit::after {
  width: 535px;
  background: url("../images/support03_line.png") no-repeat center/100%;
  bottom: -20px;
}
@media screen and (max-width: 1000px) {
  .support .list > li:nth-of-type(3) .list_tit::after {
    width: 53.5vw;
    bottom: -2vw;
  }
}
@media screen and (max-width: 768px) {
  .support .list > li:nth-of-type(3) .list_tit::after {
    background: url("../images/support03_line_sp.png") no-repeat center/100%;
    width: 80.4vw;
    height: 0.4vw;
    bottom: -6vw;
  }
}
.support .list > li:nth-of-type(3) .list_txt {
  margin-top: 44px;
}
@media screen and (max-width: 1000px) {
  .support .list > li:nth-of-type(3) .list_txt {
    margin-top: 4.4vw;
  }
}
@media screen and (max-width: 768px) {
  .support .list > li:nth-of-type(3) .list_txt {
    margin-top: 11.2vw;
  }
}
.support .support02_list {
  position: absolute;
  top: 57px;
  left: -153px;
}
@media screen and (max-width: 1000px) {
  .support .support02_list {
    top: 5.7vw;
    left: -15.3vw;
  }
}
.support .support02_list li {
  width: 180px;
  height: 140px;
  background: url("../images/support02_arrow01.png") no-repeat center/100%;
  margin-bottom: 123px;
  display: flex;
  justify-content: center;
  flex-flow: column;
  padding-right: 18px;
}
@media screen and (max-width: 1000px) {
  .support .support02_list li {
    width: 18vw;
    height: 14vw;
    margin-bottom: 12.3vw;
    padding-right: 1.8vw;
  }
}
.support .support02_list li .tit {
  font-size: 21px;
  line-height: 29px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1000px) {
  .support .support02_list li .tit {
    font-size: 2.1vw;
    line-height: 2.9vw;
  }
}
.support .support02_list li .txt {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-top: 7px;
  margin-bottom: 7px;
}
@media screen and (max-width: 1000px) {
  .support .support02_list li .txt {
    font-size: 1.6vw;
    line-height: 2.4vw;
    margin-top: 0.7vw;
    margin-bottom: 0.7vw;
  }
}
.support .support02_list li:nth-of-type(2) {
  height: 120px;
  background: url("../images/support02_arrow02.png") no-repeat center/100%;
  margin-bottom: 91px;
}
@media screen and (max-width: 1000px) {
  .support .support02_list li:nth-of-type(2) {
    height: 12vw;
    margin-bottom: 9.1vw;
  }
}
.support .support02_list li:nth-of-type(3) {
  height: 120px;
  background: url("../images/support02_arrow03.png") no-repeat center/100%;
}
@media screen and (max-width: 1000px) {
  .support .support02_list li:nth-of-type(3) {
    height: 12vw;
  }
}
.support .support03_list {
  margin-top: 59px;
}
@media screen and (max-width: 1000px) {
  .support .support03_list {
    margin-top: 5.9vw;
  }
}
@media screen and (max-width: 768px) {
  .support .support03_list {
    margin-top: 7.87vw;
  }
}
.support .support03_list li {
  width: 900px;
  margin: 0 auto 50px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .support .support03_list li {
    width: 90vw;
    margin: 0 auto 5vw;
  }
}
@media screen and (max-width: 768px) {
  .support .support03_list li {
    width: 80vw;
    margin: 0 auto 9.33vw;
    flex-flow: column;
  }
}
.support .support03_list li .img {
  width: 450px;
}
@media screen and (max-width: 1000px) {
  .support .support03_list li .img {
    width: 45vw;
  }
}
@media screen and (max-width: 768px) {
  .support .support03_list li .img {
    width: 80vw;
  }
}
.support .support03_list li .txt_wrap {
  background-color: #edf5ff;
  width: 450px;
  height: 252px;
  display: flex;
  justify-content: center;
  flex-flow: column;
  text-align: left;
  padding-left: 40px;
}
@media screen and (max-width: 1000px) {
  .support .support03_list li .txt_wrap {
    width: 45vw;
    height: 25.2vw;
    padding-left: 4vw;
  }
}
@media screen and (max-width: 768px) {
  .support .support03_list li .txt_wrap {
    width: 80vw;
    height: auto;
    padding-top: 7.33vw;
    padding-left: 5.33vw;
    padding-bottom: 8.67vw;
  }
}
.support .support03_list li .txt_wrap .tit strong {
  color: #1a1a1a;
  font-size: 30px;
  line-height: 48px;
  letter-spacing: 0.08em;
  font-weight: 700;
  background: url("../images/support03_list_tit_line.png") left bottom 0.2em repeat-x;
  background-size: auto 0.4em;
  padding: 0em 0 0.15em;
  display: inline-block;
}
@media screen and (max-width: 1000px) {
  .support .support03_list li .txt_wrap .tit strong {
    font-size: 3vw;
    line-height: 4.8vw;
  }
}
@media screen and (max-width: 768px) {
  .support .support03_list li .txt_wrap .tit strong {
    font-size: 5.33vw;
    line-height: 8.27vw;
  }
}
.support .support03_list li .txt_wrap .txt {
  color: #4d4d4d;
  font-size: 18px;
  line-height: 38px;
  letter-spacing: 0.06em;
  width: 352px;
  margin-top: 20px;
}
@media screen and (max-width: 1000px) {
  .support .support03_list li .txt_wrap .txt {
    font-size: 1.8vw;
    line-height: 3.8vw;
    width: 35.2vw;
    margin-top: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .support .support03_list li .txt_wrap .txt {
    font-size: 3.73vw;
    line-height: 6.67vw;
    width: 72.13vw;
    margin-top: 3.2vw;
    white-space: nowrap;
  }
}
.support .support03_list li:nth-of-type(even) {
  flex-flow: row-reverse;
}
@media screen and (max-width: 768px) {
  .support .support03_list li:nth-of-type(even) {
    flex-flow: column;
  }
}
.support .support03_list li:nth-of-type(2) .tit {
  padding-top: 2px;
}
@media screen and (max-width: 1000px) {
  .support .support03_list li:nth-of-type(2) .tit {
    padding-top: 0.2vw;
  }
}
@media screen and (max-width: 768px) {
  .support .support03_list li:nth-of-type(2) .tit {
    padding-top: 0.27vw;
  }
}
.support .support03_list li:nth-of-type(2) .tit strong {
  line-height: 44px;
  background: url("../images/support03_list_tit_line.png") left bottom 0.2em repeat-x;
  background-size: auto 0.4em;
  padding: 0em 0 0.15em;
}
@media screen and (max-width: 1000px) {
  .support .support03_list li:nth-of-type(2) .tit strong {
    line-height: 4.4vw;
  }
}
@media screen and (max-width: 768px) {
  .support .support03_list li:nth-of-type(2) .tit strong {
    line-height: 7.73vw;
  }
}
.support .support03_list li:nth-of-type(2) .txt {
  margin-top: 8px;
}
@media screen and (max-width: 1000px) {
  .support .support03_list li:nth-of-type(2) .txt {
    margin-top: 0.8vw;
  }
}
@media screen and (max-width: 768px) {
  .support .support03_list li:nth-of-type(2) .txt {
    margin-top: 3.2vw;
  }
}
.support .support03_list li:nth-of-type(3) .txt {
  width: 386px;
}
@media screen and (max-width: 1000px) {
  .support .support03_list li:nth-of-type(3) .txt {
    width: 38.6vw;
  }
}
@media screen and (max-width: 768px) {
  .support .support03_list li:nth-of-type(3) .txt {
    width: 72.13vw;
  }
}
.support .support_btn {
  border-radius: 6px;
  display: inline-block;
  background-color: #f7931e;
  border: 3px solid #fcf670;
  width: 400px;
  margin: 15px auto 0;
  padding-left: 20px;
  filter: drop-shadow(8px 8px 5px rgba(25, 90, 255, 0.2));
}
@media screen and (max-width: 1000px) {
  .support .support_btn {
    border-radius: 0.6vw;
    border: 0.3vw solid #fcf670;
    width: 40vw;
    margin: 1.5vw auto 0;
    padding-left: 2vw;
    filter: drop-shadow(0.8vw 0.8vw 0.5vw rgba(25, 90, 255, 0.2));
  }
}
@media screen and (max-width: 768px) {
  .support .support_btn {
    border-radius: 0.8vw;
    border: 0.4vw solid #fcf670;
    width: 73.33vw;
    margin: 2.67vw auto 0;
    padding-left: 2.67vw;
    filter: drop-shadow(1.07vw 1.07vw 0.67vw rgba(25, 90, 255, 0.2));
  }
}
.support .support_btn span {
  padding-left: 25px;
  font-size: 22px;
  line-height: 70px;
  color: #fff;
  letter-spacing: 0.04em;
  font-weight: 500;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .support .support_btn span {
    padding-left: 2.5vw;
    font-size: 2.2vw;
    line-height: 7vw;
  }
}
@media screen and (max-width: 768px) {
  .support .support_btn span {
    padding-left: 3.33vw;
    font-size: 4.27vw;
    line-height: 13.87vw;
  }
}
.support .support_btn span::after {
  content: "";
  display: block;
  width: 30px;
  height: 22px;
  background: url("../images/btn_mail_icon.png") no-repeat center/100%;
  position: absolute;
  left: -28px;
  top: 50%;
  transform: translate(0%, -50%);
}
@media screen and (max-width: 1000px) {
  .support .support_btn span::after {
    width: 3vw;
    height: 2.2vw;
    left: -2.8vw;
  }
}
@media screen and (max-width: 768px) {
  .support .support_btn span::after {
    background: url("../images/btn_mail_icon_sp.png") no-repeat center/100%;
    width: 5.73vw;
    height: 4.13vw;
    left: -3.74vw;
  }
}

/* support */

/*# sourceMappingURL=style.css.map */
