@charset "UTF-8";
/*!===========================
style.cssはSassから生成されていますので、
直接編集しないようご注意ください。
===========================*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: 100%;
}

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

ul, ol {
  list-style: none;
}

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

html, * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

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

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: bottom;
}

iframe {
  border: 0;
}

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

td,
th {
  padding: 0;
  text-align: left;
}

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

b,
strong {
  font-weight: bold;
}

.clear {
  clear: both;
}

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

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
  overflow: hidden;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.table_w {
  width: 100%;
  display: table;
  table-layout: fixed;
}

.table_c {
  display: table-cell;
  vertical-align: top;
}

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.align_center {
  text-align: center !important;
}

.align_left {
  text-align: left !important;
}

.align_right {
  text-align: right !important;
}

.flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* ===================================================================
	utility
=================================================================== */
.mt05 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.txt_c {
  text-align: center;
}

/* ===================================================================
	form
=================================================================== */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

@media only screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

.form_section .checkbox td .mwform-checkbox-field {
  margin-top: 5px;
  display: block;
}

.form_section .checkbox td .mwform-checkbox-field:first-child {
  margin-top: 0;
}

.form_section .checkbox .mwform-checkbox-field-text {
  position: relative;
  line-height: 1;
  border: 1px solid #ddd;
  display: block;
  padding: 18px 20px 20px 50px;
  font-size: 16px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
}

.form_section .checkbox .mwform-checkbox-field-text::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  border: 1px solid #ccc;
  background: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 15px;
  border-radius: 4px;
}

.form_section .checkbox input:checked + .mwform-checkbox-field-text {
  color: #2ea2f3;
  border-color: #2ea2f3;
  background: #f6fafe;
}

.form_section .checkbox input:checked + .mwform-checkbox-field-text::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 25px;
  width: 7px;
  height: 14px;
  margin-top: -11px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  border-bottom: 3px solid #2ea2f3;
  border-right: 3px solid #2ea2f3;
}

@media only screen and (max-width: 768px) {
  .form_section .checkbox .mwform-checkbox-field-text {
    font-size: 13px;
    line-height: 1.5;
  }
}

.form_section table {
  width: 100%;
}

.form_section table th, .form_section table td {
  padding: 20px;
  border-top: 1px solid #cfcfcf;
}

@media only screen and (max-width: 768px) {
  .form_section table th, .form_section table td {
    display: block;
    width: 100% !important;
  }
}

.form_section table th {
  width: 280px;
  position: relative;
}

.form_section table td {
  background: #fff;
}

.form_section span.require,
.form_section span.option {
  display: inline-block;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.07em;
  padding: 3px 10px;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -12px;
}

@media only screen and (max-width: 768px) {
  .form_section span.require,
  .form_section span.option {
    right: 0;
  }
}

.form_section span.require {
  border: 1px solid #e50000;
  color: #e50000;
}

.form_section span.option {
  background: #1c77cb;
}

.form_section [type=check],
.form_section [type=radio],
.form_section [type=submit] {
  cursor: pointer;
}

.form_section [type=check] + label,
.form_section [type=radio] + label {
  display: inline-block;
  cursor: pointer;
}

.form_section [type=tel],
.form_section [type=email],
.form_section [type=text],
.form_section [type=password],
.form_section [type=number],
.form_section textarea,
.form_section select {
  padding: 1em;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  width: 100%;
  font-size: 14px;
}

.form_section textarea {
  height: 200px;
}

.form_section input#zip1 {
  display: inline-block;
  width: 80px;
}

.form_section input#zip2 {
  display: inline-block;
  width: 150px;
  margin-bottom: 7px;
}

.form_section [type=submit] {
  display: block;
  border: 1px solid #fe7e00;
  border-bottom: 5px solid #d46900;
  background: #fe7e00;
  color: #fff;
  width: 500px;
  padding: 20px 0;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin: 35px auto 0;
  border-radius: 60px;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  -o-border-radius: 60px;
  -ms-border-radius: 60px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (min-width: 769px) {
  .form_section [type=submit]:hover {
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
  }
}

@media only screen and (max-width: 768px) {
  .form_section [type=submit] {
    width: 90%;
    font-size: 16px;
    padding: 20px 10px;
    border-bottom-width: 3px;
    margin-top: 10px;
  }
}

.form_section .checkbox input,
.form_section .radio input {
  display: none;
}

.form_section .checkbox li,
.form_section .radio li {
  margin-top: 5px;
}

.form_section .checkbox li:first-child,
.form_section .radio li:first-child {
  margin-top: 0;
}

@media only screen and (min-width: 769px) {
  .form_section .checkbox.inline_parts,
  .form_section .radio.inline_parts {
    font-size: 0;
  }
  .form_section .checkbox.inline_parts li,
  .form_section .radio.inline_parts li {
    display: inline-block;
    vertical-align: bottom;
    margin-top: 0;
    margin-right: 20px;
  }
  .form_section .checkbox.inline_parts li:last-child,
  .form_section .radio.inline_parts li:last-child {
    margin-right: 0;
  }
}

.form_section .checkbox .parts,
.form_section .radio .parts {
  position: relative;
  line-height: 1;
  border: 1px solid #ddd;
  display: block;
  padding: 18px 20px 20px 50px;
  font-size: 16px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
}

@media only screen and (max-width: 768px) {
  .form_section .checkbox .parts,
  .form_section .radio .parts {
    font-size: 13px;
    line-height: 1.5;
  }
}

.form_section .checkbox .parts::before,
.form_section .radio .parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  border: 1px solid #ccc;
  background: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.form_section .checkbox .parts::before {
  width: 15px;
  height: 15px;
  border-radius: 4px;
}

.form_section .radio .parts::before {
  width: 16px;
  height: 16px;
  border-radius: 50%;
}

.form_section .radio input:checked + .parts {
  color: #2ea2f3;
  border-color: #2ea2f3;
  background: #f6fafe;
}

.form_section .radio input:checked + .parts::after {
  content: "";
  display: block;
  position: absolute;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 23px;
  width: 10px;
  height: 10px;
  background: #2ea2f3;
  border-radius: 50%;
}

.form_section .checkbox input:checked + .parts {
  color: #2ea2f3;
  border-color: #2ea2f3;
  background: #f6fafe;
}

.form_section .checkbox input:checked + .parts::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 25px;
  width: 7px;
  height: 14px;
  margin-top: -11px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  border-bottom: 3px solid #2ea2f3;
  border-right: 3px solid #2ea2f3;
}

.form_section .selector {
  position: relative;
}

.form_section .selector::after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 20px;
  z-index: 10;
  pointer-events: none;
}

.form_section .selector select {
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 1em;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  display: block;
  z-index: 1;
  cursor: pointer;
}

.form_section .ermsg {
  font-size: 11px;
  color: #B50000;
}

.form_section .radio .ermsg, .form_section .checkbox .ermsg {
  display: none;
}

.form_section .radio li:first-child .ermsg, .form_section .checkbox li:first-child .ermsg {
  display: block;
}

.form_section ::-webkit-input-placeholder {
  color: #b9b9b9;
}

.form_section ::-moz-placeholder {
  color: #b9b9b9;
}

.form_section :-moz-placeholder {
  color: #b9b9b9;
}

.form_section :-ms-input-placeholder {
  color: #b9b9b9;
}

.fade_up {
  opacity: 0;
  display: block;
}

.is_onscreen.fade_up {
  opacity: 1;
  -webkit-animation-name: fadeup;
          animation-name: fadeup;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

@-webkit-keyframes fadeup {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeup {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.fade_left {
  opacity: 0;
  display: block;
}

.is_onscreen.fade_left {
  opacity: 1;
  -webkit-animation-name: fadeleft;
          animation-name: fadeleft;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

@-webkit-keyframes fadeleft {
  from {
    opacity: 0;
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeleft {
  from {
    opacity: 0;
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.fade_right {
  opacity: 0;
  display: block;
}

.is_onscreen.fade_right {
  opacity: 1;
  -webkit-animation-name: faderight;
          animation-name: faderight;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

@-webkit-keyframes faderight {
  from {
    opacity: 0;
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes faderight {
  from {
    opacity: 0;
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.line_btn_wrap {
  max-width: 200px;
  text-align: center;
  position: relative;
  -webkit-transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media only screen and (max-width: 768px) {
  .line_btn_wrap {
    max-width: 150px;
  }
}

.line_btn_wrap:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: 0;
  left: auto;
  right: 0;
  background-color: #333;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -ms-transition-duration: 0.5s;
  -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.line_btn_wrap .line_btn {
  position: relative;
  letter-spacing: 0.1em;
  overflow: hidden;
  color: #000;
  opacity: 0;
  text-decoration: none;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 15px 0;
}

.line_btn_wrap .line_btn:hover {
  color: #fff;
}

.line_btn_wrap:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}

.line_btn_wrap .line_btn_border_left {
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}

.line_btn_wrap .line_btn_border_right {
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  transform-origin: top;
}

.line_btn_wrap .line_btn_border_top {
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  transform-origin: right;
}

.line_btn_wrap .line_btn_border_bottom {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  transform-origin: left;
}

.line_btn_wrap .line_btn_border {
  position: absolute;
  background: #333;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  -webkit-transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.is_onscreen .line_btn_border_left {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.is_onscreen .line_btn_border_right {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.is_onscreen .line_btn_border_top {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.is_onscreen .line_btn_border_bottom {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.is_onscreen .line_btn {
  opacity: 1;
}

.text_mask {
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: bottom;
}

.text_mask .text_mask_inner {
  display: inline-block;
  vertical-align: bottom;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.text_mask .text_mask_inner::after {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: 10;
  background-color: #333;
}

.is_onscreen .text_mask_inner {
  -webkit-animation: onscreen-rect-1 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s forwards alternate;
  animation: onscreen-rect-1 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s forwards alternate;
}

.is_onscreen .text_mask_inner:after {
  -webkit-animation: onscreen-rect-2 0.4s cubic-bezier(0.075, 0.82, 0.165, 1) 0.8s forwards alternate;
  animation: onscreen-rect-2 0.4s cubic-bezier(0.075, 0.82, 0.165, 1) 0.8s forwards alternate;
}

@-webkit-keyframes onscreen-rect-1 {
  0% {
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
    -webkit-transform: translate3d(-101%, 0, 0);
    transform: translate3d(-101%, 0, 0);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes onscreen-rect-1 {
  0% {
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
    -webkit-transform: translate3d(-101%, 0, 0);
    transform: translate3d(-101%, 0, 0);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes onscreen-rect-2 {
  0% {
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  to {
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}

@keyframes onscreen-rect-2 {
  0% {
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  to {
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}

.circle_arrow_link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: inherit;
  text-decoration: none;
}

.circle_arrow_link_txt {
  position: relative;
  z-index: 1;
}

.circle_arrow_link_ico {
  width: calc(72em/16);
  height: calc(72em/16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: calc(-20em/16);
  position: relative;
  z-index: 0;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.circle_arrow_link_ico::before {
  content: "";
  border: calc(2em/16) solid #ddd;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.circle_arrow_link_ico svg {
  width: calc(18em/16);
  height: calc(11em/16);
  fill: #000;
}

.circle_arrow_link:hover .circle_arrow_link_ico {
  -webkit-transform: translate3d(1em, 0, 0);
          transform: translate3d(1em, 0, 0);
}

.circle_arrow_link:hover .circle_arrow_link_ico:before {
  -webkit-transform: scale(1.5) translate3d(-0.5em, 0, 0);
          transform: scale(1.5) translate3d(-0.5em, 0, 0);
}

.circle_arrow_link:hover .circle_arrow_link_ico svg {
  -webkit-animation: linkhover 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
          animation: linkhover 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.circle_arrow_link2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: inherit;
  text-decoration: none;
}

.circle_arrow_link2_txt {
  position: relative;
  z-index: 1;
}

.circle_arrow_link2_ico {
  width: calc(50em/16);
  height: calc(50em/16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 10px;
  position: relative;
  z-index: 0;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.circle_arrow_link2_ico::before {
  content: "";
  background: #333;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.circle_arrow_link2_ico svg {
  width: calc(18em/16);
  height: calc(11em/16);
  fill: #fff;
  position: relative;
  z-index: 10;
}

.circle_arrow_link2:hover .circle_arrow_link2_ico {
  -webkit-transform: translate3d(0.5em, 0, 0);
          transform: translate3d(0.5em, 0, 0);
}

.circle_arrow_link2:hover .circle_arrow_link2_ico::before {
  background: #000;
  -webkit-transform: translate3d(0.05em, 0, 0);
          transform: translate3d(0.05em, 0, 0);
}

.circle_arrow_link2:hover .circle_arrow_link2_ico svg {
  -webkit-animation: linkhover 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
          animation: linkhover 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@-webkit-keyframes linkhover {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  55% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes linkhover {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  55% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.parallax {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 0%;
  padding-top: calc(500 / 800 * 100%);
}

.parallax p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  line-height: 1.5;
  font-size: max(3vw, 16px);
}

@media only screen and (max-width: 768px) {
  #sp_menu {
    display: none;
    position: absolute;
    z-index: 100;
    top: 60px;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    background: rgba(0, 0, 0, 0.9);
    text-align: center;
    height: 100vh;
    padding-bottom: 55px;
  }
  #sp_menu ul {
    padding: 20px 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  #sp_menu ul li {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    width: 50%;
  }
  #sp_menu ul li:nth-child(even) {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
  }
  #sp_menu ul li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  #sp_menu ul li a {
    display: block;
    text-decoration: none;
    padding: 15px 0;
    color: #fff;
  }
  #sp_menu ul li span {
    display: inline-block;
    font-size: 10px;
    color: #060054;
    margin-left: 10px;
  }
  #sp_menu .sp_btn {
    padding: 0 40px;
  }
  #sp_menu .left {
    margin-top: 20px;
  }
  #sp_menu .right {
    margin-top: 5px;
  }
  #sp_menu .right div:nth-child(2) {
    margin-top: 5px;
  }
  .header_menu {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 0;
    right: 0;
    z-index: 20;
  }
  .menu-trigger {
    position: relative;
    width: 60px;
    height: 60px;
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    background-image: url("./img/top/header_menu.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60px auto;
  }
  .menu-trigger.close {
    background-image: url("./img/top/header_menu_active.png");
  }
}

html {
  font-size: 62.5%;
}

@media only screen and (max-width: 768px) {
  html {
    font-size: 50%;
  }
}

body {
  background: #fff;
  font-size: 1.6em;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
}

@media only screen and (min-width: 769px) {
  body.padding {
    padding-top: 55px;
  }
}

a {
  color: #333;
}

@media only screen and (min-width: 769px) {
  a:hover {
    color: #333;
    text-decoration: none;
  }
  a, a img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a img:hover {
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
  }
}

.roboto {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.anchor {
  margin-top: -55px;
  padding-top: 55px;
}

@media only screen and (max-width: 768px) {
  .anchor {
    margin-top: -60px;
    padding-top: 60px;
  }
}

.page_top {
  border: 1px solid #fff;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  width: 60px;
  height: 60px;
  background: rgba(0, 31, 84, 0.75);
  text-align: center;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-transition: 0s;
  transition: 0s;
}

.page_top:hover {
  background: #001f54;
  color: #fff;
}

.page_top::after {
  content: '';
  width: 12px;
  height: 12px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  right: 50%;
  margin-top: -4px;
  margin-right: -6px;
}

@media only screen and (max-width: 768px) {
  .page_top {
    bottom: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    font-size: 22px;
  }
  .page_top::after {
    width: 10px;
    height: 10px;
    margin-top: -3px;
    margin-right: -5px;
  }
}

.header {
  background: #fff;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 768px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }
}

.header .inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  height: 76px;
}

@media only screen and (max-width: 768px) {
  .header .inner {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .header .inner {
    height: 60px;
  }
}

.header .site_logo {
  width: 232px;
  position: absolute;
  left: 0;
  top: 20px;
}

@media only screen and (max-width: 768px) {
  .header .site_logo {
    width: 200px;
    left: 10px;
    top: 16px;
  }
}

.header .btn {
  position: absolute;
  top: 12px;
  right: 0;
}

.header .btn ul li {
  margin-left: 8px;
}

.header .btn ul li:first-child {
  margin-left: 0;
}

.header .btn ul li.tel {
  width: 218px;
}

.header .btn ul li.mail {
  width: 249px;
}

.header .btn ul li.line {
  width: 240px;
}

.g_nav {
  background: #000;
  padding: 15px 0;
}

.g_nav ul {
  width: 1000px;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 768px) {
  .g_nav ul {
    width: 100%;
  }
}

.g_nav ul li {
  margin-left: 20px;
}

.g_nav ul li:first-child {
  margin-left: 0;
}

.g_nav ul li a {
  color: #fff;
  text-decoration: none;
}

.g_nav ul li a:hover {
  color: #fe7e00;
}

.readmore {
  margin-top: 40px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .readmore {
    margin-top: 30px;
  }
}

.readmore a {
  display: block;
  text-decoration: none;
  color: #fff;
  width: 490px;
  padding: 24px 0;
  margin: 0 auto;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0582ca+20,084887+100 */
  background: #0582ca;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #0582ca), to(#084887));
  background: linear-gradient(to bottom, #0582ca 20%, #084887 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0582ca', endColorstr='#084887',GradientType=0 );
  /* IE6-9 */
  border-radius: 60px;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  -o-border-radius: 60px;
  -ms-border-radius: 60px;
}

@media only screen and (min-width: 769px) {
  .readmore a:hover {
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
  }
}

@media only screen and (max-width: 768px) {
  .readmore a {
    width: 100%;
  }
}

.readmore a span {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  padding-right: 20px;
  line-height: 1;
}

@media only screen and (max-width: 768px) {
  .readmore a span {
    font-size: 16px;
  }
}

.readmore a span::after {
  content: '';
  width: 12px;
  height: 12px;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: -2px;
  margin-top: -4px;
}

@media only screen and (max-width: 768px) {
  .wrapper {
    padding-top: 60px;
  }
}

.home .fv {
  background: url("./img/top/fv_bg.jpg") no-repeat center top;
  background-size: cover;
}

@media only screen and (max-width: 768px) {
  .home .fv {
    background: none;
  }
}

.home .fv .inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  height: 450px;
}

@media only screen and (max-width: 768px) {
  .home .fv .inner {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .home .fv .inner {
    height: auto;
  }
}

.home .fv .inner .fv_txt {
  position: absolute;
  left: 0;
  top: 100px;
  width: 717px;
}

@media only screen and (max-width: 768px) {
  .home .fv .inner .fv_txt {
    position: static;
    width: 100%;
  }
}

.home .cv {
  background: url("./img/top/cv_bg.png") repeat center top;
}

.home .cv .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 80px 0 40px;
}

@media only screen and (max-width: 768px) {
  .home .cv .inner {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .home .cv .inner {
    padding: 40px 30px 30px;
  }
}

.home .cv .content {
  background: url("./img/top/cv_bg2.png") repeat center top;
  height: 263px;
  position: relative;
  padding: 70px 54px 30px;
}

@media only screen and (max-width: 768px) {
  .home .cv .content {
    border: 3px solid #fcd865;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e8e8e8));
    background: linear-gradient(to bottom, #fff 0%, #e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr=' #e8e8e8', GradientType=0);
    padding: 30px 20px 20px;
    height: auto;
  }
}

.home .cv .content h2 {
  position: absolute;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -39px;
}

@media only screen and (max-width: 768px) {
  .home .cv .content h2 {
    width: 85%;
    top: -21px;
  }
}

@media only screen and (max-width: 768px) {
  .home .cv .content .flex {
    display: block;
  }
}

.home .cv .content .flex .left {
  width: 489px;
}

@media only screen and (max-width: 768px) {
  .home .cv .content .flex .left {
    width: 100%;
  }
}

.home .cv .content .flex .right {
  width: calc(100% - 489);
  padding-left: 15px;
}

@media only screen and (max-width: 768px) {
  .home .cv .content .flex .right {
    padding: 0;
    margin-top: 6px;
    width: 100%;
  }
}

.home .cv .content .flex .right div:nth-child(2) {
  margin-top: 5px;
}

.home .section01 {
  background: url("./img/top/section01_bg.png") repeat center top;
}

.home .section01 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 100px 0;
}

@media only screen and (max-width: 768px) {
  .home .section01 .inner {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .home .section01 .inner {
    padding: 30px 20px;
  }
}

.home .section01 h2 {
  text-align: center;
}

.home .section01 .content {
  width: 930px;
  margin: 0 auto;
  margin-top: 30px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d2d2d2+0,f2f2f2+50,d2d2d2+100 */
  background: #d2d2d2;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#d2d2d2), color-stop(50%, #f2f2f2), to(#d2d2d2));
  background: linear-gradient(to right, #d2d2d2 0%, #f2f2f2 50%, #d2d2d2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2d2d2', endColorstr='#d2d2d2',GradientType=1 );
  /* IE6-9 */
  padding: 4px;
  -webkit-box-shadow: 0 0 38px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 38px rgba(0, 0, 0, 0.2);
  position: relative;
}

@media only screen and (max-width: 768px) {
  .home .section01 .content {
    width: 100%;
    margin-top: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.home .section01 .content::before {
  content: "";
  position: absolute;
  width: 166px;
  height: 100%;
  background-image: url("./img/top/section01_image.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  left: -30px;
  top: -184px;
  pointer-events: none;
}

@media only screen and (max-width: 768px) {
  .home .section01 .content::before {
    display: none;
  }
}

.home .section01 .content .content_inner {
  background: #fff;
  padding: 60px 50px;
}

@media only screen and (max-width: 768px) {
  .home .section01 .content .content_inner {
    padding: 25px 20px 70px;
    position: relative;
  }
  .home .section01 .content .content_inner .image {
    position: absolute;
    right: 10px;
    bottom: 0;
    width: 90px;
  }
}

.home .section01 ul li {
  margin-top: 10px;
  font-size: 22px;
  font-weight: 500;
  position: relative;
  padding-left: 38px;
}

@media only screen and (max-width: 768px) {
  .home .section01 ul li {
    font-size: 15px;
    padding-left: 20px;
  }
}

.home .section01 ul li::before {
  content: "";
  position: absolute;
  width: 28px;
  height: 100%;
  background-image: url("./img/top/section01_ico.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  left: 0;
  top: 0;
  pointer-events: none;
}

@media only screen and (max-width: 768px) {
  .home .section01 ul li::before {
    width: 14px;
    background-position: center 5px;
  }
}

.home .section01 ul li:first-child {
  margin-top: 0;
}

.home .section01 ul li strong {
  font-weight: 700;
  color: #e00000;
}

.home .section02 {
  background: url("./img/top/section02_bg.jpg") no-repeat center top;
  background-size: cover;
}

@media only screen and (max-width: 768px) {
  .home .section02 {
    background: #fff;
  }
}

.home .section02 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 100px 0;
}

@media only screen and (max-width: 768px) {
  .home .section02 .inner {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .home .section02 .inner {
    padding: 40px 20px;
  }
}

.home .section02 h2 {
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
  color: #000;
  font-size: 56px;
}

@media only screen and (max-width: 768px) {
  .home .section02 h2 {
    font-size: 8vw;
  }
}

.home .section02 h2 span {
  display: block;
  font-size: 30px;
}

@media only screen and (max-width: 768px) {
  .home .section02 h2 span {
    font-size: 4vw;
  }
}

.home .section02 .wrap {
  margin-top: 100px;
}

@media only screen and (max-width: 768px) {
  .home .section02 .wrap {
    margin-top: 50px;
  }
}

.home .section02 .wrap ul li {
  width: calc((100% - 4%) / 2);
  margin-left: 4%;
  position: relative;
  background: #fff;
  border: 1px solid #caac5c;
  padding: 60px 20px 20px;
  margin-top: 100px;
  text-align: center;
}

@media only screen and (min-width: 769px) {
  .home .section02 .wrap ul li:nth-child(odd) {
    margin-left: 0;
  }
  .home .section02 .wrap ul li:nth-child(1), .home .section02 .wrap ul li:nth-child(2) {
    margin-top: 0;
  }
  .home .section02 .wrap ul li:nth-child(3), .home .section02 .wrap ul li:nth-child(4) {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .home .section02 .wrap ul li {
    width: 100%;
    margin: 40px 0 0;
    padding: 40px 20px 20px;
  }
  .home .section02 .wrap ul li:first-child {
    margin-top: 0;
  }
}

.home .section02 .wrap ul li .point {
  position: absolute;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 130px;
  top: -50px;
}

@media only screen and (max-width: 768px) {
  .home .section02 .wrap ul li .point {
    width: 70px;
    top: -25px;
  }
}

.home .section02 .wrap h3 {
  font-size: 26px;
  color: #fe7e00;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  .home .section02 .wrap h3 {
    font-size: 20px;
  }
}

.home .section02 .wrap p {
  margin-top: 10px;
  font-size: 17px;
}

@media only screen and (max-width: 768px) {
  .home .section02 .wrap p {
    font-size: 15px;
  }
}

.home .section02 .txt {
  margin-top: 70px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .home .section02 .txt {
    margin-top: 30px;
  }
  .home .section02 .txt p {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
  }
}

.home .section03 .ttl {
  text-align: center;
  padding: 36px 0;
  background: url("./img/top/cv_bg.png") repeat center top;
}

@media only screen and (max-width: 768px) {
  .home .section03 .ttl {
    padding: 20px 0;
  }
}

.home .section03 .ttl h2 {
  text-align: center;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  font-size: 56px;
}

@media only screen and (max-width: 768px) {
  .home .section03 .ttl h2 {
    font-size: 8vw;
  }
}

.home .section03 .ttl h2 span {
  display: block;
  font-size: 30px;
}

@media only screen and (max-width: 768px) {
  .home .section03 .ttl h2 span {
    font-size: 4.2vw;
  }
}

.home .section03 .inner {
  padding: 60px 50px;
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .home .section03 .inner {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .home .section03 .inner {
    padding: 30px 20px;
  }
}

.home .section03 .heading {
  font-weight: 700;
  font-size: 22px;
}

@media only screen and (max-width: 768px) {
  .home .section03 .heading {
    font-size: 16px;
  }
}

.home .section03 .wrap {
  margin-top: 40px;
}

@media only screen and (max-width: 768px) {
  .home .section03 .wrap {
    margin-top: 30px;
  }
}

.home .section03 .wrap .flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.home .section03 .wrap ul li {
  width: calc((100% - 6%) / 3);
  margin-left: 3%;
  margin-top: 40px;
}

@media only screen and (min-width: 769px) {
  .home .section03 .wrap ul li:nth-child(1), .home .section03 .wrap ul li:nth-child(2), .home .section03 .wrap ul li:nth-child(3) {
    margin-top: 0;
  }
  .home .section03 .wrap ul li:nth-child(3n+1) {
    margin-left: 0;
  }
}

@media only screen and (max-width: 768px) {
  .home .section03 .wrap ul li {
    width: calc((100% - 3%) / 2);
    margin-top: 20px;
  }
  .home .section03 .wrap ul li:nth-child(1), .home .section03 .wrap ul li:nth-child(2) {
    margin-top: 0;
  }
  .home .section03 .wrap ul li:nth-child(odd) {
    margin-left: 0;
  }
}

.home .section03 .wrap p {
  font-size: 18px;
  margin-top: 15px;
}

@media only screen and (max-width: 768px) {
  .home .section03 .wrap p {
    font-size: 13px;
    font-weight: 500;
    margin-top: 10px;
  }
}

.home .section04 {
  background: url("./img/top/section04_bg.png") repeat center top;
}

.home .section04 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 80px 50px;
}

@media only screen and (max-width: 768px) {
  .home .section04 .inner {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .home .section04 .inner {
    padding: 40px 20px;
  }
}

.home .section04 h2 {
  text-align: center;
  font-weight: 700;
  color: #000;
  font-size: 56px;
}

@media only screen and (max-width: 768px) {
  .home .section04 h2 {
    font-size: 8vw;
  }
}

.home .section04 .wrap {
  margin-top: 50px;
}

@media only screen and (max-width: 768px) {
  .home .section04 .wrap {
    margin-top: 40px;
  }
}

.home .section04 .wrap ul li {
  background: #fff;
  padding: 20px;
  margin-top: 30px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.home .section04 .wrap ul li:first-child {
  margin-top: 0;
}

.home .section04 .wrap .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 768px) {
  .home .section04 .wrap .flex {
    display: block;
  }
}

.home .section04 .wrap .image {
  width: 412px;
}

@media only screen and (max-width: 768px) {
  .home .section04 .wrap .image {
    width: 100%;
  }
}

.home .section04 .wrap .txt {
  width: calc(100% - 412px);
  padding-left: 30px;
}

@media only screen and (max-width: 768px) {
  .home .section04 .wrap .txt {
    width: 100%;
    padding: 15px 0 0;
  }
}

.home .section04 .wrap .txt .date {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.54);
  color: #0068bf;
  font-size: 15px;
}

@media only screen and (max-width: 768px) {
  .home .section04 .wrap .txt .date {
    font-size: 13px;
  }
}

.home .section04 .wrap .txt .ttl {
  font-size: 22px;
  font-weight: 700;
  color: #000;
  line-height: 1.4;
}

@media only screen and (max-width: 768px) {
  .home .section04 .wrap .txt .ttl {
    font-size: 16px;
  }
}

.home .section04 .table {
  margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  .home .section04 .table {
    margin-top: 15px;
    margin-left: -20px;
    margin-right: -20px;
  }
}

.home .section04 .table table {
  width: 100%;
  border: 1px solid #ddd;
}

@media only screen and (max-width: 768px) {
  .home .section04 .table table {
    border-left: none;
    border-right: none;
  }
}

.home .section04 .table table th, .home .section04 .table table td {
  padding: 10px;
  text-align: center;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  width: 25%;
}

@media only screen and (max-width: 768px) {
  .home .section04 .table table th, .home .section04 .table table td {
    padding: 10px 5px;
    font-size: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .home .section04 .table table tr th:first-child,
  .home .section04 .table table tr td:first-child {
    border-left: none;
  }
}

.home .section04 .table table th {
  background: #0068bf;
  color: #fff;
  font-weight: 500;
}

.home .section04 .note {
  margin-top: 20px;
  font-weight: 500;
}

.home .section04_2 {
  background: url("./img/top/section04_bg.png") repeat center top;
}

.home .section04_2 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 80px 50px;
}

@media only screen and (max-width: 768px) {
  .home .section04_2 .inner {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .home .section04_2 .inner {
    padding: 40px 20px;
  }
}

.home .section04_2 h2 {
  text-align: center;
  font-weight: 700;
  color: #000;
  font-size: 56px;
}

@media only screen and (max-width: 768px) {
  .home .section04_2 h2 {
    font-size: 8vw;
  }
}

.home .section04_2 .wrap {
  margin-top: 50px;
}

@media only screen and (max-width: 768px) {
  .home .section04_2 .wrap {
    margin-top: 30px;
  }
}

.home .section04_2 .wrap table {
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
}

.home .section04_2 .wrap table th, .home .section04_2 .wrap table td {
  padding: 15px 20px;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

@media only screen and (max-width: 768px) {
  .home .section04_2 .wrap table th, .home .section04_2 .wrap table td {
    padding: 10px;
    font-size: 11px;
  }
}

.home .section04_2 .wrap table thead th {
  background: #0068bf;
  color: #fff;
  text-align: center;
}

.home .section04_2 .wrap table tbody th {
  width: 180px;
  background: #f5f5f5;
}

@media only screen and (max-width: 768px) {
  .home .section04_2 .wrap table tbody th {
    width: 80px;
  }
}

.home .section04_2 .wrap span.new {
  display: inline-block;
  position: relative;
  padding-left: 56px;
}

@media only screen and (max-width: 768px) {
  .home .section04_2 .wrap span.new {
    padding-left: 40px;
  }
}

.home .section04_2 .wrap span.new::after {
  content: "NEW";
  font-size: 10px;
  color: #e50000;
  border: 1px solid #e50000;
  padding: 2px 10px;
  position: absolute;
  top: 2px;
  left: 0;
}

@media only screen and (max-width: 768px) {
  .home .section04_2 .wrap span.new::after {
    padding: 1px 5px;
    top: 0;
  }
}

.home .section04_2 .table {
  margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  .home .section04_2 .table {
    margin-top: 15px;
    margin-left: -20px;
    margin-right: -20px;
  }
}

.home .section04_2 .table table {
  width: 100%;
  border: 1px solid #ddd;
}

@media only screen and (max-width: 768px) {
  .home .section04_2 .table table {
    border-left: none;
    border-right: none;
  }
}

.home .section04_2 .table table th, .home .section04_2 .table table td {
  padding: 10px;
  text-align: center;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  width: 25%;
}

@media only screen and (max-width: 768px) {
  .home .section04_2 .table table th, .home .section04_2 .table table td {
    padding: 10px 5px;
    font-size: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .home .section04_2 .table table tr th:first-child,
  .home .section04_2 .table table tr td:first-child {
    border-left: none;
  }
}

.home .section04_2 .table table th {
  background: #0068bf;
  color: #fff;
  font-weight: 500;
}

.home .section04_2 .note {
  margin-top: 20px;
  font-weight: 500;
}

.home .section05 {
  background: url("./img/top/section05_bg.jpg") repeat center bottom;
  background-size: cover;
}

.home .section05 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 80px 0 60px;
}

@media only screen and (max-width: 768px) {
  .home .section05 .inner {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .home .section05 .inner {
    padding: 40px 20px;
  }
}

.home .section05 h2 {
  text-align: center;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  font-size: 56px;
}

@media only screen and (max-width: 768px) {
  .home .section05 h2 {
    font-size: 8vw;
  }
}

.home .section05 h2 span {
  display: block;
  font-size: 30px;
}

@media only screen and (max-width: 768px) {
  .home .section05 h2 span {
    font-size: 4.2vw;
  }
}

.home .section05 .wrap {
  margin-top: 50px;
}

@media only screen and (max-width: 768px) {
  .home .section05 .wrap {
    display: block;
    margin-top: 30px;
  }
}

.home .section05 .wrap .item {
  width: 50%;
  background: #fff;
  padding: 50px 20px;
}

@media only screen and (max-width: 768px) {
  .home .section05 .wrap .item {
    width: 100%;
    padding: 25px;
  }
}

.home .section05 .wrap .item:nth-child(2) {
  border-left: 2px solid #0060b9;
}

@media only screen and (max-width: 768px) {
  .home .section05 .wrap .item:nth-child(2) {
    border-left: none;
    border-top: 2px solid #0060b9;
  }
}

.home .section05 .wrap .image {
  padding: 0 10px;
}

.home .section05 .wrap .remarks {
  margin-top: 30px;
}

@media only screen and (max-width: 768px) {
  .home .section05 .wrap .remarks {
    margin-top: 10px;
  }
}

.home .section05 .wrap .remarks li {
  position: relative;
  font-size: 12px;
  padding-left: 1.4em;
}

@media only screen and (max-width: 768px) {
  .home .section05 .wrap .remarks li {
    font-size: 11px;
  }
}

.home .section05 .wrap .remarks li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

.home .section06 {
  background: url("./img/top/section06_bg.png") repeat center top;
}

.home .section06 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 80px 0;
}

@media only screen and (max-width: 768px) {
  .home .section06 .inner {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .home .section06 .inner {
    padding: 40px 20px;
  }
}

.home .section06 h2 {
  text-align: center;
  font-weight: 700;
  line-height: 1.3;
  color: #000;
  font-size: 50px;
}

@media only screen and (max-width: 768px) {
  .home .section06 h2 {
    font-size: 8vw;
  }
}

.home .section06 .wrap {
  margin-top: 50px;
}

@media only screen and (max-width: 768px) {
  .home .section06 .wrap {
    margin-top: 30px;
  }
}

.home .section06 .wrap ul li {
  margin-top: 30px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .home .section06 .wrap ul li {
    margin-top: 20px;
  }
}

.home .section06 .wrap ul li:first-child {
  margin-top: 0;
}

.home .section06 .wrap ul li::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 18px 0 18px;
  border-color: #001f54 transparent transparent transparent;
  left: 67px;
  bottom: -22px;
}

@media only screen and (max-width: 768px) {
  .home .section06 .wrap ul li::before {
    display: none;
  }
}

.home .section06 .wrap ul li:last-child::before {
  display: none;
}

.home .section06 .wrap .flex {
  background: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home .section06 .wrap .flex .step, .home .section06 .wrap .flex .ttl, .home .section06 .wrap .flex .txt {
  height: 90px;
}

@media only screen and (max-width: 768px) {
  .home .section06 .wrap .flex .step, .home .section06 .wrap .flex .ttl, .home .section06 .wrap .flex .txt {
    height: 48px;
  }
}

.home .section06 .wrap .flex .step {
  padding-top: 29px;
  width: 174px;
  text-align: center;
  background: #001f54;
  color: #fff;
  font-size: 17px;
  line-height: 1;
}

@media only screen and (max-width: 768px) {
  .home .section06 .wrap .flex .step {
    width: 40%;
    padding-top: 17px;
    font-size: 14px;
  }
}

.home .section06 .wrap .flex .step span {
  margin-top: -3px;
  display: inline-block;
  vertical-align: middle;
  font-size: 36px;
  font-weight: 700;
  margin-left: 7px;
}

@media only screen and (max-width: 768px) {
  .home .section06 .wrap .flex .step span {
    font-size: 20px;
  }
}

.home .section06 .wrap .flex .ttl {
  background: #084887;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  width: 174px;
  text-align: center;
  padding-top: 28px;
}

@media only screen and (max-width: 768px) {
  .home .section06 .wrap .flex .ttl {
    width: 60%;
    padding: 10px 0;
    font-size: 16px;
  }
}

.home .section06 .wrap .flex .txt {
  font-size: 18px;
  padding: 28px 20px 0 30px;
}

.home .section06 .wrap .flex .txt.double {
  padding-top: 18px;
}

@media only screen and (max-width: 768px) {
  .home .section06 .wrap .txt {
    background: #fff;
    padding: 15px;
  }
}

.home .section07 {
  background: url("./img/top/section07_bg.png") repeat center top;
}

@media only screen and (max-width: 768px) {
  .home .section07 {
    background: none;
  }
}

.home .section07 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 110px 0 80px;
}

@media only screen and (max-width: 768px) {
  .home .section07 .inner {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .home .section07 .inner {
    padding: 0 0 40px;
  }
  .home .section07 .inner .readmore {
    margin: 0 auto;
    width: 90%;
  }
}

.home .section07 .content {
  background: #fff;
}

.home .section07 .ttl {
  background: url("./img/top/section07_ttl_bg.png") repeat center top;
  text-align: center;
  position: relative;
  padding: 30px 0;
}

@media only screen and (max-width: 768px) {
  .home .section07 .ttl {
    padding: 25px 20px;
  }
}

.home .section07 .ttl h2 {
  font-size: 54px;
  font-weight: 700;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .home .section07 .ttl h2 {
    font-size: 8vw;
  }
}

.home .section07 .ttl h2 span {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  font-style: italic;
}

@media only screen and (max-width: 768px) {
  .home .section07 .ttl h2 span {
    font-size: 10px;
  }
}

.home .section07 .ttl .ico {
  position: absolute;
  left: 35px;
  bottom: 0;
}

@media only screen and (max-width: 768px) {
  .home .section07 .ttl .ico {
    display: none;
  }
}

.home .section07 .wrap {
  padding: 40px 30px;
}

.home .section07 .wrap ul li {
  width: calc((100% - 4%) / 3);
  margin-left: 2%;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .home .section07 .wrap ul li {
    width: 100%;
    margin: 20px 0 0;
  }
  .home .section07 .wrap ul li:first-child {
    margin: 0;
  }
}

.home .section07 .wrap ul li:nth-child(3n+1) {
  margin-left: 0;
}

.home .section07 .wrap a {
  display: block;
  text-decoration: none;
}

.home .section07 .wrap a .image {
  overflow: hidden;
}

@media only screen and (min-width: 769px) {
  .home .section07 .wrap a:hover .image img {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
  }
}

.home .section07 .wrap a .category {
  position: absolute;
  top: 20px;
  left: -5px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  padding: 3px 8px;
  z-index: 10;
  background: rgba(238, 0, 129, 0.8);
}

.home .section07 .wrap a .category::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 0;
  border-color: transparent #ba0065 transparent transparent;
}

.home .section07 .wrap a .article_ttl {
  margin-top: 15px;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .home .section07 .wrap a .article_ttl {
    margin-top: 10px;
    font-size: 15px;
  }
}

.home .section08 {
  background: #f5f3ec;
}

.home .section08 h2 {
  text-align: center;
  font-weight: 700;
  font-size: 54px;
  color: #000;
}

@media only screen and (max-width: 768px) {
  .home .section08 h2 {
    font-size: 7vw;
    text-align: left;
    padding-left: 10px;
  }
}

.home .section08 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 100px 0 80px;
}

@media only screen and (max-width: 768px) {
  .home .section08 .inner {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .home .section08 .inner {
    padding: 40px 20px;
  }
}

.home .section08 .wrap {
  width: 800px;
  margin: 0 auto;
  margin-top: 50px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .home .section08 .wrap {
    width: 100%;
    margin-top: 30px;
  }
}

.home .section08 .wrap .image {
  position: absolute;
  right: 20px;
  top: -180px;
}

@media only screen and (max-width: 768px) {
  .home .section08 .wrap .image {
    width: 75px;
    top: -84px;
  }
}

.home .section08 .wrap ul li {
  margin-top: 20px;
  background: #fff;
  padding: 25px 40px 30px;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
}

@media only screen and (max-width: 768px) {
  .home .section08 .wrap ul li {
    padding: 20px;
    margin-top: 15px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
  }
}

.home .section08 .wrap .question, .home .section08 .wrap .answer {
  position: relative;
  padding-left: 65px;
}

@media only screen and (max-width: 768px) {
  .home .section08 .wrap .question, .home .section08 .wrap .answer {
    padding-left: 40px;
  }
}

.home .section08 .wrap .question::before, .home .section08 .wrap .answer::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 200%;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  left: 0;
  top: 0;
  pointer-events: none;
}

@media only screen and (max-width: 768px) {
  .home .section08 .wrap .question::before, .home .section08 .wrap .answer::before {
    width: 30px;
  }
}

.home .section08 .wrap .question {
  font-weight: 500;
  font-size: 20px;
  padding-top: 10px;
}

@media only screen and (max-width: 768px) {
  .home .section08 .wrap .question {
    font-size: 15px;
    padding-top: 2px;
  }
}

.home .section08 .wrap .question::before {
  background-image: url("./img/top/section08_question.png");
}

.home .section08 .wrap .answer {
  font-size: 17px;
  margin-top: 20px;
  padding-top: 12px;
}

@media only screen and (max-width: 768px) {
  .home .section08 .wrap .answer {
    font-size: 13px;
    margin-top: 10px;
    padding-top: 5px;
  }
}

.home .section08 .wrap .answer::before {
  background-image: url("./img/top/section08_answer.png");
}

.home .section09 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 80px 0;
}

@media only screen and (max-width: 768px) {
  .home .section09 .inner {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .home .section09 .inner {
    padding: 40px 20px;
  }
}

.home .section09 h2 {
  text-align: center;
  font-size: 54px;
  color: #000;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  .home .section09 h2 {
    font-size: 7.5vw;
  }
}

.home .section09 .flex {
  margin-top: 50px;
}

@media only screen and (max-width: 768px) {
  .home .section09 .flex {
    margin-top: 40px;
    display: block;
  }
}

.home .section09 .flex .txt, .home .section09 .flex .map {
  width: 50%;
}

@media only screen and (max-width: 768px) {
  .home .section09 .flex .txt, .home .section09 .flex .map {
    width: 100%;
  }
}

.home .section09 .flex .txt {
  padding-right: 20px;
}

@media only screen and (max-width: 768px) {
  .home .section09 .flex .txt {
    padding: 0;
  }
}

.home .section09 .flex .txt table {
  width: 100%;
}

.home .section09 .flex .txt table th, .home .section09 .flex .txt table td {
  vertical-align: middle;
  padding: 20px;
  font-size: 18px;
  border-bottom: 3px solid #fff;
}

@media only screen and (max-width: 768px) {
  .home .section09 .flex .txt table th, .home .section09 .flex .txt table td {
    font-size: 13px;
    padding: 15px;
  }
}

.home .section09 .flex .txt table tr:last-child th, .home .section09 .flex .txt table tr:last-child td {
  border-bottom: none;
}

.home .section09 .flex .txt table th {
  background: #084887;
  color: #fff;
  text-align: center;
  font-weight: 500;
  width: 160px;
}

@media only screen and (max-width: 768px) {
  .home .section09 .flex .txt table th {
    width: 35%;
  }
}

.home .section09 .flex .txt table td {
  background: #efefef;
}

@media only screen and (max-width: 768px) {
  .home .section09 .flex .map {
    margin-top: 20px;
  }
}

.home .section09 .flex .map iframe {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 768px) {
  .home .section09 .flex .map iframe {
    height: 200px;
  }
}

.home .section10 {
  background: url("./img/top/section10_bg.png") repeat center top;
}

.home .section10 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 80px 0;
}

@media only screen and (max-width: 768px) {
  .home .section10 .inner {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .home .section10 .inner {
    padding: 40px 0;
  }
}

.home .section10 h2 {
  text-align: center;
  font-size: 54px;
  color: #fff;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  .home .section10 h2 {
    font-size: 7.5vw;
  }
}

.home .section10 .form_section {
  margin-top: 50px;
}

.home .section10 .form_section .content {
  background: #fff;
  padding: 50px 40px;
  border: 4px solid #d3d3d3;
}

@media only screen and (max-width: 768px) {
  .home .section10 .form_section .content {
    padding: 25px;
    border-left: none;
    border-right: none;
  }
  .home .section10 .form_section .content table th, .home .section10 .form_section .content table td {
    padding-left: 0;
    padding-right: 0;
  }
  .home .section10 .form_section .content table td {
    border-top: none;
    padding-top: 0;
  }
}

.home .section10 .form_section .remarks {
  margin-top: 40px;
  font-size: 13px;
  color: #fff;
  font-weight: 500;
  padding: 0 40px;
}

@media only screen and (max-width: 768px) {
  .home .section10 .form_section .remarks {
    padding: 20px;
    font-size: 11px;
    margin: 0;
  }
}

.home .section10 .form_section .remarks a {
  color: yellow;
}

.footer {
  background: #000;
}

.footer .copyright {
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  padding: 30px 0;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .footer .copyright {
    font-size: 10px;
  }
}

.page {
  padding: 50px 0;
  background: #f5f5f5;
}

@media only screen and (max-width: 768px) {
  .page {
    padding: 0;
    padding-top: 60px;
  }
}

.page .container {
  width: 800px;
  margin: auto;
  background: #fff;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .page .container {
    width: 100%;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
  }
}

.page h1 {
  background: #0068bf;
  font-size: 24px;
  color: #fff;
  text-align: center;
  padding: 20px;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  .page h1 {
    font-size: 18px;
  }
}

.page .page_body {
  padding: 50px;
}

@media only screen and (max-width: 768px) {
  .page .page_body {
    padding: 30px;
  }
}

.page_thanks {
  text-align: center;
}
/*# sourceMappingURL=style.css.map */