@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Noto+Sans+JP:wght@400;700&display=swap");
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

:root {
  --main-color:#004DA7;
  --sub-color:#E1F2FA;
  --point-color1:#3EAA5C;
}

@-webkit-keyframes btn_nav_top_off {
  0% {
    top: 50%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  50% {
    top: 50%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    top: calc(50% - 9px);
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes btn_nav_top_off {
  0% {
    top: 50%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  50% {
    top: 50%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    top: calc(50% - 9px);
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes btn_nav_top_on {
  0% {
    top: calc(50% - 9px);
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    top: 50%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    top: 50%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
@keyframes btn_nav_top_on {
  0% {
    top: calc(50% - 9px);
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    top: 50%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    top: 50%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
@-webkit-keyframes btn_nav_bottom_off {
  0% {
    top: 50%;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  50% {
    top: 50%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    top: calc(50% + 9px);
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes btn_nav_bottom_off {
  0% {
    top: 50%;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  50% {
    top: 50%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    top: calc(50% + 9px);
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes btn_nav_bottom_on {
  0% {
    top: calc(50% + 9px);
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    top: 50%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    top: 50%;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@keyframes btn_nav_bottom_on {
  0% {
    top: calc(50% + 9px);
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    top: 50%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    top: 50%;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@-webkit-keyframes scrollbar_roop {
  0% {
    width: 6px;
  }
  99.9% {
    width: 100%;
  }
  100% {
    width: 6px;
  }
}
@keyframes scrollbar_roop {
  0% {
    width: 6px;
  }
  99.9% {
    width: 100%;
  }
  100% {
    width: 6px;
  }
}
.main_visual::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: 1s opacity ease-in-out 0s;
  transition: 1s opacity ease-in-out 0s;
  opacity: 0;
  z-index: 1;
}
@media (max-width: 768px) {
  .main_visual::before {
    background-size: auto 100vw;
    width: 100vw;
    height: 100vw;
  }
}
.main_visual.is-view::before {
  opacity: 1;
}
.mv_ttl1 span {
  position: relative;
  opacity: 0;
  top: 0.1em;
  -webkit-transition: 1s opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1), 0.3s -webkit-transform, 1s -webkit-filter;
  transition: 1s opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1), 0.3s -webkit-transform, 1s -webkit-filter;
  transition: 0.3s transform, 1s opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1), 1s filter;
  transition: 0.3s transform, 1s opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1), 1s filter, 0.3s -webkit-transform, 1s -webkit-filter;
  display: inline-block;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
.mv_ttl1.is-view span {
  opacity: 1;
  top: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-filter: blur(0);
          filter: blur(0);
}

.mv_ttl2 {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: 0.6s ease-in-out;
  -webkit-transition: 0.6s ease-in-out 0s;
  transition: 0.6s ease-in-out 0s;
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}
.mv_ttl2.is-view {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.section_ttl1.js-inview::before {
  -webkit-transform: translateX(-15px) scaleX(0);
          transform: translateX(-15px) scaleX(0);
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.section_ttl1.js-inview::after {
  -webkit-transform: translateX(15px) scaleX(0);
          transform: translateX(15px) scaleX(0);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.section_ttl1.js-inview .main_txt span {
  position: relative;
  opacity: 0;
  top: 0.1em;
  -webkit-transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1), 1.2s -webkit-transform;
  transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1), 1.2s -webkit-transform;
  transition: 1.2s transform, opacity cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 1.2s transform, opacity cubic-bezier(0.215, 0.61, 0.355, 1), 1.2s -webkit-transform;
  -webkit-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out 0s;
  transition: 0.3s ease-in-out 0s;
}
.section_ttl1.js-inview .sub_txt {
  opacity: 0;
  -webkit-transition-duration: 1.2s;
          transition-duration: 1.2s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: translate3d(0, 1.2em, 0);
          transform: translate3d(0, 1.2em, 0);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.section_ttl1.js-inview.is-view::before {
  -webkit-transform: translateX(-15px) scaleX(1);
          transform: translateX(-15px) scaleX(1);
}
.section_ttl1.js-inview.is-view::after {
  -webkit-transform: translateX(15px) scaleX(1);
          transform: translateX(15px) scaleX(1);
}
.section_ttl1.js-inview.is-view .main_txt span {
  opacity: 1;
  top: 0;
}
.section_ttl1.js-inview.is-view .sub_txt {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.section_ttl2.js-inview::before {
  width: 0;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out 0s;
  transition: 0.3s ease-in-out 0s;
}
.section_ttl2.js-inview span::before, .section_ttl2.js-inview span::after {
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out 0s;
  transition: 0.3s ease-in-out 0s;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.section_ttl2.js-inview.is-view::before {
  opacity: 1;
  width: 100%;
}
.section_ttl2.js-inview.is-view span::before, .section_ttl2.js-inview.is-view span::after {
  opacity: 1;
}

.page_header.js-inview .page_ttl {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out 0s;
  transition: 0.3s ease-in-out 0s;
}
.page_header.js-inview .page_ttl .main_txt span {
  position: relative;
  opacity: 0;
  top: 0.1em;
  -webkit-transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1), 1.2s -webkit-transform;
  transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1), 1.2s -webkit-transform;
  transition: 1.2s transform, opacity cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 1.2s transform, opacity cubic-bezier(0.215, 0.61, 0.355, 1), 1.2s -webkit-transform;
  -webkit-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out 0s;
  transition: 0.3s ease-in-out 0s;
}
.page_header.js-inview.is-view .page_ttl {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.page_header.js-inview.is-view .page_ttl .main_txt span {
  opacity: 1;
  top: 0;
}

.section_body1.js-inview,
.section_body2.js-inview,
.sec1_item.js-inview,
.sec2_item.js-inview,
.sec2_item_wrap1.js-inview,
.sec2_item_wrap2.js-inview,
.sec1_item_wrap2.js-inview,
.sec2_item_wrap2.js-inview,
.index_section3 iframe.js-inview,
.sec4_item.js-inview,
.sec4_banner_wrap.js-inview,
.page_anchor.js-inview,
.section_ttl3.js-inview,
.section_ttl4.js-inview,
.section_ttl5.js-inview,
.section_body3.js-inview,
.basic_img_wrap.js-inview,
.data_list1.js-inview,
.basic_decimal_list1.js-inview,
.basic_list1.js-inview,
.basic_list2.js-inview,
.basic_list3.js-inview,
.flex_column.js-inview,
.ghg_movie.js-inview,
.basic_table1.js-inview,
.step_list.js-inview,
.btn_caution.js-inview,
.cta_wrap.js-inview,
.btn_wrap.js-inview {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out 0s;
  transition: 0.3s ease-in-out 0s;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
.section_body1.js-inview.is-view,
.section_body2.js-inview.is-view,
.sec1_item.js-inview.is-view,
.sec2_item.js-inview.is-view,
.sec2_item_wrap1.js-inview.is-view,
.sec2_item_wrap2.js-inview.is-view,
.sec1_item_wrap2.js-inview.is-view,
.sec2_item_wrap2.js-inview.is-view,
.index_section3 iframe.js-inview.is-view,
.sec4_item.js-inview.is-view,
.sec4_banner_wrap.js-inview.is-view,
.page_anchor.js-inview.is-view,
.section_ttl3.js-inview.is-view,
.section_ttl4.js-inview.is-view,
.section_ttl5.js-inview.is-view,
.section_body3.js-inview.is-view,
.basic_img_wrap.js-inview.is-view,
.data_list1.js-inview.is-view,
.basic_decimal_list1.js-inview.is-view,
.basic_list1.js-inview.is-view,
.basic_list2.js-inview.is-view,
.basic_list3.js-inview.is-view,
.flex_column.js-inview.is-view,
.ghg_movie.js-inview.is-view,
.basic_table1.js-inview.is-view,
.step_list.js-inview.is-view,
.btn_caution.js-inview.is-view,
.cta_wrap.js-inview.is-view,
.btn_wrap.js-inview.is-view {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-filter: blur(0);
          filter: blur(0);
}

/*
.section_ttl1.js-inview{

  opacity: 0;
  transform: translateY(20px);
  @include transition();
  transition-delay: .4s;


  &::after{
    width: 0;
    @include transition();
    transition-delay:0.7s;
  }

  &.is-view {
    opacity: 1;
    transform: translateY(0);

    &::after{
      width: 160px;
    }
  }

}
*/
/*===============================================*
*	commcon
*===============================================*/
/* margin
------------------------------------------------*/
.mt0 {
  margin-top: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.mt105 {
  margin-top: 105px !important;
}

.mr105 {
  margin-right: 105px !important;
}

.mb105 {
  margin-bottom: 105px !important;
}

.ml105 {
  margin-left: 105px !important;
}

.mt110 {
  margin-top: 110px !important;
}

.mr110 {
  margin-right: 110px !important;
}

.mb110 {
  margin-bottom: 110px !important;
}

.ml110 {
  margin-left: 110px !important;
}

.mt115 {
  margin-top: 115px !important;
}

.mr115 {
  margin-right: 115px !important;
}

.mb115 {
  margin-bottom: 115px !important;
}

.ml115 {
  margin-left: 115px !important;
}

.mt120 {
  margin-top: 120px !important;
}

.mr120 {
  margin-right: 120px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.ml120 {
  margin-left: 120px !important;
}

.mt125 {
  margin-top: 125px !important;
}

.mr125 {
  margin-right: 125px !important;
}

.mb125 {
  margin-bottom: 125px !important;
}

.ml125 {
  margin-left: 125px !important;
}

.mt130 {
  margin-top: 130px !important;
}

.mr130 {
  margin-right: 130px !important;
}

.mb130 {
  margin-bottom: 130px !important;
}

.ml130 {
  margin-left: 130px !important;
}

.mt135 {
  margin-top: 135px !important;
}

.mr135 {
  margin-right: 135px !important;
}

.mb135 {
  margin-bottom: 135px !important;
}

.ml135 {
  margin-left: 135px !important;
}

.mt140 {
  margin-top: 140px !important;
}

.mr140 {
  margin-right: 140px !important;
}

.mb140 {
  margin-bottom: 140px !important;
}

.ml140 {
  margin-left: 140px !important;
}

.mt145 {
  margin-top: 145px !important;
}

.mr145 {
  margin-right: 145px !important;
}

.mb145 {
  margin-bottom: 145px !important;
}

.ml145 {
  margin-left: 145px !important;
}

.mt150 {
  margin-top: 150px !important;
}

.mr150 {
  margin-right: 150px !important;
}

.mb150 {
  margin-bottom: 150px !important;
}

.ml150 {
  margin-left: 150px !important;
}

.mt155 {
  margin-top: 155px !important;
}

.mr155 {
  margin-right: 155px !important;
}

.mb155 {
  margin-bottom: 155px !important;
}

.ml155 {
  margin-left: 155px !important;
}

.mt160 {
  margin-top: 160px !important;
}

.mr160 {
  margin-right: 160px !important;
}

.mb160 {
  margin-bottom: 160px !important;
}

.ml160 {
  margin-left: 160px !important;
}

.mt165 {
  margin-top: 165px !important;
}

.mr165 {
  margin-right: 165px !important;
}

.mb165 {
  margin-bottom: 165px !important;
}

.ml165 {
  margin-left: 165px !important;
}

.mt170 {
  margin-top: 170px !important;
}

.mr170 {
  margin-right: 170px !important;
}

.mb170 {
  margin-bottom: 170px !important;
}

.ml170 {
  margin-left: 170px !important;
}

.mt175 {
  margin-top: 175px !important;
}

.mr175 {
  margin-right: 175px !important;
}

.mb175 {
  margin-bottom: 175px !important;
}

.ml175 {
  margin-left: 175px !important;
}

.mt180 {
  margin-top: 180px !important;
}

.mr180 {
  margin-right: 180px !important;
}

.mb180 {
  margin-bottom: 180px !important;
}

.ml180 {
  margin-left: 180px !important;
}

.mt185 {
  margin-top: 185px !important;
}

.mr185 {
  margin-right: 185px !important;
}

.mb185 {
  margin-bottom: 185px !important;
}

.ml185 {
  margin-left: 185px !important;
}

.mt190 {
  margin-top: 190px !important;
}

.mr190 {
  margin-right: 190px !important;
}

.mb190 {
  margin-bottom: 190px !important;
}

.ml190 {
  margin-left: 190px !important;
}

.mt195 {
  margin-top: 195px !important;
}

.mr195 {
  margin-right: 195px !important;
}

.mb195 {
  margin-bottom: 195px !important;
}

.ml195 {
  margin-left: 195px !important;
}

.mt200 {
  margin-top: 200px !important;
}

.mr200 {
  margin-right: 200px !important;
}

.mb200 {
  margin-bottom: 200px !important;
}

.ml200 {
  margin-left: 200px !important;
}

@media (max-width: 768px) {
  .smt0 {
    margin-top: 0px !important;
  }
  .smr0 {
    margin-right: 0px !important;
  }
  .smb0 {
    margin-bottom: 0px !important;
  }
  .sml0 {
    margin-left: 0px !important;
  }
  .smt5 {
    margin-top: 5px !important;
  }
  .smr5 {
    margin-right: 5px !important;
  }
  .smb5 {
    margin-bottom: 5px !important;
  }
  .sml5 {
    margin-left: 5px !important;
  }
  .smt10 {
    margin-top: 10px !important;
  }
  .smr10 {
    margin-right: 10px !important;
  }
  .smb10 {
    margin-bottom: 10px !important;
  }
  .sml10 {
    margin-left: 10px !important;
  }
  .smt15 {
    margin-top: 15px !important;
  }
  .smr15 {
    margin-right: 15px !important;
  }
  .smb15 {
    margin-bottom: 15px !important;
  }
  .sml15 {
    margin-left: 15px !important;
  }
  .smt20 {
    margin-top: 20px !important;
  }
  .smr20 {
    margin-right: 20px !important;
  }
  .smb20 {
    margin-bottom: 20px !important;
  }
  .sml20 {
    margin-left: 20px !important;
  }
  .smt25 {
    margin-top: 25px !important;
  }
  .smr25 {
    margin-right: 25px !important;
  }
  .smb25 {
    margin-bottom: 25px !important;
  }
  .sml25 {
    margin-left: 25px !important;
  }
  .smt30 {
    margin-top: 30px !important;
  }
  .smr30 {
    margin-right: 30px !important;
  }
  .smb30 {
    margin-bottom: 30px !important;
  }
  .sml30 {
    margin-left: 30px !important;
  }
  .smt35 {
    margin-top: 35px !important;
  }
  .smr35 {
    margin-right: 35px !important;
  }
  .smb35 {
    margin-bottom: 35px !important;
  }
  .sml35 {
    margin-left: 35px !important;
  }
  .smt40 {
    margin-top: 40px !important;
  }
  .smr40 {
    margin-right: 40px !important;
  }
  .smb40 {
    margin-bottom: 40px !important;
  }
  .sml40 {
    margin-left: 40px !important;
  }
  .smt45 {
    margin-top: 45px !important;
  }
  .smr45 {
    margin-right: 45px !important;
  }
  .smb45 {
    margin-bottom: 45px !important;
  }
  .sml45 {
    margin-left: 45px !important;
  }
  .smt50 {
    margin-top: 50px !important;
  }
  .smr50 {
    margin-right: 50px !important;
  }
  .smb50 {
    margin-bottom: 50px !important;
  }
  .sml50 {
    margin-left: 50px !important;
  }
  .smt55 {
    margin-top: 55px !important;
  }
  .smr55 {
    margin-right: 55px !important;
  }
  .smb55 {
    margin-bottom: 55px !important;
  }
  .sml55 {
    margin-left: 55px !important;
  }
  .smt60 {
    margin-top: 60px !important;
  }
  .smr60 {
    margin-right: 60px !important;
  }
  .smb60 {
    margin-bottom: 60px !important;
  }
  .sml60 {
    margin-left: 60px !important;
  }
  .smt65 {
    margin-top: 65px !important;
  }
  .smr65 {
    margin-right: 65px !important;
  }
  .smb65 {
    margin-bottom: 65px !important;
  }
  .sml65 {
    margin-left: 65px !important;
  }
  .smt70 {
    margin-top: 70px !important;
  }
  .smr70 {
    margin-right: 70px !important;
  }
  .smb70 {
    margin-bottom: 70px !important;
  }
  .sml70 {
    margin-left: 70px !important;
  }
  .smt75 {
    margin-top: 75px !important;
  }
  .smr75 {
    margin-right: 75px !important;
  }
  .smb75 {
    margin-bottom: 75px !important;
  }
  .sml75 {
    margin-left: 75px !important;
  }
  .smt80 {
    margin-top: 80px !important;
  }
  .smr80 {
    margin-right: 80px !important;
  }
  .smb80 {
    margin-bottom: 80px !important;
  }
  .sml80 {
    margin-left: 80px !important;
  }
  .smt85 {
    margin-top: 85px !important;
  }
  .smr85 {
    margin-right: 85px !important;
  }
  .smb85 {
    margin-bottom: 85px !important;
  }
  .sml85 {
    margin-left: 85px !important;
  }
  .smt90 {
    margin-top: 90px !important;
  }
  .smr90 {
    margin-right: 90px !important;
  }
  .smb90 {
    margin-bottom: 90px !important;
  }
  .sml90 {
    margin-left: 90px !important;
  }
  .smt95 {
    margin-top: 95px !important;
  }
  .smr95 {
    margin-right: 95px !important;
  }
  .smb95 {
    margin-bottom: 95px !important;
  }
  .sml95 {
    margin-left: 95px !important;
  }
  .smt100 {
    margin-top: 100px !important;
  }
  .smr100 {
    margin-right: 100px !important;
  }
  .smb100 {
    margin-bottom: 100px !important;
  }
  .sml100 {
    margin-left: 100px !important;
  }
  .smt105 {
    margin-top: 105px !important;
  }
  .smr105 {
    margin-right: 105px !important;
  }
  .smb105 {
    margin-bottom: 105px !important;
  }
  .sml105 {
    margin-left: 105px !important;
  }
  .smt110 {
    margin-top: 110px !important;
  }
  .smr110 {
    margin-right: 110px !important;
  }
  .smb110 {
    margin-bottom: 110px !important;
  }
  .sml110 {
    margin-left: 110px !important;
  }
  .smt115 {
    margin-top: 115px !important;
  }
  .smr115 {
    margin-right: 115px !important;
  }
  .smb115 {
    margin-bottom: 115px !important;
  }
  .sml115 {
    margin-left: 115px !important;
  }
  .smt120 {
    margin-top: 120px !important;
  }
  .smr120 {
    margin-right: 120px !important;
  }
  .smb120 {
    margin-bottom: 120px !important;
  }
  .sml120 {
    margin-left: 120px !important;
  }
  .smt125 {
    margin-top: 125px !important;
  }
  .smr125 {
    margin-right: 125px !important;
  }
  .smb125 {
    margin-bottom: 125px !important;
  }
  .sml125 {
    margin-left: 125px !important;
  }
  .smt130 {
    margin-top: 130px !important;
  }
  .smr130 {
    margin-right: 130px !important;
  }
  .smb130 {
    margin-bottom: 130px !important;
  }
  .sml130 {
    margin-left: 130px !important;
  }
  .smt135 {
    margin-top: 135px !important;
  }
  .smr135 {
    margin-right: 135px !important;
  }
  .smb135 {
    margin-bottom: 135px !important;
  }
  .sml135 {
    margin-left: 135px !important;
  }
  .smt140 {
    margin-top: 140px !important;
  }
  .smr140 {
    margin-right: 140px !important;
  }
  .smb140 {
    margin-bottom: 140px !important;
  }
  .sml140 {
    margin-left: 140px !important;
  }
  .smt145 {
    margin-top: 145px !important;
  }
  .smr145 {
    margin-right: 145px !important;
  }
  .smb145 {
    margin-bottom: 145px !important;
  }
  .sml145 {
    margin-left: 145px !important;
  }
  .smt150 {
    margin-top: 150px !important;
  }
  .smr150 {
    margin-right: 150px !important;
  }
  .smb150 {
    margin-bottom: 150px !important;
  }
  .sml150 {
    margin-left: 150px !important;
  }
  .smt155 {
    margin-top: 155px !important;
  }
  .smr155 {
    margin-right: 155px !important;
  }
  .smb155 {
    margin-bottom: 155px !important;
  }
  .sml155 {
    margin-left: 155px !important;
  }
  .smt160 {
    margin-top: 160px !important;
  }
  .smr160 {
    margin-right: 160px !important;
  }
  .smb160 {
    margin-bottom: 160px !important;
  }
  .sml160 {
    margin-left: 160px !important;
  }
  .smt165 {
    margin-top: 165px !important;
  }
  .smr165 {
    margin-right: 165px !important;
  }
  .smb165 {
    margin-bottom: 165px !important;
  }
  .sml165 {
    margin-left: 165px !important;
  }
  .smt170 {
    margin-top: 170px !important;
  }
  .smr170 {
    margin-right: 170px !important;
  }
  .smb170 {
    margin-bottom: 170px !important;
  }
  .sml170 {
    margin-left: 170px !important;
  }
  .smt175 {
    margin-top: 175px !important;
  }
  .smr175 {
    margin-right: 175px !important;
  }
  .smb175 {
    margin-bottom: 175px !important;
  }
  .sml175 {
    margin-left: 175px !important;
  }
  .smt180 {
    margin-top: 180px !important;
  }
  .smr180 {
    margin-right: 180px !important;
  }
  .smb180 {
    margin-bottom: 180px !important;
  }
  .sml180 {
    margin-left: 180px !important;
  }
  .smt185 {
    margin-top: 185px !important;
  }
  .smr185 {
    margin-right: 185px !important;
  }
  .smb185 {
    margin-bottom: 185px !important;
  }
  .sml185 {
    margin-left: 185px !important;
  }
  .smt190 {
    margin-top: 190px !important;
  }
  .smr190 {
    margin-right: 190px !important;
  }
  .smb190 {
    margin-bottom: 190px !important;
  }
  .sml190 {
    margin-left: 190px !important;
  }
  .smt195 {
    margin-top: 195px !important;
  }
  .smr195 {
    margin-right: 195px !important;
  }
  .smb195 {
    margin-bottom: 195px !important;
  }
  .sml195 {
    margin-left: 195px !important;
  }
  .smt200 {
    margin-top: 200px !important;
  }
  .smr200 {
    margin-right: 200px !important;
  }
  .smb200 {
    margin-bottom: 200px !important;
  }
  .sml200 {
    margin-left: 200px !important;
  }
}
/* padding
------------------------------------------------*/
.pt0 {
  padding-top: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.pt105 {
  padding-top: 105px !important;
}

.pr105 {
  padding-right: 105px !important;
}

.pb105 {
  padding-bottom: 105px !important;
}

.pl105 {
  padding-left: 105px !important;
}

.pt110 {
  padding-top: 110px !important;
}

.pr110 {
  padding-right: 110px !important;
}

.pb110 {
  padding-bottom: 110px !important;
}

.pl110 {
  padding-left: 110px !important;
}

.pt115 {
  padding-top: 115px !important;
}

.pr115 {
  padding-right: 115px !important;
}

.pb115 {
  padding-bottom: 115px !important;
}

.pl115 {
  padding-left: 115px !important;
}

.pt120 {
  padding-top: 120px !important;
}

.pr120 {
  padding-right: 120px !important;
}

.pb120 {
  padding-bottom: 120px !important;
}

.pl120 {
  padding-left: 120px !important;
}

.pt125 {
  padding-top: 125px !important;
}

.pr125 {
  padding-right: 125px !important;
}

.pb125 {
  padding-bottom: 125px !important;
}

.pl125 {
  padding-left: 125px !important;
}

.pt130 {
  padding-top: 130px !important;
}

.pr130 {
  padding-right: 130px !important;
}

.pb130 {
  padding-bottom: 130px !important;
}

.pl130 {
  padding-left: 130px !important;
}

.pt135 {
  padding-top: 135px !important;
}

.pr135 {
  padding-right: 135px !important;
}

.pb135 {
  padding-bottom: 135px !important;
}

.pl135 {
  padding-left: 135px !important;
}

.pt140 {
  padding-top: 140px !important;
}

.pr140 {
  padding-right: 140px !important;
}

.pb140 {
  padding-bottom: 140px !important;
}

.pl140 {
  padding-left: 140px !important;
}

.pt145 {
  padding-top: 145px !important;
}

.pr145 {
  padding-right: 145px !important;
}

.pb145 {
  padding-bottom: 145px !important;
}

.pl145 {
  padding-left: 145px !important;
}

.pt150 {
  padding-top: 150px !important;
}

.pr150 {
  padding-right: 150px !important;
}

.pb150 {
  padding-bottom: 150px !important;
}

.pl150 {
  padding-left: 150px !important;
}

.pt155 {
  padding-top: 155px !important;
}

.pr155 {
  padding-right: 155px !important;
}

.pb155 {
  padding-bottom: 155px !important;
}

.pl155 {
  padding-left: 155px !important;
}

.pt160 {
  padding-top: 160px !important;
}

.pr160 {
  padding-right: 160px !important;
}

.pb160 {
  padding-bottom: 160px !important;
}

.pl160 {
  padding-left: 160px !important;
}

.pt165 {
  padding-top: 165px !important;
}

.pr165 {
  padding-right: 165px !important;
}

.pb165 {
  padding-bottom: 165px !important;
}

.pl165 {
  padding-left: 165px !important;
}

.pt170 {
  padding-top: 170px !important;
}

.pr170 {
  padding-right: 170px !important;
}

.pb170 {
  padding-bottom: 170px !important;
}

.pl170 {
  padding-left: 170px !important;
}

.pt175 {
  padding-top: 175px !important;
}

.pr175 {
  padding-right: 175px !important;
}

.pb175 {
  padding-bottom: 175px !important;
}

.pl175 {
  padding-left: 175px !important;
}

.pt180 {
  padding-top: 180px !important;
}

.pr180 {
  padding-right: 180px !important;
}

.pb180 {
  padding-bottom: 180px !important;
}

.pl180 {
  padding-left: 180px !important;
}

.pt185 {
  padding-top: 185px !important;
}

.pr185 {
  padding-right: 185px !important;
}

.pb185 {
  padding-bottom: 185px !important;
}

.pl185 {
  padding-left: 185px !important;
}

.pt190 {
  padding-top: 190px !important;
}

.pr190 {
  padding-right: 190px !important;
}

.pb190 {
  padding-bottom: 190px !important;
}

.pl190 {
  padding-left: 190px !important;
}

.pt195 {
  padding-top: 195px !important;
}

.pr195 {
  padding-right: 195px !important;
}

.pb195 {
  padding-bottom: 195px !important;
}

.pl195 {
  padding-left: 195px !important;
}

.pt200 {
  padding-top: 200px !important;
}

.pr200 {
  padding-right: 200px !important;
}

.pb200 {
  padding-bottom: 200px !important;
}

.pl200 {
  padding-left: 200px !important;
}

@media (max-width: 768px) {
  .spt0 {
    padding-top: 0px !important;
  }
  .spr0 {
    padding-right: 0px !important;
  }
  .spb0 {
    padding-bottom: 0px !important;
  }
  .spl0 {
    padding-left: 0px !important;
  }
  .spt5 {
    padding-top: 5px !important;
  }
  .spr5 {
    padding-right: 5px !important;
  }
  .spb5 {
    padding-bottom: 5px !important;
  }
  .spl5 {
    padding-left: 5px !important;
  }
  .spt10 {
    padding-top: 10px !important;
  }
  .spr10 {
    padding-right: 10px !important;
  }
  .spb10 {
    padding-bottom: 10px !important;
  }
  .spl10 {
    padding-left: 10px !important;
  }
  .spt15 {
    padding-top: 15px !important;
  }
  .spr15 {
    padding-right: 15px !important;
  }
  .spb15 {
    padding-bottom: 15px !important;
  }
  .spl15 {
    padding-left: 15px !important;
  }
  .spt20 {
    padding-top: 20px !important;
  }
  .spr20 {
    padding-right: 20px !important;
  }
  .spb20 {
    padding-bottom: 20px !important;
  }
  .spl20 {
    padding-left: 20px !important;
  }
  .spt25 {
    padding-top: 25px !important;
  }
  .spr25 {
    padding-right: 25px !important;
  }
  .spb25 {
    padding-bottom: 25px !important;
  }
  .spl25 {
    padding-left: 25px !important;
  }
  .spt30 {
    padding-top: 30px !important;
  }
  .spr30 {
    padding-right: 30px !important;
  }
  .spb30 {
    padding-bottom: 30px !important;
  }
  .spl30 {
    padding-left: 30px !important;
  }
  .spt35 {
    padding-top: 35px !important;
  }
  .spr35 {
    padding-right: 35px !important;
  }
  .spb35 {
    padding-bottom: 35px !important;
  }
  .spl35 {
    padding-left: 35px !important;
  }
  .spt40 {
    padding-top: 40px !important;
  }
  .spr40 {
    padding-right: 40px !important;
  }
  .spb40 {
    padding-bottom: 40px !important;
  }
  .spl40 {
    padding-left: 40px !important;
  }
  .spt45 {
    padding-top: 45px !important;
  }
  .spr45 {
    padding-right: 45px !important;
  }
  .spb45 {
    padding-bottom: 45px !important;
  }
  .spl45 {
    padding-left: 45px !important;
  }
  .spt50 {
    padding-top: 50px !important;
  }
  .spr50 {
    padding-right: 50px !important;
  }
  .spb50 {
    padding-bottom: 50px !important;
  }
  .spl50 {
    padding-left: 50px !important;
  }
  .spt55 {
    padding-top: 55px !important;
  }
  .spr55 {
    padding-right: 55px !important;
  }
  .spb55 {
    padding-bottom: 55px !important;
  }
  .spl55 {
    padding-left: 55px !important;
  }
  .spt60 {
    padding-top: 60px !important;
  }
  .spr60 {
    padding-right: 60px !important;
  }
  .spb60 {
    padding-bottom: 60px !important;
  }
  .spl60 {
    padding-left: 60px !important;
  }
  .spt65 {
    padding-top: 65px !important;
  }
  .spr65 {
    padding-right: 65px !important;
  }
  .spb65 {
    padding-bottom: 65px !important;
  }
  .spl65 {
    padding-left: 65px !important;
  }
  .spt70 {
    padding-top: 70px !important;
  }
  .spr70 {
    padding-right: 70px !important;
  }
  .spb70 {
    padding-bottom: 70px !important;
  }
  .spl70 {
    padding-left: 70px !important;
  }
  .spt75 {
    padding-top: 75px !important;
  }
  .spr75 {
    padding-right: 75px !important;
  }
  .spb75 {
    padding-bottom: 75px !important;
  }
  .spl75 {
    padding-left: 75px !important;
  }
  .spt80 {
    padding-top: 80px !important;
  }
  .spr80 {
    padding-right: 80px !important;
  }
  .spb80 {
    padding-bottom: 80px !important;
  }
  .spl80 {
    padding-left: 80px !important;
  }
  .spt85 {
    padding-top: 85px !important;
  }
  .spr85 {
    padding-right: 85px !important;
  }
  .spb85 {
    padding-bottom: 85px !important;
  }
  .spl85 {
    padding-left: 85px !important;
  }
  .spt90 {
    padding-top: 90px !important;
  }
  .spr90 {
    padding-right: 90px !important;
  }
  .spb90 {
    padding-bottom: 90px !important;
  }
  .spl90 {
    padding-left: 90px !important;
  }
  .spt95 {
    padding-top: 95px !important;
  }
  .spr95 {
    padding-right: 95px !important;
  }
  .spb95 {
    padding-bottom: 95px !important;
  }
  .spl95 {
    padding-left: 95px !important;
  }
  .spt100 {
    padding-top: 100px !important;
  }
  .spr100 {
    padding-right: 100px !important;
  }
  .spb100 {
    padding-bottom: 100px !important;
  }
  .spl100 {
    padding-left: 100px !important;
  }
  .spt105 {
    padding-top: 105px !important;
  }
  .spr105 {
    padding-right: 105px !important;
  }
  .spb105 {
    padding-bottom: 105px !important;
  }
  .spl105 {
    padding-left: 105px !important;
  }
  .spt110 {
    padding-top: 110px !important;
  }
  .spr110 {
    padding-right: 110px !important;
  }
  .spb110 {
    padding-bottom: 110px !important;
  }
  .spl110 {
    padding-left: 110px !important;
  }
  .spt115 {
    padding-top: 115px !important;
  }
  .spr115 {
    padding-right: 115px !important;
  }
  .spb115 {
    padding-bottom: 115px !important;
  }
  .spl115 {
    padding-left: 115px !important;
  }
  .spt120 {
    padding-top: 120px !important;
  }
  .spr120 {
    padding-right: 120px !important;
  }
  .spb120 {
    padding-bottom: 120px !important;
  }
  .spl120 {
    padding-left: 120px !important;
  }
  .spt125 {
    padding-top: 125px !important;
  }
  .spr125 {
    padding-right: 125px !important;
  }
  .spb125 {
    padding-bottom: 125px !important;
  }
  .spl125 {
    padding-left: 125px !important;
  }
  .spt130 {
    padding-top: 130px !important;
  }
  .spr130 {
    padding-right: 130px !important;
  }
  .spb130 {
    padding-bottom: 130px !important;
  }
  .spl130 {
    padding-left: 130px !important;
  }
  .spt135 {
    padding-top: 135px !important;
  }
  .spr135 {
    padding-right: 135px !important;
  }
  .spb135 {
    padding-bottom: 135px !important;
  }
  .spl135 {
    padding-left: 135px !important;
  }
  .spt140 {
    padding-top: 140px !important;
  }
  .spr140 {
    padding-right: 140px !important;
  }
  .spb140 {
    padding-bottom: 140px !important;
  }
  .spl140 {
    padding-left: 140px !important;
  }
  .spt145 {
    padding-top: 145px !important;
  }
  .spr145 {
    padding-right: 145px !important;
  }
  .spb145 {
    padding-bottom: 145px !important;
  }
  .spl145 {
    padding-left: 145px !important;
  }
  .spt150 {
    padding-top: 150px !important;
  }
  .spr150 {
    padding-right: 150px !important;
  }
  .spb150 {
    padding-bottom: 150px !important;
  }
  .spl150 {
    padding-left: 150px !important;
  }
  .spt155 {
    padding-top: 155px !important;
  }
  .spr155 {
    padding-right: 155px !important;
  }
  .spb155 {
    padding-bottom: 155px !important;
  }
  .spl155 {
    padding-left: 155px !important;
  }
  .spt160 {
    padding-top: 160px !important;
  }
  .spr160 {
    padding-right: 160px !important;
  }
  .spb160 {
    padding-bottom: 160px !important;
  }
  .spl160 {
    padding-left: 160px !important;
  }
  .spt165 {
    padding-top: 165px !important;
  }
  .spr165 {
    padding-right: 165px !important;
  }
  .spb165 {
    padding-bottom: 165px !important;
  }
  .spl165 {
    padding-left: 165px !important;
  }
  .spt170 {
    padding-top: 170px !important;
  }
  .spr170 {
    padding-right: 170px !important;
  }
  .spb170 {
    padding-bottom: 170px !important;
  }
  .spl170 {
    padding-left: 170px !important;
  }
  .spt175 {
    padding-top: 175px !important;
  }
  .spr175 {
    padding-right: 175px !important;
  }
  .spb175 {
    padding-bottom: 175px !important;
  }
  .spl175 {
    padding-left: 175px !important;
  }
  .spt180 {
    padding-top: 180px !important;
  }
  .spr180 {
    padding-right: 180px !important;
  }
  .spb180 {
    padding-bottom: 180px !important;
  }
  .spl180 {
    padding-left: 180px !important;
  }
  .spt185 {
    padding-top: 185px !important;
  }
  .spr185 {
    padding-right: 185px !important;
  }
  .spb185 {
    padding-bottom: 185px !important;
  }
  .spl185 {
    padding-left: 185px !important;
  }
  .spt190 {
    padding-top: 190px !important;
  }
  .spr190 {
    padding-right: 190px !important;
  }
  .spb190 {
    padding-bottom: 190px !important;
  }
  .spl190 {
    padding-left: 190px !important;
  }
  .spt195 {
    padding-top: 195px !important;
  }
  .spr195 {
    padding-right: 195px !important;
  }
  .spb195 {
    padding-bottom: 195px !important;
  }
  .spl195 {
    padding-left: 195px !important;
  }
  .spt200 {
    padding-top: 200px !important;
  }
  .spr200 {
    padding-right: 200px !important;
  }
  .spb200 {
    padding-bottom: 200px !important;
  }
  .spl200 {
    padding-left: 200px !important;
  }
}
/* text-align
------------------------------------------------*/
.alignL {
  text-align: left !important;
}

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

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

.vAlignM {
  vertical-align: middle !important;
}

/* float
------------------------------------------------*/
.floatL {
  float: left !important;
  display: inline !important;
}

.floatR {
  float: right !important;
  display: inline !important;
}

.floatN {
  float: none !important;
}

/* display
------------------------------------------------*/
.disBlock {
  display: block !important;
}

.disInlBlock {
  display: inline-block !important;
}

.disInline {
  display: inline !important;
}

/* indent
------------------------------------------------*/
.indent1 {
  margin-left: 1em;
  text-indent: -1em;
}

/* font-weight
------------------------------------------------*/
.bold {
  font-weight: 700;
}

/* fontsize
------------------------------------------------*/
.fs10 {
  font-size: 10px;
  font-size: 1rem;
}

.fs11 {
  font-size: 11px;
  font-size: 1.1rem;
}

.fs12 {
  font-size: 12px;
  font-size: 1.2rem;
}

.fs13 {
  font-size: 13px;
  font-size: 1.3rem;
}

.fs14 {
  font-size: 14px;
  font-size: 1.4rem;
}

.fs15 {
  font-size: 15px;
  font-size: 1.5rem;
}

.fs16 {
  font-size: 16px;
  font-size: 1.6rem;
}

.fs17 {
  font-size: 17px;
  font-size: 1.7rem;
}

.fs18 {
  font-size: 18px;
  font-size: 1.8rem;
}

.fs19 {
  font-size: 19px;
  font-size: 1.9rem;
}

.fs20 {
  font-size: 20px;
  font-size: 2rem;
}

.fs21 {
  font-size: 21px;
  font-size: 2.1rem;
}

.fs22 {
  font-size: 22px;
  font-size: 2.2rem;
}

.fs23 {
  font-size: 23px;
  font-size: 2.3rem;
}

.fs24 {
  font-size: 24px;
  font-size: 2.4rem;
}

.fs25 {
  font-size: 25px;
  font-size: 2.5rem;
}

.fs26 {
  font-size: 26px;
  font-size: 2.6rem;
}

.fs27 {
  font-size: 27px;
  font-size: 2.7rem;
}

.fs28 {
  font-size: 28px;
  font-size: 2.8rem;
}

.fs29 {
  font-size: 29px;
  font-size: 2.9rem;
}

.fs30 {
  font-size: 30px;
  font-size: 3rem;
}

.fs31 {
  font-size: 31px;
  font-size: 3.1rem;
}

.fs32 {
  font-size: 32px;
  font-size: 3.2rem;
}

.fs33 {
  font-size: 33px;
  font-size: 3.3rem;
}

.fs34 {
  font-size: 34px;
  font-size: 3.4rem;
}

.fs35 {
  font-size: 35px;
  font-size: 3.5rem;
}

.fs36 {
  font-size: 36px;
  font-size: 3.6rem;
}

.fs37 {
  font-size: 37px;
  font-size: 3.7rem;
}

.fs38 {
  font-size: 38px;
  font-size: 3.8rem;
}

.fs39 {
  font-size: 39px;
  font-size: 3.9rem;
}

.fs40 {
  font-size: 40px;
  font-size: 4rem;
}

.fs41 {
  font-size: 41px;
  font-size: 4.1rem;
}

.fs42 {
  font-size: 42px;
  font-size: 4.2rem;
}

.fs43 {
  font-size: 43px;
  font-size: 4.3rem;
}

.fs44 {
  font-size: 44px;
  font-size: 4.4rem;
}

.fs45 {
  font-size: 45px;
  font-size: 4.5rem;
}

.fs46 {
  font-size: 46px;
  font-size: 4.6rem;
}

.fs47 {
  font-size: 47px;
  font-size: 4.7rem;
}

.fs48 {
  font-size: 48px;
  font-size: 4.8rem;
}

.fs49 {
  font-size: 49px;
  font-size: 4.9rem;
}

.fs50 {
  font-size: 50px;
  font-size: 5rem;
}

/* hide
------------------------------------------------*/
.sp_hide {
  display: block !important;
}
@media (max-width: 768px) {
  .sp_hide {
    display: none !important;
  }
}

.pc_hide {
  display: none !important;
}
@media (max-width: 768px) {
  .pc_hide {
    display: block !important;
  }
}

/* hide
------------------------------------------------*/
.hover {
  -webkit-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out 0s;
  transition: 0.3s ease-in-out 0s;
}
.hover:hover {
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
  filter: alpha(opacity=75);
}

a.target_blank::after {
  content: "";
  display: inline-block;
  background: url("../../assets/img/blank01.svg") no-repeat 50% 50%/auto 100%;
  width: 16px;
  height: 14px;
  margin-left: 7px;
}

a.target_blank2::after {
  content: "";
  display: inline-block;
  background: url("../../assets/img/blank02.svg") no-repeat 50% 50%/auto 100%;
  width: 16px;
  height: 14px;
  margin-left: 7px;
}

.link_icon {
  position: relative;
}
.link_icon::before {
  content: "";
  z-index: 1;
  width: 28px;
  height: 28px;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: auto 0 0 auto;
  background: var(--main-color) url("../../assets/img/arrow02.svg") no-repeat 50% 50%;
  -webkit-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out 0s;
  transition: 0.3s ease-in-out 0s;
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.link_icon:hover::before {
  width: 36px;
  height: 36px;
}

a.link_icon2 {
  -webkit-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out 0s;
  transition: 0.3s ease-in-out 0s;
}
a.link_icon2::after {
  content: "";
  display: inline-block;
  background: url("../../assets/img/arrow01.svg") no-repeat 50% 50%/auto 100%;
  width: 7px;
  height: 12px;
  margin-left: 7px;
}
a.link_icon2:hover {
  opacity: 0.7;
}

a.link_icon3 {
  -webkit-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out 0s;
  transition: 0.3s ease-in-out 0s;
}
a.link_icon3::after {
  content: "";
  display: inline-block;
  background: url("../../assets/img/arrow01.svg") no-repeat 50% 50%/auto 100%;
  width: 14px;
  height: 18px;
  margin-left: 7px;
}
a.link_icon3:hover {
  opacity: 0.7;
}

.animation_line a,
a.animation_line {
  --link_color1:var(--main-color);
  display: inline-block;
  position: relative;
  overflow: hidden;
  color: var(--link_color1);
  text-decoration: none;
}
.animation_line a::before,
a.animation_line::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--link_color1);
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  content: "";
}
.animation_line a:hover::before,
a.animation_line:hover::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

/*-----------------------------------------------------------
base
-------------------------------------------------------------*/
html {
  font-size: 10px;
  color: #333;
  font-family: "Lato", "Noto Sans JP", sans-serif;
}

body {
  -webkit-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out 0s;
  transition: 0.3s ease-in-out 0s;
  --header-size:120px;
}
@media (max-width: 1100px) {
  body {
    --header-size:70px;
  }
}
.inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1340px) {
  .inner {
    margin-left: 5.3333333333vw;
    margin-right: 5.3333333333vw;
  }
}

.inner2 {
  margin-left: 60px;
  margin-right: 60px;
}
@media (max-width: 1340px) {
  .inner2 {
    margin-left: 0;
    margin-right: 0;
  }
}

#main {
  background: #FFF;
}

/*-----------------------------------------------------------
form
-------------------------------------------------------------*/
.form_style01 .form_text01,
.form_style01 input[type=text],
.form_style01 input[type=password],
.form_style01 input[type=tel],
.form_style01 input[type=email],
.form_style01 input[type=number],
.form_style01 input[type=url] {
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  display: inline-block;
}
.form_style01 .form_text01::-webkit-input-placeholder,
.form_style01 input[type=text]::-webkit-input-placeholder,
.form_style01 input[type=password]::-webkit-input-placeholder,
.form_style01 input[type=tel]::-webkit-input-placeholder,
.form_style01 input[type=email]::-webkit-input-placeholder,
.form_style01 input[type=number]::-webkit-input-placeholder,
.form_style01 input[type=url]::-webkit-input-placeholder {
  color: #999;
  font-size: 12px;
  line-height: 16px;
}
.form_style01 .form_text01:-ms-input-placeholder,
.form_style01 input[type=text]:-ms-input-placeholder,
.form_style01 input[type=password]:-ms-input-placeholder,
.form_style01 input[type=tel]:-ms-input-placeholder,
.form_style01 input[type=email]:-ms-input-placeholder,
.form_style01 input[type=number]:-ms-input-placeholder,
.form_style01 input[type=url]:-ms-input-placeholder {
  color: #999;
  font-size: 12px;
  line-height: 16px;
}
.form_style01 .form_text01:-moz-placeholder,
.form_style01 input[type=text]:-moz-placeholder,
.form_style01 input[type=password]:-moz-placeholder,
.form_style01 input[type=tel]:-moz-placeholder,
.form_style01 input[type=email]:-moz-placeholder,
.form_style01 input[type=number]:-moz-placeholder,
.form_style01 input[type=url]:-moz-placeholder {
  color: #999;
  font-size: 12px;
  line-height: 16px;
}
.form_style01 .form_text01:focus::-webkit-input-placeholder,
.form_style01 input[type=text]:focus::-webkit-input-placeholder,
.form_style01 input[type=password]:focus::-webkit-input-placeholder,
.form_style01 input[type=tel]:focus::-webkit-input-placeholder,
.form_style01 input[type=email]:focus::-webkit-input-placeholder,
.form_style01 input[type=number]:focus::-webkit-input-placeholder,
.form_style01 input[type=url]:focus::-webkit-input-placeholder {
  color: #fff;
}
.form_style01 .form_text01:focus:-ms-input-placeholder,
.form_style01 input[type=text]:focus:-ms-input-placeholder,
.form_style01 input[type=password]:focus:-ms-input-placeholder,
.form_style01 input[type=tel]:focus:-ms-input-placeholder,
.form_style01 input[type=email]:focus:-ms-input-placeholder,
.form_style01 input[type=number]:focus:-ms-input-placeholder,
.form_style01 input[type=url]:focus:-ms-input-placeholder {
  color: #fff;
}
.form_style01 .form_text01:focus:-moz-placeholder,
.form_style01 input[type=text]:focus:-moz-placeholder,
.form_style01 input[type=password]:focus:-moz-placeholder,
.form_style01 input[type=tel]:focus:-moz-placeholder,
.form_style01 input[type=email]:focus:-moz-placeholder,
.form_style01 input[type=number]:focus:-moz-placeholder,
.form_style01 input[type=url]:focus:-moz-placeholder {
  color: #fff;
}
.form_style01 .form_textarea01 {
  display: block;
  width: 100%;
  border: 1px solid #ccc;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  padding: 5px 10px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
}
.form_style01 .form_select01 {
  display: block;
  width: 100%;
  border: 1px solid #ccc;
  height: 35px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.form_style01 .form_select01:before {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f078";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  margin: -5px 0 0 0;
  font-size: 10px;
}
.form_style01 .form_select01 select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  vertical-align: middle;
  white-space: nowrap;
  width: 100%;
  background: transparent;
  font-size: inherit;
  box-sizing: border-box;
  position: relative;
  color: #999;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 6px 28px 5px 14px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5714285714;
}
.form_style01 .form_select01 select::-ms-expand {
  display: none;
}
.form_style01 .form_radioi01 {
  font-size: 14px;
  font-size: 1.4rem;
}
.form_style01 .form_checkbox01 {
  font-size: 14px;
  font-size: 1.4rem;
}
.form_style01 .width50px {
  width: 50px !important;
}
.form_style01 .width60px {
  width: 60px !important;
}
.form_style01 .width70px {
  width: 70px !important;
}
.form_style01 .width80px {
  width: 80px !important;
}
.form_style01 .width90px {
  width: 90px !important;
}
.form_style01 .width100px {
  width: 100px !important;
}
.form_style01 .width110px {
  width: 110px !important;
}
.form_style01 .width120px {
  width: 120px !important;
}
.form_style01 .width130px {
  width: 130px !important;
}
.form_style01 .width140px {
  width: 140px !important;
}
.form_style01 .width150px {
  width: 150px !important;
}
.form_style01 .width160px {
  width: 160px !important;
}
.form_style01 .width170px {
  width: 170px !important;
}
.form_style01 .width180px {
  width: 180px !important;
}
.form_style01 .width190px {
  width: 190px !important;
}
.form_style01 .width200px {
  width: 200px !important;
}
.form_style01 .width210px {
  width: 210px !important;
}
.form_style01 .width220px {
  width: 220px !important;
}
.form_style01 .width230px {
  width: 230px !important;
}
.form_style01 .width240px {
  width: 240px !important;
}
.form_style01 .width250px {
  width: 250px !important;
}
.form_style01 .width260px {
  width: 260px !important;
}
.form_style01 .width270px {
  width: 270px !important;
}
.form_style01 .width280px {
  width: 280px !important;
}
.form_style01 .width290px {
  width: 290px !important;
}
.form_style01 .width300px {
  width: 300px !important;
}
.form_style01 .width10 {
  width: 10% !important;
}
.form_style01 .width20 {
  width: 20% !important;
}
.form_style01 .width30 {
  width: 30% !important;
}
.form_style01 .width40 {
  width: 40% !important;
}
.form_style01 .width50 {
  width: 50% !important;
}
.form_style01 .width60 {
  width: 60% !important;
}
.form_style01 .width70 {
  width: 70% !important;
}
.form_style01 .width80 {
  width: 80% !important;
}
.form_style01 .width90 {
  width: 90% !important;
}

/*-----------------------------------------------------------
header
-------------------------------------------------------------*/
#header {
  width: 100%;
  padding: 0;
  color: #333;
  background: #fff;
  height: var(--header-size);
  -webkit-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out 0s;
  transition: 0.3s ease-in-out 0s;
}
#header .header_inner {
  height: var(--header-size);
  background: rgba(255, 255, 255, 0.9);
  position: relative;
  z-index: 10;
}
#header .inner {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 50px;
}
@media (max-width: 1290px) {
  #header .inner {
    margin: 0 20px;
  }
}
@media (max-width: 1100px) {
  #header .inner {
    margin: 0 3.4666666667vw;
    height: calc(var(--header-size) - 36px);
    height: var(--header-size);
  }
}
#header .logo_wrap {
  padding-top: 10px;
  width: 300px;
}
@media (max-width: 1290px) {
  #header .logo_wrap {
    width: 300px;
  }
}
@media (max-width: 768px) {
  #header .logo_wrap {
    padding-top: 0;
    width: 232px;
  }
}
#header .logo_wrap img {
  width: 100%;
}
#header .logo_wrap a {
  -webkit-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out 0s;
  transition: 0.3s ease-in-out 0s;
}
#header .logo_wrap a:hover {
  opacity: 0.5;
}
#header .menu_wrap .row1 {
  height: 55px;
}
@media (max-width: 1100px) {
  #header .menu_wrap .row1 {
    display: none;
  }
}
#header .menu_wrap .row1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 30px;
  height: 55px;
}
#header .menu_wrap .row1 ul.animation_line li.btn_wrap a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#header .menu_wrap .row1 ul li a {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--main-color);
}
#header .menu_wrap .row2 {
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
}
@media (max-width: 1100px) {
  #header .menu_wrap .row2 {
    position: fixed;
    right: -102%;
    top: calc( var(--header-size) + 36px);
    background: var(--main-color);
    color: #fff;
    z-index: 9;
    height: calc(100vh - var(--header-size) - 36px);
    width: 100%;
    overflow-y: auto;
    -webkit-transition: 0.8s ease-in-out;
    -webkit-transition: 0.8s ease-in-out 0s;
    transition: 0.8s ease-in-out 0s;
    display: block;
  }
}
@media (max-width: 1290px) {
  #header .menu_wrap .row2 {
    gap: 0 20px;
  }
}
#header .menu_wrap .row2 > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 38px;
}
@media (max-width: 1100px) {
  #header .menu_wrap .row2 > ul {
    display: block;
  }
}
@media (max-width: 1600px) {
  #header .menu_wrap .row2 > ul {
    gap: 0 20px;
  }
}
#header .menu_wrap .row2 > ul > li {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100%;
}
@media (max-width: 1100px) {
  #header .menu_wrap .row2 > ul > li {
    display: block;
    border-bottom: 1px solid #2778D8;
  }
}
#header .menu_wrap .row2 > ul > li.sp {
  display: none;
}
@media (max-width: 1100px) {
  #header .menu_wrap .row2 > ul > li.sp {
    display: block;
  }
}
@media (max-width: 1100px) {
  #header .menu_wrap .row2 > ul > li a:not(.target_blank) {
    position: relative;
  }
  #header .menu_wrap .row2 > ul > li a:not(.target_blank)::after {
    content: "";
    display: block;
    background: url("../../assets/img/arrow02.svg") no-repeat 50% 50%/100%;
    width: 10px;
    height: 15px;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
@media (max-width: 1100px) {
  #header .menu_wrap .row2 > ul > li a.target_blank::after {
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
#header .menu_wrap .row2 > ul > li > a {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  -webkit-transition: 0.3s color ease-in-out;
  transition: 0.3s color ease-in-out;
}
@media (max-width: 1100px) {
  #header .menu_wrap .row2 > ul > li > a {
    display: block;
    line-height: 65px;
    padding: 0 20px;
  }
}
#header .menu_wrap .row2 > ul > li > a:hover {
  color: var(--main-color);
}
@media (max-width: 1100px) {
  #header .menu_wrap .row2 > ul > li > a:hover {
    color: #fff;
  }
}
#header .menu_wrap .row2 > ul > li > a br {
  display: none;
}
@media (max-width: 1600px) and (min-width: 1101px) {
  #header .menu_wrap .row2 > ul > li > a br {
    display: block;
  }
}
#header .menu_wrap .row2 > ul > li > ul {
  background: var(--main-color);
  overflow: hidden;
  display: block;
  position: absolute;
  width: 300px;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 65px);
          transform: translate(-50%, 65px);
  -webkit-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out 0s;
  transition: 0.3s ease-in-out 0s;
}
@media (max-width: 1100px) {
  #header .menu_wrap .row2 > ul > li > ul {
    border-top: 1px solid #2778D8;
    background: #003E86;
    position: relative;
    width: 100%;
    left: 0;
    top: auto;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
#header .menu_wrap .row2 > ul > li > ul li {
  -webkit-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out 0s;
  transition: 0.3s ease-in-out 0s;
  overflow: hidden;
  max-height: 0;
}
#header .menu_wrap .row2 > ul > li > ul li + li {
  position: relative;
}
#header .menu_wrap .row2 > ul > li > ul li + li::before {
  content: "";
  background: #2778D8;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
}
#header .menu_wrap .row2 > ul > li > ul li a {
  display: block;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 4.0625;
  padding: 0 20px;
  -webkit-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out 0s;
  transition: 0.3s ease-in-out 0s;
}
#header .menu_wrap .row2 > ul > li > ul li a:hover {
  background: rgba(0, 0, 0, 0.2);
}
#header .menu_wrap .row2 > ul > li > ul li a:not(.target_blank) {
  position: relative;
}
#header .menu_wrap .row2 > ul > li > ul li a:not(.target_blank)::after {
  content: "";
  display: block;
  background: url("../../assets/img/arrow02.svg") no-repeat 50% 50%/100%;
  width: 10px;
  height: 15px;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#header .menu_wrap .row2 > ul > li > ul li a.target_blank::after {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#header .menu_wrap .row2 > ul > li:hover.has-child::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (min-width: 1101px) {
  #header .menu_wrap .row2 > ul > li:hover > ul li {
    max-height: 65px;
  }
}
#header .menu_wrap .row2 > ul > li.has-child {
  padding-right: 20px;
}
@media (max-width: 1100px) {
  #header .menu_wrap .row2 > ul > li.has-child {
    padding-right: 0;
  }
}
#header .menu_wrap .row2 > ul > li.has-child::after {
  content: "";
  background: url("../../assets/img/arrow05.svg") no-repeat 50% 50%/100%;
  width: 10px;
  height: 5px;
  display: block;
  position: absolute;
  right: 0;
  top: calc(50% - 2.5px);
  -webkit-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out 0s;
  transition: 0.3s ease-in-out 0s;
}
@media (max-width: 1100px) {
  #header .menu_wrap .row2 > ul > li.has-child::after {
    display: none;
  }
}
@media (max-width: 1100px) {
  #header .menu_wrap .row2 > ul > li.has-child > a:not(.target_blank)::after {
    -webkit-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out 0s;
    transition: 0.3s ease-in-out 0s;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
@media (max-width: 1100px) {
  #header .menu_wrap .row2 > ul > li.has-child.is-open > a:not(.target_blank)::after {
    -webkit-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out 0s;
    transition: 0.3s ease-in-out 0s;
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
}
@media (max-width: 1100px) {
  #header .menu_wrap .row2 > ul > li.has-child.is-open > ul li {
    max-height: 65px;
  }
}
#header .menu_wrap .row2 .btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1100px) {
  #header .menu_wrap .row2 .btn_wrap {
    margin-top: 30px;
    display: block;
  }
  #header .menu_wrap .row2 .btn_wrap .btn {
    margin: 0 auto;
  }
  #header .menu_wrap .row2 .btn_wrap .btn + .btn{
    margin-top: 20px;
  }
}
#header .menu_wrap .row2 .btn_wrap .btn_staff{
  display: none;
}
@media (max-width: 1100px) {
  #header .menu_wrap .row2 .btn_wrap .btn_staff{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#header .toggle_btn_wrap {
  display: none;
}
@media (max-width: 1100px) {
  #header .toggle_btn_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#header .toggle_btn_wrap .menu_toggle {
  display: none;
  width: var(--toggle_btn_size);
  min-width: var(--toggle_btn_size);
  max-width: var(--toggle_btn_size);
  height: var(--toggle_btn_size);
  min-height: var(--toggle_btn_size);
  max-height: var(--toggle_btn_size);
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
  line-height: 1;
  -webkit-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out 0s;
  transition: 0.3s ease-in-out 0s;
  cursor: pointer;
  overflow: visible;
  --toggle_btn_size:40px;
  line-height: 1;
  display: block;
}
#header .toggle_btn_wrap .menu_toggle .menu_toggle_bg {
  width: var(--toggle_btn_size);
  min-width: var(--toggle_btn_size);
  max-width: var(--toggle_btn_size);
  height: var(--toggle_btn_size);
  min-height: var(--toggle_btn_size);
  max-height: var(--toggle_btn_size);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-animation-name: menu_mouse_out1;
          animation-name: menu_mouse_out1;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
#header .toggle_btn_wrap .menu_toggle::before, #header .toggle_btn_wrap .menu_toggle::after {
  content: "";
  position: relative;
}
#header .toggle_btn_wrap .menu_toggle::before, #header .toggle_btn_wrap .menu_toggle::after,
#header .toggle_btn_wrap .menu_toggle span {
  display: block;
  width: 30px;
  height: 2px;
  background: #000;
  -webkit-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out 0s;
  transition: 0.3s ease-in-out 0s;
  position: absolute;
  left: calc(50% - 24px);
  left: calc(50% - 12px);
}
@media (max-width: 768px) {
  #header .toggle_btn_wrap .menu_toggle::before, #header .toggle_btn_wrap .menu_toggle::after,
  #header .toggle_btn_wrap .menu_toggle span {
    width: 30px;
    left: calc(50% - 15px);
  }
}
#header .toggle_btn_wrap .menu_toggle span {
  text-indent: -9999px;
  overflow: hidden;
  top: 50%;
}
#header .toggle_btn_wrap .menu_toggle::before {
  -webkit-animation: btn_nav_top_off cubic-bezier(0.33, 1, 0.68, 1) 0.4s forwards;
          animation: btn_nav_top_off cubic-bezier(0.33, 1, 0.68, 1) 0.4s forwards;
}
#header .toggle_btn_wrap .menu_toggle::after {
  -webkit-animation: btn_nav_bottom_off cubic-bezier(0.33, 1, 0.68, 1) 0.4s forwards;
          animation: btn_nav_bottom_off cubic-bezier(0.33, 1, 0.68, 1) 0.4s forwards;
}
#header .toggle_btn_wrap .menu_toggle:hover .menu_toggle_bg {
  -webkit-transform: scale(1.14);
          transform: scale(1.14);
  -webkit-animation-name: menu_mouse_in1;
          animation-name: menu_mouse_in1;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
@media (max-width: 1100px){
  body.is-menu-on {
    max-height: 100vw;
    overflow: hidden;
  }
}
body.is-scroll #header .header_inner {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-animation: header_slide 1s cubic-bezier(0.33, 1, 0.68, 1) 0.3s forwards;
          animation: header_slide 1s cubic-bezier(0.33, 1, 0.68, 1) 0.3s forwards;
}
@-webkit-keyframes header_slide {
  0% {
    position: fixed;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    position: fixed;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes header_slide {
  0% {
    position: fixed;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    position: fixed;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

body.is-menu-on #header .toggle_btn_wrap .menu_toggle::before, body.is-menu-on #header .toggle_btn_wrap .menu_toggle::after {
  width: 52px;
  width: 30px;
}
body.is-menu-on #header .toggle_btn_wrap .menu_toggle::before {
  -webkit-animation: btn_nav_top_on cubic-bezier(0.33, 1, 0.68, 1) 0.4s forwards;
          animation: btn_nav_top_on cubic-bezier(0.33, 1, 0.68, 1) 0.4s forwards;
}
body.is-menu-on #header .toggle_btn_wrap .menu_toggle::after {
  -webkit-animation: btn_nav_bottom_on cubic-bezier(0.33, 1, 0.68, 1) 0.4s forwards;
          animation: btn_nav_bottom_on cubic-bezier(0.33, 1, 0.68, 1) 0.4s forwards;
}
body.is-menu-on #header .toggle_btn_wrap .menu_toggle span {
  opacity: 0;
}

body.is-menu-on #header .menu_wrap .row2 {
  right: 0;
}
@media (max-width: 1100px){
  body.is-scroll #header .menu_wrap .row2 {
    top: var(--header-size);
    height: calc(100vh - var(--header-size));
  }
}

/*-----------------------------------------------------------
footer
-------------------------------------------------------------*/
#banner {
  background: var(--sub-color);
}
#banner .inner {
  padding: 60px 0;
}
@media (max-width: 1100px) {
  #banner .inner {
    padding: 8vw 0;
  }
}
#banner .banner_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px 4%;
}
#banner .banner_wrap li a {
  -webkit-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out 0s;
  transition: 0.3s ease-in-out 0s;
}
#banner .banner_wrap li a:hover {
  opacity: 0.7;
}
#banner .banner_wrap li img {
  width: 100%;
  height: auto;
}
@media (max-width: 1100px) {
  #banner .banner_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4vw 4%;
  }
  #banner .banner_wrap li {
    width: 48%;
  }
}

#footer {
  background: var(--main-color);
  color: #fff;
}
@media (max-width: 768px) {
  #footer {
    margin: 0;
  }
}
#footer .inner {
  padding: 85px 0 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5%;
}
@media (max-width: 1200px) {
  #footer .inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  #footer .inner {
    padding: 10.9333333333vw 0 7.2vw;
  }
}
#footer .logo_wrap {
/*  padding-top: 32px;*/
  width: 282px;
}
@media (max-width: 1200px) {
  #footer .logo_wrap {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 50px;
  }
}
@media (max-width: 1200px) {
  #footer .logo_wrap .logo {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
}
@media (max-width: 768px) {
  #footer .logo_wrap .logo {
    gap: 0 20px;
    margin-bottom: 32px;
  }
}
#footer .logo_wrap .logo .logo_img {
  width: 235px;
  margin-bottom: 19px;
}
@media (max-width: 1200px) {
  #footer .logo_wrap .logo .logo_img {
    width: 41.6vw;
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  #footer .logo_wrap .logo .logo_img {
    width: 130px;
  }
}
#footer .logo_wrap .logo .logo_type {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  margin-bottom: 22px;
}
@media (max-width: 1200px) {
  #footer .logo_wrap .logo .logo_type {
    font-size: 3.2vw;
    line-height: 1.5;
    margin-top: 5.3333333333vw;
    margin-bottom: 0;
    text-align: center;
  }
}
#footer .logo_wrap .iso_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 15px;
}
@media (max-width: 1200px) {
  #footer .logo_wrap .iso_wrap {
    width: 89.3333333333vw;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    gap: 0 18px;
    margin-bottom: 50px;
  }
}
#footer .logo_wrap .iso_wrap img {
  width: 100px;
}
@media (max-width: 1200px) {
  #footer .logo_wrap .iso_wrap img {
    width: 96px;
  }
}
#footer .logo_wrap .iso_wrap .txt {
  width: 167px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  #footer .logo_wrap .iso_wrap .txt {
    width: calc(100% - 114px);
    font-size: 3.2vw;
    line-height: 1.5;
  }
}
#footer .menu_wrap {
  width: calc(100% - 282px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6666666667%;
  color: #fff;
}
@media (max-width: 1200px) {
  #footer .menu_wrap {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #footer .menu_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#footer .menu_wrap .menu_col.menu_col1 {
  width: 30.0699300699%;
}
@media (max-width: 768px) {
  #footer .menu_wrap .menu_col.menu_col1 {
    width: 100%;
  }
}
#footer .menu_wrap .menu_col.menu_col2 {
  width: 32.634032634%;
}
@media (max-width: 768px) {
  #footer .menu_wrap .menu_col.menu_col2 {
    width: 100%;
    border-top: 1px solid #2778D8;
    padding-top: 14px;
    margin-top: 14px;
  }
}
#footer .menu_wrap .menu_col.menu_col3 {
  width: 32.634032634%;
}
@media (max-width: 768px) {
  #footer .menu_wrap .menu_col.menu_col3 {
    width: 100%;
    border-top: 1px solid #2778D8;
    padding-top: 14px;
    margin-top: 14px;
  }
}
#footer .menu_wrap .menu_col > ul > li {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.25;
}
@media (max-width: 768px) {
  #footer .menu_wrap .menu_col > ul > li {
    line-height: 1;
  }
}
#footer .menu_wrap .menu_col > ul > li + li {
  margin-top: 14px;
}
@media (max-width: 768px) {
  #footer .menu_wrap .menu_col > ul > li + li {
    border-top: 1px solid #2778D8;
    padding-top: 14px;
  }
}
#footer .menu_wrap .menu_col > ul > li > a {
  font-weight: 700;
}
#footer .menu_wrap .menu_col > ul > li a {
  --link_color1:#fff;
  line-height: 1.5;
}
@media (max-width: 768px) {
  #footer .menu_wrap .menu_col > ul > li > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#footer .menu_wrap .menu_col > ul > li > ul li {
  line-height: 1.625;
  padding: 10px 0 0;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  #footer .menu_wrap .menu_col > ul > li > ul li {
    font-size: 12px;
    font-size: 1.2rem;
    width: 50%;
  }
}
#footer .menu_wrap .menu_col > ul > li > ul li::before {
  content: "-";
  display: inline-block;
  padding-right: 0.5em;
}
#footer .menu_wrap .menu_col > ul > li > ul li a {
  display: inline-block;
}
@media (max-width: 768px) {
  #footer .menu_wrap .menu_col > ul > li > ul li a.target_blank::after {
    width: 13px;
    height: 11px;
  }
}
#footer .menu_wrap .menu_col > ul + ul {
  margin-top: 14px;
}
@media (max-width: 768px) {
  #footer .menu_wrap .menu_col > ul + ul > li {
    border-top: 1px solid #2778D8;
    padding-top: 14px;
  }
}
#footer .menu_wrap .menu_col ul.size2 {
  margin-top: 22px;
}
@media (max-width: 768px) {
  #footer .menu_wrap .menu_col ul.size2 {
    margin-top: 14px;
    border-top: 1px solid #2778D8;
  }
}
#footer .menu_wrap .menu_col ul.size2 li {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
}
@media (max-width: 768px) {
  #footer .menu_wrap .menu_col ul.size2 li {
    border-top: none;
  }
}
#footer .menu_wrap .menu_col ul.size2 li a {
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
  font-weight: 400;
  line-height: 1;
  line-height: 1.5;
}
#footer .menu_wrap .menu_col ul.size2 li + li {
  margin-top: 25px;
}
@media (max-width: 768px) {
  #footer .menu_wrap .menu_col ul.size2 li + li {
    margin-top: 0;
  }
}

.totop {
  -webkit-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out 0s;
  transition: 0.3s ease-in-out 0s;
  display: block;
  position: fixed;
  right: 30px;
  bottom: 50px;
  width: 60px;
  height: 60px;
  background: var(--main-color) url("../../assets/img/arrow03.svg") no-repeat 50% 50%;
  pointer-events: none;
  text-indent: -9999px;
  overflow: hidden;
  border: 1px solid #fff;
  opacity: 0;
  z-index: 8;
}
@media (max-width: 768px) {
  .totop {
    width: 40px;
    height: 40px;
    right: 20px;
  }
}
.totop:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.is-scroll .totop {
  opacity: 1;
  pointer-events: auto;
  bottom: 60px;
}
/*-----------------------------------------------------------
content
-------------------------------------------------------------*/
.btn {
  width: var(--btn_width);
  height: var(--btn_height);
  border-radius: var(--btn_radius);
  border: 1px solid var(--btn_border_color1);
  background: var(--btn_bg_color1);
  color: var(--btn_txt_color1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out 0s;
  transition: 0.3s ease-in-out 0s;
  --btn_border_color1: var(--point-color1);
  --btn_bg_color1: var(--point-color1);
  --btn_txt_color1: #fff;
  --btn_width:266px;
  --btn_height: 45px;
  --btn_radius: 23px;
}
.btn:hover {
  --btn_border_color1:#fff;
  --btn_bg_color1:#000;
  --btn_txt_color1:#fff;
}
.btn_staff {
  --btn_border_color1: var(--main-color);
  --btn_bg_color1: transparent;
  --btn_txt_color1: var(--main-color);
  color: var(--btn_txt_color1) !important;
  --btn_width:140px;
  --btn_height: 24px;
  --btn_radius: 14px;
}
@media (max-width: 1100px) {
  .btn_staff {
    --btn_border_color1: #fff;
    --btn_bg_color1: var(--main-color);
    --btn_txt_color1: #fff;
    --btn_width:150px;
    --btn_height: 30px;
    --btn_radius: 15px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.btn_staff:hover {
  --btn_border_color1: #fff;
  --btn_bg_color1: var(--main-color);
  --btn_txt_color1: #fff;
}
.btn_staff::after {
  content: "";
  display: inline-block;
  background: url("../../assets/img/arrow01.svg") no-repeat 50% 50%/100%;
  width: 7px;
  height: 12px;
  margin-left: 7px;
  -webkit-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out 0s;
  transition: 0.3s ease-in-out 0s;
}
@media (max-width: 1100px) {
  .btn_staff::after {
    background: url("../../assets/img/arrow02.svg") no-repeat 50% 50%/100%;
  }
}
.btn_staff:hover::after {
  background: url("../../assets/img/arrow02.svg") no-repeat 50% 50%/100%;
}
.btn_contact {
  --btn_border_color1: var(--point-color1);
  --btn_bg_color1: var(--point-color1);
  --btn_txt_color1: #fff;
}
@media (max-width: 1240px) and (min-width: 1101px) {
  .btn_contact {
    --btn_width:220px;
    --btn_height: 45px;
    --btn_radius: 23px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media (max-width: 1100px) {
  .btn_contact {
    --btn_width:335px;
    --btn_height: 70px;
    --btn_radius: 35px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.btn_contact:hover {
  --btn_border_color1: var(--point-color1);
  --btn_bg_color1: var(--point-color1);
  --btn_txt_color1: #fff;
  opacity: 0.7;
}
.btn_contact2 {
  --btn_border_color1: #F20C1F;
  --btn_bg_color1: #F20C1F;
  --btn_txt_color1: #fff;
  --btn_width:376px;
  --btn_height: 80px;
  --btn_radius: 40px;
  font-size: 20px;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .btn_contact2 {
    font-size: 16px;
    font-size: 1.6rem;
    --btn_height: 58px;
  }
}
.btn_contact2.target_blank::after {
  width: 20px;
  height: 19px;
}
.btn_contact2:hover {
  --btn_border_color1: #F20C1F;
  --btn_bg_color1: #F20C1F;
  --btn_txt_color1: #fff;
  opacity: 0.7;
}
.btn_basic {
  --btn_border_color1: var(--point-color1);
  --btn_bg_color1: var(--point-color1);
  --btn_txt_color1: #fff;
  --btn_width:300px;
  --btn_height: 54px;
  --btn_radius: 27px;
}
.btn_basic::after {
  content: "";
  display: inline-block;
  background: url("../../assets/img/arrow02.svg") no-repeat 50% 50%/100%;
  width: 11px;
  height: 18px;
  margin-left: 7px;
}
.btn_basic.target_blank::after {
  width: 17px;
  height: 16px;
}
.btn_basic:hover {
  --btn_border_color1: var(--point-color1);
  --btn_bg_color1: var(--point-color1);
  --btn_txt_color1:#fff;
  opacity: 0.7;
}
.btn_entry {
  --btn_border_color1:#B4971F;
  --btn_bg_color1:#B4971F;
  --btn_txt_color1:#fff;
}
.btn.btn_view_more {
  width: 300px;
  height: 60px;
  border-radius: 37px;
  font-weight: 400;
  overflow: hidden;
  --btn_bg_color1:transparent;
  -webkit-transition: 0.6s ease-in-out;
  -webkit-transition: 0.6s ease-in-out 0s;
  transition: 0.6s ease-in-out 0s;
  font-size: 24px;
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  .btn.btn_view_more {
    width: 88vw;
    height: 16vw;
    border-radius: 8.8vw;
  }
}
@media (max-width: 768px) {
  .btn.btn_view_more {
    font-size: 6.4vw;
  }
}
.btn.btn_view_more span {
  position: relative;
  z-index: 1;
}
.btn.btn_view_more::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: var(--btn_border_color1);
  position: absolute;
  -webkit-transition: 0.6s ease-in-out;
  -webkit-transition: 0.6s ease-in-out 0s;
  transition: 0.6s ease-in-out 0s;
  right: 27px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 0;
}
.btn.btn_view_more:hover {
  --btn_bg_color1:#000;
}
.btn.btn_view_more:hover::before {
  right: 17px;
}
.btn.btn_reverse_color {
  --btn_border_color1:#fff;
  --btn_bg_color1:transparent;
  --btn_txt_color1:#fff;
}
.btn.btn_reverse_color:hover {
  --btn_border_color1:#000;
  --btn_bg_color1:#fff;
  --btn_txt_color1:#000;
}

.btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn_caution {
  color: #707070;
  text-align: center;
  line-height: 1;
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .btn_caution {
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 15px;
  }
}

.section_ttl1 {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.2727272727;
  text-align: center;
  font-weight: 700;
  color: var(--main-color);
  padding-bottom: 20px;
  position: relative;
}
@media (max-width: 768px) {
  .section_ttl1 {
    font-size: 20px;
    font-size: 2.0rem;
  }
}
.section_ttl1::before, .section_ttl1::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: calc(50% - 15px);
  background: var(--bf-color);
  width: 30px;
  height: 4px;
  -webkit-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out 0s;
  transition: 0.3s ease-in-out 0s;
}
.section_ttl1::before {
  --bf-color: var(--main-color);
  -webkit-transform: translateX(-15px);
          transform: translateX(-15px);
}
.section_ttl1::after {
  --bf-color: var(--point-color1);
  -webkit-transform: translateX(15px);
          transform: translateX(15px);
}

.section_ttl2 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 2.8571428571;
  font-weight: 700;
  color: #fff;
  position: relative;
}
@media (max-width: 768px) {
  .section_ttl2 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3333333333;
    margin-left: -5.3333333333vw;
    margin-right: -5.3333333333vw;
  }
}
.section_ttl2::before {
  content: "";
  background: var(--main-color);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.section_ttl2 span {
  display: block;
  width: 100%;
/*  height: 100%;*/
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 768px) {
  .section_ttl2 span {
    padding: 12px 5.3333333333vw;
  }
}
.section_ttl2 span::before, .section_ttl2 span::after {
  content: "";
  display: block;
  position: absolute;
  width: 33px;
  height: 33px;
  background: url("../../assets/img/triangle01.svg") no-repeat 0 0/100%;
}
@media (max-width: 768px) {
  .section_ttl2 span::before, .section_ttl2 span::after {
    width: 18px;
    height: 18px;
  }
}
.section_ttl2 span::before {
  left: 0;
  top: 0;
}
.section_ttl2 span::after {
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.section_ttl3 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.125;
  font-weight: 700;
  color: var(--main-color);
  position: relative;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .section_ttl3 {
    font-size: 16px;
    font-size: 1.6rem;
    padding-bottom: 15px;
  }
}
.section_ttl3::before, .section_ttl3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
}
.section_ttl3::before {
  width: 100%;
  background: var(--point-color1);
}
.section_ttl3::after {
  width: 18.5185185185%;
  background: var(--main-color);
}
@media (max-width: 768px) {
  .section_ttl3::after {
    width: 39.4029850746%;
  }
}

.section_ttl4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 25px;
}
@media (max-width: 768px) {
  .section_ttl4 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.25;
  }
}
.section_ttl4 span {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  background: var(--main-color);
  text-align: center;
  border-radius: 13px;
  margin-right: 13px;
  --span_size:25px;
  width: var(--span_size);
  max-width: var(--span_size);
  min-width: var(--span_size);
  height: var(--span_size);
  max-height: var(--span_size);
  min-height: var(--span_size);
}
@media (max-width: 768px) {
  .section_ttl4 span {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.8181818182;
    --span_size:20px;
    border-radius: 10px;
    margin-right: 10px;
  }
}

.section_ttl5 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 700;
}

.section_body1 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
}
@media (max-width: 768px) {
  .section_ttl5 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  
  .section_body1 {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2;
    text-align: left;
  }
}
.section_body1.bold {
  font-weight: bold;
}
.section_body1 p + p {
  margin-top: 1em;
}

.section_body2 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
}
@media (max-width: 768px) {
  .section_body2 {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.7333333333;
  }
}
.section_body2.bold {
  font-weight: bold;
}
.section_body2 p + p {
  margin-top: 2em;
}

.section_body3 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .section_body3 {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.4761904762;
  }
}

.page_section_ttl1 {
  position: relative;
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 1.4761904762;
  font-weight: 700;
  text-align: center;
  padding-bottom: 12px;
}
@media (max-width: 768px) {
  .page_section_ttl1 {
    font-size: 6.9333333333vw;
    padding-bottom: 8px;
  }
}
.page_section_ttl1::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 6px;
  background: #000;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 768px) {
  .page_section_ttl1::after {
    height: 4px;
  }
}

/*-----------------------------------------------------------
iundex
-------------------------------------------------------------*/
.main_visual {
  height: 600px;
  position: relative;
  overflow: hidden;
  background: #fff;
  background: url("../../assets/img/mv.png") no-repeat 50% 50%/cover;
}
@media (max-width: 768px) {
  .main_visual {
    background: url("../../assets/img/mv_sp.png") no-repeat 0 0;
    background-size: auto 100vw;
    height: auto;
    width: 100%;
  }
}
.main_visual .main_visual_bg_wrap {
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 768px) {
  .main_visual .main_visual_bg_wrap {
    width: 100vw;
    height: 100vw;
  }
}
.main_visual .main_visual_bg_wrap .main_visual_bg {
  position: absolute;
  top: 36%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .main_visual .main_visual_bg_wrap .main_visual_bg {
    top: 50%;
    min-width: 100vw;
    height: 100vw;
    min-height: 100vw;
  }
}
.main_visual .inner {
  position: relative;
  height: 100%;
  z-index: 2;
}
@media (max-width: 768px) {
  .main_visual .inner {
    height: 100vw;
  }
}
.main_visual .mv_ttl_wrap {
  padding-top: 165px;
}
@media (max-width: 768px) {
  .main_visual .mv_ttl_wrap {
    padding-top: 21.3333333333vw;
  }
}
.main_visual .mv_ttl_wrap .mv_ttl_inner1 {
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .main_visual .mv_ttl_wrap .mv_ttl_inner1 {
    margin-bottom: 5px;
  }
}
.main_visual .mv_ttl1 {
  position: relative;
  overflow: hidden;
  font-size: 54px;
  font-size: 5.4rem;
  line-height: 1.4814814815;
  color: #fff;
  font-weight: 700;
}
@media (max-width: 768px) {
  .main_visual .mv_ttl1 {
    font-size: 8.5333333333vw;
    line-height: 1.5;
  }
}
.main_visual .mv_ttl2 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 2;
  font-weight: 700;
  color: #fff;
  position: relative;
}
@media (max-width: 768px) {
  .main_visual .mv_ttl2 {
    font-size: 3.7333333333vw;
  }
}
.main_visual .mv_topics {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff;
  width: 710px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-size: 1.4rem;
  z-index: 2;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out 0s;
  transition: 0.3s ease-in-out 0s;
}
@media (max-width: 768px) {
  .main_visual .mv_topics {
    position: relative;
    width: 100%;
    display: block;
    top: -9.3333333333vw;
    margin-bottom: -9.3333333333vw;
    background: none;
  }
}
.main_visual .mv_topics.is-view {
  opacity: 1;
}
.main_visual .mv_topics .topics_label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 110px;
  color: #fff;
  background: var(--main-color);
  height: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .main_visual .mv_topics .topics_label {
    width: 29.3333333333vw;
    height: 9.3333333333vw;
    line-height: 9.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
.main_visual .mv_topics .topics_body {
  width: calc(100% - 110px);
}
@media (max-width: 768px) {
  .main_visual .mv_topics .topics_body {
    padding: 0 4vw 26px;
    width: 100%;
  }
}
.main_visual .mv_topics .topics_body ul li {
  width: 100%;
  height: 60px;
  background: url("../../assets/img/arrow01.svg") no-repeat calc(100% - 20px) 50%;
  background-size: 10px auto;
  /* &:not(:first-child){
     display: none;
     @media (max-width: $BreakPoint1){
       display: block;

     }
   }*/
}
@media (max-width: 768px) {
  .main_visual .mv_topics .topics_body ul li {
    width: 100%;
    height: auto;
    background-position: 100% 50%;
  }
}
.main_visual .mv_topics .topics_body ul li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  padding: 0 20px;
  border-bottom: 1px solid #ccc;
  width: 100%;
}
@media (max-width: 768px) {
  .main_visual .mv_topics .topics_body ul li a {
    display: block;
    height: auto;
    padding: 26px 0;
  }
}
.main_visual .mv_topics .topics_body ul li a .date {
  display: inline-block;
  font-weight: 700;
  color: var(--main-color);
  width: 100px;
}
@media (max-width: 768px) {
  .main_visual .mv_topics .topics_body ul li a .date {
    display: block;
    width: auto;
  }
}

.section {
  --top_sec_ttl1_color: #000;
  --top_sec_ttl2_color: #000;
  --top_sec_ttl3_color: #000;
  --top_sec_desc1_color: #000;
  --top_sec_desc2_color: #000;
  --top_sec_body1_color: #000;
}
.section.index_section1 .inner {
  padding-top: 75px;
  padding-bottom: 120px;
}
@media (max-width: 768px) {
  .section.index_section1 .inner {
    padding-top: 0;
    padding-bottom: 26.6666666667vw;
  }
}
.section.index_section1 .sec1_item_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 3.3333333333%;
}
@media (max-width: 1100px) {
  .section.index_section1 .sec1_item_wrap {
    gap: 20px 0;
  }
}
.section.index_section1 .sec1_item_wrap .sec1_item {
  background: var(--sub-color) url("../../assets/img/index_sec1_bg1.svg") no-repeat 100% 100%;
  background-size: 205px;
  width: 48.3333333333%;
}
@media (max-width: 1100px) {
  .section.index_section1 .sec1_item_wrap .sec1_item {
    width: 100%;
    background-size: 180px;
  }
}
.section.index_section1 .sec1_item_wrap .sec1_item a {
  width: 100%;
  height: 100%;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media (max-width: 1100px) {
  .section.index_section1 .sec1_item_wrap .sec1_item a {
    gap: 20px;
    padding: 20px;
  }
}
.section.index_section1 .sec1_item_wrap .sec1_item .img_wrap {
  width: var(--icon_size);
  max-width: var(--icon_size);
  min-width: var(--icon_size);
  height: var(--icon_size);
  max-height: var(--icon_size);
  min-height: var(--icon_size);
  border-radius: 6px;
  background: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  --icon_size:95px;
}
@media (max-width: 1100px) {
  .section.index_section1 .sec1_item_wrap .sec1_item .img_wrap {
    --icon_size:84px;
  }
  .section.index_section1 .sec1_item_wrap .sec1_item .img_wrap img {
    max-width: 60px;
  }
}
.section.index_section1 .sec1_item_wrap .sec1_item .txt_wrap {
  max-width: 867px;
}
.section.index_section1 .sec1_item_wrap .sec1_item .txt_wrap h3 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 5px;
}
@media (max-width: 1100px) {
  .section.index_section1 .sec1_item_wrap .sec1_item .txt_wrap h3 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
.section.index_section1 .sec1_item_wrap .sec1_item .txt_wrap p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
}
@media (max-width: 1100px) {
  .section.index_section1 .sec1_item_wrap .sec1_item .txt_wrap p {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.7333333333;
  }
}
.section.index_section1 .sec1_item_wrap .sec1_item.wide {
  width: 100%;
  gap: 30px;
  background-size: 247px;
}
@media (max-width: 1100px) {
  .section.index_section1 .sec1_item_wrap .sec1_item.wide {
    background-size: 180px;
    gap: 20px;
  }
}
.section.index_section1 .sec1_item_wrap .sec1_item.wide .img_wrap {
  --icon_size: 130px;
}
@media (max-width: 1100px) {
  .section.index_section1 .sec1_item_wrap .sec1_item.wide .img_wrap {
    --icon_size:84px;
  }
}
.section.index_section2 {
  background: url("../../assets/img/index_sec2_bg1.png") no-repeat 50% 50%/cover;
}
@media (max-width: 1100px) {
  .section.index_section2 {
    background: url("../../assets/img/index_sec2_bg1_sp.png") no-repeat 50% 50%/cover;
  }
}
.section.index_section2 .inner {
  padding-top: 75px;
  padding-bottom: 120px;
}
@media (max-width: 768px) {
  .section.index_section2 .inner {
    padding-top: 16vw;
    padding-bottom: 26.6666666667vw;
  }
}
.sub_inner{
  background: #fff;
  padding-top: 60px;
}
@media (max-width: 1100px) {
  .sub_inner{
    padding-top: 10vw;
  }
}
.sub_inner .section_ttl3{
  margin: 0 60px;
}
@media (max-width: 1100px) {
  .sub_inner .section_ttl3{
    margin: 0 5.3333333333vw;
  }
}
.section.index_section2 .sec2_item_wrap1 {
  background: #fff;
  padding: 30px 60px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 45px;
}
@media (max-width: 1100px) {
  .section.index_section2 .sec2_item_wrap1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px 0;
    padding: 5.3333333333vw;
    margin-bottom: 65px;
  }
}
.section.index_section2 .sec2_item_wrap1 .sec2_item {
  width: 300px;
}
@media (max-width: 1100px) {
  .section.index_section2 .sec2_item_wrap1 .sec2_item {
    width: 100%;
  }
}
.section.index_section2 .sec2_item_wrap1 .sec2_item + .sec2_item {
  border-left: 1px solid #ccc;
  padding-left: 45px;
  width: 345px;
}
@media (max-width: 1100px) {
  .section.index_section2 .sec2_item_wrap1 .sec2_item + .sec2_item {
    width: 100%;
    border-left: none;
    padding-left: 0;
  }
}
.section.index_section2 .sec2_item_wrap1 .sec2_item .ttl_wrap {
  background: var(--main-color);
  position: relative;
  height: 168px;
  width: 100%;
  padding: 4px;
  margin-bottom: 14px;
}
.section.index_section2 .sec2_item_wrap1 .sec2_item .ttl_wrap::before, .section.index_section2 .sec2_item_wrap1 .sec2_item .ttl_wrap::after {
  content: "";
  display: block;
  position: absolute;
  width: 33px;
  height: 33px;
  background: url("../../assets/img/triangle01.svg") no-repeat 0 0;
}
.section.index_section2 .sec2_item_wrap1 .sec2_item .ttl_wrap::before {
  left: 0;
  top: 0;
}
.section.index_section2 .sec2_item_wrap1 .sec2_item .ttl_wrap::after {
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.section.index_section2 .sec2_item_wrap1 .sec2_item .ttl_wrap h3 {
  border: 1px solid #fff;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section.index_section2 .sec2_item_wrap1 .sec2_item .ttl_wrap h3 .label {
  color: var(--main-color);
  background: #fff;
  width: 106px;
  line-height: 26px;
  border-radius: 13px;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 14px;
}
.section.index_section2 .sec2_item_wrap1 .sec2_item .ttl_wrap h3 .main_txt {
  color: #fff;
  width: 100%;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  text-align: center;
}
.section.index_section2 .sec2_item_wrap1 .sec2_item .txt_wrap p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
}
.section.index_section2 .sec2_item_wrap2 {
  background: #fff;
  padding: 30px 60px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .section.index_section2 .sec2_item_wrap2 {
    padding: 5.3333333333vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.section.index_section2 .sec2_item_wrap2 .img_wrap {
/*  background: #B52D34;*/
  width: var(--img_wrap_width);
  max-width: var(--img_wrap_width);
  min-width: var(--img_wrap_width);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  --img_wrap_width:220px;
}
.section.index_section2 .sec2_item_wrap2 .img_wrap img {
  width: 100%;
}
@media (max-width: 768px) {
  .section.index_section2 .sec2_item_wrap2 .img_wrap {
/*    --img_wrap_width:100%;*/
    margin: 0 auto 5.3333333333vw;
    width: 70%
  }
/*
  .section.index_section2 .sec2_item_wrap2 .img_wrap img {
    width: 64.2666666667vw;
  }
*/
}
.section.index_section2 .sec2_item_wrap2 .txt_wrap {
  width: calc(100% - 245px);
}
@media (max-width: 768px) {
  .section.index_section2 .sec2_item_wrap2 .txt_wrap {
    width: 100%;
  }
}
.section.index_section2 .sec2_item_wrap2 .txt_wrap h3 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-weight: 700;
  margin-bottom: 10px;
}
.section.index_section2 .sec2_item_wrap2 .txt_wrap p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
}
.section.index_section3 {
  background: var(--sub-color) url("../../assets/img/index_sec3_bg1.png") no-repeat 50% 100%/100% auto;
}
.section.index_section3 .inner {
  padding-top: 75px;
  padding-bottom: 120px;
}
@media (max-width: 768px) {
  .section.index_section3 .inner {
    padding-top: 16vw;
    padding-bottom: 26.6666666667vw;
  }
}
.section.index_section3 iframe {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
  aspect-ratio: 900/506;
}
@media (max-width: 768px) {
  .section.index_section3 iframe {
    aspect-ratio: 335/188;
  }
}
.section.index_section4 .inner {
  padding-top: 75px;
  padding-bottom: 120px;
}
@media (max-width: 768px) {
  .section.index_section4 .inner {
    padding-top: 16vw;
    padding-bottom: 26.6666666667vw;
  }
}
.section.index_section4 .sec4_item_wrap .sec4_item {
  padding: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  border-bottom: 1px solid #ccc;
}

.section.index_section4 .sec4_item_wrap .sec4_item:first-of-type {
  padding: 0 0 60px;
}
@media (max-width: 768px) {
  .section.index_section4 .sec4_item_wrap .sec4_item {
    padding: 0 0 60px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: none;
    gap: 20px;
  }
}
.section.index_section4 .sec4_item_wrap .sec4_item .img_wrap {
  width: 360px;
}
@media (max-width: 768px) {
  .section.index_section4 .sec4_item_wrap .sec4_item .img_wrap {
    width: 100%;
  }
  .section.index_section4 .sec4_item_wrap .sec4_item .img_wrap img {
    width: 100%;
    height: auto;
  }
}
.section.index_section4 .sec4_item_wrap .sec4_item .txt_wrap {
  width: calc(100% - 420px);
}
@media (max-width: 768px) {
  .section.index_section4 .sec4_item_wrap .sec4_item .txt_wrap {
    width: 100%;
  }
}
.section.index_section4 .sec4_item_wrap .sec4_item .txt_wrap h3 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .section.index_section4 .sec4_item_wrap .sec4_item .txt_wrap h3 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5555555556;
    margin-bottom: 10px;
  }
}
.section.index_section4 .sec4_item_wrap .sec4_item .txt_wrap p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
}
@media (max-width: 768px) {
  .section.index_section4 .sec4_item_wrap .sec4_item .txt_wrap p {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2;
  }
}
.section.index_section4 .sec4_item_wrap .sec4_item .txt_wrap .btn_wrap {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 25px;
}
@media (max-width: 768px) {
  .section.index_section4 .sec4_item_wrap .sec4_item .txt_wrap .btn_wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 40px;
  }
}
.section.index_section4 .sec4_banner_wrap {
  width: 600px;
  height: 200px;
  background: var(--sub-color);
  margin: 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  .section.index_section4 .sec4_banner_wrap {
    max-width: 89.3333333333vw;
    height: 211px;
  }
}
.section.index_section4 .sec4_banner_wrap .banner_inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section.index_section4 .sec4_banner_wrap .banner_inner::after, .section.index_section4 .sec4_banner_wrap .banner_inner::before {
  content: "";
  position: absolute;
  width: calc(50% - 6px);
  height: calc(100% - 12px);
}
.section.index_section4 .sec4_banner_wrap .banner_inner::after {
  border: 1px solid #fff;
  border-right: none;
  left: 6px;
  top: 6px;
}
@media (max-width: 768px) {
  .section.index_section4 .sec4_banner_wrap .banner_inner::after {
    width: 143px;
  }
}
.section.index_section4 .sec4_banner_wrap .banner_inner::before {
  border: 1px solid #B2CEDB;
  border-left: none;
  right: 6px;
  top: 6px;
}
@media (max-width: 768px) {
  .section.index_section4 .sec4_banner_wrap .banner_inner::before {
    width: calc(100% - 143px - 6px);
  }
}
.section.index_section4 .sec4_banner_wrap a {
  display: block;
  position: relative;
}
@media (max-width: 768px) {
  .section.index_section4 .sec4_banner_wrap a .img_wrap img {
    height: 212px;
  }
}
.section.index_section4 .sec4_banner_wrap a .txt_wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 0 40px;
}
@media (max-width: 768px) {
  .section.index_section4 .sec4_banner_wrap a .txt_wrap {
    padding: 0 28px;
  }
}
.section.index_section4 .sec4_banner_wrap a .txt_wrap .ttl {
  width: 100%;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 700;
  color: var(--main-color);
  padding: 0 0 12px;
  border-bottom: 2px dotted var(--main-color);
}
@media (max-width: 768px) {
  .section.index_section4 .sec4_banner_wrap a .txt_wrap .ttl {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.2;
  }
}
.section.index_section4 .sec4_banner_wrap a .txt_wrap .body {
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 12px 0 0;
}
@media (max-width: 768px) {
  .section.index_section4 .sec4_banner_wrap a .txt_wrap .body {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

/*-----------------------------------------------------------
second
-------------------------------------------------------------*/
.page_header {
  height: 350px;
  position: relative;
}
@media (max-width: 768px) {
  .page_header {
    height: 66.6666666667vw;
  }
}
.page_header.bg1 {
  background: url("../../assets/img/second_bg01.png") no-repeat 50% 50%/cover;
}
@media (max-width: 768px) {
  .page_header.bg1 {
    background: url("../../assets/img/second_bg01_sp.png") no-repeat 50% 50%/cover;
  }
}
.page_header.bg2 {
  background: url("../../assets/img/second_bg02.png") no-repeat 50% 50%/cover;
}
@media (max-width: 768px) {
  .page_header.bg2 {
    background: url("../../assets/img/second_bg02_sp.png") no-repeat 50% 50%/cover;
  }
}
.page_header.bg3 {
  background: url("../../assets/img/second_bg03.png") no-repeat 50% 50%/cover;
}
@media (max-width: 768px) {
  .page_header.bg3 {
    background: url("../../assets/img/second_bg03_sp.png") no-repeat 50% 50%/cover;
  }
}
.page_header.bg4 {
  background: url("../../assets/img/second_bg04.png") no-repeat 50% 50%/cover;
}
@media (max-width: 768px) {
  .page_header.bg4 {
    background: url("../../assets/img/second_bg04_sp.png") no-repeat 50% 50%/cover;
  }
}
.page_header.bg5 {
  background: url("../../assets/img/second_bg05.png") no-repeat 50% 50%/cover;
}
@media (max-width: 768px) {
  .page_header.bg5 {
    background: url("../../assets/img/second_bg05_sp.png") no-repeat 50% 50%/cover;
  }
}

.page_header::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.page_header .inner {
  position: relative;
  height: 100%;
  max-width: calc(100% - 100px);
  padding-top: 175px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
@media (max-width: 768px) {
  .page_header .inner {
    max-width: 100%;
    margin-left: 5.3333333333vw;
    margin-right: 5.3333333333vw;
    padding-top: 28.8vw;
  }
}
.page_header .page_ttl {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1;
  font-weight: 800;
  text-align: center;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .page_header .page_ttl {
    font-size: 22px;
    font-size: 2.2rem;
    padding-bottom: 15px;
  }
}
.page_header .page_ttl::after {
  content: "";
  width: 60px;
  height: 4px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 768px) {
  .page_header .page_ttl::after {
    width: 40px;
  }
}

.page_section .inner {
  padding-top: 75px;
  padding-bottom: 120px;
}
@media (max-width: 768px) {
  .page_section .inner {
    padding-top: 9.3333333333vw;
    padding-bottom: 26.6666666667vw;
  }
}
.page_section .page_anchor ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 14px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 1320px) {
  .page_section .page_anchor ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .page_section .page_anchor ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: block;
  }
}
@media (max-width: 768px) {
  .page_section .page_anchor ul li {
    margin-top: 20px;
  }
}
.page_section .page_anchor ul li a {
  border: 1px solid var(--main-color);
  color: var(--main-color);
  font-weight: 700;
  line-height: 50px;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0 20px;
  border-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out 0s;
  transition: 0.3s ease-in-out 0s;
}
@media (max-width: 768px) {
  .page_section .page_anchor ul li a {
    border: none;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0;
    line-height: 1;
  }
  .page_section .page_anchor ul li a::before {
    content: "・";
  }
}
.page_section .page_anchor ul li a::after {
  content: "";
  display: block;
  background: var(--main-color);
  -webkit-mask: url("../../assets/img/arrow06.svg") no-repeat 0 0/100%;
          mask: url("../../assets/img/arrow06.svg") no-repeat 0 0/100%;
  width: 12px;
  height: 12px;
  margin-left: 12px;
  -webkit-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out 0s;
  transition: 0.3s ease-in-out 0s;
}
@media (max-width: 768px) {
  .page_section .page_anchor ul li a::after {
    margin-left: 5px;
  }
}
@media (min-width: 769px) {
  .page_section .page_anchor ul li a:hover {
    background: var(--main-color);
    color: #fff;
  }
  .page_section .page_anchor ul li a:hover::after {
    background: #fff;
  }
}
.page_section .basic_img_wrap {
  background: var(--sub-color);
  text-align: center;
  padding: 60px;
}
@media (max-width: 768px) {
  .page_section .basic_img_wrap {
    padding: 15px 5.3333333333vw;
  }
}
.page_section .basic_img_wrap img {
  max-width: 100%;
  height: auto;
}
.page_section .basic_img_wrap.nobg {
  background: none;
  padding: 0;
}
.page_section .basic_img_wrap.scroll_x {
  overflow-y: auto;
}
@media (max-width: 768px) {
  .page_section .basic_img_wrap.scroll_x .img_inner {
    width: 159.2vw;
    height: auto;
  }
}
.page_section a.txt_link {
  color: var(--main-color);
  text-decoration: underline;
  -webkit-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out 0s;
  transition: 0.3s ease-in-out 0s;
}
.page_section a.txt_link:hover {
  color: var(--main-color);
  text-decoration: none;
  opacity: 0.7;
}
.page_section .data_list1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  border-bottom: 1px solid #ccc;
}

.page_section .data_list1 dd ol{
  counter-reset: number 0;
}

.page_section .data_list1 dd ol li{
  padding-left: 20px;
  text-indent: -20px;
}
.page_section .data_list1 dd ol li:before  {
  counter-increment: number 1;
  content: counter(number) " . "; 
}

@media (max-width: 768px) {
  .page_section .data_list1 {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.7333333333;
  }
}
.page_section .data_list1 dt {
  width: 265px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 700;
  color: var(--main-color);
  border-top: 1px solid #ccc;
  padding: 22px 0;
}
@media (max-width: 768px) {
  .page_section .data_list1 dt {
    width: 100%;
    padding: 22px 0 0;
  }
}
.page_section .data_list1 dd {
  width: calc(100% - 265px);
  border-top: 1px solid #ccc;
  padding: 22px 0;
}
@media (max-width: 768px) {
  .page_section .data_list1 dd {
    width: 100%;
    border-top: 0;
    padding: 0 0 22px;
  }
}
.page_section .data_list1 dd h4 {
  font-weight: 700;
  margin-bottom: 5px;
}
.page_section .basic_decimal_list1 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  list-style: decimal;
  padding-left: 16px;
}
@media (max-width: 768px) {
  .page_section .basic_decimal_list1 {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.7333333333;
  }
}
.page_section .basic_list1 li {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
}
@media (max-width: 768px) {
  .page_section .basic_list1 li {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.page_section .basic_list1 li + li {
  margin-top: 20px;
}
.page_section .basic_list1 li::before {
  content: "・";
}
.page_section .basic_list2 li {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  text-indent: -1em;
  padding-left: 1em;
}
@media (max-width: 768px) {
  .page_section .basic_list2 li {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.page_section .basic_list2 li::before {
  content: "・";
}
.page_section .basic_list3 li {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.625;
  text-indent: -1em;
  padding-left: 1em;
}
@media (max-width: 768px) {
  .page_section .basic_list3 li {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.page_section .basic_list3 li::before {
  content: "・";
}
.page_section .basic_list3 li + li {
  margin-top: 8px;
}
.page_section .basic_list4 li {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.7142857143;
  text-indent: -1em;
  padding-left: 1em;
}
@media (max-width: 768px) {
  .page_section .basic_list4 li {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.page_section .basic_list4 li::before {
  content: "・";
}
.page_section .basic_list4 li + li {
  margin-top: 8px;
}
.page_section .basic_table1 {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
@media (max-width: 768px) {
  .page_section .basic_table1 {
    overflow-x: auto;
  }
}
@media (max-width: 768px) {
  .page_section .basic_table1 .table_inner {
    width: 768px;
  }
}
.page_section .basic_table1 table {
  width: 100%;
}
.page_section .basic_table1 table .table_col_width1 {
  width: 200px;
}
.page_section .basic_table1 table .table_col_width2 {
  width: calc((100% - 200px) / 2);
  width: 440px;
}
.page_section .basic_table1 table th, .page_section .basic_table1 table td {
  font-size: 16px;
  font-size: 1.6rem;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.page_section .basic_table1 table th {
  line-height: 1;
  font-weight: 700;
  background: var(--sub-color);
}
.page_section .basic_table1 table thead th {
  padding: 22px;
  text-align: center;
}
.page_section .basic_table1 table tbody th {
  padding: 25px 20px;
  text-align: left;
}
.page_section .basic_table1 table tbody td {
  padding: 16px 20px;
}
.page_section .sec1_item_wrap1 {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 45px;
}
@media (max-width: 1100px) {
  .page_section .sec1_item_wrap1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px 0;
    padding: 5.3333333333vw 0;
  }
}
.page_section .sec1_item_wrap1 .sec2_item {
  width: 300px;
}
@media (max-width: 1100px) {
  .page_section .sec1_item_wrap1 .sec2_item {
    width: 100%;
  }
}
.page_section .sec1_item_wrap1 .sec2_item + .sec2_item {
  border-left: 1px solid #ccc;
  padding-left: 45px;
  width: 345px;
}
@media (max-width: 1100px) {
  .page_section .sec1_item_wrap1 .sec2_item + .sec2_item {
    width: 100%;
    border-left: none;
    padding-left: 0;
  }
}
.page_section .sec1_item_wrap1 .sec2_item .ttl_wrap {
  background: var(--main-color);
  position: relative;
  height: 168px;
  width: 100%;
  padding: 4px;
  margin-bottom: 14px;
}
.page_section .sec1_item_wrap1 .sec2_item .ttl_wrap::before, .page_section .sec1_item_wrap1 .sec2_item .ttl_wrap::after {
  content: "";
  display: block;
  position: absolute;
  width: 33px;
  height: 33px;
  background: url("../../assets/img/triangle01.svg") no-repeat 0 0;
}
.page_section .sec1_item_wrap1 .sec2_item .ttl_wrap::before {
  left: 0;
  top: 0;
}
.page_section .sec1_item_wrap1 .sec2_item .ttl_wrap::after {
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.page_section .sec1_item_wrap1 .sec2_item .ttl_wrap h3 {
  border: 1px solid #fff;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page_section .sec1_item_wrap1 .sec2_item .ttl_wrap h3 .label {
  color: var(--main-color);
  background: #fff;
  width: 106px;
  line-height: 26px;
  border-radius: 13px;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 14px;
}
.page_section .sec1_item_wrap1 .sec2_item .ttl_wrap h3 .main_txt {
  color: #fff;
  width: 100%;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  text-align: center;
}
.page_section .sec1_item_wrap1 .sec2_item .txt_wrap p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
}
@media (max-width: 1100px) {
  .page_section .sec1_item_wrap1 .sec2_item .txt_wrap p {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.7333333333;
  }
}
.page_section .sec1_item_wrap2 {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .page_section .sec1_item_wrap2 {
    padding: 5.3333333333vw 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.page_section .sec1_item_wrap2 .img_wrap {
/*  background: #B52D34;*/
  width: var(--img_wrap_width);
  max-width: var(--img_wrap_width);
  min-width: var(--img_wrap_width);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  --img_wrap_width: 220px;
}
.page_section .sec1_item_wrap2 .img_wrap img{
  width: 100%;
}
@media (max-width: 768px) {
  .page_section .sec1_item_wrap2 .img_wrap {
/*    --img_wrap_width:100%;*/
    margin: 0 auto 5.3333333333vw;
    width: 70%;
  }
  .page_section .sec1_item_wrap2 .img_wrap img {
    width: 100%;
  }
}
.page_section .sec1_item_wrap2 .txt_wrap {
  width: calc(100% - 245px);
}
@media (max-width: 768px) {
  .page_section .sec1_item_wrap2 .txt_wrap {
    width: 100%;
  }
}
.page_section .sec1_item_wrap2 .txt_wrap h3 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-weight: 700;
  margin-bottom: 10px;
}
.page_section .sec1_item_wrap2 .txt_wrap p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
}
@media (max-width: 1100px) {
  .page_section .sec1_item_wrap2 .txt_wrap p {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.7333333333;
  }
}
.page_section .sec2_item_wrap1 {
  background: #FFFDDD;
  border-radius: 6px;
  border: 3px solid #EF7A18;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-weight: 700;
  text-align: center;
  color: #EF7A18;
  padding: 38px 0;
  position: relative;
}
@media (max-width: 768px) {
  .page_section .sec2_item_wrap1 {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 22px 0;
  }
}
.page_section .sec2_item_wrap1 .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  width: 150px;
  height: 36px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #EF7A18;
  border-radius: 18px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -18px;
  font-size: 20px;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .page_section .sec2_item_wrap1 .label {
    font-size: 15px;
    font-size: 1.5rem;
    width: 118px;
    height: 28px;
    border-radius: 14px;
  }
}
.page_section .sec2_item_wrap1 .label::before {
  content: "";
  background: url("../../assets/img/icon_point.png") no-repeat 0 0/100%;
  width: 21px;
  height: 25px;
  margin-right: 3px;
}
@media (max-width: 768px) {
  .page_section .sec2_item_wrap1 .label::before {
    margin-right: 1px;
    width: 18px;
    height: 22px;
  }
}
.page_section .sec2_item_wrap1 .caution {
  color: #707070;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  font-weight: 400;
}
.page_section .sec2_item_wrap2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 calc((100% - 840px) / 3);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1080px;
  margin: -12px auto 0;
  position: relative;
}
@media (max-width: 768px) {
  .page_section .sec2_item_wrap2 ul {
    display: block;
    margin: 0 auto;
  }
}
.page_section .sec2_item_wrap2 ul::after {
  content: "";
  background: url("../../assets/img/supplier_sec2_img03_5.svg") repeat-x 0 50%;
  width: 80%;
  height: 3px;
  z-index: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 70px;
  margin: auto;
}
@media (max-width: 768px) {
  .page_section .sec2_item_wrap2 ul::after {
    width: 300px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    left: 40px;
    right: auto;
    margin: 0;
  }
}
.page_section .sec2_item_wrap2 ul li {
  text-align: center;
  width: 210px;
  position: relative;
}
@media (max-width: 768px) {
  .page_section .sec2_item_wrap2 ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    text-align: left;
    gap: 0 20px;
  }
}
@media (max-width: 768px) {
  .page_section .sec2_item_wrap2 ul li + li {
    margin-top: 30px;
  }
}
.page_section .sec2_item_wrap2 ul li::before {
  content: "";
  width: var(--icon_size);
  max-width: var(--icon_size);
  min-width: var(--icon_size);
  height: var(--icon_size);
  max-height: var(--icon_size);
  min-height: var(--icon_size);
  background: var(--icon_color) var(--icon_img_url) no-repeat 50% 50%;
  border-radius: 18px;
  display: block;
  margin: 0 auto 15px;
  z-index: 1;
  position: relative;
  border: 12px solid #fff;
  --icon_size:122px;
  --icon_size:146px;
  --icon_color:#A8C2E5;
}
@media (max-width: 768px) {
  .page_section .sec2_item_wrap2 ul li::before {
    border: 6px solid #fff;
    border-radius: 12px;
    margin: -6px;
    --icon_size:92px;
  }
}
@media (max-width: 768px) {
  .page_section .sec2_item_wrap2 ul li .text_wrap {
    width: calc(100% - 100px);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.page_section .sec2_item_wrap2 ul li span {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .page_section .sec2_item_wrap2 ul li span {
    width: 100%;
  }
}
.page_section .sec2_item_wrap2 ul li .label {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  color: var(--main-color);
  margin-bottom: 5px;
}
.page_section .sec2_item_wrap2 ul li .body {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-weight: 700;
}
@media (max-width: 768px) {
  .page_section .sec2_item_wrap2 ul li .body {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.page_section .sec2_item_wrap2 ul li .body2 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 7px;
}
@media (max-width: 768px) {
  .page_section .sec2_item_wrap2 ul li .body2 {
    margin-top: 0;
  }
}
.page_section .sec2_item_wrap2 ul li.step1::before {
  --icon_color:#A8C2E5;
  --icon_img_url:url("../../assets/img/supplier_sec2_img03_1.svg");
}
.page_section .sec2_item_wrap2 ul li.step2::before {
  --icon_color:#A8C2E5;
  --icon_img_url:url("../../assets/img/supplier_sec2_img03_2.svg");
}
.page_section .sec2_item_wrap2 ul li.step3::before {
  --icon_color:#94CFCA;
  --icon_img_url:url("../../assets/img/supplier_sec2_img03_3.svg");
}
.page_section .sec2_item_wrap2 ul li.step4::before {
  --icon_color:#94CFCA;
  --icon_img_url:url("../../assets/img/supplier_sec2_img03_4.svg");
}
.page_section .flex_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .page_section .flex_column {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px 0;
  }
}
.page_section .flex_column.column2 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page_section .flex_column.column2 .flex_item {
  width: 47.7502295684%;
}
@media (max-width: 768px) {
  .page_section .flex_column.column2 .flex_item {
    width: 100%;
  }
}
.page_section .flex_column.column2 .flex_item iframe {
  width: 100%;
  aspect-ratio: 520/293;
}
@media (max-width: 768px) {
  .page_section .flex_column.column2 .flex_item iframe {
    aspect-ratio: 355/188;
  }
}
.page_section .flex_column.column2b {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page_section .flex_column.column2b .flex_item:nth-child(1) {
  width: calc(100% - 386px);
}
@media (max-width: 768px) {
  .page_section .flex_column.column2b .flex_item:nth-child(1) {
    width: 100%;
  }
}
.page_section .flex_column.column2b .flex_item:nth-child(2) {
  width: 346px;
}
@media (max-width: 768px) {
  .page_section .flex_column.column2b .flex_item:nth-child(2) {
    width: 100%;
    padding-top: 40px;
  }
}
.page_section .flex_column.column2c {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page_section .flex_column.column2c .flex_item {
  width: 45.8333333333%;
}
@media (max-width: 768px) {
  .page_section .flex_column.column2c .flex_item {
    width: 100%;
  }
}
.page_section .flex_column.column3 {
  gap: 0 1.3888888889%;
}
@media (max-width: 768px) {
  .page_section .flex_column.column3 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px 0;
  }
}
.page_section .flex_column.column3 .flex_item {
  width: 32.4074074074%;
}

.page_section .flex_column.column3 .flex_item img{
  width: 100%;
}
@media (max-width: 768px) {
  .page_section .flex_column.column3 .flex_item {
    width: 100%;
  }
}
.page_section .cta_wrap {
  background: var(--sub-color);
  padding: 35px 80px 40px;
}
@media (max-width: 1000px) {
  .page_section .cta_wrap {
    padding: 24px 30px 30px;
  }
}
.page_section .cta_wrap .cta_ttl {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 24px;
}
@media (max-width: 1000px) {
  .page_section .cta_wrap .cta_ttl {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}
.page_section .cta_wrap .cta_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media (max-width: 1000px) {
  .page_section .cta_wrap .cta_inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.page_section .cta_wrap .cta_inner::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #ccc;
  position: absolute;
  left: 50%;
  top: 0;
}
@media (max-width: 1000px) {
  .page_section .cta_wrap .cta_inner::before {
    display: none;
  }
}
.page_section .cta_wrap .cta_inner .cta_item {
  width: 100%;
  max-width: 40.8695652174%;
  max-width: 376px;
  text-align: center;
}
@media (max-width: 1000px) {
  .page_section .cta_wrap .cta_inner .cta_item {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 1000px) {
  .page_section .cta_wrap .cta_inner .cta_item + .cta_item {
    border-top: 1px solid #ccc;
    padding-top: 24px;
    margin-top: 24px;
  }
}
.page_section .cta_wrap .cta_inner .cta_item .btn_wrap{
  align-items: center;
  align-content: center;
  height: 100%;
}
.page_section .cta_wrap .cta_inner .cta_item .txt1 {
  color: #707070;
  text-align: center;
  line-height: 1;
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 20px;
}
@media (max-width: 1000px) {
  .page_section .cta_wrap .cta_inner .cta_item .txt1 {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.page_section .cta_wrap .cta_inner .cta_item .txt2 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 1000px) {
  .page_section .cta_wrap .cta_inner .cta_item .txt2 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.page_section .cta_wrap .cta_inner .cta_item .txt3 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
}
@media (max-width: 1000px) {
  .page_section .cta_wrap .cta_inner .cta_item .txt3 {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.page_section .cta_wrap .cta_inner .cta_item .tel {
  font-weight: 700;
  font-size: 45px;
  font-size: 4.5rem;
  line-height: 1;
  color: var(--main-color);
  margin: 17px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media (max-width: 1000px) {
  .page_section .cta_wrap .cta_inner .cta_item .tel {
    font-size: 30px;
    font-size: 3rem;
    margin: 12px 0;
  }
}
.page_section .cta_wrap .cta_inner .cta_item .tel::before {
  content: "";
  display: block;
  background: url("../../assets/img/icon_tel.svg") no-repeat 0 50%/100%;
  width: 32px;
  height: 32px;
  margin-right: 7px;
}
@media (max-width: 1000px) {
  .page_section .cta_wrap .cta_inner .cta_item .tel::before {
    width: 26px;
    height: 26px;
    margin-right: 5px;
  }
}
.page_section .about_quality_policy {
  background: var(--sub-color);
  position: relative;
  padding: 10px;
}
.page_section .about_quality_policy::before, .page_section .about_quality_policy::after {
  content: "";
  background: url("../../assets/img/quality_policy_bg.svg") no-repeat 0 0;
  width: 182px;
  height: 155px;
  position: absolute;
}
.page_section .about_quality_policy::before {
  left: 0;
  bottom: 0;
}
.page_section .about_quality_policy::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  right: 0;
  top: 0;
}
.page_section .about_quality_policy .quality_policy_inner {
  position: relative;
  border: 2px solid #fff;
  padding: 40px 50px;
}
@media (max-width: 768px) {
  .page_section .about_quality_policy .quality_policy_inner {
    padding: 4vw 5.3333333333vw;
  }
}
.page_section .ghg_movie div {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
  aspect-ratio: 900/506;
  padding: 5px;
  background: #ccc;
}
@media (max-width: 768px) {
  .page_section .ghg_movie iframe {
    aspect-ratio: 335/188;
  }
}
.page_section .step_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page_section .step_list::before {
  content: "";
  height: 100%;
  position: absolute;
  left: 79px;
  width: 3px;
  background: url("../../assets/img/flow_bg.svg") repeat-y 0 50%;
  display: block;
  top: 0;
}
@media (max-width: 768px) {
  .page_section .step_list::before {
    left: 15.9420289855%;
  }
}
.page_section .step_list dt {
  width: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  color: var(--main-color);
  position: relative;
  font-weight: 700;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .page_section .step_list dt {
    width: 55px;
    font-size: 24px;
    font-size: 2.4rem;
    padding-left: 0;
  }
}
.page_section .step_list dt::before {
  content: "STEP";
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  position: relative;
  font-weight: 700;
  bottom: -3px;
  margin-right: 3px;
}
@media (max-width: 768px) {
  .page_section .step_list dt::before {
    font-size: 10px;
    font-size: 1rem;
    margin-right: 4px;
    bottom: -2px;
  }
}
.page_section .step_list dd {
  width: calc(100% - 80px - 43px);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--sub-color);
  margin-left: 43px;
  margin-bottom: 30px;
  padding: 20px;
}
@media (max-width: 768px) {
  .page_section .step_list dd {
    margin-left: 33px;
    width: calc(100% - 55px - 33px);
    padding-left: 22px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.page_section .step_list dd::before {
  content: "";
  display: block;
  border-radius: 8px;
  width: 15px;
  height: 15px;
  background: var(--main-color);
  position: absolute;
  left: -50px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 768px) {
  .page_section .step_list dd::before {
    border-radius: 6px;
    width: 12px;
    height: 12px;
    left: -37px;
  }
}
.page_section .step_list dd::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -17px;
  margin-top: -10px;
  border-width: 10px 17px 10px 0;
  border-color: transparent var(--sub-color) transparent transparent;
  border-style: solid;
}
.page_section .step_list dd .step_title {
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  position: relative;
  width: 285px;
}
@media (max-width: 768px) {
  .page_section .step_list dd .step_title {
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 6px;
  }
}
.page_section .step_list dd .step_body {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  width: calc(100% - 285px);
  border-left: 1px solid #ccc;
  padding: 2px 0 2px 30px;
}
@media (max-width: 768px) {
  .page_section .step_list dd .step_body {
    width: 100%;
    border-left: none;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5714285714;
    padding: 0;
  }
}

#j-credit_flow > div{
  display: flex;
  margin-bottom: 30px;
}

#j-credit_flow > div > div{
  width: 140px;
  font-weight: bold;
  margin-right: 10px;
  color: #004DA7;
  padding: 20px;
}
#j-credit_flow > div:not(:first-child) > div{
  background: #E1F2FA;
  border-radius: 5px 0 0 5px;
  text-align: center;
}

#j-credit_flow > div ul{
  flex: 1;
}

#j-credit_flow > div ul li{
  display: flex;
  position: relative;
}

#j-credit_flow > div ul li:after{
  position: absolute;
  content: "";
  background: #666;
  height: 30px;
  width: 30px;
  clip-path: polygon(100% 0, 0 0, 50% 50%);
  bottom: -35px;
  left: 50%;
  transform: translateY(-50%;)
}

#j-credit_flow > div:last-child ul li:last-child:after{
  display: none;
}
  

#j-credit_flow > div ul li:not(:last-child){
  margin-bottom: 30px;
}

#j-credit_flow > div ul li > div{
  background: #004DA7;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  border-radius: 5px 0 0 5px;
  width: 30%;
  text-align: center;
}

#j-credit_flow > div:last-child ul li:last-child > div{
  border-radius: 5px;
  width: 100%;
}


#j-credit_flow > div ul li > div > span{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  height: 100%;
}


#j-credit_flow > div ul li > p{
  padding: 10px;
  flex:1;
  background: #ededed;
  border-radius: 0 5px 5px 0;
}

#j-credit_flow > div ul li > p span{
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}

#j-credit_flow > div ul li a{
  text-decoration: underline;
  color: #004DA7;
}

#j-credit_flow > div ul li a:hover{
  text-decoration: none;
  opacity: 0.8;
}
@media (max-width: 768px) {
  
  #j-credit_flow > div > div{
    width: 100px;
    margin-right: 5px;
    padding: 10px 5px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  #j-credit_flow > div ul li{
    flex-direction: column;
  }
  
  #j-credit_flow > div ul li > div{
    width: 100%;
    border-radius: 5px 5px 0 0 ;
  }
  
  #j-credit_flow > div ul li > p{
    border-radius: 0 0 5px 5px;
  }
}






#shift_flow ul{
  margin-bottom: 30px;
}

#shift_flow ul li{
  display: flex;
  position: relative;
}

#shift_flow ul li:after{
  position: absolute;
  content: "";
  background: #666;
  height: 30px;
  width: 30px;
  clip-path: polygon(100% 0, 0 0, 50% 50%);
  bottom: -35px;
  left: 50%;
  transform: translateY(-50%;)
}

#shift_flow ul li:last-child:after{
  display: none;
}
  
#shift_flow ul li:not(:last-child){
  margin-bottom: 30px;
}

#shift_flow ul li > div{
  background: #004DA7;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  border-radius: 5px 0 0 5px;
  width: 30%;
  text-align: center;
}

#shift_flow ul li > div > span{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

#shift_flow ul li > p{
  padding: 10px;
  flex:1;
  background: #ededed;
  border-radius: 0 5px 5px 0;
}

#shift_flow ul li > p span{
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}

#shift_flow ul li a{
  text-decoration: underline;
  color: #004DA7;
}

#shift_flow ul li a:hover{
  text-decoration: none;
  opacity: 0.8;
}
@media (max-width: 768px) {
 
  #shift_flow ul li{
    flex-direction: column;
  }
  
  #shift_flow ul li > div{
    width: 100%;
    border-radius: 5px 5px 0 0 ;
  }
  
  #shift_flow ul li > p{
    border-radius: 0 0 5px 5px;
  }
}

#doc_download ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#doc_download ul li{
  width: calc(33.3% - 30px);
  font-size: 1.6rem
}
#doc_download ul li a figure {
  overflow: hidden;
  width: 100%;
  position: relative;
}
#doc_download ul li a figure img {
  transition: all 0.3s;
  box-sizing: border-box;
  max-width: 100%;
}
#doc_download ul li a div{
  margin-top: 10px;
}
#doc_download ul li a:hover div{
  opacity: 0.6;
}
#doc_download ul li a div p{
  line-height: 1.6;
}
#doc_download ul li a:hover figure::before{
  position: absolute;
  content: "";
  top:0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0,0,0,.5);
  z-index: 3;
}
#doc_download ul li a:hover img {
  transform: scale(1.3) rotate(5deg);
}

#doc_download ul li a div time{
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.4;
  display: block;
}

@media (max-width: 768px) {
  #doc_download ul li{
    width: 100%;
    margin-bottom: 30px
  }
}
