@charset "UTF-8";


/*============================
top_img
============================*/

#top_img {
  background: url(../images/home/top_img.jpg) no-repeat center top;
  background-size: cover;
  height: 580px;
}

#top_img .inner {
  position: relative;
  height: 100%;
}

#top_img .catch {
  position: absolute;
  top: 200px;
  left: 0;
}

#top_img .catch p {
  font-size: 43px;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
}

#top_img .catch p.eng {
  font-size: 24px;
  margin-top: 10px;
}


@media only screen and (max-width: 1040px) {
  #top_img {
    height: 300px;
  }

  #top_img .catch {
    position: absolute;
    top: 90px;
    left: 0;
  }

  #top_img .catch p {
    font-size: 25px;
    line-height: 1.5;
  }

  #top_img .catch p.eng {
    font-size: 14px;
  }
}


/*============================
reason
============================*/

#reason {
  background-color: #ecf7ff;
}

#reason .flex > div {
  width: 320px;
  background-color: #fff;
  border-radius: 10px;
  padding: 50px 20px 20px;
  color: #06559d;
}

#reason .flex > div img {
  height: 72px;
}

#reason .flex > div h3 {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin: 20px 0;
}

@media only screen and (max-width: 1040px) {

  #reason .flex > div {
    width: 100%;
    padding: 30px;
  }

  #reason .flex > div:nth-of-type(n+2) {
    margin-top: 20px;
  }

  #reason .flex > div img {
    height: 60px;
  }

  #reason .flex > div h3 {
    font-size: 18px;
    margin: 20px 0;
  }
}


/*============================
#recommend
============================*/

#recommend {
  background: url(../images/home/recommend/bg.jpg) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}

#recommend h2,
#recommend h2 .eng {
  color: #fff;
}

#recommend > .flex {
  align-items: stretch;
}

#recommend .flex > div:not(.text) {
  width: 500px;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
}

#recommend .flex > div:nth-of-type(n+3) {
  margin-top: 40px;
}

#recommend .flex > div img {
  width: 160px;
  margin-right: 20px;
}

#recommend .flex > div .text {
  width: 100%;
  flex: 1;
  text-align: center;
  font-weight: bold;
  color: #06559d;
}

#recommend .flex > div .text h3 {
  font-size: 18px;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #fff400 60%);
}

#recommend .flex > div .text p {
  border: 1px solid #06559d;
  font-size: 22px;
  margin-top: 20px;
  padding: 10px 0;
}

@media only screen and (max-width: 1040px) {
  #recommend > .flex {
    display: block;
  }

  #recommend .flex > div:not(.text) {
    width: 100%;
    border-radius: 10px;
    padding: 10px;
  }

  #recommend .flex > div:nth-of-type(n+2) {
    margin-top: 20px;
  }

  #recommend .flex > div img {
    width: 100px;
    margin-right: 10px;
  }

  #recommend .flex > div .text {
    width: 100%;
  }

  #recommend .flex > div .text h3 {
    font-size: 14px;
    letter-spacing: 0;
  }

  #recommend .flex > div .text p {
    border: 1px solid #06559d;
    font-size: 16px;
    margin-top: 10px;
    padding: 8px 0;
  }
}

/*============================
film
============================*/

#film .flex {
  align-items: stretch;
}

#film .flex > div {
  width: 490px;
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 40px 40px 40px;
  color: #06559d;
}

#film .flex > div:nth-of-type(n+3) {
  margin-top: 60px;
}

#film .flex > div img {
  width: 100%;
  display: block;
}

#film .flex > div h3 {
  font-size: 22px;
  font-weight: 700;
  margin-top: 30px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #46adee;
}

#film .flex > div dl {
  display: flex;
  font-size: 14px;
}

#film .flex > div dl:nth-of-type(n+2) {
  margin-top: 10px;
}

#film .flex > div dl dt {
  width: 140px;
  font-weight: bold;
  background-color: #c4e0fa;
  text-align: center;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

#film .flex > div dl dd {
  width: 100%;
  flex: 1;
  background-color: #fff;
  padding: 10px;
}

#film .flex > div .price {
  font-weight: 700;
  font-size: 16px;
  color: #46adee;
  text-align: right;
  margin-top: 10px;
}

@media only screen and (max-width: 1040px) {
  #film .flex {
    display: block;
  }

  #film .flex > div {
    width: 100%;
    padding: 15px;
  }

  #film .flex > div:nth-of-type(n+2) {
    margin-top: 30px;
  }

  #film .flex > div h3 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 0;
    border-bottom: none;
  }

  #film .flex > div dl {
    display: block;
    font-size: 14px;
  }

  #film .flex > div dl dt {
    width: 100%;
    padding: 4px 0;
  }

  #film .flex > div dl dd {
    width: 100%;
    flex: 1;
    background-color: #fff;
    padding: 10px;
  }

  #film .flex > div .price {
    font-size: 15px;
  }
}

/*============================
#flow
============================*/

#flow {
  background: url(../images/home/flow/bg.jpg) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}

#flow h2,
#flow h2 .eng {
  color: #fff;
}

#flow .flex {
  align-items: stretch;
}

#flow .flex > div {
  width: 320px;
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 20px 30px;
  color: #06559d;
}

#flow .flex > div .eng {
  text-align: center;
  letter-spacing: 0;
  font-size: 20px;
  font-weight: 700;
  color: #46adee;
}

#flow .flex > div:nth-of-type(2) .eng {
  color: #2079c4;
}

#flow .flex > div:nth-of-type(3) .eng {
  color: #06559d;
}

#flow .flex > div img {
  width: 100px;
  margin: 10px auto 0;
}

#flow .flex > div h3 {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  margin: 20px 0 0;
}

@media only screen and (max-width: 1040px) {
  #flow .flex {
    display: block;
  }

  #flow .flex > div {
    width: 100%;
    padding: 20px;
  }

  #flow .flex > div:nth-of-type(n+2) {
    margin-top: 20px;
  }

  #flow .flex > div .eng {
    font-size: 16px;
  }

  #flow .flex > div img {
    width: 70px;
  }

  #flow .flex > div h3 {
    font-size: 18px;
  }
}


/*============================
#works
============================*/

#works .photo {
  width: 230px;
}


#works .photo img {
  width: 100%;
}

@media only screen and (max-width: 1040px) {
  #works .photo {
    width: 48%;
  }

  #works .photo:nth-of-type(n+3) {
    margin-top: 4%;
  }
}



/*============================
FAQ
============================*/

#faq {
  background-color: #ecf7ff;
}

#faq h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
  color: #fff;
  padding: 4px 20px;
  background-color: #05559d;
}

.qaContainer:nth-of-type(n+2) {
  margin-top: 60px;
}

.qaContainer .box {
  position: relative;
}

.qaContainer .box:before {
  top: 12px;
  left: 0;
  position: absolute;
  content: "Q.";
  color: #46adee;
  font-size: 20px;
  z-index: 10;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

/*ベース*/

.qaContainer .toggle {
  display: none;
}

.qaContainer .Label {
  /*タイトル*/
  padding: 14px 30px;
  display: block;
  font-size: 18px;
  border-bottom: 1px solid #46adee;
  color: #06559d;
  font-weight: 600;
}

.qaContainer .Label::before {
  /*タイトル横の矢印*/
  content: '\2b';
  font-weight: 900;
  font-family: 'Font Awesome 6 Free';
  margin-right: 5px;
  position: absolute;
  top: 12px;
  right: 20px;
  color: #46adee;
}

.qaContainer .Label,
.qaContainer .content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

.qaContainer .content {
  /*本文*/
  height: 0;
  overflow: hidden;
  position: relative;
  font-size: 16px;
  color: #25486a;
}

.qaContainer .toggle:checked + .Label + .content {
  /*開閉時*/
  height: auto;
  padding: 20px 0;
  transition: all .3s;
}

.qaContainer .toggle:checked + .Label::before {
  content: '\f068';
}


@media only screen and (max-width: 1040px) {
  #faq h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .qaContainer:nth-of-type(n+2) {
    margin-top: 40px;
  }

  .qaContainer .box:before {
    top: 6px;
    left: 8px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 16px;
  }

  .qaContainer .Label {
    padding: 0.5em 2em 0.5em 2em;
    font-size: 14px;
  }

  .qaContainer .Label::before {
    right: 0;
    top: 10px;
  }

  .qaContainer .content {
    /*本文*/
    padding: 0 0 0 10px;
    font-size: 14px;
  }

  .qaContainer .toggle:checked + .Label + .content {
    /*開閉時*/
    padding: 10px 10px 10px 10px;
  }

  .qaContainer .content:before {
    top: 10px;
    left: 10px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 16px;
  }
}

/*============================
area
============================*/

#area section {
  border: 1px solid #06559d;
}

#area section:not(:first-of-type) {
  margin-top: 40px;
}

#area h3 {
  background-color: #06559d;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 12px 30px;
}

#area p {
  padding: 30px;
}

@media only screen and (max-width: 1040px) {

  #area section:not(:first-of-type) {
    margin-top: 20px;
  }

  #area h3 {
    background-color: #06559d;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 20px;
  }

  #area p {
    padding: 20px;
  }
}



/*============================
entry
============================*/

#entry {
  background-color: #f5f5f5;
}

#entry .inner {
  color: #111;
  background-color: #fff;
  padding: 40px;
  border-radius: 20px;
}

@media only screen and (max-width: 1040px) {
  #entry .inner {
    color: #111;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
  }
}

/*
form
============================*/

.min {
  color: #888;
  font-weight: normal;
  font-size: 13px;
  margin-left: 10px;
}

form {
  margin: 0px;
  text-align: left;
}

fieldset {
  padding: 0px;
  border: none;
}

input[type=text],
textarea {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* shadow none */
}

input,
textarea,
select {
  line-height: 130%;
  padding: 6px;
  font-weight: normal;
  border: solid 1px #bababa;
  border-radius: 6px;
}

select {
  height: 34px;
  background: #fff;
  padding: 0 10px;
}

input[type="radio"],
input[type="checkbox"] {
  width: auto !important;
  margin-left: 2px;
  margin-right: 3px;
}

input:hover,
textarea:hover,
select:hover,
input:focus,
textarea:focus,
select:focus {
  background: #fff;
}

:placeholder-shown {
  color: #565656;
}

::-webkit-input-placeholder {
  color: #c3c3c3;
}

:-moz-placeholder {
  color: #c3c3c3;
}

::-moz-placeholder {
  color: #c3c3c3;
}

:-ms-input-placeholder {
  color: #c3c3c3;
}

label.error {
  font-size: 12px;
  color: #df2500;
  display: inline-block;
  line-height: 1.2;
  padding-top: 6px;
}

.required {
  background: #f1a225;
  color: #fff;
  font-size: 10px;
  padding: 6px;
  line-height: 1;
  border-radius: 3px;
  margin-left: 5px;
  display: inline-block;
}

@media only screen and (max-width: 768px) {

  input,
  textarea,
  select {
    line-height: 90%;
  }
}

/*============================
entry
============================*/

.formTable {
  width: 100%;
  font-size: 14px;
}

.formTable tr:first-child {
  border-top: 1px solid #dedede;
}

.formTable tr {
  display: block;
  border-bottom: 1px solid #dedede;
}

.formTable th {
  width: 220px;
  vertical-align: middle;
  background-color: #fff;
  padding-left: 16px;
}

.formTable td {
  padding: 20px 15px;
  width: 480px;
}

#entry .formTable td p {
  padding-bottom: 5px;
  font-weight: bold;
}

#entry p.add {
  padding-top: 10px;
  font-size: 14px;
}

input#zip {
  width: 200px !important;
}

.formTable td p:first-child {
  padding-top: 0;
}

.formTable input,
.formTable textarea {
  width: 100%;
}

.formTable textarea {
  height: 110px;
}

#form .radio-tr li {
  display: inline-block;
  margin-right: 20px;
}

#form .formBtn {
  padding-top: 20px;
}

.formBtn li {
  position: relative;
}

.free-form-group {
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 10px;
}

.free-form-group .flex {
  justify-content: flex-start;
}

.free-form-group .flex li {
  margin: 2px 20px 2px 0;
}

/* privacy */

#privacy {
  margin-top: 30px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}

#privacy a {
  border-bottom: 1px solid #000;
  color: #111;
}

@media only screen and (max-width: 768px) {
  form {
    margin-top: 10px;
  }

  .formTable {
    width: 100%;
  }

  .formTable tr:first-child {
    border-top: none;
  }

  .formTable tr {
    padding: 10px 0 18px;
  }

  .formTable tr:last-child {
    border: none;
  }

  .formTable th {
    width: 100%;
    padding: 0;
    vertical-align: inherit;
    background: none;
    display: block;
    padding-bottom: 5px;
    position: relative;
  }

  .formTable th:before {
    content: "■ ";
  }

  .formTable td {
    padding: 0;
    width: 100%;
    display: block;
  }

  input#zip {
    width: 200px !important;
  }

  .formTable td p:first-child {
    padding-top: 0;
  }

  .formTable input,
  .formTable textarea {
    width: 100%;
  }

  .formBtn li input {
    font-weight: bold;
  }

  /* privacy */
  #privacy {
    margin-top: 20px;
    font-size: 15px;
  }
}

/*============================
confirm
============================*/

#confirm h2 {
  text-align: center;
  padding: 0;
}

#confirm h2::before {
  display: none;
}

#confirm #entry .inner {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
}

#confirm #entry .inner > p {
  margin-bottom: 30px;
}

#confirm .formTable th {
  background-color: #fff;
  padding: 6px 10px;
  font-size: 14px;
}

.formBtn .btn01::before {
  border-color: #333;
}

#confirm .formBtn li.editBtn input {
  color: inherit;
  border: 1px solid #606060;
  background-color: #FFF;
  background-size: 7px auto;
}

.add_custom_confirm li {
  list-style-type: none;
}

@media only screen and (max-width: 768px) {
  #confirm #entry {
    padding-top: 30px;
  }

  #confirm #entry .inner {
    padding: 20px;
  }

  #confirm #entry .inner > p {
    margin-bottom: 10px;
  }

  #confirm .notice {
    line-height: 1.6;
    padding-top: 4px;
  }

  #confirm .formTable tr {
    padding: 12px 0;
  }

  #confirm .submitBtn {
    margin-top: 20px;
  }

}

/*============================
complete
============================*/

#complete #entry .inner {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
}

#complete h2 {
  text-align: center;
  padding: 0;
}

#complete h2::before {
  display: none;
}

#complete h3 {
  border: none;
  padding: 0;
  margin: 0;
  padding-bottom: 3px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  #complete #entry {
    padding-top: 30px;
  }

  #complete #entry .inner {
    padding: 20px;
  }

  #complete h3 {
    margin-top: 10px;
    font-size: 18px;
  }
}
