@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
body,
div,
dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th, td {
  margin: 0;
  padding: 0;
}

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

fieldset, img {
  border: 0;
}

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

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

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

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

abbr, acronym {
  border: 0;
}

/*iosのフォームボタンリセット*/
input[type=submit],
input[type=button],
input[type=reset] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration,
input[type=reset]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus,
input[type=reset]::focus {
  outline-offset: -2px;
}

/*変数設定用*/
/*変数設定用*/
@font-face {
  font-family: "LucidaGrandeBold", "Noto Sans JP", sans-serif;
  src: url("./../fonts/LucidaGrandeBold.ttf");
}
* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

a {
  pointer-events: auto;
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

li {
  list-style: none;
}

a {
  color: #666666;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}
a:hover p:hover {
  opacity: 0.7;
}
a:hover img:hover {
  opacity: 0.7;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  font-size: 1.6rem;
  font-size: 62.5%;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  overflow-x: hidden;
  letter-spacing: 0.1em;
  position: relative;
}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 4rem;
  position: fixed;
  width: 100%;
  z-index: 100;
  transition: 0.6s;
}
@media screen and (max-width: 767px) {
  header {
    padding: 1rem;
    display: block;
  }
}
header .headlogo {
  max-width: 18.5rem;
}
@media screen and (max-width: 767px) {
  header .headlogo {
    width: 15rem;
  }
}
header .headnav .headnav__List {
  display: flex;
  align-items: center;
}
header .headnav .headnav__List .headnav__Item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 4rem;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  header .headnav .headnav__List .headnav__Item {
    margin-left: 2rem;
  }
}
header .headnav .headnav__List .headnav__Item a {
  color: #fff;
  font-size: 1.6rem;
}
header.-fixed {
  background: #00469c;
}

.navToggle {
  position: fixed;
  right: 2.3rem;
  top: 2.4rem;
  width: 3.6rem;
  height: 3.6rem;
  cursor: pointer;
  z-index: 10000;
  text-align: center;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .navToggle {
    display: block;
    top: 2rem;
    width: 3rem;
    height: 3rem;
  }
}
.navToggle span {
  display: block;
  position: absolute;
  width: 3.6rem;
  height: 0.3rem;
  border-radius: 5rem;
  background: #fff;
  transition: 0.3s ease-in-out;
}
.navToggle span:nth-child(1) {
  top: 0;
}
.navToggle span:nth-child(2) {
  top: 1.7rem;
}
@media screen and (max-width: 767px) {
  .navToggle span:nth-child(2) {
    top: 1.4rem;
  }
}
.navToggle span:nth-child(3) {
  bottom: 0;
}
.navToggle.active span:nth-child(1) {
  top: 1.8rem;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .navToggle.active span:nth-child(1) {
    top: 1.5rem;
  }
}
.navToggle.active.active span:nth-child(2) {
  display: none;
}
.navToggle.active.active span:nth-child(3) {
  top: 1.8rem;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .navToggle.active.active span:nth-child(3) {
    top: 1.5rem;
  }
}

nav.globalMenuSp {
  position: fixed;
  z-index: 1000;
  padding: 8rem 0;
  top: 0;
  left: 0;
  color: #000;
  transform: translateX(100%);
  transition: all 0.6s;
  width: 100vw;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: rgba(34, 80, 140, 0.9);
}
@media screen and (max-width: 767px) {
  nav.globalMenuSp {
    padding: 7rem 0;
  }
}
nav.globalMenuSp .headnav__List li {
  border-top: 0.1rem solid #fff;
}
nav.globalMenuSp .headnav__List li:last-child {
  border-bottom: 0.1rem solid #fff;
}
nav.globalMenuSp .headnav__List li a {
  display: block;
  color: #fff;
  padding: 2rem;
  font-size: 1.4rem;
}
nav.globalMenuSp.active {
  transform: translateX(0%);
}

.btn {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.1rem;
  max-width: 28rem;
  display: block;
  border: 0.1rem solid;
  font-size: 1.6rem;
  padding: 2rem;
  margin: auto;
  position: relative;
  transition: 0.6s;
}
.btn:before {
  position: absolute;
  width: 2.6rem;
  height: 0.8rem;
  content: "";
  top: calc(50% - 0.4rem);
  right: 2rem;
  background-size: cover;
  background-position: right center;
  transition: 0.6s;
}
.btn.-blue {
  border-color: #226db3;
  color: #226db3;
}
.btn.-blue:before {
  background-image: url("./../img/icon_arrow_blue.svg");
  background-repeat: no-repeat;
}
.btn.-blue:hover {
  opacity: 1;
  background: #226db3;
  color: #fff;
}
.btn.-blue:hover:before {
  background-image: url("./../img/icon_arrow_white.svg");
  background-repeat: no-repeat;
}
.btn.-white {
  border-color: #fff;
  color: #fff;
}
.btn.-white:before {
  background-image: url("./../img/icon_arrow_white.svg");
  background-repeat: no-repeat;
}
.btn.-white:hover {
  opacity: 1;
  background: #fff;
  color: #226db3;
}
.btn.-white:hover:before {
  background-image: url("./../img/icon_arrow_blue.svg");
  background-repeat: no-repeat;
}

.foot__Contact {
  padding: 7.5rem 0 9rem;
  background: url("./../img/img_footcontact.png");
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .foot__Contact {
    background-image: url("./../img/img_footcontact_sp.png");
    padding: 3.5rem 0 3rem;
  }
}
.foot__Contact .foot__Contact-Ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.6rem;
  color: #fff;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .foot__Contact .foot__Contact-Ttl {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .foot__Contact .foot__Contact-Ttl {
    font-size: 2.4rem;
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .foot__Contact .foot__Contact-Ttl .-spflex {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .foot__Contact .foot__Contact-Ttl .-spflex img {
    max-width: 52%;
  }
}
@media screen and (max-width: 767px) {
  .foot__Contact .foot__Contact-Ttl .-spblock {
    display: block;
    text-align: center;
  }
}
.foot__Contact .foot__Contact-Btnbox {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .foot__Contact .foot__Contact-Btnbox {
    display: block;
  }
}
.foot__Contact .foot__Contact-Btnbox .foot__Contact-Spflex {
  display: flex;
  justify-content: space-between;
  max-width: 47rem;
}
.foot__Contact .foot__Contact-Btnbox .foot__Contact-Spflex .foot__Contact-app {
  width: 49%;
}
.foot__Contact .foot__Contact-Btnbox .foot__Contact-Btn {
  width: 49%;
  max-width: 29rem;
  font-size: 2rem;
  display: block;
  font-weight: 600;
  padding: 2.5rem;
  border-radius: 5rem;
  border: 0.1rem solid #fff;
  text-align: center;
  background: #fff;
  color: #0747a6;
  line-height: 1;
  transition: 0.6s;
  margin-left: 5rem;
}
@media screen and (max-width: 767px) {
  .foot__Contact .foot__Contact-Btnbox .foot__Contact-Btn {
    width: 100%;
    font-size: 1.55rem;
    padding: 1.6rem;
    margin: 1rem auto 0;
    max-width: none;
  }
}
.foot__Contact .foot__Contact-Btnbox .foot__Contact-Btn:hover {
  opacity: 1;
  background: #0747a6;
  color: #fff;
}

footer .container {
  display: flex;
  padding: 4rem 0 6rem;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  footer .container {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  footer .container {
    display: block;
    padding: 2.5rem 0 3.5rem;
  }
}
footer .foot__Fl {
  width: 46rem;
}
@media screen and (max-width: 767px) {
  footer .foot__Fl {
    width: 100%;
  }
}
footer .foot__Fl .foot__Logo {
  max-width: 21rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  footer .foot__Fl .foot__Logo {
    width: 50%;
    margin: 0 auto 1.8rem;
  }
}
footer .foot__Fl .foot__Txt {
  font-size: 1.4rem;
  line-height: 1.85em;
}
@media screen and (max-width: 767px) {
  footer .foot__Fl .foot__Txt {
    text-align: center;
    font-size: 1.2rem;
  }
}
footer .foot__Fr {
  width: calc(100% - 46rem);
  display: flex;
  padding-top: 1.5rem;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  footer .foot__Fr {
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  footer .foot__Fr {
    width: 90%;
    margin: auto;
  }
}
footer .foot__Fr ul {
  margin-right: 7rem;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  footer .foot__Fr ul {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  footer .foot__Fr ul {
    width: 50%;
    margin-right: 0;
  }
}
footer .foot__Fr ul li {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  footer .foot__Fr ul li {
    margin-right: 2rem;
  }
}
@media screen and (max-width: 767px) {
  footer .foot__Fr ul li {
    margin-bottom: 1rem;
  }
}
footer .foot__Fr ul li a {
  font-size: 1.4rem;
  line-height: 1.85em;
  font-weight: 500;
  color: #000;
}
@media screen and (max-width: 767px) {
  footer .foot__Fr ul li a {
    font-size: 1.2rem;
  }
}
footer .copyright {
  font-size: 1.2rem;
  color: #fff;
  font-weight: 500;
  padding: 1.8rem;
  text-align: center;
  background: #333;
}
@media screen and (max-width: 767px) {
  footer .copyright {
    font-size: 1rem;
  }
}

.vpc {
  display: block;
}
@media screen and (max-width: 767px) {
  .vpc {
    display: none;
  }
}

.vsp {
  display: none;
}
@media screen and (max-width: 767px) {
  .vsp {
    display: block;
  }
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.container {
  max-width: 120rem;
  margin: auto;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .container {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .container {
    width: 84%;
  }
}

.lazy {
  opacity: 0;
  transition: all 1s ease-in-out;
}
.lazy.on {
  opacity: 1;
}

.lazy_bottom {
  transform: translateY(30px);
}
.lazy_bottom.on {
  transform: none;
}

.lazy_right {
  transform: translateX(3rem);
}
.lazy_right.on {
  transform: none;
}

.lazy_left {
  transform: translateX(-3rem);
}
.lazy_left.on {
  transform: none;
}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  max-width: 13rem;
}
@media screen and (max-width: 767px) {
  #page-top {
    max-width: 8rem;
  }
}

.breadcrumb {
  display: flex;
  align-items: center;
  margin: 2rem auto;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    margin: 1rem auto;
    overflow-x: scroll;
    word-break: keep-all;
    white-space: nowrap;
  }
}
.breadcrumb li {
  margin-right: 30px;
  font-size: 1.2rem;
}
.breadcrumb li a {
  font-size: 1.2rem;
  position: relative;
  color: #000;
}
.breadcrumb li a:before {
  position: absolute;
  top: calc(50% - 3px);
  right: -15px;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}

.under__Fv {
  background-size: cover;
  position: relative;
  padding: 20rem 0 12rem;
  background-image: url("./../img/img_underfv.png");
  background-position: center;
}
@media screen and (max-width: 767px) {
  .under__Fv {
    padding: 14rem 0 6rem;
  }
}
.under__Fv h2 {
  font-family: "LucidaGrandeBold", "Noto Sans JP", sans-serif;
  font-size: 7.6rem;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .under__Fv h2 {
    font-size: 2.8rem;
  }
}
.under__Fv h2 span {
  font-size: 2.4rem;
  margin-left: 3rem;
}
@media screen and (max-width: 767px) {
  .under__Fv h2 span {
    margin-left: 1rem;
    font-size: 1.4rem;
  }
}

#loading {
  width: 100vw;
  height: 100vh;
  transition: 1s;
  background-color: #00469c;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20000;
}
@media screen and (max-width: 767px) {
  #loading {
    height: 100vh;
    height: 100svh;
  }
}

.spinner {
  position: relative;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  text-align: center;
  z-index: 0;
  width: 100%;
  padding-top: 100%;
}
.spinner .spin_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 15rem;
}
@media screen and (max-width: 767px) {
  .spinner .spin_logo {
    max-width: 10rem;
  }
}

.loaded {
  opacity: 0;
  visibility: hidden;
}

.front__Mv {
  background: url("./../img/img_front_mv_pc.png");
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .front__Mv {
    background-image: url("./../img/img_front_mv_sp.png");
  }
}
.front__Mv .container {
  position: relative;
  min-height: 87rem;
}
@media screen and (max-width: 767px) {
  .front__Mv .container {
    min-height: 100vh;
  }
}
.front__Mv .container .front__Mv-box {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  max-width: 63rem;
}
@media screen and (max-width: 767px) {
  .front__Mv .container .front__Mv-box {
    max-width: 100%;
  }
}
.front__Mv .container .front__Mv-box .front__Mv-jpttl {
  color: #fff;
  font-size: 5.5rem;
  font-weight: 700;
  margin-bottom: 2.5rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .front__Mv .container .front__Mv-box .front__Mv-jpttl {
    font-size: 2.9rem;
    letter-spacing: -0.01em;
    text-align: center;
  }
}
.front__Mv .container .front__Mv-box .front__Mv-jpttl span {
  display: block;
  font-size: 3.2rem;
  margin-left: -0.5em;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .front__Mv .container .front__Mv-box .front__Mv-jpttl span {
    font-size: 1.77rem;
    margin-top: 2.5rem;
    text-align: center;
  }
}
.front__Mv .container .front__Mv-box .front__Mv-enttl {
  font-family: "LucidaGrandeBold", "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 10.3rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .front__Mv .container .front__Mv-box .front__Mv-enttl {
    font-size: 5.8rem;
    margin-bottom: 6rem;
    letter-spacing: 0.01em;
    text-align: center;
  }
}
.front__Mv .container .front__Mv-box .front__Mv-btnbox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 767px) {
  .front__Mv .container .front__Mv-box .front__Mv-btnbox {
    display: block;
    margin-bottom: 2rem;
  }
}
.front__Mv .container .front__Mv-box .front__Mv-btnbox .front__Mv-btn {
  width: 49%;
  font-size: 2rem;
  display: block;
  font-weight: 700;
  padding: 2.5rem;
  border-radius: 5rem;
  border: 0.1rem solid #fff;
  text-align: center;
  color: #fff;
  line-height: 1;
  transition: 0.6s;
}
@media screen and (max-width: 767px) {
  .front__Mv .container .front__Mv-box .front__Mv-btnbox .front__Mv-btn {
    width: 100%;
    font-size: 1.55rem;
    padding: 1.6rem;
  }
}
.front__Mv .container .front__Mv-box .front__Mv-btnbox .front__Mv-btn.-white {
  background: #fff;
  color: #0747a6;
}
@media screen and (max-width: 767px) {
  .front__Mv .container .front__Mv-box .front__Mv-btnbox .front__Mv-btn.-white {
    margin-bottom: 1rem;
  }
}
.front__Mv .container .front__Mv-box .front__Mv-btnbox .front__Mv-btn:hover {
  opacity: 1;
  background: #0747a6;
  color: #fff;
}
.front__Mv .container .front__Mv-box .front__Mv-appbox {
  max-width: 47rem;
  display: flex;
  justify-content: space-between;
}
.front__Mv .container .front__Mv-box .front__Mv-appbox .front__Mv-app {
  width: 49%;
}

.front__Twitter {
  margin: 10rem auto;
}
@media screen and (max-width: 767px) {
  .front__Twitter {
    margin: 3rem auto;
  }
}
.front__Twitter .container {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .front__Twitter .container {
    display: block;
  }
}
.front__Twitter .container .front__Twitterwrap {
  width: 100%;
  max-width: 60rem;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .front__Twitter .container .front__Twitterwrap {
    width: 100%;
  }
}
.front__Twitter .container .front__Twitterwrap .front__Twitter-Ttl {
  text-align: center;
}
.front__Twitter .container .front__Twitterwrap .front__Twitter-Ttl span {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 700;
  padding: 0 5rem;
  position: relative;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .front__Twitter .container .front__Twitterwrap .front__Twitter-Ttl span {
    font-size: 1.8rem;
    padding: 0 3.5rem;
  }
}
.front__Twitter .container .front__Twitterwrap .front__Twitter-Ttl span:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 2.2rem);
  width: 3.5rem;
  height: 4.4rem;
  background: url("./../img/icon_blue.png");
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .front__Twitter .container .front__Twitterwrap .front__Twitter-Ttl span:before {
    width: 2.4rem;
    height: 3rem;
    top: calc(50% - 1.5rem);
  }
}
.front__Twitter .container .front__Twitterwrap .front__Twitter-Txt {
  font-size: 1.6rem;
  line-height: 1.75em;
}
@media screen and (max-width: 767px) {
  .front__Twitter .container .front__Twitterwrap .front__Twitter-Txt {
    font-size: 1.1rem;
    line-height: 1.9em;
    margin-bottom: 3.5rem;
  }
}
.front__Twitter .container .front__Twitterwrap .front__Twitterbox {
  max-height: 73rem;
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  .front__Twitter .container .front__Twitterwrap .front__Twitterbox {
    max-height: 55rem;
    width: 100%;
  }
}

.contact_txt {
  margin: 11rem auto;
  font-size: 1.4rem;
  line-height: 1.8em;
}
@media screen and (max-width: 767px) {
  .contact_txt {
    margin: 5rem auto;
  }
}
.contact_txt span {
  color: #cf1034;
  display: block;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .contact_txt span {
    margin-top: 1rem;
  }
}

.contact_wrap {
  background: #f2f2f2;
  padding: 12rem 0 9.5rem;
}
@media screen and (max-width: 767px) {
  .contact_wrap {
    padding: 5rem 0;
  }
}
.contact_wrap h3 {
  font-weight: bold;
  font-size: 3rem;
  color: #000;
  margin-bottom: 7rem;
}
@media screen and (max-width: 767px) {
  .contact_wrap h3 {
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }
}
.contact_wrap .fl {
  width: 48%;
  float: left;
}
@media screen and (max-width: 767px) {
  .contact_wrap .fl {
    width: 100%;
    float: none;
    margin-bottom: 2rem;
  }
}
.contact_wrap .fr {
  width: 48%;
  float: right;
}
@media screen and (max-width: 767px) {
  .contact_wrap .fr {
    width: 100%;
    float: none;
  }
}
.contact_wrap table {
  width: 100%;
}
.contact_wrap table th {
  display: block;
  margin: 3.5rem auto 2rem;
  font-size: 1.6rem;
  color: #000;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .contact_wrap table th {
    margin: 1.5rem auto 1rem;
  }
}
.contact_wrap table th span {
  color: #cf1034;
  margin-right: 0.5rem;
}
.contact_wrap table td {
  display: block;
  color: #333;
  font-size: 1.6rem;
}
.contact_wrap table td input {
  background: #fff;
  font-size: 1.6rem;
  border: 0.1rem solid #ccc;
  color: #333;
  padding: 2rem;
  width: 100%;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .contact_wrap table td input {
    padding: 1.5rem;
  }
}
.contact_wrap table td textarea {
  min-height: 48rem;
  background: #fff;
  font-size: 1.6rem;
  border: 0.1rem solid #ccc;
  color: #333;
  padding: 2rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contact_wrap table td textarea {
    padding: 1.5rem;
    min-height: 25rem;
  }
}
.contact_wrap table td .select-wrap {
  position: relative;
  display: block;
}
.contact_wrap table td .select-wrap:before {
  border: 0.6rem solid transparent;
  border-top: 1rem solid #000;
  content: "";
  position: absolute;
  right: 3rem;
  top: calc(50% - 0.5rem);
  width: 0;
}
.contact_wrap table td .select-wrap select {
  background: #fff;
  font-size: 1.6rem;
  border: 0.1rem solid #ccc;
  color: #333;
  padding: 2rem;
  width: 100%;
  border-radius: 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  /* デフォルトのスタイルを無効 */
}
.contact_wrap table td .select-wrap select::-ms-expand {
  display: none;
  /* デフォルトのスタイルを無効(IE用) */
}
.contact_wrap .flex_box {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 70rem;
  margin: 8rem auto 0;
}
@media screen and (max-width: 767px) {
  .contact_wrap .flex_box {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}
.contact_wrap .flex_box input {
  display: inline-block;
  padding: 2.5rem 3rem;
  width: 46%;
  max-width: 30rem;
  border-radius: 5rem;
  margin: 0 2%;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 767px) {
  .contact_wrap .flex_box input {
    width: 100%;
    padding: 1.5rem 3rem;
    margin: 1rem auto;
  }
}
.contact_wrap .flex_box input.submit_btn {
  background-color: #0747a6;
  color: #fff;
  background-image: url(./img/ar_h.png);
  background-repeat: no-repeat;
  background-position: right 2rem center;
}
.contact_wrap .flex_box input.reset_btn {
  background: #a3a3a3;
  color: #fff;
}
.contact_wrap .flex_box input.back_btn {
  background: #a3a3a3;
  color: #fff;
}

.privacy_link {
  text-align: center;
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .privacy_link {
    margin-top: 2rem;
  }
}
.privacy_link a {
  display: inline-block;
  font-size: 1.6rem;
  color: #333;
  text-decoration: underline;
}

.doui_box {
  padding: 3.5rem 0 7rem;
}
@media screen and (max-width: 767px) {
  .doui_box {
    padding: 3.5rem 1rem;
  }
}
.doui_box .inner {
  max-width: 62rem;
  margin: auto;
}
.doui_box h2 {
  text-align: center;
  margin: 0 auto 5rem;
}
@media screen and (max-width: 767px) {
  .doui_box h2 {
    margin: 0 auto 3rem;
  }
}
.doui_box h2 span {
  font-weight: bold;
  display: inline-block;
  padding-bottom: 1.5rem;
  font-size: 1.8rem;
  color: #000;
}
.doui_box .doui_txt {
  font-size: 1.6rem;
  margin-bottom: 3rem;
  line-height: 1.8em;
  color: #191919;
}
@media screen and (max-width: 767px) {
  .doui_box .doui_txt {
    font-size: 1.4rem;
  }
}
.doui_box .doui_txt a {
  text-decoration: underline;
  color: #191919;
}
.doui_box .tac {
  text-align: center;
  position: relative;
  max-width: 65rem;
  margin: auto;
  background: #fff;
  padding: 1rem;
  border-radius: 1rem;
  filter: drop-shadow(0.5rem 0.5rem 0.5rem rgba(0, 0, 0, 0.15));
}
.doui_box .horizontal-item {
  display: inline-block;
}
.doui_box input[type=checkbox] {
  display: none;
}
.doui_box input[type=checkbox] + span.mwform-checkbox-field-text {
  display: inline-block;
  position: relative;
  /* margin-left: 10px; */
  padding: 1.5rem 0 0.8rem 4rem;
  border-radius: 0.2rem;
  color: #000;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1;
  margin-bottom: 15px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .doui_box input[type=checkbox] + span.mwform-checkbox-field-text {
    margin-bottom: 1rem;
    font-size: 1.2rem;
    padding-left: 3.5rem;
  }
}
.doui_box input[type=checkbox] + span.mwform-checkbox-field-text:before {
  position: absolute;
  top: 50%;
  left: -1rem;
  width: 3rem;
  height: 3rem;
  content: "";
  margin-top: -1rem;
  background: #0747a6;
}
@media screen and (max-width: 767px) {
  .doui_box input[type=checkbox] + span.mwform-checkbox-field-text:before {
    left: 0;
  }
}
.doui_box input[type=checkbox]:checked + span.mwform-checkbox-field-text::after {
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -0.6rem;
  left: 0.1rem;
  width: 0.8rem;
  height: 1.4rem;
  border-right: 0.3rem solid #fff;
  border-bottom: 0.3rem solid #fff;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .doui_box input[type=checkbox]:checked + span.mwform-checkbox-field-text::after {
    left: 0.9rem;
  }
}
.doui_box .red {
  color: #c60808;
  font-size: 1.4rem;
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  .doui_box .red {
    display: block;
    margin-left: 0;
  }
}

.complete_ttl {
  font-size: 2.4rem;
  text-align: center;
  color: #333;
  margin: 10rem auto 5rem;
}

.complete_txt {
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.8em;
  color: #333;
  margin-bottom: 10rem;
}

.mw_wp_form_confirm .hissu_txt {
  display: none;
}
.mw_wp_form_confirm .reset_btn {
  display: none !important;
}
.mw_wp_form_confirm .contact_wrap table td .select-wrap:before {
  display: none;
}
.mw_wp_form_confirm .privacy_link {
  display: none;
}
.mw_wp_form_confirm .doui_box {
  display: none;
}

.price {
  margin: 9rem auto;
}
@media screen and (max-width: 767px) {
  .price {
    margin: 5rem auto;
  }
}
.price .price__Ttl {
  text-align: center;
  position: relative;
  padding-top: 7rem;
  font-size: 2.8rem;
  font-weight: 500;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .price .price__Ttl {
    padding-top: 4rem;
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }
}
.price .price__Ttl:before {
  content: "";
  position: absolute;
  left: calc(50% - 1.75rem);
  top: 0;
  width: 3.5rem;
  height: 4.4rem;
  background: url("./../img/icon_blue.png");
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .price .price__Ttl:before {
    width: 2.4rem;
    height: 3rem;
  }
}
.price .price__Box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .price .price__Box {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .price .price__Box {
    display: block;
  }
}
.price .price__Box .price__List {
  width: 23.3%;
  filter: drop-shadow(0.5rem 0.5rem 0.5rem rgba(0, 0, 0, 0.15));
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .price .price__Box .price__List {
    width: 48%;
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .price .price__Box .price__List {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.price .price__Box .price__List:before {
  position: absolute;
  z-index: 1;
  content: "";
  background-size: cover;
}
.price .price__Box .price__List .price__ListBlue {
  background: #00469c;
  padding: 3rem;
}
.price .price__Box .price__List .price__ListBlue .price__ListNumber {
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
  margin-bottom: 2rem;
  position: relative;
  z-index: 10;
}
.price .price__Box .price__List .price__ListBlue .price__ListNumber span {
  font-size: 2.4rem;
  margin-left: 0.3rem;
}
@media screen and (max-width: 767px) {
  .price .price__Box .price__List .price__ListBlue .price__ListNumber span {
    font-size: 2rem;
  }
}
.price .price__Box .price__List .price__ListBlue .price__ListTtl {
  font-size: 2.4rem;
  text-align: center;
  color: #fff;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 1rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .price .price__Box .price__List .price__ListBlue .price__ListTtl {
    font-size: 2rem;
  }
}
.price .price__Box .price__List .price__ListBlue .price__ListType {
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
  font-weight: 300;
  line-height: 1;
  position: relative;
  z-index: 10;
}
.price .price__Box .price__List .price__ListWhite {
  background: #fff;
  padding: 2.5rem 2rem;
  min-height: 20rem;
}
@media screen and (max-width: 767px) {
  .price .price__Box .price__List .price__ListWhite {
    min-height: auto;
  }
}
.price .price__Box .price__List .price__ListWhite .price__ListTxt {
  font-size: 1.4rem;
  line-height: 1.7em;
}
.price .price__Box .price__List:nth-child(1):before {
  width: 9.6rem;
  height: 20.2rem;
  background-image: url("./../img/img_pricelist_01.png");
  right: 1rem;
  top: -3rem;
}
.price .price__Box .price__List:nth-child(2):before {
  width: 8.2rem;
  height: 19.4rem;
  background-image: url("./../img/img_pricelist_02.png");
  right: 1.1rem;
  top: -1.8rem;
}
.price .price__Box .price__List:nth-child(3):before {
  width: 10.9rem;
  height: 19.5rem;
  background-image: url("./../img/img_pricelist_03.png");
  right: -0.4rem;
  top: -2.5rem;
}
.price .price__Box .price__List:nth-child(4):before {
  width: 16.4rem;
  height: 14.7rem;
  background-image: url("./../img/img_pricelist_04.png");
  right: 1rem;
  top: 2.5rem;
}
.price .price__Attention {
  font-size: 1.6rem;
  line-height: 1.75em;
}
@media screen and (max-width: 767px) {
  .price .price__Attention {
    font-size: 1.4rem;
  }
}
.price .price__Btn {
  margin: 4rem auto 0;
  max-width: 29rem;
  display: block;
  font-size: 2rem;
  font-weight: 600;
  padding: 2rem;
  border-radius: 5rem;
  border: 0.1rem solid #0747a6;
  text-align: center;
  color: #fff;
  line-height: 1;
  transition: 0.6s;
  background: #fff;
  color: #0747a6;
}
@media screen and (max-width: 767px) {
  .price .price__Btn {
    font-size: 1.55rem;
    padding: 1.6rem;
  }
}
.price .price__Btn:hover {
  opacity: 1;
  background: #0747a6;
  color: #fff;
}

.plan {
  padding: 10rem 0;
  background: #f2f2f2;
}
@media screen and (max-width: 767px) {
  .plan {
    padding: 5rem 0;
  }
}
.plan .plan__Ttl {
  text-align: center;
  position: relative;
  padding-top: 7rem;
  font-size: 2.8rem;
  font-weight: 500;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .plan .plan__Ttl {
    padding-top: 4rem;
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }
}
.plan .plan__Ttl:before {
  content: "";
  position: absolute;
  left: calc(50% - 1.75rem);
  top: 0;
  width: 3.5rem;
  height: 4.4rem;
  background: url("./../img/icon_blue_line.png");
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .plan .plan__Ttl:before {
    width: 2.4rem;
    height: 3rem;
  }
}
.plan .plan__Table {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .plan .plan__Table {
    overflow: auto;
    white-space: nowrap;
  }
}
.plan .plan__Table table {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .plan .plan__Table table {
    width: 120rem;
  }
}
.plan .plan__Table table tbody {
  -webkit-text-size-adjust: 100%;
}
.plan .plan__Table table.-table01 th {
  background: #00469c;
  color: #fff;
  padding: 2rem;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1;
  border: 0.1rem solid #d1d6dc;
  width: 16rem;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .plan .plan__Table table.-table01 th {
    padding: 1rem;
    font-size: 1.4rem;
    width: 13rem;
  }
}
@media screen and (max-width: 767px) {
  .plan .plan__Table table.-table01 th {
    padding: 1rem;
    font-size: 1.4rem;
  }
}
.plan .plan__Table table.-table01 th:nth-child(1) {
  width: calc(100% - 64rem);
}
.plan .plan__Table table.-table01 td {
  padding: 2rem 1rem;
  font-size: 1.6rem;
  line-height: 1;
  border: 0.1rem solid #d1d6dc;
  text-align: center;
  background: #fff;
  width: 16rem;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .plan .plan__Table table.-table01 td {
    padding: 1rem 0.5rem;
    font-size: 1.4rem;
    width: 13rem;
  }
}
@media screen and (max-width: 767px) {
  .plan .plan__Table table.-table01 td {
    font-size: 1.4rem;
    padding: 1rem;
  }
}
.plan .plan__Table table.-table01 td:nth-child(1) {
  width: 48%;
  text-align: left;
  padding: 2rem 3rem;
  width: calc(100% - 64rem);
}
.plan .plan__Table table.-table01 .-blue td {
  background: #f2f8ff;
}
.plan .plan__Table table.-table2 th {
  background: #00469c;
  color: #fff;
  padding: 2rem 3rem;
  font-size: 1.6rem;
  line-height: 1;
  border: 0.1rem solid #d1d6dc;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .plan .plan__Table table.-table2 th {
    padding: 1rem;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .plan .plan__Table table.-table2 th {
    padding: 1rem;
    font-size: 1.4rem;
  }
}
.plan .plan__Table table.-table2 td {
  padding: 2rem 1rem;
  font-size: 1.6rem;
  line-height: 1;
  border: 0.1rem solid #d1d6dc;
  text-align: center;
  background: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .plan .plan__Table table.-table2 td {
    padding: 1rem 0.5rem;
    font-size: 1.4rem;
    width: 13rem;
  }
}
@media screen and (max-width: 767px) {
  .plan .plan__Table table.-table2 td {
    padding: 1rem;
    font-size: 1.4rem;
  }
}
.plan .plan__Table table.-table2 td.-td01 {
  width: 30%;
  text-align: left;
  padding: 2rem 3rem;
  line-height: 1.8em;
  width: calc(100% - 80rem);
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .plan .plan__Table table.-table2 td.-td01 {
    padding: 2rem 0.5rem;
  }
}
.plan .plan__Table table.-table2 td.-td02 {
  width: 16rem;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .plan .plan__Table table.-table2 td.-td02 {
    width: 13rem;
  }
}
.plan .plan__Table table.-table2 .-blue td {
  background: #f2f8ff;
}
.plan .plan__Table-sp .table_spttl {
  background: #00316d;
  color: #fff;
  padding: 2rem 1rem;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1;
  border: 0.1rem solid #d1d6dc;
  width: 100%;
  line-height: 1.4;
}
.plan .plan__Table-sp table {
  width: 100%;
}
.plan .plan__Table-sp table th {
  background: #00469c;
  color: #fff;
  padding: 1rem;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.4;
  border: 0.1rem solid #d1d6dc;
  width: 100%;
}
.plan .plan__Table-sp table td {
  padding: 1rem;
  font-size: 1.2rem;
  line-height: 1;
  border: 0.1rem solid #d1d6dc;
  text-align: center;
  background: #fff;
}
.plan .plan__Table-sp table td.-blue {
  background: #f2f8ff;
}
.plan .plan__Table-sp table td img {
  max-width: 2rem;
}

.aboutservice {
  margin: 10rem auto;
}
@media screen and (max-width: 767px) {
  .aboutservice {
    margin: 5rem auto;
  }
}
.aboutservice .aboutservice__Ttl {
  text-align: center;
  position: relative;
  padding-top: 7rem;
  font-size: 2.8rem;
  font-weight: 500;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .aboutservice .aboutservice__Ttl {
    padding-top: 4rem;
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }
}
.aboutservice .aboutservice__Ttl:before {
  content: "";
  position: absolute;
  left: calc(50% - 1.75rem);
  top: 0;
  width: 3.5rem;
  height: 4.4rem;
  background: url("./../img/icon_blue.png");
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .aboutservice .aboutservice__Ttl:before {
    width: 2.4rem;
    height: 3rem;
  }
}
.aboutservice .aboutservice__Txt {
  font-size: 1.6rem;
  line-height: 1.75em;
  text-align: center;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .aboutservice .aboutservice__Txt {
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }
}
.aboutservice .aboutservice__Movie {
  max-width: 96rem;
  margin: auto;
}

.servicecatch {
  margin: 7rem auto 10rem;
}
@media screen and (max-width: 767px) {
  .servicecatch {
    margin: 5rem auto;
  }
}
.servicecatch .container {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .servicecatch .container {
    display: block;
  }
}
.servicecatch .container .servicecatch__Ttl {
  font-size: 3.6rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .servicecatch .container .servicecatch__Ttl {
    width: 45%;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .servicecatch .container .servicecatch__Ttl {
    font-size: 2.4rem;
    margin-bottom: 2rem;
    text-align: center;
  }
}
.servicecatch .container .servicecatch__Txt {
  font-size: 2rem;
  line-height: 2em;
  margin-left: 6rem;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .servicecatch .container .servicecatch__Txt {
    width: calc(60% - 2rem);
    margin-left: 2rem;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .servicecatch .container .servicecatch__Txt {
    margin-left: 0;
    font-size: 1.6rem;
    text-align: center;
  }
}

.serviceresearch {
  padding: 10rem 0;
  background: linear-gradient(to right, #0061ce, #2a8eff);
  box-shadow: 0 0 4rem 0 rgba(0, 0, 0, 0.4);
  position: relative;
}
@media screen and (max-width: 767px) {
  .serviceresearch {
    padding: 5rem 0;
  }
}
.serviceresearch:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 35.7rem;
  height: 45.1rem;
  background: url("./../img/img_serviceresearch_bg.png");
}
@media screen and (max-width: 767px) {
  .serviceresearch:before {
    width: 18rem;
    height: 23rem;
    background-size: cover;
  }
}
.serviceresearch .container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .serviceresearch .container {
    display: block;
  }
}
.serviceresearch .serviceresearch__Fl {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .serviceresearch .serviceresearch__Fl {
    width: 100%;
  }
}
.serviceresearch .serviceresearch__Fr {
  width: 45.5%;
}
@media screen and (max-width: 767px) {
  .serviceresearch .serviceresearch__Fr {
    width: 100%;
  }
}
.serviceresearch .serviceresearch__Fr .serviceresearch__Ttl {
  font-size: 2.8rem;
  font-weight: 500;
  padding-left: 5rem;
  position: relative;
  margin-bottom: 3rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .serviceresearch .serviceresearch__Fr .serviceresearch__Ttl {
    font-size: 1.8rem;
    margin-top: 3rem;
    padding-left: 3.5rem;
  }
}
.serviceresearch .serviceresearch__Fr .serviceresearch__Ttl:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 2.2rem);
  width: 3.5rem;
  height: 4.4rem;
  background: url("./../img/icon_white.png");
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .serviceresearch .serviceresearch__Fr .serviceresearch__Ttl:before {
    width: 2.4rem;
    height: 3rem;
    top: calc(50% - 1.5rem);
  }
}
.serviceresearch .serviceresearch__Fr .serviceresearch__Txt {
  font-size: 1.6rem;
  line-height: 1.75em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .serviceresearch .serviceresearch__Fr .serviceresearch__Txt {
    font-size: 1.4rem;
    line-height: 1.9em;
  }
}

.howto {
  padding: 10rem 0 8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .howto {
    padding: 5rem 0;
  }
}
.howto:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 35.7rem;
  height: 45.1rem;
  background: url("./../img/img_serviceresearch_bg.png");
}
.howto .howto__Flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .howto .howto__Flex {
    display: block;
  }
}
.howto .howto__Flex.-reverse {
  margin-bottom: 9rem;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .howto .howto__Flex.-reverse {
    margin-bottom: 5rem;
  }
}
.howto .howto__Thum {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .howto .howto__Thum {
    width: 100%;
  }
}
.howto .howto__Detail {
  width: 45.5%;
}
@media screen and (max-width: 767px) {
  .howto .howto__Detail {
    width: 100%;
  }
}
.howto .howto__Detail .howto__Ttl {
  font-size: 2.8rem;
  font-weight: 500;
  padding-left: 5rem;
  position: relative;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .howto .howto__Detail .howto__Ttl {
    margin-top: 3rem;
    font-size: 1.8rem;
    padding-left: 3.5rem;
  }
}
.howto .howto__Detail .howto__Ttl:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 2.2rem);
  width: 3.5rem;
  height: 4.4rem;
  background: url("./../img/icon_blue.png");
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .howto .howto__Detail .howto__Ttl:before {
    width: 2.4rem;
    height: 3rem;
    top: calc(50% - 1.5rem);
  }
}
.howto .howto__Detail .howto__Txt {
  font-size: 1.6rem;
  line-height: 1.75em;
}
@media screen and (max-width: 767px) {
  .howto .howto__Detail .howto__Txt {
    font-size: 1.4rem;
    line-height: 1.9em;
  }
}

.app .app__Ttl {
  text-align: center;
  position: relative;
  padding-top: 7rem;
  font-size: 2.8rem;
  font-weight: 500;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .app .app__Ttl {
    padding-top: 4rem;
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }
}
.app .app__Ttl:before {
  content: "";
  position: absolute;
  left: calc(50% - 1.75rem);
  top: 0;
  width: 3.5rem;
  height: 4.4rem;
  background: url("./../img/icon_blue_line.png");
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .app .app__Ttl:before {
    width: 2.4rem;
    height: 3rem;
  }
}
.app .app__Wrap {
  padding: 6rem 0;
}
@media screen and (max-width: 767px) {
  .app .app__Wrap {
    padding: 3rem 0;
  }
}
.app .app__Wrap.-blue {
  background: #e9eef4;
}
.app .app__Wrap .app__Flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .app .app__Wrap .app__Flex {
    display: block;
  }
}
.app .app__Wrap .app__Flex.-mt {
  margin-top: 3.5rem;
  align-items: flex-start;
}
.app .app__Wrap .app__Fl {
  width: 47.9%;
}
@media screen and (max-width: 767px) {
  .app .app__Wrap .app__Fl {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.app .app__Wrap .app__Fl.-youtubewrap {
  position: relative;
  padding-top: 31%;
}
@media screen and (max-width: 767px) {
  .app .app__Wrap .app__Fl.-youtubewrap {
    padding-top: 56.25%;
  }
}
.app .app__Wrap .app__Fl.-youtubewrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.app .app__Wrap .app__Fr {
  width: 48.3%;
}
@media screen and (max-width: 767px) {
  .app .app__Wrap .app__Fr {
    width: 100%;
  }
}
.app .app__Wrap .app__Fr .app__Slide .slick-dots {
  bottom: -4rem;
}
.app .app__Wrap .app__Fr .app__Slide .slick-dots li {
  width: 1rem;
  height: 1rem;
  margin: 0 1rem;
}
.app .app__Wrap .app__Fr .app__Slide .slick-dots li button {
  width: 1rem;
  height: 1rem;
}
.app .app__Wrap .app__Fr .app__Slide .slick-dots li button:before {
  width: 1rem;
  height: 1rem;
  content: "";
  background: #aaa;
  border-radius: 3rem;
  opacity: 1;
}
.app .app__Wrap .app__Fr .app__Slide .slick-dots li.slick-active button:before {
  background: #00469c;
}
.app .app__Wrap .app__Subttl {
  font-size: 2.4rem;
  font-weight: 600;
  padding-left: 10rem;
  margin-bottom: 3.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .app .app__Wrap .app__Subttl {
    font-size: 1.8rem;
    padding-left: 5rem;
    margin-bottom: 2rem;
  }
}
.app .app__Wrap .app__Subttl:before {
  position: absolute;
  left: 0;
  top: calc(50% - 3.75rem);
  width: 7.5rem;
  height: 7.5rem;
  content: "";
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .app .app__Wrap .app__Subttl:before {
    top: calc(50% - 2rem);
    width: 4rem;
    height: 4rem;
  }
}
.app .app__Wrap .app__Subttl.-number00:before {
  background-image: url("./../img/icon_screen_00.png");
}
.app .app__Wrap .app__Subttl.-number01:before {
  background-image: url("./../img/icon_screen_01.png");
}
.app .app__Wrap .app__Subttl.-number02:before {
  background-image: url("./../img/icon_screen_02.png");
}
.app .app__Wrap .app__Subttl.-number03:before {
  background-image: url("./../img/icon_screen_03.png");
}
.app .app__Wrap .app__Subttl.-number04:before {
  background-image: url("./../img/icon_screen_04.png");
}
.app .app__Wrap .app__Txt {
  padding-left: 10rem;
  font-size: 1.6rem;
  line-height: 1.75em;
}
@media screen and (max-width: 767px) {
  .app .app__Wrap .app__Txt {
    padding-left: 0;
    font-size: 1.4rem;
    line-height: 1.9em;
  }
}

.developper {
  padding: 10rem 0;
  background: linear-gradient(135deg, #f28e26, #fd644f);
}
@media screen and (max-width: 767px) {
  .developper {
    padding: 5rem 0;
  }
}
.developper .developper__Ttl {
  text-align: center;
  position: relative;
  padding-top: 7rem;
  font-size: 2.8rem;
  font-weight: 500;
  margin-bottom: 2rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .developper .developper__Ttl {
    padding-top: 4rem;
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }
}
.developper .developper__Ttl:before {
  content: "";
  position: absolute;
  left: calc(50% - 1.75rem);
  top: 0;
  width: 3.5rem;
  height: 4.4rem;
  background: url("./../img/icon_white_line.png");
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .developper .developper__Ttl:before {
    width: 2.4rem;
    height: 3rem;
  }
}
.developper .developper__Txt {
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .developper .developper__Txt {
    font-size: 1.4rem;
    line-height: 1.9em;
    margin-bottom: 3rem;
  }
}
.developper .developper__Flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .developper .developper__Flex {
    display: block;
  }
}
.developper .developper__Flex.-reverse {
  margin-top: 4rem;
  flex-direction: row-reverse;
}
.developper .developper__Flex .developper__Thum {
  width: 36.6%;
}
@media screen and (max-width: 767px) {
  .developper .developper__Flex .developper__Thum {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.developper .developper__Flex .developper__Detail {
  width: 59.3%;
}
@media screen and (max-width: 767px) {
  .developper .developper__Flex .developper__Detail {
    width: 100%;
  }
}
.developper .developper__Flex .developper__Detail .developper__Name {
  font-size: 2.8rem;
  color: #fff;
  font-weight: 600;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .developper .developper__Flex .developper__Detail .developper__Name {
    font-size: 2rem;
  }
}
.developper .developper__Flex .developper__Detail .developper__Position {
  font-size: 1.6rem;
  color: #fff;
  border-bottom: 0.1rem solid #fff;
  padding-bottom: 2.5rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .developper .developper__Flex .developper__Detail .developper__Position {
    font-size: 1.4rem;
  }
}
.developper .developper__Flex .developper__Detail .developper__Sns {
  font-size: 1.6rem;
  color: #fff;
  margin-bottom: 2.5rem;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .developper .developper__Flex .developper__Detail .developper__Sns {
    font-size: 1.4rem;
  }
}
.developper .developper__Flex .developper__Detail .developper__Sns a {
  font-size: 1.6rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .developper .developper__Flex .developper__Detail .developper__Sns a {
    font-size: 1.4rem;
  }
}
.developper .developper__Flex .developper__Detail .developper__history {
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.75em;
}
@media screen and (max-width: 767px) {
  .developper .developper__Flex .developper__Detail .developper__history {
    font-size: 1.4rem;
  }
}

.other .container {
  padding: 10rem 0;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 767px) {
  .other .container {
    padding: 5rem 0;
  }
}
.other .container:before {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 17.2rem);
  width: 28.1rem;
  height: 34.4rem;
  background: url(./../img/img_other.png);
}
@media screen and (max-width: 767px) {
  .other .container:before {
    right: -3rem;
    top: auto;
    bottom: 0;
    width: 8rem;
    height: 13rem;
    background-size: cover;
    z-index: -1;
  }
}
.other .other__Fl,
.other .other__Fr {
  width: 48.3%;
}
@media screen and (max-width: 767px) {
  .other .other__Fl,
.other .other__Fr {
    width: 100%;
  }
}
.other .other__Fl .other__List,
.other .other__Fr .other__List {
  margin-bottom: 5rem;
}
.other .other__Fl .other__List:last-child,
.other .other__Fr .other__List:last-child {
  margin-bottom: 0;
}
.other .other__Fl .other__List .other__ListTtl,
.other .other__Fr .other__List .other__ListTtl {
  font-size: 2.8rem;
  padding-left: 3rem;
  position: relative;
  margin-bottom: 1.5rem;
  padding-bottom: 2rem;
  border-bottom: 0.1rem solid #ccc;
}
@media screen and (max-width: 767px) {
  .other .other__Fl .other__List .other__ListTtl,
.other .other__Fr .other__List .other__ListTtl {
    font-size: 2rem;
    padding-left: 2rem;
    padding-bottom: 1rem;
  }
}
.other .other__Fl .other__List .other__ListTtl:before,
.other .other__Fr .other__List .other__ListTtl:before {
  position: absolute;
  left: 0;
  top: calc(50% - 0.9em);
  width: 0.6rem;
  height: 1.2em;
  content: "";
  background: #00469c;
}
@media screen and (max-width: 767px) {
  .other .other__Fl .other__List .other__ListTtl:before,
.other .other__Fr .other__List .other__ListTtl:before {
    top: calc(50% - 0.75em);
  }
}
.other .other__Fl .other__List .other__ListDesc,
.other .other__Fr .other__List .other__ListDesc {
  font-size: 1.6rem;
  line-height: 1.75em;
}
@media screen and (max-width: 767px) {
  .other .other__Fl .other__List .other__ListDesc,
.other .other__Fr .other__List .other__ListDesc {
    font-size: 1.4rem;
  }
}

.risk {
  background: #f2f2f2;
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  .risk {
    padding: 5rem 0;
  }
}
.risk .risk__Ttl {
  text-align: center;
  position: relative;
  padding-top: 7rem;
  font-size: 2.8rem;
  font-weight: 500;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .risk .risk__Ttl {
    padding-top: 4rem;
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }
}
.risk .risk__Ttl:before {
  content: "";
  position: absolute;
  left: calc(50% - 1.75rem);
  top: 0;
  width: 3.5rem;
  height: 4.4rem;
  background: url("./../img/icon_blue.png");
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .risk .risk__Ttl:before {
    width: 2.4rem;
    height: 3rem;
  }
}
.risk .risk__Txt {
  font-size: 1.6rem;
  line-height: 1.75em;
}
@media screen and (max-width: 767px) {
  .risk .risk__Txt {
    font-size: 1.4rem;
  }
}

.blogWrap {
  margin: auto;
}
.blogWrap .container {
  padding: 8rem 0 10rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .blogWrap .container {
    padding: 5rem 0;
  }
}
.blogWrap .container:before {
  content: "";
  position: absolute;
  right: -21rem;
  bottom: 0;
  width: 28.1rem;
  height: 34.4rem;
  background: url(./../img/img_other.png);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .blogWrap .container:before {
    right: -3rem;
    bottom: 0;
    width: 8rem;
    height: 13rem;
    background-size: cover;
  }
}
.blogWrap .blogWrap__List {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .blogWrap .blogWrap__List {
    justify-content: space-between;
  }
}
.blogWrap .blogWrap__List .blogWrap__Item {
  width: 31%;
  margin: 0 0 6rem;
}
@media screen and (max-width: 767px) {
  .blogWrap .blogWrap__List .blogWrap__Item {
    width: 48%;
    margin: 0 0 2rem;
  }
}
.blogWrap .blogWrap__List .blogWrap__Item:nth-child(3n+2) {
  margin: 0 3.5% 6rem;
}
@media screen and (max-width: 767px) {
  .blogWrap .blogWrap__List .blogWrap__Item:nth-child(3n+2) {
    margin: 0 0 2rem;
  }
}
.blogWrap .blogWrap__List .blogWrap__Item a {
  display: block;
}
.blogWrap .blogWrap__List .blogWrap__Item a figure {
  height: 25rem;
  overflow: hidden;
  position: relative;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .blogWrap .blogWrap__List .blogWrap__Item a figure {
    height: 20rem;
  }
}
@media screen and (max-width: 767px) {
  .blogWrap .blogWrap__List .blogWrap__Item a figure {
    height: 10rem;
  }
}
.blogWrap .blogWrap__List .blogWrap__Item a figure img {
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blogWrap .blogWrap__List .blogWrap__Item a .blogWrap__Flex {
  display: flex;
}
.blogWrap .blogWrap__List .blogWrap__Item a .blogWrap__Flex .blogWrap__Date {
  font-size: 1.6rem;
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .blogWrap .blogWrap__List .blogWrap__Item a .blogWrap__Flex .blogWrap__Date {
    font-size: 1rem;
  }
}
.blogWrap .blogWrap__List .blogWrap__Item a .blogWrap__Flex .blogWrap__Category {
  color: #fff;
  font-size: 1.6rem;
  background: #00469c;
  padding: 0.1rem 2rem;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .blogWrap .blogWrap__List .blogWrap__Item a .blogWrap__Flex .blogWrap__Category {
    font-size: 1rem;
    padding: 0.1rem 0.5rem;
  }
}
.blogWrap .blogWrap__List .blogWrap__Item a .blogWrap__Title {
  margin: 2rem auto;
  font-size: 2rem;
  color: #000;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .blogWrap .blogWrap__List .blogWrap__Item a .blogWrap__Title {
    margin: 1rem auto;
    font-size: 1.4rem;
  }
}
.blogWrap .blogWrap__List .blogWrap__Item a .blogWrap__Txt {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .blogWrap .blogWrap__List .blogWrap__Item a .blogWrap__Txt {
    display: none;
    font-size: 1.2rem;
  }
}
.blogWrap .pager {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .blogWrap .pager {
    margin-top: 4rem;
  }
}
.blogWrap .pager span {
  font-size: 1.8rem;
  color: #fff;
  background: #00469c;
  border: 0.1rem solid #00469c;
  width: 3.5rem;
  height: 3.5rem;
  line-height: 3.5rem;
  text-align: center;
  margin: auto 0.75rem;
}
@media screen and (max-width: 767px) {
  .blogWrap .pager span {
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1.4rem;
    margin: auto 0.5rem;
  }
}
.blogWrap .pager a {
  font-size: 1.8rem;
  color: #00469c;
  background: #fff;
  border: 0.1rem solid #00469c;
  width: 3.5rem;
  height: 3.5rem;
  line-height: 3.5rem;
  text-align: center;
  margin: auto 0.75rem;
}
@media screen and (max-width: 767px) {
  .blogWrap .pager a {
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1.4rem;
    margin: auto 0.5rem;
  }
}
.blogWrap .pager a.prev, .blogWrap .pager a.next {
  display: none;
}

.blogdetail .blogdetail__Inner {
  max-width: 100rem;
  margin: auto;
  padding: 8rem 0 13.5rem;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .blogdetail .blogdetail__Inner {
    max-width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .blogdetail .blogdetail__Inner {
    max-width: 84%;
    padding: 5rem 0;
  }
}
.blogdetail .blogdetail__Inner:before {
  content: "";
  position: absolute;
  right: -21rem;
  bottom: 0;
  width: 28.1rem;
  height: 34.4rem;
  background: url(./../img/img_other.png);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .blogdetail .blogdetail__Inner:before {
    right: -3rem;
    bottom: 0;
    width: 8rem;
    height: 13rem;
    background-size: cover;
  }
}
.blogdetail .blogdetail__Inner .blogdetail__Flex {
  display: flex;
}
@media screen and (max-width: 767px) {
  .blogdetail .blogdetail__Inner .blogdetail__Flex {
    align-items: center;
  }
}
.blogdetail .blogdetail__Inner .blogdetail__Flex .blogdetail__Date {
  font-size: 1.6rem;
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .blogdetail .blogdetail__Inner .blogdetail__Flex .blogdetail__Date {
    font-size: 1.4rem;
  }
}
.blogdetail .blogdetail__Inner .blogdetail__Flex .blogdetail__Category {
  color: #fff;
  font-size: 1.6rem;
  background: #00469c;
  padding: 0.1rem 2rem;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .blogdetail .blogdetail__Inner .blogdetail__Flex .blogdetail__Category {
    font-size: 1.4rem;
  }
}
.blogdetail .blogdetail__Inner .blogdetail__Title {
  margin: 2rem auto;
  font-size: 2.8rem;
  color: #000;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .blogdetail .blogdetail__Inner .blogdetail__Title {
    margin: 1.5rem auto;
    font-size: 1.8rem;
  }
}
.blogdetail .blogdetail__Inner .blogdetail__Thumbnail {
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .blogdetail .blogdetail__Inner .blogdetail__Thumbnail {
    margin-bottom: 2rem;
  }
}
.blogdetail .blogdetail__Inner .blogdetail__Content p {
  font-size: 1.6rem;
  line-height: 1.75em;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .blogdetail .blogdetail__Inner .blogdetail__Content p {
    font-size: 1.4rem;
    line-height: 1.9em;
    margin-bottom: 3.5rem;
  }
}
.blogdetail .blogdetail__Inner .blogdetail__Content img {
  margin: 0 auto 5rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .blogdetail .blogdetail__Inner .blogdetail__Content img {
    margin: 0 auto 2rem;
  }
}
.blogdetail .blogdetail__Inner .blogdetail__Content h2,
.blogdetail .blogdetail__Inner .blogdetail__Content h3,
.blogdetail .blogdetail__Inner .blogdetail__Content h4 {
  font-size: 2.4rem;
  font-weight: bold;
  border-bottom: 0.2rem solid #ccc;
  position: relative;
  padding: 0 2.5rem 1rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .blogdetail .blogdetail__Inner .blogdetail__Content h2,
.blogdetail .blogdetail__Inner .blogdetail__Content h3,
.blogdetail .blogdetail__Inner .blogdetail__Content h4 {
    font-size: 1.8rem;
    padding-left: 0;
  }
}
.blogdetail .blogdetail__Inner .blogdetail__Content h2:before,
.blogdetail .blogdetail__Inner .blogdetail__Content h3:before,
.blogdetail .blogdetail__Inner .blogdetail__Content h4:before {
  position: absolute;
  left: 0;
  bottom: -0.2rem;
  height: 0.2rem;
  width: 10rem;
  background: #00469c;
  content: "";
}
.blogdetail .blogdetail__Inner .blogdetail__Content h3 {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .blogdetail .blogdetail__Inner .blogdetail__Content h3 {
    font-size: 1.6rem;
  }
}
.blogdetail .blogdetail__Inner .blogdetail__Content h4 {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .blogdetail .blogdetail__Inner .blogdetail__Content h4 {
    font-size: 1.6rem;
  }
}
.blogdetail .blogdetail__Pager {
  margin: 10rem auto 0;
}
@media screen and (max-width: 767px) {
  .blogdetail .blogdetail__Pager {
    margin: 5rem auto 0;
  }
}
.blogdetail .blogdetail__Pager .blogdetail__PagerList {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blogdetail .blogdetail__Pager .blogdetail__PagerList li a {
  font-size: 2rem;
  color: #00469c;
}
@media screen and (max-width: 767px) {
  .blogdetail .blogdetail__Pager .blogdetail__PagerList li a {
    font-size: 1.4rem;
  }
}
.blogdetail .blogdetail__Pager .blogdetail__PagerList li.-prevbtn a {
  padding-left: 2rem;
  position: relative;
}
.blogdetail .blogdetail__Pager .blogdetail__PagerList li.-prevbtn a:before {
  content: "";
  position: absolute;
  top: calc(50% - 0.5rem);
  left: 0;
  width: 1rem;
  height: 1rem;
  border-top: 0.2rem solid #00469c;
  border-left: 0.2rem solid #00469c;
  transform: rotate(-45deg);
}
.blogdetail .blogdetail__Pager .blogdetail__PagerList li.-nextbtn a {
  padding-right: 2rem;
  position: relative;
}
.blogdetail .blogdetail__Pager .blogdetail__PagerList li.-nextbtn a:before {
  content: "";
  position: absolute;
  top: calc(50% - 0.5rem);
  right: 0;
  width: 1rem;
  height: 1rem;
  border-top: 0.2rem solid #00469c;
  border-left: 0.2rem solid #00469c;
  transform: rotate(-225deg);
}
.blogdetail .blogdetail__Pager .blogdetail__PagerList li.-archivebtn {
  max-width: 22rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .blogdetail .blogdetail__Pager .blogdetail__PagerList li.-archivebtn {
    display: none;
  }
}
.blogdetail .blogdetail__Pager .blogdetail__PagerList li.-archivebtn a {
  font-weight: bold;
  border-radius: 3rem;
  display: block;
  width: 100%;
  border: 0.2rem solid #00469c;
  padding: 1rem;
  text-align: center;
}
.blogdetail .blogdetail__Pager .sparchivebtn {
  display: none;
}
@media screen and (max-width: 767px) {
  .blogdetail .blogdetail__Pager .sparchivebtn {
    font-weight: bold;
    border-radius: 3rem;
    display: block;
    width: 100%;
    border: 0.2rem solid #00469c;
    padding: 1rem;
    text-align: center;
    color: #00469c;
    font-size: 1.4rem;
    margin-top: 2rem;
    background: #fff;
  }
}/*# sourceMappingURL=style.css.map */