@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* Thin 100
Light 300 
Regular 400 
Medium 500 
Bold 700 
ExtraBold 800 
Black 900 */
html {
  font-size: 62.5%;
}

body {
  color: #231815;
  font-weight: 300;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}

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

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}

*:focus {
  outline: none;
}

main {
  position: relative;
}
main img {
  width: 100%;
  vertical-align: top;
}
/*
* wrapper
*/
.l-base {
  margin-right: 15px;
  margin-left: 15px;
}

.l-xshort {
  margin-right: 15px;
  margin-left: 15px;
}

.l-short {
  margin-right: 15px;
  margin-left: 15px;
}

.l-full {
  margin-right: 15px;
  margin-left: 15px;
}

.mv {
  position: relative;
  width: 100%;
  padding: 56.2719812427% 0 0;
}
.mv iframe,
.mv video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-ttl01 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-right: auto;
  margin-left: auto;
  padding: 1rem 0;
  color: #2b70af;
  font-weight: 600;
  font-family: "Overpass", sans-serif;
  text-align: center;
}
.c-ttl01 span {
  display: inline-block;
  margin-top: 1rem;
  color: #231815;
  font-size: 1.6rem;
}

.c-btn__ar:after {
  display: block;
  position: absolute;
  margin: auto;
}

.c-btn01 {
  position: relative;
  border: 2px solid #2b70af;
  border-radius: 20px;
  background-color: #2b70af;
  color: #fff;
  font-weight: 500;
  text-align: center;
  transition: all 0.3s linear;
}
.c-btn01:hover {
  border: 2px solid #2b70af;
  background-color: #fff;
  color: #2b70af;
}
.c-btn01:hover:after {
  transition: all 0.3s linear;
}

.c-btn02 {
  position: relative;
  padding-left: 2.5rem;
}
.c-btn02:before {
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  content: "\f138";
  color: #2b70af;
  font-weight: 100;
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
}
.icon-blank:after {
  margin-left: 0.5rem;
  content: "\f2d2";
  color: #fff;
  font-weight: 100;
  font-family: "Font Awesome 5 Free";
}

.form__table {
  margin-top: 2rem;
}
.form__table > dl {
  display: block;
  width: 100%;
}
.form__table dt,
.form__table dd {
  display: block;
  width: 100%;
}
.form__table dt {
  display: block;
  width: 100%;
  padding: 1.5rem 1.7rem;
  background-color: #D9D9D9;
  color: #333333;
  font-weight: 600;
  font-size: 1.2rem;
}
.form__table dt .require {
  padding: 0.3rem 0.7rem;
  border-radius: 3px;
  background-color: #e02522;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1;
}
.form__table dt .attention {
  display: block;
  margin-top: 1rem;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1;
}
.form__table dt.va-top {
  vertical-align: top;
}
.form__table dd {
  padding: 2rem 1.7rem;
  background-color: #fff;
  vertical-align: middle;
}
.form__table dd select {
  cursor: pointer;
}
.form__table dd input[type=email],
.form__table dd input[type=text],
.form__table dd input[type=tel],
.form__table dd textarea,
.form__table dd select {
  width: 100%;
  padding: 1rem;
  border: 1px solid #595757;
  border-radius: 3px;
}
.form__table dd input[type=email]:-ms-input-placeholder,
.form__table dd input[type=text]:-ms-input-placeholder,
.form__table dd input[type=tel]:-ms-input-placeholder,
.form__table dd textarea:-ms-input-placeholder,
.form__table dd select:-ms-input-placeholder {
  color: #aaa;
}
.form__table dd input[type=email]::placeholder,
.form__table dd input[type=text]::placeholder,
.form__table dd input[type=tel]::placeholder,
.form__table dd textarea::placeholder,
.form__table dd select::placeholder {
  color: #aaa;
}
.form__table table {
  width: 100%;
}
.form__table table th {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 1.2rem;
  text-align: left;
}
.form__table table td {
  display: block;
  padding: 1rem 0;
}
.form__table table td:first-of-type {
  padding-top: 0;
}
.form__table table td input[type=text].Postalcode,
.form__table table td select {
  width: 60%;
}
.form__table table td select {
  appearance: none;
  padding: 1rem;
  background-image: url(assets/images/select_arrow.png);
  background-position: 93% center;
  background-size: 9px;
  background-repeat: no-repeat;
}
.form__table .wpcf7-form-control-wrap {
  position: relative;
}
.form__table .wpcf7-list-item:nth-of-type(1) {
  margin-left: 0;
}
.form__table .wpcf7-list-item-label {
  font-weight: 400;
}
.form__table .wpcf7-radio .wpcf7-list-item:last-of-type {
  margin-right: 0;
}
.form__table .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label {
  font-weight: bold;
}
.form__table .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
  margin-left: 0;
}

.tos {
  margin-top: 2rem;
  text-align: center;
}
.tos__txt {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.6;
  text-align: center;
}
.tos__txt a {
  color: #fff;
  text-decoration: underline;
}
.tos__txt a:hover {
  text-decoration: none;
}
.tos__accept {
  margin-top: 2rem;
  color: #fff;
  font-weight: 400;
  font-size: 1.2rem;
  text-align: center;
}
.tos__accept .accept {
  position: relative;
  top: 2px;
}
.tos__accept .require {
  position: relative;
  top: -1px;
  margin-left: 0.5rem;
  padding: 0.4rem 0.5rem;
  border-radius: 3px;
  background-color: #e02522;
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1;
}

.wpcf7-acceptance label {
  cursor: pointer;
}

.btn__submit input[type=submit] {
  display: block;
  appearance: none;
  position: relative;
  width: 26rem;
  margin-top: 2rem;
  margin-right: auto;
  margin-left: auto;
  padding: 2.5rem 0;
  border: none;
  background-image: linear-gradient(180deg, #FFFFFF 95%, #CC0000 95%);
  background-position: left center;
  background-repeat: no-repeat;
  color: #333;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transition: background-position 0.6s ease;
  transition: all 0.3s linear;
}
.btn__submit input[type=submit]:after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.7rem;
  height: 0.5rem;
  margin: auto;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 20px solid #CC0000;
  content: "";
}
.btn__submit input[type=submit]:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.btn__confirm input[type=submit].unchecked,
.btn__submit input[type=submit].unchecked {
  background-image: linear-gradient(180deg, #ccc 95%, #ccc 95%);
  background-position: left center;
  background-repeat: no-repeat;
  color: #fff;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.wpcf7-response-output {
  background-color: #fff;
  line-height: 1.5;
}

.wpcf7-select {
  color: #aaa;
}

.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
  margin-top: 0.5rem;
  font-size: 1.4rem;
}
/*
* header
*/
.p-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 1286px;
  margin: auto;
}
.p-header__outer {
  z-index: 1;
  position: fixed;
  width: 100%;
  padding: 3rem 0;
  background-color: rgba(255, 255, 255, 0.6);
}
.p-header__box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
      align-items: baseline;
}
.p-header__logo {
  width: 27rem;
}
.p-header__logo img {
  width: 100%;
}
.p-header__campany {
  margin-left: 1.5rem;
  transform: translateY(-0.7rem);
  font-weight: 500;
  font-size: 1.2rem;
}
.p-header__list {
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}
.p-header__item {
  margin-left: 3rem;
}
.p-header__item a {
  color: #231815;
  transition: all 0.3s linear;
}
.p-header__item:nth-of-type(1) a {
  font-size: 2.9rem;
}
.p-header__item:nth-of-type(1) a:hover {
  color: #00acee;
}
.p-header__item:nth-of-type(2) a:hover {
  color: #3b5998;
}
.p-header__item:nth-of-type(3) a:hover {
  color: #9a42a7;
}

.p-fv {
  position: relative;
  background-size: 136.6rem;
}

.p-mv__bg {
  z-index: -1;
  position: absolute;
  right: 0;
  bottom: 50rem;
  left: 0;
  width: 136.6rem;
  height: 138.6rem;
  margin: auto;
  background-image: url(assets/images/idx03_img03.png);
  background-position: 50% 0;
  background-size: 1366px;
  background-repeat: no-repeat;
}

.p-important {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #fff;
  font-weight: 400;
}
.p-important__outline {
  background-color: #2b70af;
  font-size: 1.4rem;
}
.p-important__ttl {
  border: 1px solid #fff;
}
.p-important__date {
  margin-left: 3rem;
}
.p-important__txt {
  margin-left: 3rem;
}
.p-important__txt a {
  color: #fff;
  text-decoration: underline;
  transition: all 0.3s linear;
}
.p-important__txt a:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.p-idx01 {
  position: relative;
  padding-top: 7.2rem;
  overflow: hidden;
  background-color: #fff;
}
.p-idx01:before, .p-idx01:after {
  display: block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.p-idx01:before {
  top: 9rem;
  left: -3rem;
  width: 33.3rem;
  height: 32.7rem;
  background-image: url(assets/images/idx01_img01.png);
}
.p-idx01:after {
  top: 18rem;
  right: 2rem;
  width: 30.8rem;
  height: 30.1rem;
  background-image: url(assets/images/idx01_img02.png);
}
.p-idx01__txt01 {
  z-index: 1;
  position: relative;
  text-align: center;
}
.p-idx01__txt01 span {
  display: inline;
  background: linear-gradient(transparent 90%, #fff100 0%);
  color: #2b70af;
  font-weight: 500;
  line-height: 1.6;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.p-idx01__txt02 {
  z-index: 1;
  position: relative;
  font-weight: 400;
  line-height: 2.25;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
}
.p-idx01__btn {
  display: block;
}

.p-idx02 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.p-idx02__ttl {
  display: -ms-flexbox;
  display: flex;
}
.p-idx02__ttl div {
  color: #2b70af;
  font-weight: 700;
  font-size: 8.2rem;
  font-family: "Overpass", sans-serif;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
}
.p-idx02__ttl span {
  position: relative;
  color: #231815;
  font-weight: 500;
  font-size: 2.4rem;
  letter-spacing: 6px;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
}
.p-idx02__ttl span:after {
  display: block;
  position: absolute;
  top: 5.5em;
  right: 0;
  left: 0;
  width: 1px;
  height: 80%;
  margin: auto;
  border-left: 1px dashed #231815;
  content: "";
}
.p-idx02__inner {
  width: 78%;
  margin-left: 4rem;
  background-color: rgba(245, 232, 200, 0.6);
}
.p-idx02__item {
  display: -ms-flexbox;
  display: flex;
  margin-top: 9.5rem;
  padding-top: 9.5rem;
  border-top: 1px dashed #2b70af;
}
.p-idx02__item:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.p-idx02__box__txt {
  line-height: 1.75;
}
.p-idx02__box__btn {
  position: relative;
  margin-top: auto;
  color: #2b70af;
  font-size: 1.2rem;
  font-family: "Overpass", sans-serif;
  transition: all 0.3s linear;
}
.p-idx02__box__btn:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.p-idx02__box__btn:after {
  display: block;
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 12.3rem;
  height: 4.2rem;
  background-image: url(assets/images/btn_arrow_bl.svg);
  background-position: 0 100%;
  background-repeat: no-repeat;
  content: "";
}

.p-idx03 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.p-idx03__ach__box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
      align-items: baseline;
}
.p-idx03__ach__ttl {
  color: #d3ac64;
  font-weight: 500;
  font-family: "Overpass", sans-serif;
}
.p-idx03__ach__btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
      align-items: baseline;
  color: #231815;
  font-weight: 500;
  transition: all 0.3s linear;
}
.p-idx03__ach__btn:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.p-idx03__ach__btn:before {
  margin-right: 0.5rem;
}
.p-idx03__ach__img {
  margin-top: 2rem;
  border: 1px solid #b93a32;
  border-radius: 1.5rem;
  box-shadow: 0 0 8px #666;
}
.p-idx03__con__ttl {
  margin-top: 1rem;
  color: #d3ab64;
  font-family: "Overpass", sans-serif;
  text-align: right;
}
.p-idx03__con__box {
  box-sizing: border-box;
  position: relative;
  min-height: 20rem;
  margin-top: 2.1rem;
  padding: 3rem 0 2.3rem;
  border: 1.5rem solid #f8b62d;
  border-radius: 1.6rem;
  background-color: #fff;
  box-shadow: 0 0 8px #666;
  text-align: center;
}
.p-idx03__con__img {
  display: block;
  z-index: 1;
  position: absolute;
}
.p-idx03__con__txt {
  line-height: 1.6;
  text-align: center;
}
.p-idx03__con__btn {
  display: inline-block;
  width: 24rem;
  margin-top: 2.5rem;
  padding: 1rem 0;
}
.p-idx04__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 6rem;
}
.p-idx04__item {
  width: calc(25% - 2rem);
}
.p-idx04__item a {
  transition: all 0.3s linear;
}
.p-idx04__img {
  border: 1px solid #2b70af;
  background-color: #2b70af;
  transition: all 0.3s linear;
}
.p-idx04__img:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.p-idx04__box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 1rem;
}
.p-idx04__date {
  color: #b5b5b6;
}
.p-idx04__cat {
  margin-left: 0.5rem;
  color: #2b70af;
}
.p-idx04__txt {
  margin-top: 1rem;
  color: #231815;
  line-height: 1.5;
}
.p-idx04__btn {
  display: block;
  width: 13.5rem;
  margin-top: 5.5rem;
  margin-right: auto;
  margin-left: auto;
  padding: 0.5rem 0;
  font-size: 1.4rem;
}
.p-idx05__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.p-idx05__list:after {
  display: block;
  width: calc(33.3333333333% - 2.6rem);
  content: "";
}
.p-idx05__item {
  width: calc(33.3333333333% - 2.6rem);
  margin-top: 4rem;
}
.p-idx05__item a {
  transition: all 0.3s linear;
}
.p-idx05__item a:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.p-fotter {
  padding: 3rem 0;
  border-top: 1px dashed #231815;
}
.p-fotter__copy {
  display: block;
  width: 100%;
  color: #2b70af;
  font-size: 1rem;
  font-family: "Overpass", sans-serif;
  text-align: center;
}

.p-com01__outline {
  padding: 4rem 0;
}
.p-com01__txt {
  margin-top: 2rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
.p-com01__txt:first-of-type {
  margin-top: 0;
}

/*
 * block
 */
.u-sp {
  display: block;
}

.u-pc {
  display: none;
}

.u-link {
  display: inline-block;
  color: inherit;
  text-decoration: underline !important;
}
.u-link:hover {
  text-decoration: none !important;
}

.u-bg-light {
  background-color: #FFF8F6;
}

.u-bg-dark {
  background-color: #FFECE6;
}

.u-bg-dark-dot {
  background: url("../images/dot.png") bottom/auto 12rem repeat-x, linear-gradient(to top, #FFF8F6 12rem, #FFECE6 12rem);
}

.u-c-pink {
  color: #2b70af;
}

/*-------------------------------

	Reset

-------------------------------*/
/*-------------------------------

	Foundation

-------------------------------*/
/*-------------------------------

	Layout

-------------------------------*/
/*-------------------------------

	Object

-------------------------------*/
/*---------- Component ----------*/
/*---------- Project ----------*/
/*---------- Utility ----------*/
@media only screen and (min-width: 375px){

  /* small-size */

  /* small-size min 375 */
}
@media only screen and (min-width: 768px){

  /* tablet-size */
  .l-base{
    margin-right: 20px;
    margin-left: 20px;
  }
  .l-short{
    margin-right: 80px;
    margin-left: 80px;
  }
  .c-btn__ar:after{
    top: 0;
    right: 1.2rem;
    bottom: 0;
    width: 0.8rem;
    height: 1rem;
    border-top: 0.5rem solid transparent;
    border-bottom: 0.5rem solid transparent;
    content: "";
  }
  .c-btn__ar-w:after{
    border-left: 0.8rem solid #fff;
  }
  .c-btn01:hover:after{
    border-left: 0.8rem solid #2b70af;
  }
  .form__table > dl{

    /* tablet-size min 768 */
    display: table;
  }
  .form__table dt,
.form__table dd{

    /* tablet-size min 768 */
  }
  .form__table dt{

    /* tablet-size min 768 */
  }
  .form__table dt .require{

    /* tablet-size min 768 */
    display: inline-block;
  }
  .form__table dd{

    /* tablet-size min 768 */
    border-bottom: 1px solid #595757;
  }
  .form__table table th{

    /* tablet-size min 768 */
    width: 12%;
  }
  .form__table table td{

    /* tablet-size min 768 */
  }
  .form__table table td input[type=text].Postalcode,
.form__table table td select{

    /* tablet-size min 768 */
    width: 40%;
  }

  /* tablet-size min 768 */
  .p-header__item a{
    font-size: 2.9rem;
  }
  .p-idx01__outline{
    padding-top: 9.8rem;

    /* tablet-size min 768 */
    background: linear-gradient(180deg, #fcf8f2 0%, #fcf8f2 50%, #fff 50%, #fff 100%);
  }
  .p-idx01__ttl{

    /* tablet-size min 768 */
  }
  .p-idx01__txt01{

    /* tablet-size min 768 */
    margin-top: 6rem;
  }
  .p-idx01__txt01 span{

    /* tablet-size min 768 */
    font-size: 2.4rem;
  }
  .p-idx01__txt02{

    /* tablet-size min 768 */
    margin-top: 5rem;
    font-size: 1.6rem;
  }
  .p-idx01__btn{

    /* tablet-size min 768 */
    width: 24rem;
    margin: 4rem auto 0;
    padding: 1rem 0 1.1rem;
  }
  .p-idx02__list{
    width: 97.5rem;
    padding: 9.5rem 0 9.5rem 9.5rem;
  }
  .p-idx02__img{
    width: 32rem;
  }
  .p-idx02__box{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    width: 46rem;
    margin-left: 9rem;
  }
  .p-idx02__box__ttl{
    color: #2b70af;
    font-weight: 500;
    font-size: 2rem;
  }
  .p-idx02__box__txt{
    margin-top: 2rem;
  }
  .p-idx03__ach{
    width: 65.4%;
  }
  .p-idx03__ach__ttl{
    font-size: 4.3rem;
  }
  .p-idx03__con{
    width: 30.8%;
  }
  .p-idx03__con__ttl{
    font-size: 3.2rem;
  }
  .p-idx03__con__img{
    top: -110px;
    left: -41px;
    width: 15.3rem;
    height: 15.1rem;
  }
  .p-idx03__con__txt{
    font-weight: 700;
    font-size: 1.7rem;
    line-height: 1.6;
  }
  .p-idx04__item{
    font-size: 1.4rem;
  }
  .p-idx05__item:nth-of-type(1), .p-idx05__item:nth-of-type(2), .p-idx05__item:nth-of-type(3){
    margin-top: 0;
  }
  .u-sp{
    display: none;
  }
}
@media only screen and (min-width: 1120px){

  /* middle-size */
  body{
    font-size: 1.6rem;
  }
  .c-ttl01{

    /* middle-size min 1080px +80 */
    font-size: 4.3rem;
  }
  .form__table{

    /* middle-size min 1080px +80 */
    font-size: 4.2rem;
  }
  .form__table dt,
.form__table dd{

    /* middle-size min 1080px +80 */
    display: table-cell;
  }
  .form__table dt{

    /* middle-size min 1080px +80 */
    width: 30%;
    padding: 2rem 3rem;
    border-bottom: 1px solid #595757;
    font-size: 1.6rem;
    vertical-align: middle;
  }
  .form__table dt .require{

    /* middle-size min 1080px +80 */
    font-size: 1.4rem;
  }
  .form__table dt .attention{

    /* middle-size min 1080px +80 */
    margin-top: 0.5rem;
    font-size: 1.4rem;
  }
  .form__table dd{

    /* middle-size min 1080px +80 */
    width: 70%;
    padding: 1rem 2rem;
  }
  .form__table dd input[type=email],
.form__table dd input[type=text],
.form__table dd input[type=tel],
.form__table dd textarea,
.form__table dd select{

    /* middle-size min 1080px +80 */
    display: block;
    width: auto;
    font-size: 1.6rem;
  }
  .form__table dd input[type=text].city,
.form__table dd input[type=text].streetaddress,
.form__table dd input[type=text].apartmentmansion{
    width: 80%;
  }
  .form__table table th{

    /* middle-size min 1080px +80 */
    display: table-cell;
    width: 12%;
    margin-bottom: 0;
    font-size: 1.6rem;
  }
  .form__table .wpcf7-list-item-label{
    font-size: 1.6rem;
  }
  .form__table .wpcf7-radio{

    /* middle-size min 1080px +80 */
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .form__table .wpcf7-radio .wpcf7-list-item{

    /* middle-size min 1080px +80 */
    display: block;
    margin: 0 0 0 1rem;
  }
  .form__table .wpcf7-radio .wpcf7-list-item label{
    display: block;
    font-size: 1.6rem;

    /* middle-size min 1080px +80 */
    cursor: pointer;
  }
  .tos{

    /* middle-size min 1080px +80 */
    margin-top: 4rem;
  }
  .tos__txt{

    /* middle-size min 1080px +80 */
    font-size: 1.6rem;
  }
  .tos__accept{
    margin-top: 1rem;

    /* middle-size min 1080px +80 */
    font-size: 1.8rem;
  }
  .tos__accept .accept{

    /* middle-size min 1080px +80 */
    top: 1px;
  }
  .tos__accept .require{

    /* middle-size min 1080px +80 */
    font-size: 1.4rem;
  }
  .btn__submit input[type=submit]{
    width: 38rem;
    margin-top: 4rem;

    /* middle-size min 1080px +80 */
    font-size: 1.6rem;
  }

  /* middle-size min 1080px +80 */
  .p-fv{
    height: 76.8rem;

    /* middle-size min 1080px +80 */
    background-image: url(assets/images/mv_bg_lg.png);
    background-position: 50% 0;
    background-repeat: no-repeat;
  }
  .p-fv__ttl{
    position: absolute;
    right: 0;
    bottom: 7rem;
    left: 0;
    width: 75rem;
    height: 17.2rem;
    margin: auto;
  }
  .p-fv__ttl img{
    width: 100%;
  }
  .p-fv__img{

    /* middle-size min 1080px +80 */
    display: none;
  }
  .p-important{

    /* middle-size min 1080px +80 */
    padding-top: 3.7rem;
    padding-bottom: 3.7rem;
  }
  .p-important__ttl{
    padding: 0.4rem 2rem;

    /* middle-size min 1080px +80 */
    border-radius: 1.2rem;
  }
  .p-idx01{

    /* middle-size min 1080px +80 */
  }
  .p-idx01__outline{

    /* middle-size min 1080px +80 */
  }
  .p-idx01__txt01 span{

    /* middle-size min 1080px +80 */
  }
  .p-idx01__txt02{

    /* middle-size min 1080px +80 */
  }
  .p-idx01__btn{

    /* middle-size min 1080px +80 */
  }
  .p-idx02__outline{

    /* middle-size min 1080px +80 */
    margin-top: 10rem;
  }
  .p-idx02__ttl{

    /* middle-size min 1080px +80 */
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
  .p-idx03__outline{

    /* middle-size min 1080px +80 */
    margin-top: 6rem;
  }
  .p-idx04__outline{

    /* middle-size min 1080px +80 */
    margin-top: 8rem;
    padding: 11rem 0 14rem;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .p-idx05__outline{

    /* middle-size min 1080px +80 */
    margin-bottom: 10rem;
  }
  .p-fotter__copy{

    /* middle-size min 1080px +80 */
    font-size: 1.2rem;
  }
  .p-com01__outline{

    /* middle-size min 1080px +80 */
    padding: 8rem;
  }
  .p-com01__txt{

    /* middle-size min 1080px +80 */
    margin-top: 3rem;
  }
  .u-pc{
    display: block;
  }
}
@media only screen and (min-width: 1366px){

  /* large-size */
  .l-full{
    margin-right: calc((100% - 1366px) / 2);
    margin-left: calc((100% - 1366px) / 2);
  }
  .mv{

    /* large-size min 1440px */
    position: inherit;
    width: 144rem;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
  }
  .mv iframe,
.mv video{

    /* large-size min 1440px */
    position: inherit;
  }

  /* large-size min 1440px */
  .p-fv__img{

    /* large-size min 1440px */
  }
}
@media screen and (min-width: 1040px){
  .l-base{
    margin-right: calc((100% - 1040px) / 2);
    margin-left: calc((100% - 1040px) / 2);
  }
}
@media screen and (min-width: 840px){
  .l-xshort{
    margin-right: calc((100% - 840px) / 2);
    margin-left: calc((100% - 840px) / 2);
  }
}
@media screen and (min-width: 940px){
  .l-short{
    margin-right: calc((100% - 840px - 100px) / 2);
    margin-left: calc((100% - 840px - 100px) / 2);
  }
}
@media only screen and (max-width: 414px){
  .form__table .wpcf7-textarea{
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */