@charset "UTF-8";

body {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 3.2vw;
  line-height: 1;
}

p {
  margin: 0;
}

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

a {
  text-decoration: none;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: 1em;
}

.pc_only {
  display: none !important;
}

/********************************
	flexbox 基本class
********************************/
*.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/******************************
  contents
*******************************/
#wrapper {
  width: 100%;
  margin: 0 auto;
}

.inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

header {
  background: #fff;
  height: 14vw;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

header div {
  position: absolute;
}

.topbar {
  background-color: #1B2D74;
  color: #fff;
  width: 100%;
}

.topbar .inner {
  background-color: #1B2D74;
  color: #fff;
  width: 100%;
  margin: 0 auto;
  font-size: 10px;
  padding: 5px;
}

header .logo {
  width: 73.33333vw;
  top: 6.5vw;
  left: -1.06667vw;
}

header .logo img {
  width: 45.2vw;
}

header .tel {
  left: 73.33333vw;
  top: 2.26667vw;
  width: 9.33333vw;
}

header .tel img {
  width: 4.4vw;
}

header .btn {
  width: 9.73333vw;
  top: 2.26667vw;
  right: 0;
}

header .btn img {
  width: 9.86667vw;
}


.cv_area_in {
  width: 520px;
  float: right;
  position: relative;
  top: -30px;
}

.cf {
  zoom: 1;
}

.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cv_area_in_left {
  display: none;
}

.cv_area_in_right {
  float: right;
  position: relative;
  top: 64px;
  right: 15px;
}

.btn_type_b {
  top: 10px;
  position: relative;
  background-color: #e6231d;
  -webkit-transition: none;
  transition: none;
  box-shadow: 0 2px 0 #c41611;
  padding: 8px 10px;
  color: #fff;
  border-radius: 10px;
  font-size: 0.8rem;
}

.btn_type_b a {
  color: #fff;
}

#fv {
  background: url(../img/fvbg_sp2.jpg) center top no-repeat;
  height: 52.86667vw;
  background-size: cover;
}

#fv2 {
  background: url(../img/fvbg_sp2.jpg) center top no-repeat;
  height: 101.86667vw;
  background-size: cover;
}

.linkArea {
  background: url(../img/bg01_sp.jpg) center top no-repeat;
  height: 38.26667vw;
  background-size: cover;
}

.linkArea .btn {
  margin-top: 6vw;
}

.linkArea .btnArea {
  display: flex;
  justify-content: space-between;
  width: 90vw;
  margin: 0 auto;
  color: #fff;
  font-weight: 700;
}

.linkArea .btnArea .btn01 {
  font-size: 1rem;
  background: url(../img/mail_icon.png) no-repeat left 1rem center;
  background-size: 1.5rem;
  background-color: #1fa1e6;
  padding-left: 2.5rem;
}



.linkArea .btnArea .btn02 {
  padding-left: 2.6rem;
  font-size: 1rem;
  line-height: 1;
  background: url(../img/tel_icon.png) no-repeat left 1.2rem center;
  background-size: 1.5rem;
  background-color: #fcdc4a;
  color: #4b4b4b;
}

.linkArea .btnArea a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 43vw;
  color: inherit;
  height: 5vh;
  text-decoration: none;
  border-radius: 0.6rem;
  box-shadow: 0.6rem 0.6rem 0 rgba(23, 45, 81, 0.3);
}


#trouble {
  background: url(../img/bg02_sp.jpg) center top no-repeat;
  height: 169.86667vw;
  background-size: cover;
}

#trouble .inner {
  padding-top: 8.53333vw;
}

#trouble h2 {
  margin: 0 0 6.66667vw;
}

#trouble ul li {
  font-size: 3.73333vw;
  font-weight: bold;
  line-height: 1.45;
  margin-bottom: 5.33333vw;
  background: url(../img/check_sp.png) 8.66667vw 0 no-repeat;
  background-size: 5.86667vw;
  padding: 0 0 0 17.33333vw;
  min-height: 5.86667vw;
}

#trouble ul li strong {
  font-size: 4.13333vw;
  color: #0A2B64;
}

#trouble .omakase {
  margin: 32.93333vw 0 0;
}

#point {
  background: url(../img/bg03_sp.jpg) center top no-repeat;
  height: 253.6vw;
  background-size: cover;
}

#point .inner {
  padding: 6.13333vw 0 0;
}

#point .txt {
  color: #ffffff;
  text-align: center;
  font-size: 4vw;
  font-weight: bold;
  line-height: 1.75;
  width: 86.66667vw;
  margin: 0 auto;
}

#point .image {
  margin: 8.26667vw 0 10.66667vw;
}

#point ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 92vw;
  margin: 0 auto;
}

#point li {
  width: 43.33333vw;
  height: 40vw;
  background: rgba(255, 255, 255, 0.8);
  border: 0.8vw solid #fff;
  position: relative;
  margin: 0 0 9.73333vw;
}

#point li .num {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
}

#point li p {
  font-size: 3.2vw;
  line-height: 1.3;
  color: #0a2b64;
  font-weight: bold;
  text-align: center;
}

#point li:nth-child(1) {
  padding: 7.2vw 0 0;
}

#point li:nth-child(1) .num {
  width: 19.06667vw;
  top: -6.4vw;
}

#point li:nth-child(1) .ico {
  width: 25.6vw;
  margin: 0 auto 4.8vw;
}

#point li:nth-child(2) {
  padding: 6.26667vw 0 0;
}

#point li:nth-child(2) .num {
  width: 21.46667vw;
  top: -6.4vw;
}

#point li:nth-child(2) .ico {
  width: 11.06667vw;
  margin: 0 auto 2.4vw;
}

#point li:nth-child(3) {
  padding: 5.6vw 0 0;
}

#point li:nth-child(3) .num {
  width: 21.2vw;
  top: -6.4vw;
}

#point li:nth-child(3) .ico {
  width: 14.53333vw;
  margin: 0 auto 2.4vw;
}

#point li:nth-child(4) {
  padding: 8vw 0 0;
}

#point li:nth-child(4) .num {
  width: 21.46667vw;
  top: -7.2vw;
}

#point li:nth-child(4) .ico {
  width: 10.26667vw;
  margin: 0 auto 4vw;
}

#point li:nth-child(5) {
  padding: 8vw 0 0;
}

#point li:nth-child(5) .num {
  width: 20.93333vw;
  top: -6.4vw;
}

#point li:nth-child(5) .ico {
  width: 13.86667vw;
  margin: 0 auto 4.26667vw;
}

#point li:nth-child(6) {
  padding: 8.4vw 0 0;
}

#point li:nth-child(6) .num {
  width: 21.46667vw;
  top: -6.93333vw;
}

#point li:nth-child(6) .ico {
  width: 14.4vw;
  margin: 0 auto 4.8vw;
}

#reason {
  background-color: #C3C8EC;
  background-size: cover;
}

#reason h2 {
  padding-top: 5.33333vw;
  margin: 0 auto 88.66667vw;
}

#reason .block h3 {
  width: 100vw;
  margin-bottom: 3.33333vw;
  height: 10vh;
}

#reason .block p {
  font-size: 3.2vw;
  line-height: 1.75;
  color: #1a1a1a;
}

#reason .reason01 {
  margin: 0 0 21.26667vw;
  width: 100vw;
  height: 115.4vw;
  padding: 3.73333vw 0 0;
}

#reason .reason01 p {
  padding: 0 26.4vw 0 6.26667vw;
}

#reason .reason02 {
  margin: 0 0 61.53333vw;
  width: 100vw;
  height: 117.66667vw;
  padding: 4vw 0 0;
}

#reason .reason02 p {
  padding: 0 22.66667vw 0 10.13333vw;
}

#reason .reason03 {
  margin: 0 0 5.13333vw;
  width: 100vw;
  height: 94vw;
  padding: 6.66667vw 0 0;
}

#reason .reason03 p {
  padding: 0 9.13333vw 0 10.13333vw;
}

#reason .reason04 {
  margin: 0 0 42.13333vw;
  width: 100vw;
  height: 64vw;
  padding: 6.66667vw 0 0;
}

#reason .reason04 p {
  padding: 0 8.53333vw 0 13.53333vw;
}

#reason .reason05 {
  margin: 0 0 12.66667vw;
  width: 100vw;
  height: 49.86667vw;
  padding: 5.33333vw 0 0;
}

#reason .reason05 p {
  padding: 0 35.06667vw 0 10.13333vw;
}

#reason .reason06 {
  margin: 0 0 34.66667vw;
  width: 100vw;
  height: 49.86667vw;
  padding: 5.33333vw 0 0;
}

#reason .reason06 p {
  padding: 0 17.33333vw 0 14.4vw;
}
.reason {
        padding: 2.5rem 0;
  }
.reason__box-item .heading {
    color: #152B80;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.5em;
    letter-spacing: .08em;
}
#voice {
  background-size: cover;
}
.voice {
    background-image: url(../img/voicebg.png);
    background-repeat: no-repeat;
    padding: 3rem 0;
    text-align: center;
}
.voice__heading {
    color: white;
    margin: .2em 0 0;
    padding: 0;
        font-size: 6.5vw;
}
#voice h2 {
  width: 100vw;
  margin: 0 auto 9.06667vw;
}

#voice ul {
  width: 92vw;
  margin: 0 auto;
}

#voice li {
  width: 92.06667vw;
  height: 32.4vw;
  position: relative;
  padding: 7.33333vw 0 0 6.4vw;
  margin: 0 0 10.93333vw;
}

#voice li h3 {
  position: absolute;
  top: -2.53333vw;
  left: 7.6vw;
  height: 6.4vw;
  line-height: 6.4vw;
  width: 26.26667vw;
  color: #ffffff;
  background: #096BC2;
  text-align: center;
  font-size: 3.33333vw;
  font-weight: bold;
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg);
}

#voice li h3 span {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform: skewX(10deg);
  transform: skewX(10deg);
}

#voice li p {
  font-size: 3.46667vw;
  line-height: 1.75;
  color: #1a1a1a;
}

#voice li:nth-child(1) {
  background: #FFF url(../img/v01_sp.png) 46vw bottom no-repeat;
  background-size: 30.13333vw auto;
}

#voice li:nth-child(2) {
  background: #FFF url(../img/v02_sp.png) 45.46667vw bottom no-repeat;
  background-size: 30.26667vw auto;
}

#voice li:nth-child(3) {
  background: #FFF url(../img/v03_sp.png) 45.86667vw bottom no-repeat;
  background-size: 30.26667vw auto;
}

#voice li:nth-child(3) h3 {
  background: #00ACCE;
}

#voice li:nth-child(4) {
  background: #FFF url(../img/v04_sp.png) 45.46667vw bottom no-repeat;
  background-size: 30.26667vw auto;
}

#voice li:nth-child(4) h3 {
  background: #00ACCE;
}

#flow {
  padding: 0 0 18.13333vw;
}

#flow h2 {
  margin: 0 auto 12vw;
}

#flow ul {
  margin: 0 auto;
  width: 92vw;
}

#flow ul.flow1_1 {
  background: url(../img/flow1_1_sp.png) top left no-repeat;
  height: 135.33333vw;
  background-size: contain;
}

#flow ul.flow1_2 {
  background: url(../img/flow1_2_sp.png) top left no-repeat;
  height: 79.73333vw;
  background-size: contain;
}

#flow li {
  width: 100%;
  padding: 0 0 0 33.6vw;
}

#flow li h3 {
  text-align: left;
  font-size: 4vw;
  font-weight: bold;
  line-height: 1.5;
  color: #0a2b64;
}

#flow li p {
  line-height: 1.5;
  font-size: 3.73333vw;
  color: #1a1a1a;
}

#flow li:nth-of-type(1) {
  margin-bottom: 9.73333vw;
}

#flow li:nth-of-type(2) {
  margin-bottom: 12vw;
}

#flow2 {
  padding: 0 0 15.06667vw;
  text-align: center;
}

#flow2 h2 {
  margin: 0 auto 5.06667vw;
}

#flow2 ul.ul_flow2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 92vw;
  margin: 0 auto 0;
}

#flow2 ul.ul_flow2 li {
  position: relative;
  width: 100%;
  margin-bottom: 1.33333vw;
}

#flow2 ul.ul_flow2 li p {
  width: 72vw;
  height: 23.73333vw;
  padding-left: 26.66667vw;
  color: #0a2b64;
  font-weight: bold;
  font-size: 3.73333vw;
  line-height: 1.5;
  text-align: left;
  letter-spacing: -0.5px;
  position: absolute;
  top: 0;
  left: 0;
}

#flow2 ul.ul_flow2 li.flow2_1 p {
  padding-top: 6.4vw;
}

#flow2 ul.ul_flow2 li.flow2_2 p {
  padding-top: 9.06667vw;
}

#flow2 ul.ul_flow2 li.flow2_3 p {
  padding-top: 9.06667vw;
}

#flow2 ul.ul_flow2 li.flow2_4 p {
  padding-top: 3.46667vw;
}

#toiawase_btn {
  height: 350px;
  padding-top: 75px;
}

#toiawase_btn h2 {
  width: 90vw;
  margin: 0 auto 66px;
  color: #1B2D74;
  text-align: center;
  font-size: 1.6rem;
}

#toiawase_btn a {
  width: 90vw;
  color: #fff;
  background-color: #c72827;
  border-radius: 5px;
  height: 5rem;
  margin: 0 auto;
  display: block;
  font-size: 1.5rem;
  text-align: center;
  padding-top: 28px;
}

#toiawase_btn h3 {
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  height: 38px;
  line-height: 38px;
  width: 122px;
  color: #ffffff;
  text-align: center;
  font-weight: normal;
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg);
  margin: 0 auto;
}


#amb_map {
  padding: 50px 0;
  background: #f6f9fe;
  text-align: center;
  font-size: 15px;
  height: 785px;
}

#amb_map .inner {
  width: 90vw;
}

#amb_map .left {
  width: 90vw;
}

#amb_map .right {
  background: #ffffff;
  width: 90vw;
}

#amb_map .right .section-title02 {
  text-align: center;
  padding: 5rem 0;
  background-color: white;
}

#amb_map .right .section-title02 h4 {
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
}

#amb_map .right .section-title02 p {
  margin: 15px auto 0 auto;
  font-weight: 600;
  padding: 0 0 1rem;
  font-family: 游明朝, YuMincho, "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", "serif";

}


#amb_map .right .section-title02 .btn-get-started {
  font-family: Roboto, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  color: rgb(255, 255, 255);
  width: 217px;
  padding: 10px 28px;
  border-radius: 4px;
  transition: all 0.5s ease 0s;
  background: rgb(255, 0, 0);
}

#amb_map .right .section-title02 .btn-get-started::after {
  content: "▶︎";
  display: inline-block;
  vertical-align: middle;
  padding-left: 1rem;
}

#amb_map .right .section-title02 .btn-get-started:hover {
  background: #0E46A3;
}

#formArea {
  background: #F2F2F2;
  padding: 4.66667vw 0 0;
}

#formArea h2 {
  margin: 0 auto 4.8vw;
}

#formArea .inner {
  background: #ffffff;
}

.section-title h4 {
  text-align: center;
  font-size: 2rem;
  color: #0A2B64;
}

.section-title h3 {
  font-size: 1.5rem;
  text-align: center;
  color: #0A2B64;
  margin-bottom: 30px;
}

.text-center {
  text-align: center;
}

.text-center.topbtn {
  text-align: center;
  padding-top: 20px;
  width: 100%;
  display: block;
  text-decoration: underline;
}

.wpcf7 {
  width: 100%;
  padding: 0;
  margin: 0 0 0 !important;
  font-size: 16px;
}

.wpcf7 form {
  padding: 35px 20px 20px;
}

.wpcf7 p {
  margin-bottom: 2em;
  font-size: 16px;
  line-height: 200%;
}

.wpcf7 input,
.wpcf7 textarea {
  width: auto;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #ccc;
  line-height: 2;
  padding: 10px;
  font-size: 18px;
}

.wpcf7 input[type=checkbox],
.wpcf7 input[type=radio] {
  border: 1px solid #ccc;
  padding: 8px;
  height: 20px;
  width: 20px;
  position: relative;
  top: 4px;
}

.wpcf7 select,
.wpcf7 .wpcf7-list-item-label {
  line-height: 2;
  font-size: 16px;
}

.wpcf7-list-item {
  display: block;
}

.wpcf7 label {
  margin-right: 20px;
}

.wpcf7 input[type=date] {
  width: 150px;
  padding: 8px;
  margin: 0 10px 0 0;
}

.wpcf7 select {
  width: 80px;
  padding: 10px;
  margin: 0 0 0 10px;
}

.wpcf7 .date-title {
  margin-top: 20px;
  display: block;
}

.wpcf7 .time-title {
  margin-top: 10px;
  display: inline-block;
}

.wpcf7 .date-title-top {
  margin-top: 0;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus {
  outline: none;
  border: 1px solid #bbb;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: inner 0 0 5px rgba(0, 0, 0, 0.5);
}

.wpcf7 input.wpcf7-submit {
  position: relative;
  display: block;
  width: 100%;
  height: 70px;
  margin: 30px auto 0;
  background-color: #0a2b64;
  cursor: pointer;
  border: none !important;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  line-height: 1.5;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-family: "Roboto Slab", Garamond, "Times New Roman", 游明朝, "Yu Mincho", 游明朝体, YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.wpcf7 input.wpcf7-submit,
.wpcf7 input.wpcf7-submit::before,
.wpcf7 input.wpcf7-submit::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.wpcf7 input.wpcf7-submit:hover {
  background-color: #3d5e97;
}

.wpcf7 .wpcf7-not-valid {
  background: pink;
}

.wpcf7 .wpcf7-response-output {
  margin: 10px 0 0;
  padding: 8px 35px 8px 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.wpcf7 .wpcf7-validation-errors {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}

.wpcf7 .wpcf7-mail-sent-ok {
  color: #3A87AD;
  background-color: #D9EDF7;
  border: 1px solid #BCE8F1;
}

span.wpcf7-list-item {
  margin: 0;
}

.wpcf7 textarea {
  height: 200px;
}

.wpcf7 .wpcf7-acceptance {
  display: inline-block;
}

#thanks_txt {
  margin: 50px 0 0;
  text-align: center;
  line-height: 150%;
  font-size: 16px;
  padding: 0 20px;
}

.thanks_title {
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 150%;
}

#thanks_txt p a {
  text-decoration: underline;
}

#footer {
  background-color: #1b2d74;
  margin: 0;
  width: 100%;
}

#footer footer {
  background-color: #1b2d74;
  width: 90vw;
  margin: 0px auto;
  color: #fff;
  padding-top: 50px;
}

#footer footer .leftblock {
  background-color: #1b2d74;
  width: 90vw;
  margin-right: 3%;
  color: #fff;
}

#footer footer .leftblock .logo {
  background-color: #fff;
  width: 54vw;
  padding: 10px;
  margin: 10px auto;
}

#footer footer .rightblock {
  background-color: #1b2d74;
  width: 90vw;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  line-height: 1.2rem;
}


#footer footer .copyright {
  background-color: #1b2d74;
  width: 90vw;
  color: #fff;
  text-align: center;
  padding: 10px;
  font-size: 0.9rem;
}


#footer footer .copyright a {
  color: #fff;
  text-decoration: underline;
}

@media (max-width:575.98px) {
  header {
    background: #fff;
    height: 80px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
  }

  .inner {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }

  header .logo {
    width: 73.33333vw;
    top: 12.5vw;
    left: -1.06667vw;
  }
}

@media (max-width: 768px) {
  #formArea button[type=submit] {
    background: #FF0000;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
    letter-spacing: 0.3rem;
  }

  #formArea button[type=submit]:hover {
    background: #0E46A3;
    ;
  }

  #formArea .btn-submit {
    background: #FF0000;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
  }

  #formArea .btn-submit:hover {
    background: #0E46A3;
  }

  #formArea .btn-reset {
    background: #ccc;
    border: 0;
    padding: 10px 30px;
    color: #333;
    transition: 0.4s;
    border-radius: 4px;
  }

  #formArea .btn-reset:hover {
    background: #0E46A3;
  }

  #formArea .btn-submit {
    width: 45% !important;
  }

  #formArea .btn-reset {
    width: 45%;
  }

  #formArea .kaisyamei {
    width: 100%;
  }

  #formArea .naiyou {
    width: 100%;
  }

  #formArea .e-mail {
    width: 60%;
  }

  #formArea .e-mailkaku {
    width: 60%;
  }
}

@media (max-width: 500px) {
  .linkArea .btnArea .btn01 {
    font-size: 0.8rem;
    background: url(../img/mail_icon.png) no-repeat left 1rem center;
    background-size: 1rem;
    background-color: #fff;
    padding-left: 1.9rem;
    color: #05479b;
  }

  .linkArea .btnArea .btn02 {
    padding-left: 1.6rem;
    font-size: 1rem;
    line-height: 1;
    background: url(../img/tel_icon.png) no-repeat left 1rem center;
    background-size: 1rem;
    background-color: #fcdc4a;
  }

  form#mailformpro select {
    width: 95%;
  }

  #footer p {
    font-size: 0.9rem;
  }

  #formArea .naiyou {
    width: 95%;
  }

  form#mailformpro textarea {
    max-width: 95%;
  }
}
.download__inner, .intro__inner, .about__inner, .service__inner, .reason__inner, .flow__inner, .lineup__inner, .voice__inner, .faq__inner, .links__inner {
  width: 90vw;
  max-width: 1000px;
  margin: 0 auto;
}

  .intro__heading, .about__heading, .service__heading, .reason__heading, .flow__heading, .lineup__heading, .voice__heading, .faq__heading, .links__heading {
    padding: 0;
    font-size: 6.5vw;
}
	.intro {
		padding: 8vw 0 0;
    background: #BFC7EA;
    position: relative;
	}
	.intro__box {
		display: block;
	}
  .intro__box {
    align-items: stretch;
    margin: 1.5rem 0;
}
	.intro__box-item {
		width: 100%;
		display: flex;
		align-items: flex-end;
		justify-content: space-between;
		padding: 0 2rem;
		margin: 0 0 1rem;
    background: white;
    border-radius: 20px;
	}
	.intro__box-item .text {
		text-align: start
	}
	.intro__box-item .image {
		width: 25%;
		margin: 0
	}
	.intro__box-item01 .text, .intro__box-item02 .text, .intro__box-item03 .text {
		padding: 1.2rem 0 1.4rem;
    font-size: 0.8rem;
    line-height: 1.5em;
    color: #333;
	}
  .intro__text {
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.8em;
}
	.intro__text {
		font-size: 5.5vw
	}
	.intro__text .marker {
		font-size: 6.5vw
	}
  .intro__text .marker {
    background: #152B80;
    color: white;
    font-size: 2rem;
}

.intro::after {
    content: "";
    position: absolute;
    left: 50%;
    border-top: 100px solid #BFC7EA;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    transform: translateX(-50%);
}

  .about {
    padding: 7rem 0 0;
}

.about__heading {
	margin: 0 0 1rem;
  text-align: center;
}
.about__heading .blue {
	color: #152B80;
	font-size: 2.2rem;
	text-align: center;
}
.about__icon {
	margin: 3rem 0
}

.about__heading {
  margin: 1rem 0;
  font-size: 5.5vw
}
.about__heading .blue {
  font-size: 7vw
}
.about__heading-sub {
  text-align: justify;
  font-size: 4vw;
  line-height: 1.8em;
    font-weight: bold;
    color: #333;
}
.about__icon {
  margin: 1rem 0 3rem
}
.reason__heading {
  padding: 0 0 1rem;
  font-size: 6.5vw;
  line-height: 1.8em;
  font-weight: bold;
    text-align: center;
    letter-spacing: .05em;
    color: #152B80;
}
.reason__box {
        display: block;
        padding: 2rem;
    background: white;
    border-radius: 20px;
    align-items: center;
    margin: 1rem 0;
}

.reason__box-item .text {
    color: #333;
    line-height: 1.5em;
    text-align: justify;
    margin: 1rem 0 0;
    font-size: 100%;
}

  .voice__wrap {
        display: block;
        align-items: stretch;
    margin: 1rem 0;
    }
    .voice__wrap-item {
        width: 100%;
    }
.voice__wrap-item {
    text-align: start;
    margin: 1rem 0 0;
}
.voice__wrap .image {
        width: 93%;
        margin: 0 auto;
    }  
  .voice__wrap .box {
        height: auto;
  background: #fff;
    border-radius: 20px;
    padding: 2rem;     
  }
  .voice__wrap .text {
    color: #333;
    line-height:1.5em;
    text-align: justify;
    margin: 1rem 0 0;
}

.intro__heading {
  font-size: 5vw;
  text-align: center;
}