@charset "UTF-8";
/*!===========================
style.cssはSassから生成されていますので、
直接編集しないようご注意ください。
===========================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif:wght@100..900&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;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*,
::before,
::after {
  background-repeat: no-repeat;
  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: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  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;
  -moz-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;
  -moz-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; } }
@media only screen and (max-width: 768px) {
  .header_nav {
    position: fixed;
    top: 7px;
    right: 10px;
    z-index: 3000; }
    .header_nav #header_menu_trigger {
      display: none;
      outline: none; }
    .header_nav .label {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      text-align: center;
      font-size: 11px;
      font-size: 1.1rem;
      z-index: 3000;
      -moz-transition: 0.3s;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      -ms-transition: 0.3s;
      transition: 0.3s; }
      .header_nav .label::before {
        content: "MENU"; }
    .header_nav .header_menu_ico {
      transition: all 0.3s;
      position: relative;
      width: 46px;
      height: 46px;
      border-radius: 100%;
      z-index: 3000; }
      .header_nav .header_menu_ico div {
        width: 26px;
        height: 1px;
        position: absolute;
        background: #000;
        right: 0;
        margin: auto;
        left: 0;
        transition: all 0.3s cubic-bezier(0.6, 0, 0.4, 1.5);
        width: 26;
        top: calc(50% - ((4px)) + -1px); }
        .header_nav .header_menu_ico div:nth-of-type(1) {
          top: calc(50% - ((8px)) + -1px);
          width: 26px; }
        .header_nav .header_menu_ico div:nth-of-type(2) {
          top: calc(50% - ((8px)) + 5px);
          width: 26px; }
        .header_nav .header_menu_ico div:nth-of-type(3) {
          top: calc(50% - ((8px)) + 11px);
          width: 26px; }
    .header_nav input#header_menu_trigger:checked + label .header_menu_ico {
      transform: scale(1.21) rotate(180deg); }
    .header_nav input#header_menu_trigger:checked + label .label::before {
      content: "CLOSE"; }
    .header_nav input#header_menu_trigger:checked + label .header_menu_ico div:nth-of-type(1) {
      transform: rotate(45deg);
      width: 26px !important;
      top: calc(50% - (-5px)) !important; }
    .header_nav input#header_menu_trigger:checked + label .header_menu_ico div:nth-of-type(2) {
      left: -7px !important;
      opacity: 0; }
    .header_nav input#header_menu_trigger:checked + label .header_menu_ico div:nth-of-type(3) {
      transform: rotate(-45deg);
      width: 26px !important;
      top: calc(50% - (-5px)) !important; }

  #header_menu {
    display: none;
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    background-image: url("img/index/header_bg.jpg");
    background-repeat: repeat;
    background-position: left top;
    background-size: 100% auto;
    height: 100vh;
    padding-top: 80px; }
    #header_menu ul {
      width: 100%; }
      #header_menu ul li {
        opacity: 0;
        -webkit-transform: translateX(-8%);
        -ms-transform: translateX(-8%);
        transform: translateX(-8%);
        border-bottom: 1px solid #007bd0; }
        #header_menu ul li:first-child {
          border-top: 1px solid #007bd0; }
        #header_menu ul li a {
          display: block;
          text-decoration: none;
          padding: 20px;
          font-size: 20px;
          font-size: 2rem; }
          #header_menu ul li a span {
            display: block;
            position: relative;
            padding-left: 35px; }
            #header_menu ul li a span::before {
              content: "";
              position: absolute;
              width: 22px;
              height: 100%;
              background-repeat: no-repeat;
              background-position: center top;
              background-size: 100% auto;
              left: 0;
              top: 2px;
              pointer-events: none;
              z-index: 10; }
            #header_menu ul li a span.about::before {
              background-image: url("img/icon/about.svg");
              width: 16px; }
            #header_menu ul li a span.bousui::before {
              background-image: url("img/icon/bousui.svg"); }
            #header_menu ul li a span.kaitai::before {
              background-image: url("img/icon/kaitai.svg");
              width: 29px;
              left: -5px; }
            #header_menu ul li a span.gaikou::before {
              background-image: url("img/icon/gaikou.svg"); }
            #header_menu ul li a span.flow::before {
              background-image: url("img/icon/flow.svg"); }
    #header_menu .cta_btn {
      width: 90%;
      margin: 30px auto 0; } }
#header_menu ul li:nth-child(1) {
  -webkit-animation: lazyX 0.8s ease 0.08s 1 forwards;
  animation: lazyX 0.8s ease 0.08s 1 forwards; }

#header_menu ul li:nth-child(2) {
  -webkit-animation: lazyX 0.8s ease 0.16s 1 forwards;
  animation: lazyX 0.8s ease 0.16s 1 forwards; }

#header_menu ul li:nth-child(3) {
  -webkit-animation: lazyX 0.8s ease 0.24s 1 forwards;
  animation: lazyX 0.8s ease 0.24s 1 forwards; }

#header_menu ul li:nth-child(4) {
  -webkit-animation: lazyX 0.8s ease 0.32s 1 forwards;
  animation: lazyX 0.8s ease 0.32s 1 forwards; }

#header_menu ul li:nth-child(5) {
  -webkit-animation: lazyX 0.8s ease 0.4s 1 forwards;
  animation: lazyX 0.8s ease 0.4s 1 forwards; }

#header_menu ul li:nth-child(6) {
  -webkit-animation: lazyX 0.8s ease 0.48s 1 forwards;
  animation: lazyX 0.8s ease 0.48s 1 forwards; }

#header_menu ul li:nth-child(7) {
  -webkit-animation: lazyX 0.8s ease 0.56s 1 forwards;
  animation: lazyX 0.8s ease 0.56s 1 forwards; }

#header_menu ul li:nth-child(8) {
  -webkit-animation: lazyX 0.8s ease 0.64s 1 forwards;
  animation: lazyX 0.8s ease 0.64s 1 forwards; }

#header_menu ul li:nth-child(9) {
  -webkit-animation: lazyX 0.8s ease 0.72s 1 forwards;
  animation: lazyX 0.8s ease 0.72s 1 forwards; }

#header_menu ul li:nth-child(10) {
  -webkit-animation: lazyX 0.8s ease 0.8s 1 forwards;
  animation: lazyX 0.8s ease 0.8s 1 forwards; }

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

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

@keyframes fadeup {
  from {
    opacity: 0;
    -moz-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  to {
    opacity: 1;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.fade_left {
  opacity: 0;
  display: block; }

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

@keyframes fadeleft {
  from {
    opacity: 0;
    -moz-transform: translateX(40px);
    -webkit-transform: translateX(40px);
    -o-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px); }
  to {
    opacity: 1;
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
.fade_right {
  opacity: 0;
  display: block; }

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

@keyframes faderight {
  from {
    opacity: 0;
    -moz-transform: translateX(-40px);
    -webkit-transform: translateX(-40px);
    -o-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    transform: translateX(-40px); }
  to {
    opacity: 1;
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-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);
  -o-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;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-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);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    -ms-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);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-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);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    -ms-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);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left; }
  .line_btn_wrap .line_btn_border {
    position: absolute;
    background: #333;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -webkit-transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-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);
    -ms-transform: scaleY(1);
    transform: scaleY(1); }

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

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

  .is_onscreen .line_btn_border_bottom {
    -webkit-transform: scaleX(1);
    -ms-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%);
    -ms-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: inline-flex;
  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: flex;
    margin-top: 0;
    align-items: center;
    justify-content: center;
    margin-left: calc(-20em/16);
    position: relative;
    z-index: 0;
    transition: 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%;
      transition: 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 {
    transform: translate3d(1em, 0, 0); }
  .circle_arrow_link:hover .circle_arrow_link_ico:before {
    transform: scale(1.5) translate3d(-0.5em, 0, 0); }
  .circle_arrow_link:hover .circle_arrow_link_ico svg {
    animation: linkhover 0.5s cubic-bezier(0.645, 0.045, 0.355, 1); }

.circle_arrow_link2 {
  display: inline-flex;
  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: flex;
    margin-top: 0;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    position: relative;
    z-index: 0;
    transition: 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%;
      -moz-transition: 0.3s;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      -ms-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 {
    transform: translate3d(0.5em, 0, 0); }
    .circle_arrow_link2:hover .circle_arrow_link2_ico::before {
      background: #000;
      transform: translate3d(0.05em, 0, 0); }
    .circle_arrow_link2:hover .circle_arrow_link2_ico svg {
      animation: linkhover 0.5s cubic-bezier(0.645, 0.045, 0.355, 1); }

@keyframes linkhover {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: translate3d(100%, 0, 0); }
  55% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    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%;
    transform: translate(-50%, -50%);
    color: #fff;
    line-height: 1.5;
    font-size: max(3vw, 16px); }

.lazy_x {
  opacity: 0;
  -webkit-transform: translateX(-8%);
  -ms-transform: translateX(-8%);
  transform: translateX(-8%); }

.lazy_y {
  opacity: 0;
  -webkit-transform: translateY(8%);
  -ms-transform: translateY(8%);
  transform: translateY(8%); }

@-webkit-keyframes lazyY {
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
@keyframes lazyY {
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
@-webkit-keyframes lazyX {
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
@keyframes lazyX {
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
.form_section {
  background: #fff;
  border: 1px solid #007bd0;
  padding: 30px 70px 90px;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  margin-top: 40px; }
  @media only screen and (max-width: 768px) {
    .form_section {
      margin-top: 30px;
      padding: 20px 20px 50px;
      border-radius: 20px;
      -moz-border-radius: 20px;
      -webkit-border-radius: 20px;
      -o-border-radius: 20px;
      -ms-border-radius: 20px; } }
  .form_section table {
    width: 100%; }
    .form_section table th, .form_section table td {
      padding: 24px 0;
      font-size: 18px;
      font-size: 1.8rem;
      background-image: url("img/index/section05_border.png");
      background-repeat: repeat-x;
      background-position: left bottom;
      background-size: 4px auto; }
      @media only screen and (max-width: 768px) {
        .form_section table th, .form_section table td {
          display: block;
          background: none;
          width: 100% !important; } }
    .form_section table th {
      width: 232px;
      position: relative;
      padding-top: 24px; }
      @media only screen and (max-width: 768px) {
        .form_section table th {
          padding-top: 15px;
          padding-bottom: 0; } }
    @media only screen and (max-width: 768px) {
      .form_section table td {
        padding-top: 10px;
        padding-bottom: 10px; } }
  .form_section span.require {
    display: inline-block;
    position: relative;
    padding-left: 55px; }
    @media only screen and (max-width: 768px) {
      .form_section span.require {
        padding-left: 48px; } }
    .form_section span.require::before {
      content: "必須";
      position: absolute;
      left: 0;
      top: 3px;
      font-size: 11px;
      font-size: 1.1rem;
      background: #e53d3d;
      border-radius: 3px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      -o-border-radius: 3px;
      -ms-border-radius: 3px;
      display: inline-block;
      color: #fff;
      letter-spacing: 0.1em;
      padding: 3px 10px; }
      @media only screen and (max-width: 768px) {
        .form_section span.require::before {
          top: 2px; } }
  .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: 0.6em 1em;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    width: 100%;
    background: #f5f5f5; }
    @media only screen and (max-width: 768px) {
      .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 {
        font-size: 20px;
        font-size: 2rem; } }
  .form_section textarea {
    height: 200px; }
  .form_section input#zip {
    display: inline-block;
    width: 150px;
    margin-left: 7px; }
  .form_section .submit {
    width: 340px;
    position: relative;
    margin: 40px auto 0;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    overflow: hidden; }
    @media only screen and (max-width: 768px) {
      .form_section .submit {
        width: 90%;
        margin-top: 20px; } }
    .form_section .submit::before, .form_section .submit::after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      -moz-transition: 0.3s;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      -ms-transition: 0.3s;
      transition: 0.3s; }
    .form_section .submit::before {
      z-index: 2;
      background: #007bd0;
      background: -webkit-linear-gradient(right, #007bd0 0%, #1b90e0 100%);
      background: linear-gradient(to right, #007bd0 0%, #1b90e0 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007bd0', endColorstr=' #1b90e0', GradientType=1); }
    .form_section .submit::after {
      z-index: 1;
      background: #1b90e0;
      background: -webkit-linear-gradient(right, #1b90e0 0%, #007bd0 100%);
      background: linear-gradient(to right, #1b90e0 0%, #007bd0 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1b90e0', endColorstr=' #007bd0', GradientType=1); }
    .form_section .submit button {
      border: none;
      outline: none;
      background: none;
      display: block;
      position: relative;
      text-align: center;
      text-decoration: none;
      font-size: 19px;
      font-size: 1.9rem;
      font-weight: 600;
      border-radius: 100px;
      -moz-border-radius: 100px;
      -webkit-border-radius: 100px;
      -o-border-radius: 100px;
      -ms-border-radius: 100px;
      overflow: hidden;
      padding: 22px 0;
      width: 100%;
      z-index: 5; }
      .form_section .submit button span {
        display: block;
        position: relative;
        text-align: center;
        z-index: 3;
        color: #fff;
        letter-spacing: 0.05em; }
        .form_section .submit button span::before {
          content: "";
          width: 44px;
          height: 44px;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          background-image: url("img/icon/cta_arrow.png");
          background-repeat: no-repeat;
          background-position: center center;
          background-size: 100% auto;
          right: 18px;
          pointer-events: none;
          z-index: 10;
          -moz-transition: 0.3s;
          -webkit-transition: 0.3s;
          -o-transition: 0.3s;
          -ms-transition: 0.3s;
          transition: 0.3s; }
    @media only screen and (min-width: 769px) {
      .form_section .submit:hover::before {
        opacity: 0; }
      .form_section .submit:hover span::before {
        right: 14px; } }
  .form_section .checkbox {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    margin-top: -10px; }
    @media only screen and (max-width: 768px) {
      .form_section .checkbox {
        margin-top: 0;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between; } }
    .form_section .checkbox li {
      margin: 10px 0 0 0;
      width: 25%; }
      @media only screen and (max-width: 768px) {
        .form_section .checkbox li {
          width: 49%; } }
  .form_section .checkbox input,
  .form_section .radio input {
    display: none; }
  .form_section .checkbox .parts,
  .form_section .radio .parts {
    position: relative;
    display: block;
    padding-left: 25px;
    font-size: 15px;
    font-size: 1.5rem; }
    @media only screen and (max-width: 768px) {
      .form_section .checkbox .parts,
      .form_section .radio .parts {
        font-size: 18px;
        font-size: 1.8rem;
        border: 1px solid #ddd;
        padding: 10px;
        padding-left: 40px; } }
    .form_section .checkbox .parts::before,
    .form_section .radio .parts::before {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      left: 0;
      border: 1px solid #e4e4e4;
      background: #f5f5f5;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      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::before,
        .form_section .radio .parts::before {
          left: 10px; } }
  .form_section .checkbox .parts::before {
    width: 18px;
    height: 18px; }
  .form_section .radio .parts::before {
    width: 16px;
    height: 16px;
    border-radius: 50%; }
  .form_section .radio input:checked + .parts {
    color: #007bd0;
    border-color: #007bd0;
    background: #f6fafe; }
    .form_section .radio input:checked + .parts::after {
      content: "";
      display: block;
      position: absolute;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 23px;
      width: 10px;
      height: 10px;
      background: #007bd0;
      border-radius: 50%; }
  .form_section .checkbox input:checked + .parts {
    color: #007bd0; }
    .form_section .checkbox input:checked + .parts::after {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      left: 5px;
      width: 7px;
      height: 14px;
      margin-top: -11px;
      transform: rotate(40deg);
      border-bottom: 3px solid #007bd0;
      border-right: 3px solid #007bd0; }
      @media only screen and (max-width: 768px) {
        .form_section .checkbox input:checked + .parts::after {
          left: 15px; } }
  .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;
      -ms-transform: rotate(135deg);
      -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%;
      border: 1px solid #ddd;
      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; }

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 Serif", serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  font-style: normal; }

a {
  color: #333; }

@media only screen and (min-width: 769px) {
  a:hover {
    color: #333;
    text-decoration: none; }

  a, a img {
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s; }

  a img:hover {
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75; } }
.sans {
  font-family: "Noto Sans JP", sans-serif; }

.header {
  background-image: url("img/index/header_bg.jpg");
  background-repeat: repeat;
  background-position: left top;
  background-size: cover;
  padding: 30px 50px;
  width: 100%;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0; }
  @media only screen and (max-width: 768px) {
    .header {
      padding: 14px; } }
  .header .inner {
    position: relative;
    min-width: 1000px;
    max-width: 1600px;
    margin: auto; }
    @media only screen and (max-width: 768px) {
      .header .inner {
        min-width: 100%;
        max-width: 100%;
        position: relative; } }
  .header .logo {
    width: 255px; }
    @media only screen and (max-width: 768px) {
      .header .logo {
        width: 165px; } }
  .header .g_nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0; }
    .header .g_nav ul {
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center; }
      .header .g_nav ul li {
        margin-left: 45px;
        text-align: center; }
        .header .g_nav ul li:first-child {
          margin-left: 0; }
    .header .g_nav a {
      display: block;
      text-decoration: none;
      font-weight: 600;
      letter-spacing: 0.04em; }
      .header .g_nav a span {
        display: block;
        padding-top: 58px;
        position: relative; }
        .header .g_nav a span::before {
          content: "";
          height: 100%;
          background-repeat: no-repeat;
          background-position: center top;
          background-size: 100% auto;
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          pointer-events: none;
          z-index: 10;
          -moz-transition: 0.3s;
          -webkit-transition: 0.3s;
          -o-transition: 0.3s;
          -ms-transition: 0.3s;
          transition: 0.3s; }
        .header .g_nav a span.about::before {
          width: 33px;
          top: 6px;
          background-image: url("img/icon/about.svg"); }
        .header .g_nav a span.bousui::before {
          width: 44px;
          top: 6px;
          background-image: url("img/icon/bousui.svg"); }
        .header .g_nav a span.kaitai::before {
          width: 54px;
          top: 8px;
          background-image: url("img/icon/kaitai.svg"); }
        .header .g_nav a span.gaikou::before {
          width: 43px;
          top: 3px;
          background-image: url("img/icon/gaikou.svg"); }
        .header .g_nav a span.flow::before {
          width: 39px;
          top: 2px;
          background-image: url("img/icon/flow.svg"); }
      @media only screen and (min-width: 769px) {
        .header .g_nav a:hover {
          color: #007bd0; }
          .header .g_nav a:hover span::before {
            margin-top: 2px; } }

.cta_btn {
  width: 450px;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .cta_btn {
      width: 93.75%; } }
  .cta_btn::before {
    content: "";
    position: absolute;
    width: 170px;
    height: 68px;
    background-image: url("img/index/cta_txt.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    left: 20px;
    top: -24px;
    pointer-events: none;
    z-index: 10; }
    @media only screen and (max-width: 768px) {
      .cta_btn::before {
        width: 125px;
        top: -18px; } }
  .cta_btn a {
    display: block;
    position: relative;
    text-align: center;
    text-decoration: none;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 600;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    overflow: hidden;
    padding: 25px 0; }
    @media only screen and (max-width: 768px) {
      .cta_btn a {
        font-size: 4.8vw;
        padding: 20px 0; } }
    .cta_btn a::before, .cta_btn a::after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      -moz-transition: 0.3s;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      -ms-transition: 0.3s;
      transition: 0.3s; }
    .cta_btn a::before {
      z-index: 2;
      background: #007bd0;
      background: -webkit-linear-gradient(right, #007bd0 0%, #1b90e0 100%);
      background: linear-gradient(to right, #007bd0 0%, #1b90e0 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007bd0', endColorstr=' #1b90e0', GradientType=1); }
    .cta_btn a::after {
      z-index: 1;
      background: #1b90e0;
      background: -webkit-linear-gradient(right, #1b90e0 0%, #007bd0 100%);
      background: linear-gradient(to right, #1b90e0 0%, #007bd0 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1b90e0', endColorstr=' #007bd0', GradientType=1); }
    .cta_btn a span {
      display: block;
      position: relative;
      z-index: 3;
      color: #fff;
      letter-spacing: 0.05em;
      padding-right: 20px; }
      .cta_btn a span::before {
        content: "";
        width: 57px;
        height: 57px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-image: url("img/icon/cta_arrow.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% auto;
        right: 18px;
        pointer-events: none;
        z-index: 10;
        -moz-transition: 0.3s;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        -ms-transition: 0.3s;
        transition: 0.3s; }
        @media only screen and (max-width: 768px) {
          .cta_btn a span::before {
            width: 42px;
            height: 42px;
            right: 15px; } }
    @media only screen and (min-width: 769px) {
      .cta_btn a:hover::before {
        opacity: 0; }
      .cta_btn a:hover span::before {
        right: 14px; } }

.fv {
  background-image: url("img/index/fv_bg.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover; }
  @media only screen and (max-width: 768px) {
    .fv {
      background-image: url("img/index/fv_bg_sp.jpg"); } }
  .fv .inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    height: 625px;
    padding-top: 155px; }
    @media only screen and (max-width: 768px) {
      .fv .inner {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .fv .inner {
        height: auto;
        padding-top: calc(918 / 800 * 100%); } }
  .fv .fv_txt {
    font-size: 48px;
    font-size: 4.8rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.14em;
    text-shadow: 0 0 18px rgba(0, 32, 81, 0.4), 0 0 18px rgba(0, 32, 81, 0.4), 0 0 18px rgba(0, 32, 81, 0.4); }
    @media only screen and (max-width: 768px) {
      .fv .fv_txt {
        font-size: 7.5vw;
        position: absolute;
        text-align: center;
        width: 100%;
        left: 0;
        top: 28%; } }
    .fv .fv_txt span {
      font-size: 80%; }
  .fv .fv_ico {
    width: 177px;
    position: absolute;
    right: 0;
    bottom: -5px; }
    @media only screen and (max-width: 768px) {
      .fv .fv_ico {
        width: calc(257px / 2);
        right: 35px;
        bottom: -35px; } }
  .fv .cta_btn {
    margin-top: 30px; }
    @media only screen and (max-width: 768px) {
      .fv .cta_btn {
        margin-top: 0;
        width: 82.5%;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 54.47%; } }

.main_ttl {
  text-align: center;
  position: relative;
  padding-top: 80px;
  font-size: 36px;
  font-size: 3.6rem;
  letter-spacing: 0.08em;
  color: #007bd0;
  font-weight: 700; }
  @media only screen and (max-width: 768px) {
    .main_ttl {
      padding-top: 60px;
      font-size: 7vw; } }
  .main_ttl::before {
    content: "";
    position: absolute;
    width: 324px;
    height: 100%;
    background-image: url("img/index/main_ttl.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    pointer-events: none;
    z-index: 10; }
    @media only screen and (max-width: 768px) {
      .main_ttl::before {
        background-image: url("img/index/main_ttl_sp.png");
        width: 230px; } }
  .main_ttl span {
    display: block;
    color: #939393;
    font-weight: 600;
    font-size: 20px;
    font-size: 2rem; }
  .main_ttl.white {
    color: #fff; }
    .main_ttl.white::before {
      background-image: url("img/index/main_ttl_wht.png"); }
    .main_ttl.white span {
      color: rgba(255, 255, 255, 0.6); }

.sub_ttl {
  text-align: center; }
  .sub_ttl .bracket_box {
    display: inline-block;
    position: relative;
    text-align: center;
    font-weight: 700;
    font-size: 28px;
    font-size: 2.8rem;
    letter-spacing: 0.08em; }
    @media only screen and (max-width: 768px) {
      .sub_ttl .bracket_box {
        font-size: 4.8vw; } }
    .sub_ttl .bracket_box .ttl {
      display: inline-block;
      min-width: 480px;
      padding: 10px 40px;
      line-height: 1.4; }
      @media only screen and (max-width: 768px) {
        .sub_ttl .bracket_box .ttl {
          min-width: 90%; } }
    .sub_ttl .bracket_box .bracket {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 18px;
      height: 100%; }
      .sub_ttl .bracket_box .bracket.left {
        left: 8px;
        border-left: 1px solid #111; }
      .sub_ttl .bracket_box .bracket.right {
        right: 8px;
        border-right: 1px solid #111; }
      .sub_ttl .bracket_box .bracket.left::before, .sub_ttl .bracket_box .bracket.right::before, .sub_ttl .bracket_box .bracket.left::after, .sub_ttl .bracket_box .bracket.right::after {
        content: "";
        position: absolute;
        background: #111;
        width: 6px;
        height: 1px; }
      .sub_ttl .bracket_box .bracket.left::before {
        top: 0;
        left: 0; }
      .sub_ttl .bracket_box .bracket.left::after {
        bottom: 0;
        left: 0; }
      .sub_ttl .bracket_box .bracket.right::before {
        top: 0;
        right: 0; }
      .sub_ttl .bracket_box .bracket.right::after {
        bottom: 0;
        right: 0; }

.section01 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 50px 0 60px; }
  @media only screen and (max-width: 768px) {
    .section01 .inner {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .section01 .inner {
      padding: 40px 20px; } }
.section01 .items {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center; }
  @media only screen and (max-width: 768px) {
    .section01 .items {
      display: block; } }
  .section01 .items .item {
    width: 50%;
    padding: 0 25px 40px;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .section01 .items .item {
        width: 100%;
        padding: 0; } }
    @media only screen and (max-width: 768px) {
      .section01 .items .item + .item {
        margin-top: 30px; } }
    .section01 .items .item + .item::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 2px;
      height: 100%;
      background-image: url("img/index/section01_border.png");
      background-repeat: repeat-y;
      background-position: left top; }
      @media only screen and (max-width: 768px) {
        .section01 .items .item + .item::before {
          display: none; } }
    .section01 .items .item .ttl {
      width: 218px;
      height: 218px;
      border-radius: 100%;
      -moz-border-radius: 100%;
      -webkit-border-radius: 100%;
      -o-border-radius: 100%;
      -ms-border-radius: 100%;
      background: #e6f4ff;
      text-align: center;
      position: relative;
      margin: auto;
      padding-top: 75px;
      line-height: 1.4; }
      @media only screen and (max-width: 768px) {
        .section01 .items .item .ttl {
          width: 100%;
          height: auto;
          border-radius: 100px;
          -moz-border-radius: 100px;
          -webkit-border-radius: 100px;
          -o-border-radius: 100px;
          -ms-border-radius: 100px;
          padding: 14px 0 14px 20px; } }
      .section01 .items .item .ttl::before {
        content: "";
        width: 94px;
        height: 100%;
        background-image: url("img/index/section01_ico_01.png");
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% auto;
        pointer-events: none;
        z-index: 10; }
        @media only screen and (min-width: 769px) {
          .section01 .items .item .ttl::before {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            top: -12px; } }
        @media only screen and (max-width: 768px) {
          .section01 .items .item .ttl::before {
            width: 42px;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: 25px;
            background-position: center center; } }
      .section01 .items .item .ttl span {
        font-weight: 700;
        color: #007bd0;
        font-size: 26px;
        font-size: 2.6rem;
        position: relative;
        padding-bottom: 35px;
        display: block; }
        @media only screen and (max-width: 768px) {
          .section01 .items .item .ttl span {
            font-size: 5vw;
            padding-bottom: 0; } }
        .section01 .items .item .ttl span::before {
          content: "";
          width: 30px;
          height: 100%;
          background-image: url("img/index/section01_ico_03.png");
          background-repeat: no-repeat;
          background-position: center bottom;
          background-size: 100% auto;
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          bottom: 0;
          pointer-events: none;
          z-index: 10; }
          @media only screen and (max-width: 768px) {
            .section01 .items .item .ttl span::before {
              display: none; } }
    .section01 .items .item:nth-child(2) .ttl::before {
      background-image: url("img/index/section01_ico_02.png"); }
      @media only screen and (max-width: 768px) {
        .section01 .items .item:nth-child(2) .ttl::before {
          width: 48px;
          left: 20px; } }
    .section01 .items .item .txt {
      margin-top: 25px;
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: 500; }
      @media only screen and (max-width: 768px) {
        .section01 .items .item .txt {
          margin-top: 20px;
          padding: 0 10px; } }
.section01 .bottom_txt {
  margin-top: 30px;
  text-align: center;
  font-weight: 700;
  color: #007bd0;
  font-size: 23px;
  font-size: 2.3rem; }
  @media only screen and (max-width: 768px) {
    .section01 .bottom_txt {
      font-size: 4.5vw; } }
.section01 .bg img {
  width: 100%; }

.section02 {
  background: url("img/index/section02_bg.jpg") repeat center top; }
  @media only screen and (max-width: 768px) {
    .section02 {
      background-size: 70% auto; } }
  .section02 .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 50px 75px 100px; }
    @media only screen and (max-width: 768px) {
      .section02 .inner {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .section02 .inner {
        padding: 40px 20px 60px; } }
  .section02 .mvv {
    margin-top: 40px;
    padding: 0 20px; }
    @media only screen and (min-width: 769px) {
      .section02 .mvv .items .item + .item {
        margin-top: 20px; }
      .section02 .mvv .items .item .wrap {
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        -o-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center; }
        .section02 .mvv .items .item .wrap .ico {
          width: 150px; }
        .section02 .mvv .items .item .wrap .txt {
          flex: 1;
          padding-left: 30px;
          font-size: 18px;
          font-size: 1.8rem;
          font-weight: 500; }
      .section02 .mvv ol li {
        display: grid;
        grid-template-columns: auto 1fr auto;
        align-items: center;
        column-gap: 8px;
        margin: 8px 0; }
        .section02 .mvv ol li .title {
          white-space: nowrap;
          font-weight: 600; }
        .section02 .mvv ol li .fill {
          margin: 0 4px;
          border-bottom: 1px dotted #333;
          height: 0; }
        .section02 .mvv ol li .desc {
          white-space: nowrap;
          font-size: 15px;
          font-size: 1.5rem; } }
    @media only screen and (max-width: 768px) {
      .section02 .mvv {
        margin-top: 30px;
        padding: 0; }
        .section02 .mvv .disnon {
          display: none; }
        .section02 .mvv #tab {
          border-radius: 10px;
          -moz-border-radius: 10px;
          -webkit-border-radius: 10px;
          -o-border-radius: 10px;
          -ms-border-radius: 10px;
          overflow: hidden;
          -webkit-display: flex;
          -moz-display: flex;
          -ms-display: flex;
          -o-display: flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          -o-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -ms-justify-content: center;
          -o-justify-content: center;
          justify-content: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          -o-align-items: center;
          align-items: center;
          background: #fff;
          border: 1px solid #007bd0; }
          .section02 .mvv #tab li {
            width: calc(100% / 3);
            text-align: center;
            font-weight: 600;
            color: #007bd0;
            font-size: 3.7vw;
            padding: 11px 0;
            border-left: 1px solid #007bd0; }
            .section02 .mvv #tab li:first-child {
              border: none; }
            .section02 .mvv #tab li.select {
              background: #007bd0;
              color: #fff; }
        .section02 .mvv .content_wrap {
          margin-top: 30px;
          padding: 0 5px;
          font-size: 19px;
          font-size: 1.9rem;
          text-align: center; }
          .section02 .mvv .content_wrap ol {
            margin-top: 20px;
            text-align: left; }
            .section02 .mvv .content_wrap ol li + li {
              margin-top: 15px; }
            .section02 .mvv .content_wrap ol .title {
              font-size: 20px;
              font-size: 2rem;
              font-weight: 600;
              display: block; } }
  .section02 .permission {
    margin-top: 50px; }
    @media only screen and (max-width: 768px) {
      .section02 .permission {
        margin-top: 40px; } }
    .section02 .permission .heading {
      text-align: center;
      font-weight: 700;
      font-size: 28px;
      font-size: 2.8rem;
      color: #7cc7f2; }
      @media only screen and (max-width: 768px) {
        .section02 .permission .heading {
          font-size: 26px;
          font-size: 2.6rem; } }
    .section02 .permission .wrap {
      margin-top: 25px;
      background: #fff;
      border: 1px solid #7cc7f2;
      border-radius: 20px;
      -moz-border-radius: 20px;
      -webkit-border-radius: 20px;
      -o-border-radius: 20px;
      -ms-border-radius: 20px;
      padding: 20px 70px; }
      @media only screen and (max-width: 768px) {
        .section02 .permission .wrap {
          margin-top: 15px;
          padding: 5px 20px;
          border-radius: 10px;
          -moz-border-radius: 10px;
          -webkit-border-radius: 10px;
          -o-border-radius: 10px;
          -ms-border-radius: 10px; } }
    .section02 .permission table {
      width: 100%; }
      .section02 .permission table th, .section02 .permission table td {
        padding: 20px 0;
        font-size: 18px;
        font-size: 1.8rem;
        border-bottom: 1px dotted #333; }
        @media only screen and (max-width: 768px) {
          .section02 .permission table th, .section02 .permission table td {
            font-size: 16px;
            font-size: 1.6rem;
            padding: 15px 0; } }
      .section02 .permission table tr:last-child th, .section02 .permission table tr:last-child td {
        border: none; }
      .section02 .permission table th {
        width: 35%;
        font-weight: 600; }
        @media only screen and (max-width: 768px) {
          .section02 .permission table th {
            width: 40%; } }

.section03 {
  padding-top: 70px; }
  @media only screen and (max-width: 768px) {
    .section03 {
      padding-top: 50px; } }
  .section03 .service_hero {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center; }
    @media only screen and (max-width: 768px) {
      .section03 .service_hero {
        display: block; } }
    .section03 .service_hero .service_ttl, .section03 .service_hero .service_image {
      width: 50%;
      height: 400px;
      text-align: center; }
      @media only screen and (max-width: 768px) {
        .section03 .service_hero .service_ttl, .section03 .service_hero .service_image {
          width: 100%;
          height: auto; } }
    .section03 .service_hero .service_ttl {
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center; }
      @media only screen and (max-width: 768px) {
        .section03 .service_hero .service_ttl {
          position: relative;
          display: block; }
          .section03 .service_hero .service_ttl::before {
            content: "";
            position: absolute;
            width: calc(100% - 20px);
            height: calc(100% - 20px);
            background-image: url("img/index/service_ttl.png");
            background-repeat: no-repeat;
            background-position: center top;
            background-size: 100% 100%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            pointer-events: none;
            z-index: 10; } }
      .section03 .service_hero .service_ttl h3 {
        color: #fff;
        font-weight: 700;
        position: relative;
        font-size: 40px;
        font-size: 4rem;
        letter-spacing: 0.08em;
        padding-top: 80px; }
        @media only screen and (max-width: 768px) {
          .section03 .service_hero .service_ttl h3 {
            padding: 32px 0;
            font-size: 6vw; } }
        .section03 .service_hero .service_ttl h3::before {
          content: "";
          height: 100%;
          background-repeat: no-repeat;
          background-position: center top;
          background-size: 100% auto;
          pointer-events: none;
          z-index: 10; }
          @media only screen and (min-width: 769px) {
            .section03 .service_hero .service_ttl h3::before {
              position: absolute;
              left: 50%;
              transform: translateX(-50%);
              top: 0; } }
          @media only screen and (max-width: 768px) {
            .section03 .service_hero .service_ttl h3::before {
              position: absolute;
              top: 50%;
              transform: translateY(-50%);
              left: 40px;
              background-position: center center; } }
    .section03 .service_hero .service_image {
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      position: relative; }
      @media only screen and (max-width: 768px) {
        .section03 .service_hero .service_image {
          height: 200px; } }
  .section03 .container {
    width: 1000px;
    margin: 0 auto;
    padding: 70px 0 110px; }
    @media only screen and (max-width: 768px) {
      .section03 .container {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .section03 .container {
        padding: 40px 20px 50px; } }
    .section03 .container section + section {
      margin-top: 80px; }
      @media only screen and (max-width: 768px) {
        .section03 .container section + section {
          margin-top: 50px; } }
  .section03 .common_txt {
    margin-top: 40px;
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500; }
    @media only screen and (max-width: 768px) {
      .section03 .common_txt {
        margin-top: 30px;
        text-align: left;
        font-size: 19px;
        font-size: 1.9rem; } }
    .section03 .common_txt span {
      font-weight: 700; }
      .section03 .common_txt span.blue {
        color: #007bd0; }
      .section03 .common_txt span.orange {
        color: #ed9100; }
      .section03 .common_txt span.green {
        color: #70d03e; }
  .section03 .cta_btn {
    margin: 50px auto 0; }
    @media only screen and (max-width: 768px) {
      .section03 .cta_btn {
        margin-top: 40px; } }
  .section03 .bousui {
    margin-top: 50px; }
    .section03 .bousui .service_ttl {
      background: #007bd0; }
      .section03 .bousui .service_ttl h3::before {
        width: 77px;
        background-image: url("img/icon/bousui_wht.svg"); }
        @media only screen and (max-width: 768px) {
          .section03 .bousui .service_ttl h3::before {
            width: 38px; } }
    .section03 .bousui .service_image {
      background-image: url("img/index/section03_bousui.jpg"); }
      .section03 .bousui .service_image::before {
        content: "";
        position: absolute;
        width: 190px;
        height: 190px;
        background-image: url("img/index/section03_guarantee.png");
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% auto;
        right: 20px;
        bottom: 20px;
        pointer-events: none;
        z-index: 10; }
        @media only screen and (max-width: 768px) {
          .section03 .bousui .service_image::before {
            width: 120px;
            height: 120px;
            right: 10px;
            bottom: 10px; } }
    @media only screen and (max-width: 768px) {
      .section03 .bousui .sp_wrap {
        overflow-x: auto;
        overflow-scrolling: touch;
        -webkit-overflow-scrolling: touch;
        margin-top: 40px; } }
    .section03 .bousui .cards {
      margin-top: 50px; }
      @media only screen and (min-width: 769px) {
        .section03 .bousui .cards {
          -webkit-display: flex;
          -moz-display: flex;
          -ms-display: flex;
          -o-display: flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          -o-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -ms-justify-content: center;
          -o-justify-content: center;
          justify-content: center; } }
      @media only screen and (max-width: 768px) {
        .section03 .bousui .cards {
          margin-top: 0;
          display: flex;
          width: 1040px;
          padding-bottom: 15px; } }
      .section03 .bousui .cards .card {
        width: 390px;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -o-border-radius: 10px;
        -ms-border-radius: 10px;
        padding: 30px 25px 40px;
        background-image: url("img/index/bg_lightgray.jpg");
        background-repeat: repeat;
        background-position: center center;
        margin: 30px 0 0 30px; }
        @media only screen and (max-width: 768px) {
          .section03 .bousui .cards .card {
            width: 260px !important;
            margin: 0;
            margin-left: 20px; }
            .section03 .bousui .cards .card:first-child {
              margin-left: 0; } }
        @media only screen and (min-width: 769px) {
          .section03 .bousui .cards .card:nth-child(1), .section03 .bousui .cards .card:nth-child(2) {
            margin-top: 0; }
          .section03 .bousui .cards .card:nth-child(odd) {
            margin-left: 0; } }
        .section03 .bousui .cards .card .heading {
          text-align: center;
          font-weight: 700;
          color: #007bd0;
          font-size: 22px;
          font-size: 2.2rem;
          letter-spacing: 0.08em; }
        .section03 .bousui .cards .card .image {
          margin: 10px 0 15px;
          text-align: center;
          border-radius: 10px;
          -moz-border-radius: 10px;
          -webkit-border-radius: 10px;
          -o-border-radius: 10px;
          -ms-border-radius: 10px;
          overflow: hidden; }
        .section03 .bousui .cards .card ul {
          margin-top: 10px; }
          .section03 .bousui .cards .card ul li {
            display: inline-block;
            background: #fff;
            border: 1px solid #007bd0;
            padding: 3px 12px;
            margin-right: 7px;
            font-size: 14px;
            font-size: 1.4rem;
            border-radius: 3px;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            -o-border-radius: 3px;
            -ms-border-radius: 3px;
            color: #007bd0;
            font-weight: 500; }
            @media only screen and (max-width: 768px) {
              .section03 .bousui .cards .card ul li {
                margin-top: 7px; } }
    .section03 .bousui .selfcheck {
      margin-top: 30px; }
      .section03 .bousui .selfcheck ul {
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        -o-align-items: flex-start;
        align-items: flex-start; }
        @media only screen and (max-width: 768px) {
          .section03 .bousui .selfcheck ul {
            -webkit-justify-content: space-between;
            -moz-justify-content: space-between;
            -ms-justify-content: space-between;
            -o-justify-content: space-between;
            justify-content: space-between; } }
        .section03 .bousui .selfcheck ul li {
          width: 25%;
          text-align: center; }
          @media only screen and (max-width: 768px) {
            .section03 .bousui .selfcheck ul li {
              width: 48%; } }
          .section03 .bousui .selfcheck ul li:nth-child(1) {
            margin-top: 15px; }
            @media only screen and (max-width: 768px) {
              .section03 .bousui .selfcheck ul li:nth-child(1) {
                margin-top: 0; } }
          .section03 .bousui .selfcheck ul li:nth-child(2) {
            margin-top: 50px; }
            @media only screen and (max-width: 768px) {
              .section03 .bousui .selfcheck ul li:nth-child(2) {
                margin-top: 30px; } }
          .section03 .bousui .selfcheck ul li:nth-child(4) {
            margin-top: 70px; }
            @media only screen and (max-width: 768px) {
              .section03 .bousui .selfcheck ul li:nth-child(4) {
                margin-top: 30px; } }
          .section03 .bousui .selfcheck ul li .ttl {
            font-weight: 600;
            font-size: 19px;
            font-size: 1.9rem;
            margin: 20px 0 15px; }
      .section03 .bousui .selfcheck .bottom_txt {
        margin-top: 50px;
        text-align: center;
        font-weight: 600;
        font-size: 24px;
        font-size: 2.4rem; }
        @media only screen and (max-width: 768px) {
          .section03 .bousui .selfcheck .bottom_txt {
            font-size: 21px;
            font-size: 2.1rem;
            margin-top: 25px; } }
  .section03 .kaitai .service_ttl {
    background: #ffb135; }
    .section03 .kaitai .service_ttl h3::before {
      width: 105px;
      background-image: url("img/icon/kaitai_wht.svg"); }
      @media only screen and (max-width: 768px) {
        .section03 .kaitai .service_ttl h3::before {
          width: 48px; } }
  .section03 .kaitai .service_image {
    background-image: url("img/index/section03_kaitai.jpg"); }
  .section03 .kaitai .images {
    margin-top: 50px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center; }
    @media only screen and (max-width: 768px) {
      .section03 .kaitai .images {
        margin-top: 30px;
        display: block; } }
    .section03 .kaitai .images .image {
      margin-left: 35px; }
      @media only screen and (max-width: 768px) {
        .section03 .kaitai .images .image {
          margin-left: 0;
          display: none; } }
      .section03 .kaitai .images .image:first-child {
        margin-left: 0; }
        @media only screen and (max-width: 768px) {
          .section03 .kaitai .images .image:first-child {
            display: block; } }
      .section03 .kaitai .images .image:nth-child(2) {
        margin-top: 55px; }
  .section03 .gaikou .container {
    padding-bottom: 0; }
    @media only screen and (max-width: 768px) {
      .section03 .gaikou .container {
        padding-bottom: 30px; } }
  .section03 .gaikou .service_ttl {
    background: #8fd06d; }
    .section03 .gaikou .service_ttl h3::before {
      width: 67px;
      background-image: url("img/icon/gaikou_wht.svg"); }
      @media only screen and (max-width: 768px) {
        .section03 .gaikou .service_ttl h3::before {
          width: 35px; } }
  .section03 .gaikou .service_image {
    background-image: url("img/index/section03_gaikou.jpg");
    background-position: left center; }
  .section03 .gaikou .items {
    margin-top: 30px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start; }
    @media only screen and (max-width: 768px) {
      .section03 .gaikou .items {
        display: block; } }
    .section03 .gaikou .items .item {
      width: 33%;
      text-align: center; }
      @media only screen and (max-width: 768px) {
        .section03 .gaikou .items .item {
          width: 100%; }
          .section03 .gaikou .items .item + .item {
            margin-top: 30px; }
          .section03 .gaikou .items .item .sp_wrap {
            -webkit-display: flex;
            -moz-display: flex;
            -ms-display: flex;
            -o-display: flex;
            display: flex;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            -o-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-justify-content: center;
            -moz-justify-content: center;
            -ms-justify-content: center;
            -o-justify-content: center;
            justify-content: center;
            -webkit-align-items: center;
            -moz-align-items: center;
            -ms-align-items: center;
            -o-align-items: center;
            align-items: center; }
            .section03 .gaikou .items .item .sp_wrap .image {
              width: 45%; }
            .section03 .gaikou .items .item .sp_wrap .sp_txt {
              flex: 1;
              text-align: left;
              padding-left: 20px; } }
      .section03 .gaikou .items .item:nth-child(2) {
        margin-top: 50px; }
        @media only screen and (max-width: 768px) {
          .section03 .gaikou .items .item:nth-child(2) {
            margin-top: 30px; }
            .section03 .gaikou .items .item:nth-child(2) .sp_wrap {
              flex-direction: row-reverse; }
              .section03 .gaikou .items .item:nth-child(2) .sp_wrap .sp_txt {
                padding: 0 20px 0 0; } }
      .section03 .gaikou .items .item .ttl {
        font-weight: 600;
        font-size: 22px;
        font-size: 2.2rem;
        margin: 20px 0 15px; }
        @media only screen and (max-width: 768px) {
          .section03 .gaikou .items .item .ttl {
            margin: 0 0 5px; } }
  .section03 .service_footer {
    position: relative;
    z-index: -1;
    margin-top: -150px; }
    @media only screen and (max-width: 768px) {
      .section03 .service_footer {
        margin-top: -50px; } }
    .section03 .service_footer img {
      width: 100%; }

.section04 {
  background-image: url("img/index/bg_green.jpg");
  background-repeat: repeat;
  background-position: center center;
  margin-top: -2px; }
  @media only screen and (max-width: 768px) {
    .section04 {
      background-size: 30px auto; } }
  .section04 .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 90px 0 150px; }
    @media only screen and (max-width: 768px) {
      .section04 .inner {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .section04 .inner {
        padding: 50px 20px 70px; } }
  .section04 .items {
    margin-top: 90px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between; }
    @media only screen and (max-width: 768px) {
      .section04 .items {
        margin-top: 60px; } }
    .section04 .items .item {
      background: #fff;
      width: 310px;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px;
      border: 3px solid #67b725;
      position: relative;
      padding: 80px 20px 30px;
      margin-top: 40px;
      -webkit-box-shadow: 6px 6px 0 rgba(80, 141, 29, 0.1);
      -moz-box-shadow: 6px 6px 0 rgba(80, 141, 29, 0.1);
      box-shadow: 6px 6px 0 rgba(80, 141, 29, 0.1); }
      @media only screen and (max-width: 768px) {
        .section04 .items .item {
          width: 49%;
          padding: 50px 1em 20px; } }
      .section04 .items .item::before {
        content: "";
        position: absolute;
        width: 50px;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% auto;
        left: 12px;
        top: 12px;
        pointer-events: none;
        z-index: 10; }
        @media only screen and (max-width: 768px) {
          .section04 .items .item::before {
            width: 35px; } }
      .section04 .items .item:nth-child(1), .section04 .items .item:nth-child(2), .section04 .items .item:nth-child(3) {
        margin-top: 0; }
      @media only screen and (max-width: 768px) {
        .section04 .items .item:nth-child(3) {
          margin-top: 40px; } }
      .section04 .items .item:nth-child(1)::before {
        background-image: url("img/index/section04_ico_01.png"); }
      .section04 .items .item:nth-child(2)::before {
        background-image: url("img/index/section04_ico_02.png"); }
      .section04 .items .item:nth-child(3)::before {
        background-image: url("img/index/section04_ico_03.png"); }
      .section04 .items .item:nth-child(4)::before {
        background-image: url("img/index/section04_ico_04.png"); }
      .section04 .items .item:nth-child(5)::before {
        background-image: url("img/index/section04_ico_05.png"); }
      .section04 .items .item:nth-child(6)::before {
        background-image: url("img/index/section04_ico_06.png"); }
      .section04 .items .item .image {
        position: absolute;
        right: 10px;
        top: -55px;
        width: 160px; }
        @media only screen and (max-width: 768px) {
          .section04 .items .item .image {
            width: 100px;
            top: -40px; } }
  .section04 .heading {
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    font-size: 2.4rem;
    color: #4b9112; }
    @media only screen and (max-width: 768px) {
      .section04 .heading {
        font-size: 4vw; } }
  .section04 .txt {
    margin-top: 30px; }
    @media only screen and (max-width: 768px) {
      .section04 .txt {
        margin-top: 15px; } }
    .section04 .txt a {
      text-decoration: none;
      color: #3587ed;
      font-weight: 600; }
  .section04 .remarks {
    font-size: 13px;
    font-size: 1.3rem;
    color: #e53d3d;
    margin-top: 20px; }
  .section04 .section04_footer img {
    width: 100%; }

.section05 {
  background-image: url("img/index/section05_bg.png"), url("img/index/bg_lightgray.jpg");
  background-repeat: no-repeat,repeat;
  background-position: center center,center center;
  background-size: 100% auto,auto;
  margin-top: -2px; }
  @media only screen and (max-width: 768px) {
    .section05 {
      background-image: url("img/index/bg_lightgray.jpg");
      background-repeat: repeat;
      background-position: center center;
      background-size: auto; } }
  .section05 .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 80px 80px 100px; }
    @media only screen and (max-width: 768px) {
      .section05 .inner {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .section05 .inner {
        padding: 50px 20px 60px; } }
  .section05 .lead {
    margin-top: 30px;
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 600; }

.footer {
  background: #007bd0;
  margin-top: -2px; }
  .footer .image img {
    width: 100%; }
  .footer .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 60px 0 35px;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .footer .inner {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .footer .inner {
        padding: 60px 20px 30px; } }
  .footer .page_top {
    position: absolute;
    width: 118px;
    height: 118px;
    z-index: 10;
    right: 0;
    top: -90px; }
    @media only screen and (max-width: 768px) {
      .footer .page_top {
        width: 90px;
        height: 90px;
        top: -50px;
        right: 20px; } }
    .footer .page_top::before {
      content: "";
      position: absolute;
      width: 130px;
      height: 100%;
      background-image: url("img/common/page_top_txt.png");
      background-repeat: no-repeat;
      background-position: center bottom;
      background-size: 100% auto;
      position: absolute;
      bottom: -15px;
      pointer-events: none;
      margin-right: 2px;
      z-index: 10; }
      @media only screen and (max-width: 768px) {
        .footer .page_top::before {
          width: 100px; } }
    .footer .page_top a {
      height: 118px;
      text-align: center;
      font-size: 14px;
      font-size: 1.4rem;
      letter-spacing: 0.07em;
      display: block;
      text-decoration: none;
      background: #fff;
      color: #007bd0;
      border-radius: 100%;
      -moz-border-radius: 100%;
      -webkit-border-radius: 100%;
      -o-border-radius: 100%;
      -ms-border-radius: 100%;
      -webkit-box-shadow: 0 0 54px rgba(0, 123, 208, 0.23);
      -moz-box-shadow: 0 0 54px rgba(0, 123, 208, 0.23);
      box-shadow: 0 0 54px rgba(0, 123, 208, 0.23);
      padding-top: 58px; }
      @media only screen and (max-width: 768px) {
        .footer .page_top a {
          height: 90px;
          padding-top: 45px; } }
      .footer .page_top a span {
        display: inline-block;
        position: relative;
        font-weight: 600; }
        .footer .page_top a span::before {
          content: "";
          position: absolute;
          width: 27px;
          height: 100%;
          background-image: url("img/common/page_top_ico.png");
          background-repeat: no-repeat;
          background-position: center top;
          background-size: 100% auto;
          left: 0;
          right: 0;
          margin: 0 auto;
          top: -30px;
          pointer-events: none;
          z-index: 10; }
          @media only screen and (max-width: 768px) {
            .footer .page_top a span::before {
              width: 20px;
              top: -20px; } }
  .footer .wrap {
    position: relative; }
  .footer .left .txt {
    font-size: 15px;
    font-size: 1.5rem;
    color: #98edff;
    letter-spacing: 0.18em; }
  .footer .left .logo {
    width: 254px;
    margin-top: 7px; }
  .footer .left .address {
    margin-top: 12px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: 0.18em; }
  .footer .right {
    position: absolute;
    right: 0;
    bottom: 0; }
    @media only screen and (max-width: 768px) {
      .footer .right {
        position: static;
        margin-top: 30px; } }
    .footer .right .f_nav ul {
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      -ms-justify-content: flex-end;
      -o-justify-content: flex-end;
      justify-content: flex-end; }
      @media only screen and (max-width: 768px) {
        .footer .right .f_nav ul {
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -ms-justify-content: center;
          -o-justify-content: center;
          justify-content: center; } }
      .footer .right .f_nav ul li {
        position: relative;
        padding-left: 30px;
        color: #fff; }
        .footer .right .f_nav ul li::before {
          content: "｜";
          position: absolute;
          top: 0;
          left: 7px; }
        .footer .right .f_nav ul li:first-child {
          padding-left: 0; }
        .footer .right .f_nav ul li a {
          display: block;
          text-decoration: none;
          color: #fff;
          font-weight: 600;
          letter-spacing: 0.1em; }
    .footer .right .cta_btn {
      width: 340px;
      margin: 15px auto 0; }
      @media only screen and (max-width: 768px) {
        .footer .right .cta_btn {
          width: 90%; } }
      .footer .right .cta_btn::before {
        display: none; }
      .footer .right .cta_btn a {
        border: 1px solid #fff;
        padding: 20px 0; }
        .footer .right .cta_btn a span {
          font-size: 19px;
          font-size: 1.9rem; }
          .footer .right .cta_btn a span::before {
            width: 42px; }
  .footer .copyright {
    text-align: center;
    margin-top: 50px;
    font-size: 12px;
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: 0.1em; }

.page_wrapper {
  background: url("img/index/section02_bg.jpg") repeat center top;
  background-image: url("img/index/bg_lightgray.jpg");
  background-repeat: repeat;
  background-position: center center;
  background-size: auto; }
  .page_wrapper .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 50px 75px 100px; }
    @media only screen and (max-width: 768px) {
      .page_wrapper .inner {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .page_wrapper .inner {
        padding: 40px 20px 60px; } }
  .page_wrapper .thanks_txt {
    text-align: center;
    margin-top: 50px;
    font-size: 18px;
    font-size: 1.8rem; }
    @media only screen and (max-width: 768px) {
      .page_wrapper .thanks_txt {
        margin-top: 40px; } }
  .page_wrapper .submit {
    width: 340px;
    position: relative;
    margin: 40px auto 20px;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    overflow: hidden; }
    @media only screen and (max-width: 768px) {
      .page_wrapper .submit {
        width: 90%;
        margin-top: 20px; } }
    .page_wrapper .submit::before, .page_wrapper .submit::after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      -moz-transition: 0.3s;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      -ms-transition: 0.3s;
      transition: 0.3s; }
    .page_wrapper .submit::before {
      z-index: 2;
      background: #007bd0;
      background: -webkit-linear-gradient(right, #007bd0 0%, #1b90e0 100%);
      background: linear-gradient(to right, #007bd0 0%, #1b90e0 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007bd0', endColorstr=' #1b90e0', GradientType=1); }
    .page_wrapper .submit::after {
      z-index: 1;
      background: #1b90e0;
      background: -webkit-linear-gradient(right, #1b90e0 0%, #007bd0 100%);
      background: linear-gradient(to right, #1b90e0 0%, #007bd0 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1b90e0', endColorstr=' #007bd0', GradientType=1); }
    .page_wrapper .submit button {
      border: none;
      outline: none;
      background: none;
      display: block;
      position: relative;
      text-align: center;
      text-decoration: none;
      font-size: 19px;
      font-size: 1.9rem;
      font-weight: 600;
      border-radius: 100px;
      -moz-border-radius: 100px;
      -webkit-border-radius: 100px;
      -o-border-radius: 100px;
      -ms-border-radius: 100px;
      overflow: hidden;
      padding: 22px 0;
      width: 100%;
      z-index: 5; }
      .page_wrapper .submit button span {
        display: block;
        position: relative;
        text-align: center;
        z-index: 3;
        color: #fff;
        letter-spacing: 0.05em; }
        .page_wrapper .submit button span::before {
          content: "";
          width: 44px;
          height: 44px;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          background-image: url("img/icon/cta_arrow.png");
          background-repeat: no-repeat;
          background-position: center center;
          background-size: 100% auto;
          right: 18px;
          pointer-events: none;
          z-index: 10;
          -moz-transition: 0.3s;
          -webkit-transition: 0.3s;
          -o-transition: 0.3s;
          -ms-transition: 0.3s;
          transition: 0.3s; }
    @media only screen and (min-width: 769px) {
      .page_wrapper .submit:hover::before {
        opacity: 0; }
      .page_wrapper .submit:hover span::before {
        right: 14px; } }
  .page_wrapper .btn {
    width: 340px;
    margin: 50px auto 0; }
    @media only screen and (max-width: 768px) {
      .page_wrapper .btn {
        margin-top: 40px;
        width: 220px; } }
    .page_wrapper .btn a {
      display: block;
      text-align: center;
      text-decoration: none;
      font-weight: 600;
      background: #fff;
      padding: 20px 0;
      border-radius: 100px;
      -moz-border-radius: 100px;
      -webkit-border-radius: 100px;
      -o-border-radius: 100px;
      -ms-border-radius: 100px;
      color: #007bd0;
      border: 1px solid #007bd0; }
      @media only screen and (min-width: 769px) {
        .page_wrapper .btn a:hover {
          background: #007bd0;
          color: #fff; } }
      @media only screen and (max-width: 768px) {
        .page_wrapper .btn a {
          padding: 15px 0;
          font-size: 18px;
          font-size: 1.8rem; } }
