@charset "UTF-8";
/*!===========================
style.cssはSassから生成されていますので、
直接編集しないようご注意ください。
===========================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;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;
  -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: 5px;
    right: 10px;
    z-index: 3000; }
    .header_nav #header_menu_trigger {
      display: none;
      outline: none; }
    .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: #fff;
        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% - ((4px)) + -1px);
          width: 26px; }
        .header_nav .header_menu_ico div:nth-of-type(2) {
          top: calc(50% - ((4px)) + 5px);
          width: 26px; }
        .header_nav .header_menu_ico div:nth-of-type(3) {
          top: calc(50% - ((4px)) + 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 .header_menu_ico div:nth-of-type(1) {
      transform: rotate(45deg);
      width: 26px !important;
      top: calc(50% - (1px)) !important;
      background: #fff; }
    .header_nav input#header_menu_trigger:checked + label .header_menu_ico div:nth-of-type(2) {
      left: -7px !important;
      opacity: 0;
      background: #fff; }
    .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% - (1px)) !important;
      background: #fff; }

  #header_menu {
    display: none;
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #000;
    text-align: center;
    height: 100vh; }
    #header_menu ul {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      padding-bottom: 70px; }
      #header_menu ul li {
        opacity: 0;
        -webkit-transform: translateX(-8%);
        -ms-transform: translateX(-8%);
        transform: translateX(-8%); }
        #header_menu ul li a {
          display: block;
          text-decoration: none;
          padding: 9px 0;
          color: #fff;
          font-size: 18px;
          font-weight: 500; }
          #header_menu ul li a span {
            display: block; } }
#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; }

.form_section table {
  border: 1px solid #ddd;
  width: 100%; }
  @media only screen and (max-width: 768px) {
    .form_section table {
      border-bottom: none; } }
  .form_section table th, .form_section table td {
    padding: 20px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd; }
    @media only screen and (max-width: 768px) {
      .form_section table th, .form_section table td {
        display: block;
        width: 100% !important;
        border-right: none; } }
  .form_section table th {
    width: 280px;
    background: #f5f5f5;
    position: relative; }
  .form_section table td {
    background: #fff; }
.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: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  width: 100%;
  font-size: 14px;
  background: #e8e8e8; }
.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: 2px solid #009979;
  background: #fff;
  color: #009979;
  width: 500px;
  font-weight: 700;
  padding: 20px 0;
  text-align: center;
  border-radius: 80px;
  -moz-border-radius: 80px;
  -webkit-border-radius: 80px;
  -o-border-radius: 80px;
  -ms-border-radius: 80px;
  margin: 50px auto 0;
  -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 [type=submit]:hover {
      background: #009979;
      color: #fff; } }
  @media only screen and (max-width: 768px) {
    .form_section [type=submit] {
      width: 80%;
      padding: 14px 10px;
      margin-top: 30px; } }
  .form_section [type=submit] span {
    font-size: 24px;
    font-weight: 700; }
    @media only screen and (max-width: 768px) {
      .form_section [type=submit] span {
        font-size: 15px; } }
.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; }
  @media only screen and (max-width: 768px) {
    .form_section .checkbox .parts,
    .form_section .radio .parts {
      font-size: 14px; } }
  .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%;
    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%;
    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;
    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;
    -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%;
    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;
  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); } }
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; }

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; } }
.page_top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  width: 60px;
  height: 60px;
  background: rgba(0, 153, 121, 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%;
  -moz-transition: 0s;
  -webkit-transition: 0s;
  -o-transition: 0s;
  -ms-transition: 0s;
  transition: 0s; }
  .page_top:hover {
    background: #009979;
    color: #fff; }
  .page_top::after {
    content: '';
    width: 12px;
    height: 12px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(-45deg);
    -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: #000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100; }
  .header .inner {
    padding: 20px 30px 0;
    position: relative;
    height: 90px; }
    @media only screen and (max-width: 768px) {
      .header .inner {
        height: 60px;
        padding-top: 12px;
        padding-left: 15px; } }
  .header .logo {
    width: 136px; }
    @media only screen and (max-width: 768px) {
      .header .logo {
        width: 100px; } }
  .header .g_nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 240px; }
    .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: flex-end;
      -moz-justify-content: flex-end;
      -ms-justify-content: flex-end;
      -o-justify-content: flex-end;
      justify-content: flex-end; }
      .header .g_nav ul li {
        margin-left: 30px; }
        .header .g_nav ul li:first-child {
          margin-left: 0; }
        .header .g_nav ul li a {
          display: block;
          text-decoration: none;
          font-size: 17px;
          font-size: 1.7rem;
          font-weight: 500;
          color: #fff; }
          @media only screen and (min-width: 769px) {
            .header .g_nav ul li a:hover {
              color: #009979; } }
  .header .header_contact {
    position: absolute;
    top: 0;
    right: 0;
    width: 197px; }
    .header .header_contact a {
      display: block;
      text-decoration: none;
      background: #009979;
      color: #fff;
      text-align: center;
      font-size: 17px;
      font-size: 1.7rem;
      font-weight: 500;
      line-height: 90px; }
      @media only screen and (min-width: 769px) {
        .header .header_contact a:hover {
          background: #008065; } }
      .header .header_contact a span {
        display: inline-block;
        padding-left: 25px;
        position: relative; }
        .header .header_contact a span::before {
          content: "";
          position: absolute;
          width: 25px;
          height: 100%;
          background-image: url("img/header_contact.png");
          background-repeat: no-repeat;
          background-position: center center;
          background-size: 100% auto;
          left: -5px;
          top: 0;
          pointer-events: none; }

.index .anchor {
  margin-top: -90px;
  padding-top: 90px; }
  @media only screen and (max-width: 768px) {
    .index .anchor {
      margin-top: -60px;
      padding-top: 60px; } }
.index .fv {
  background-image: url("img/fv_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .index .fv {
      background: none; } }
  .index .fv .inner {
    width: 1000px;
    margin: 0 auto;
    height: 568px; }
    @media only screen and (max-width: 768px) {
      .index .fv .inner {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .index .fv .inner {
        height: auto; } }
  @media only screen and (min-width: 769px) {
    .index .fv .fv_txt {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0;
      width: 518px; } }
.index .main_ttl {
  text-align: center; }
  .index .main_ttl .ttl_image {
    width: 445px;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .index .main_ttl .ttl_image {
        width: 100%;
        padding: 0 20px; } }
  .index .main_ttl h2 {
    margin-top: 5px;
    font-weight: 500; }
.index .service .items .item:nth-child(2) {
  background: #eaeaea; }
.index .service .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 70px 0; }
  @media only screen and (max-width: 768px) {
    .index .service .inner {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .index .service .inner {
      padding: 50px 20px; } }
.index .service .archive {
  margin-top: 50px; }
  @media only screen and (max-width: 768px) {
    .index .service .archive {
      margin-top: 30px; } }
  .index .service .archive 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; }
    @media only screen and (max-width: 768px) {
      .index .service .archive ul {
        display: block; } }
    .index .service .archive ul li {
      margin-left: 35px;
      margin-top: 60px;
      width: 310px; }
      @media only screen and (max-width: 768px) {
        .index .service .archive ul li {
          margin: 30px 0 0;
          width: 100%; }
          .index .service .archive ul li:first-child {
            margin-top: 0; } }
      @media only screen and (min-width: 769px) {
        .index .service .archive ul li:nth-child(1), .index .service .archive ul li:nth-child(2), .index .service .archive ul li:nth-child(3) {
          margin-top: 0; }
        .index .service .archive ul li:nth-child(3n+1) {
          margin-left: 0; } }
  .index .service .archive h3 {
    text-align: center;
    margin-top: 15px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700; }
    @media only screen and (max-width: 768px) {
      .index .service .archive h3 {
        font-size: 20px;
        font-size: 2rem; } }
  .index .service .archive .txt {
    margin-top: 10px;
    font-size: 15px;
    font-size: 1.5rem; }
    @media only screen and (max-width: 768px) {
      .index .service .archive .txt {
        font-size: 16px;
        font-size: 1.6rem; } }
.index .menu {
  background: #faf8f8; }
  .index .menu .inner {
    padding: 70px 0;
    width: 1000px;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .index .menu .inner {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .index .menu .inner {
        padding: 50px 20px; } }
  .index .menu .items {
    margin-top: 50px; }
    @media only screen and (max-width: 768px) {
      .index .menu .items {
        margin-top: 40px; } }
    .index .menu .items .item {
      -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;
      margin-top: 70px; }
      @media only screen and (max-width: 768px) {
        .index .menu .items .item {
          display: block;
          margin-top: 50px; } }
      .index .menu .items .item:first-child {
        margin-top: 0; }
      .index .menu .items .item .image, .index .menu .items .item .content {
        width: 50%; }
        @media only screen and (max-width: 768px) {
          .index .menu .items .item .image, .index .menu .items .item .content {
            width: 100%; } }
      @media only screen and (min-width: 769px) {
        .index .menu .items .item:nth-child(odd) .image {
          padding-right: 30px; }
        .index .menu .items .item:nth-child(even) .image {
          padding-left: 30px; } }
    .index .menu .items h3 {
      font-size: 22px;
      font-size: 2.2rem;
      font-weight: 700;
      padding: 18px 5px;
      position: relative;
      border-top: 2px solid #d7d7d7;
      border-bottom: 2px solid #d7d7d7; }
      @media only screen and (max-width: 768px) {
        .index .menu .items h3 {
          margin-top: 25px; } }
      .index .menu .items h3::before {
        content: "";
        position: absolute;
        left: 0;
        top: -2px;
        width: 215px;
        height: 2px;
        background: #009979; }
    .index .menu .items .txt {
      margin-top: 20px;
      font-size: 15px;
      font-size: 1.5rem; }
    .index .menu .items .remarks {
      font-size: 14px;
      font-size: 1.4rem;
      color: rgba(0, 0, 0, 0.54); }
    .index .menu .items table {
      margin-top: 20px;
      width: 100%;
      border: 1px solid #ddd;
      background: #fff; }
      .index .menu .items table th, .index .menu .items table td {
        border: 1px solid #ddd;
        width: 50%;
        padding: 14px; }
      .index .menu .items table th {
        background: #000;
        font-weight: 500;
        text-align: center;
        color: #fff;
        font-size: 17px;
        font-size: 1.7rem;
        font-weight: 500; }
      .index .menu .items table td {
        font-size: 15px;
        font-size: 1.5rem; }
.index .solar .main_ttl .ttl_image {
  width: 514px; }
  @media only screen and (max-width: 768px) {
    .index .solar .main_ttl .ttl_image {
      width: 100%;
      padding: 0; } }
.index .solar .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 70px 0 90px; }
  @media only screen and (max-width: 768px) {
    .index .solar .inner {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .index .solar .inner {
      padding: 50px 20px; } }
.index .solar .wrap {
  margin-top: 70px;
  -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) {
    .index .solar .wrap {
      margin-top: 40px;
      display: block; } }
  .index .solar .wrap .image {
    width: 50%; }
    @media only screen and (max-width: 768px) {
      .index .solar .wrap .image {
        width: 100%; } }
  .index .solar .wrap .txt {
    flex: 1;
    padding-left: 30px;
    line-height: 1.7; }
    @media only screen and (max-width: 768px) {
      .index .solar .wrap .txt {
        padding: 20px 0 0;
        font-size: 17px;
        font-size: 1.7rem; } }
.index .contact {
  background-image: url("img/contact_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .index .contact .main_ttl h2 {
    color: #fff; }
  .index .contact .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 100px 0; }
    @media only screen and (max-width: 768px) {
      .index .contact .inner {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .index .contact .inner {
        padding: 50px 20px; } }
  .index .contact .form_section_inner {
    width: 800px;
    margin: 0 auto;
    margin-top: 40px;
    background: #fff;
    border: 3px solid #ababab;
    padding: 75px 115px; }
    @media only screen and (max-width: 768px) {
      .index .contact .form_section_inner {
        width: 100%;
        padding: 30px 20px;
        margin-top: 30px; } }
  .index .contact .wrap dl {
    margin-top: 30px; }
    .index .contact .wrap dl:first-child {
      margin-top: 0; }
    .index .contact .wrap dl dt {
      font-size: 17px;
      font-weight: 500; }
      @media only screen and (max-width: 768px) {
        .index .contact .wrap dl dt {
          font-size: 15px; } }
      .index .contact .wrap dl dt::after {
        content: "*";
        display: inline-block;
        margin-left: 3px;
        color: #ff0000; }
    .index .contact .wrap dl dd {
      margin-top: 5px; }
  .index .contact [type=submit] span {
    display: inline-block;
    position: relative;
    padding-right: 10px; }
    .index .contact [type=submit] span::after {
      content: '';
      width: 14px;
      height: 14px;
      border: 0px;
      border-top: solid 2px #009979;
      border-right: solid 2px #009979;
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      top: 50%;
      right: -24px;
      margin-top: -5px;
      -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) {
        .index .contact [type=submit] span::after {
          width: 8px;
          height: 8px;
          margin-top: -3px; } }
  @media only screen and (min-width: 769px) {
    .index .contact [type=submit]:hover span::after {
      border-top-color: #fff;
      border-right-color: #fff; } }
.index .company .inner {
  padding: 100px 0;
  width: 1000px;
  margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    .index .company .inner {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .index .company .inner {
      padding: 50px 20px 0; } }
.index .company .wrap {
  width: 800px;
  margin: 50px auto 0; }
  @media only screen and (max-width: 768px) {
    .index .company .wrap {
      width: 100%;
      margin-top: 30px; } }
  .index .company .wrap .map iframe {
    width: 100%;
    height: 330px; }
    @media only screen and (max-width: 768px) {
      .index .company .wrap .map iframe {
        height: 250px; } }
  .index .company .wrap .table {
    margin-top: 30px; }
    .index .company .wrap .table table {
      width: 100%;
      border: 1px solid #ddd; }
      .index .company .wrap .table table th, .index .company .wrap .table table td {
        padding: 1em 1.5em;
        border-left: 1px solid #ddd;
        border-bottom: 1px solid #ddd; }
      .index .company .wrap .table table th {
        width: 200px;
        color: #fff;
        font-weight: 500;
        background: #727272; }
        @media only screen and (max-width: 768px) {
          .index .company .wrap .table table th {
            width: 100px; } }

.footer {
  padding: 30px 0; }
  .footer .copyright {
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
    color: rgba(0, 0, 0, 0.54); }

.page {
  background: #f5f5f5;
  padding: 60px 0;
  margin-bottom: 50px; }
  @media only screen and (max-width: 768px) {
    .page {
      padding: 40px 20px; } }
  .page .page_header .logo {
    width: 180px;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .page .page_header .logo {
        width: 120px; } }
  .page .page_content {
    background: #fff;
    width: 800px;
    margin: 0 auto;
    margin-top: 50px;
    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 .page_content {
        width: 100%;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px; } }
    .page .page_content .sub_ttl {
      background: #009979;
      color: #fff;
      font-size: 20px;
      font-size: 2rem;
      font-weight: 500;
      padding: 1em;
      text-align: center; }
    .page .page_content .page_inner {
      padding: 50px; }
      @media only screen and (max-width: 768px) {
        .page .page_content .page_inner {
          padding: 30px; } }

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