@charset "UTF-8";
/*! minireset.css v0.0.4 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

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

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

img,
embed,
iframe,
object,
video {
  height: auto;
  max-width: 100%;
}

audio {
  max-width: 100%;
}

iframe {
  border: 0;
}

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

td,
th {
  padding: 0;
}

td:not([align]),
th:not([align]) {
  text-align: left;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.section {
  max-width: 1200px;
  margin: 0 auto;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

@media screen and (min-width: 767px) {
  .section {
    max-width: 1200px;
    margin: 0 auto;
  }
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
}

.fv_box img {
  width: 100%;
  vertical-align: top;
}

.s_header .s_logo {
  width: 15%;
  max-width: 120px;
  margin: 0.2rem;
}

.s_header .s_logo img {
  width: 100%;
  vertical-align: top;
}

.s_header .s_band {
  background-color: #063163;
  padding: 0.5rem;
}

.s_header .s_band p {
  color: #FFF;
  font-size: 0.7rem;
  text-align: left;
}

@media screen and (min-width: 767px) {
  .s_header .s_logo {
    margin: 0.7rem 1rem;
  }
  .s_header .s_band {
    padding: 0.7rem 1rem;
  }
}

.fv_under .link_box.box_wrap {
  padding: 2rem 1rem;
}

@media screen and (min-width: 767px) {
  .fv_box .pc {
    position: relative;
    z-index: 99;
  }
  .fv_under {
    position: relative;
    top: -5rem;
  }
  .fv_under .link_box.box_wrap {
    padding-top: 5rem;
  }
}

.box_wrap {
  padding: 1rem;
}

.box_wrap .box_max {
  max-width: 1200px;
  margin: 0 auto;
}

.box_wrap .box_max img {
  width: 100%;
  vertical-align: top;
}

.box_wrap .box_max .box_txt {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 0.9rem;
}

.box_wrap .box_max .box_txt h3 {
  font-size: 1.2rem;
  color: #0E4F9A;
  font-weight: 600;
  padding-bottom: 0.5rem;
  margin-bottom: 2rem;
  position: relative;
  display: inline-block;
}

.box_wrap .box_max .box_txt h3 span {
  font-size: 1rem;
}

.box_wrap .box_max .box_txt h3:before {
  content: "";
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #0E4F9A;
  border-radius: 2px;
}

.box_wrap .box_max .box_txt h4 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #FFF;
}

.box_wrap .box_max .box_txt h4 span {
  font-size: 1rem;
}

.box_wrap .box_max .box_txt p {
  color: #0C002E;
}

@media screen and (min-width: 767px) {
  .box_wrap {
    padding: 5rem 0;
  }
  .box_wrap .box_max .box_txt {
    margin-top: 1rem;
    margin-bottom: 3rem;
  }
  .box_wrap .box_max .box_txt h3 {
    font-size: 2.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2.5rem;
    position: relative;
    display: inline-block;
  }
  .box_wrap .box_max .box_txt h3 span {
    font-size: 2rem;
  }
  .box_wrap .box_max .box_txt h3:before {
    content: "";
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 60px;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #0E4F9A;
    border-radius: 2px;
  }
  .box_wrap .box_max .box_txt h4 {
    font-size: 2rem;
  }
  .box_wrap .box_max .box_txt h4 span {
    font-size: 1.5rem;
  }
  .box_wrap .box_max .box_txt p {
    font-size: 1.2rem;
    line-height: 2.4rem;
  }
}

.icon_box .img_wrap {
  max-width: 240px;
  margin: 0 auto 1rem;
}

@media screen and (min-width: 767px) {
  .icon_box {
    padding-top: 0;
  }
  .icon_box .img_wrap {
    max-width: 520px;
  }
}

.strength_box {
  background-image: url(../images/strength_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.strength_box.box_wrap {
  padding: 1rem 0.5rem 2rem;
}

.strength_box .strength_ttl {
  padding: 0.5rem 1rem 1rem;
}

.strength_box .box_ttl {
  color: #FFF;
  text-align: center;
  margin: 3rem auto 2rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.strength_box .box_ttl .point {
  font-size: 0.9rem;
  position: relative;
}

.strength_box .box_ttl .point:before {
  content: "";
  display: inline-block;
  background-image: url(../images/point.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  width: 5rem;
  height: 3rem;
  top: -3rem;
  left: -1rem;
}

.strength_box .box_ttl h3 {
  font-size: 1.2rem;
  font-weight: 600;
}

.strength_box .box_ttl h3 span {
  color: #0E4F9A;
  font-size: 1.5rem;
}

.strength_box .img_wrap {
  margin-bottom: 2rem;
}

.strength_box .img_wrap:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 767px) {
  .strength_box.box_wrap {
    padding: 1rem 0.5rem 5rem;
  }
  .strength_box .box_ttl {
    margin: 4rem auto 2rem;
  }
  .strength_box .box_ttl .point {
    font-size: 1.5rem;
    position: relative;
  }
  .strength_box .box_ttl .point:before {
    width: 6.5rem;
    height: 5rem;
    top: -4.5rem;
    left: -1rem;
  }
  .strength_box .box_ttl h3 {
    font-size: 2rem;
  }
  .strength_box .box_ttl h3 span {
    font-size: 2.5rem;
  }
}

.examples_box .box_txt .examples_point {
  max-width: 210px;
  margin: 0 auto 1rem;
}

@media screen and (max-width: 767px) {
  .examples_box.box_wrap {
    padding: 1rem 0.5rem 2rem;
  }
}

.reason_box {
  position: relative;
}

.reason_box:after {
  content: "";
  border-top: 3rem solid #FFF;
  border-right: 3rem solid transparent;
  border-bottom: 3rem solid transparent;
  border-left: 3rem solid transparent;
  position: absolute;
  z-index: 99;
  bottom: -6rem;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
}

@media screen and (max-width: 767px) {
  .reason_box .box_max .box_txt p {
    font-size: 0.9rem;
  }
}

@media screen and (min-width: 767px) {
  .reason_box .box_max .box_txt {
    margin-bottom: 0;
  }
  .reason_box:after {
    border-top: 4rem solid #FFF;
    border-right: 4rem solid transparent;
    border-bottom: 4rem solid transparent;
    border-left: 4rem solid transparent;
    bottom: -8rem;
  }
}

.features_box {
  background-image: url(../images/features_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.features_box .img_wrap {
  margin-bottom: 2rem;
}

.features_box .img_wrap:last-child {
  margin: 0 auto;
  max-width: 650px;
}

@media screen and (max-width: 767px) {
  .features_box.box_wrap {
    padding: 3rem 0.5rem;
  }
}

.voice_box {
  margin-bottom: 1rem;
}

.voice_box .img_ttl {
  max-width: 320px;
  margin: 1rem auto 2rem;
}

@media screen and (min-width: 767px) {
  .voice_box .img_ttl {
    margin: 0 auto 4rem;
  }
}

.flow_box {
  background-image: url(../images/flow_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.flow_box .last_link {
  margin-top: 3rem;
}

.flow_box .last_link .box_max {
  max-width: 700px;
}

@media screen and (max-width: 767px) {
  .flow_box.box_wrap {
    padding-bottom: 2rem;
  }
}

.link_box {
  background-image: url(../images/link_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.link_box.box_wrap {
  padding: 1rem;
}

.link_box .box_max {
  max-width: 700px;
}

@media screen and (min-width: 767px) {
  .link_box.box_wrap {
    padding: 1rem;
  }
  .link_box .box_max {
    max-width: 700px;
  }
}

@media screen and (min-width: 767px) {
  .link_btn {
    position: relative;
    width: 100%;
    height: 200px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    cursor: pointer;
  }
  .link_btn a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: block;
    transition: .4s ease-in-out;
  }
  .link_btn a:hover img:nth-of-type(2) {
    opacity: 0;
  }
}

.campaign_box {
  background-color: #FBFBFB;
}

.campaign_box .box_max {
  max-width: 700px;
}

.footer_link {
  background-image: url(../images/footer_link_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 1rem;
}

.footer_link ul {
  display: flex;
  justify-content: center;
}

.footer_link ul li {
  font-size: 0.9rem;
}

.footer_link ul li a {
  color: #0C002E;
  text-decoration: none;
}

.footer_link ul li:last-child {
  border-left: 1px solid #444;
  padding-left: 1.5rem;
  margin-left: 1.5rem;
}

.footer {
  background-color: #063163;
  padding: 0.5rem 1rem 5.5rem;
}

.footer p {
  color: #FFF;
  font-size: 0.7rem;
  text-align: center;
}

@media screen and (min-width: 767px) {
  .footer {
    padding: 0.5rem 1rem;
  }
}

.sp_fixed {
  z-index: 9999;
  box-shadow: -1px -1px 4px #063163;
}

.sp_fixed.link_box {
  background-color: #0C4CA2;
  background-image: none;
}

.sp_fixed.box_wrap {
  padding: 0.5rem 1rem;
}
