@charset "utf-8";@charset "UTF-8";
body {
  -webkit-text-size-adjust: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  line-height: 0;
}

figure {
  line-height: 1;
}

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

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

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

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, textarea, select {
  *font-size: 100%;
}

legend {
  color: #000;
}

button {
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("slick/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("slick/fonts/slick.eot");
  src: url("slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("slick/fonts/slick.woff") format("woff"), url("slick/fonts/slick.ttf") format("truetype"), url("slick/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 100;
  display: block;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 100%;
  -webkit-transform: translate(0, 0%);
  -ms-transform: translate(0, 0%);
  transform: translate(0, 0%);
  padding: 0;
  border: none;
  outline: none;
}

@media screen and (min-width: 768px) {
  .slick-prev,
  .slick-next {
    height: 22px;
    width: 22px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .slick-prev,
  .slick-next {
    height: 5vw;
    width: 5vw;
  }
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  /*
        outline: none;
        background: transparent;
        color: transparent;
        */
  opacity: 0.6;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 0.6;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

@media screen and (min-width: 768px) {
  .slick-prev {
    background-image: url(../img/arw_slider_prev.svg);
    left: 0;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .slick-prev {
    background-image: url(../img/arw_slider_prev.svg);
    left: 0;
  }
}

[dir="rtl"] .slick-prev {
  left: auto;
}

@media screen and (min-width: 768px) {
  [dir="rtl"] .slick-prev {
    background: url(../img/arw_slider_prev.svg);
    right: 0;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  [dir="rtl"] .slick-prev {
    background: url(../img/arw_slider_prev.svg);
    right: 0;
  }
}

.slick-prev:before {
  content: "　";
}

[dir="rtl"] .slick-prev:before {
  content: "　";
}

.slick-next {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

@media screen and (min-width: 768px) {
  .slick-next {
    background-image: url(../img/arw_slider_next.svg);
    right: 0;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .slick-next {
    background-image: url(../img/arw_slider_next.svg);
    right: 0;
  }
}

[dir="rtl"] .slick-next {
  right: auto;
}

@media screen and (min-width: 768px) {
  [dir="rtl"] .slick-next {
    left: 0;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  [dir="rtl"] .slick-next {
    left: 0;
  }
}

.slick-next:before {
  content: "　";
}

[dir="rtl"] .slick-next:before {
  content: "　";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  position: absolute;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .slick-dots {
    bottom: 30px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .slick-dots {
    bottom: 10px;
  }
}

.slick-dots li {
  position: relative;
  display: inline-block;
  padding: 0;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .slick-dots li {
    height: 8px;
    width: 8px;
    margin: 0 11px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .slick-dots li {
    height: 5px;
    width: 5px;
    margin: 0 5px;
  }
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .slick-dots li button {
    height: 8px;
    width: 8px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .slick-dots li button {
    height: 5px;
    width: 5px;
  }
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 0.6;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  border-radius: 50%;
  content: "";
  font-family: "slick";
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (min-width: 768px) {
  .slick-dots li button:before {
    height: 8px;
    width: 8px;
    font-size: 8px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .slick-dots li button:before {
    height: 5px;
    width: 5px;
    font-size: 5px;
  }
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 1;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11000;
  overflow: hidden;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #fff;
}

#colorbox {
  outline: 0;
}

#cboxTopLeft {
  width: 25px;
  height: 25px;
  background: url(images/border1.png) no-repeat 0 0;
}

#cboxTopCenter {
  height: 25px;
  background: url(images/border1.png) repeat-x 0 -50px;
}

#cboxTopRight {
  width: 25px;
  height: 25px;
  background: url(images/border1.png) no-repeat -25px 0;
}

#cboxBottomLeft {
  width: 25px;
  height: 25px;
  background: url(images/border1.png) no-repeat 0 -25px;
}

#cboxBottomCenter {
  height: 25px;
  background: url(images/border1.png) repeat-x 0 -75px;
}

#cboxBottomRight {
  width: 25px;
  height: 25px;
  background: url(images/border1.png) no-repeat -25px -25px;
}

#cboxMiddleLeft {
  width: 25px;
  background: url(images/border2.png) repeat-y 0 0;
}

#cboxMiddleRight {
  width: 25px;
  background: url(images/border2.png) repeat-y -25px 0;
}

#cboxContent {
  background: #fff;
  overflow: hidden;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  margin-bottom: 20px;
}

#cboxTitle {
  position: absolute;
  bottom: 0px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #999;
}

#cboxCurrent {
  position: absolute;
  bottom: 0px;
  left: 100px;
  color: #999;
}

#cboxLoadingOverlay {
  background: #fff url(images/loading.gif) no-repeat 5px 5px;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  bottom: 0px;
  right: 42px;
  color: #444;
}

#cboxPrevious {
  position: absolute;
  bottom: 0px;
  left: 0;
  color: #444;
}

#cboxNext {
  position: absolute;
  bottom: 0px;
  left: 63px;
  color: #444;
}

#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  color: #444;
}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/*---------------------------------

	form

---------------------------------*/
/*reset*/
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  box-sizing: border-box;
}

textarea {
  resize: vertical;
}

input[type='checkbox'],
input[type='radio'] {
  display: none;
}

input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/*設定*/
input,
textarea {
  width: 100%;
  padding: 0.5em;
  font-family: "tbudrgothic-std", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  background: #fff;
  border: 1px solid #888;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  input,
  textarea {
    padding: 0.8em;
    font-size: 1.1rem;
  }
}

input::placeholder,
textarea::placeholder {
  color: #bbb;
}

@supports (-moz-user-focus: none) {
  @media screen and (min-width: 768px) {
    input, textarea {
      padding: 0.18em 0.5em;
    }
  }
}

select {
  width: 100%;
  padding: 0.5em;
  color: #231815;
  font-family: "tbudrgothic-std", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  line-height: 1.4;
  letter-spacing: 0.1em;
  border: none;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  select {
    padding: 0.8em;
    font-size: 1.1rem;
  }
}

._select {
  font-family: "tbudrgothic-std", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  background: #fff;
  border: 1px solid #888;
  position: relative;
}

._select:after {
  content: "";
  display: block;
  width: 0.3em;
  height: 0.3em;
  border-top: 1px solid #231815;
  border-right: 1px solid #231815;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%) rotate(135deg);
  pointer-events: none;
}

button,
input[type="submit"],
input[type="button"] {
  width: 100%;
  padding: 0.5em;
  border: 1px solid #95c200;
  font-family: "tbudrgothic-std", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  background: #95c200;
  color: #fff;
  line-height: 1.4;
  transition: opacity 0.4s;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  button,
  input[type="submit"],
  input[type="button"] {
    padding: 0.8em;
    font-size: 1.1rem;
  }
}

button:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  opacity: 0.6;
}

._form_radio {
  padding: 0.4em 0;
}

._form_radio > span {
  margin-right: 1rem;
  display: inline-block;
}

._form_radio > span > label {
  display: flex;
}

._form_radio > span > label > span {
  font-family: "tbudrgothic-std", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  display: inline-block;
  position: relative;
  padding-left: 2rem;
}

._form_radio > span > label > span:before {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #bbb;
  border-radius: 50%;
  background: #fff;
  z-index: 10;
}

._form_radio > span > label input[type="radio"]:checked + span:after {
  content: "";
  display: block;
  width: 0.55rem;
  height: 0.55rem;
  position: absolute;
  left: 0.4rem;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #bbb;
  z-index: 10;
}

._form_check > span > label span {
  font-family: "tbudrgothic-std", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  display: inline-block;
  position: relative;
  padding-left: 2rem;
}

._form_check > span > label span:before {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #bbb;
  background: #fff;
  z-index: 10;
}

._form_check > span > label input[type="checkbox"]:checked + span:after {
  border-right: 2px solid #231815;
  border-bottom: 2px solid #231815;
  content: '';
  display: block;
  width: 0.5rem;
  height: 0.7rem;
  left: 0.35em;
  position: absolute;
  top: 0.2em;
  transform: rotate(45deg);
  z-index: 15;
}

body {
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  position: relative;
  font-family: "tbudrgothic-std", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  color: #231815;
  width: 100%;
  background: #95c200;
}

html {
  overflow-x: hidden;
}

@media screen and (min-width: 768px) {
  html {
    font-size: 11px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1289px) {
  html {
    font-size: 0.9vw;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  html {
    font-size: 3vw;
  }
}

.wrap {
  background: #95c200;
  padding: 1.82rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .wrap {
    padding: 5vw;
  }
}

#mainContent {
  position: relative;
  background: #fff;
  border-radius: 3rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #mainContent {
    border-radius: 5vw;
  }
}

#main {
  display: block;
  padding-top: 12rem;
}

@media screen and (min-width: 768px) and (max-width: 1289px) {
  #main {
    /*padding-top: 8rem;*/
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #main {
    padding-top: 10vw;
  }
}

@media screen and (min-width: 768px) {
  .pc-non {
    display: none !important;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .sp-non {
    display: none !important;
  }
}

.tb-only {
  display: none !important;
}

@media screen and (min-width: 768px) and (max-width: 1289px) {
  .tb-only {
    display: block !important;
  }
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  outline: none;
  color: inherit;
}

section {
  display: block;
}

.sec_block {
  position: relative;
  padding: 6rem 0;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .sec_block {
    padding: 10vw 0;
  }
}

.bg_gray {
  background: #f4f3f7;
}

.inner {
  margin: 0 auto;
  padding: 0 6rem;
  width: 100%;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .inner {
    padding: 0 5vw;
  }
}

.inner._w980 {
  max-width: calc(850px + 12rem);
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .inner._w980 {
    width: 90vw;
  }
}

.inner._w1100 {
  max-width: calc(1000px + 12rem);
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .inner._w1100 {
    width: 90vw;
  }
}

.inner._w1200 {
  max-width: calc(1100px + 12rem);
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .inner._w1200 {
    width: 90vw;
  }
}

.fadein {
  opacity: 0;
  transition: .8s;
}

@media screen and (min-width: 768px) {
  .fadein {
    transform: translate(0, 50px);
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .fadein {
    transform: translate(0, 2vw);
  }
}

.fadein.active {
  opacity: 1;
  transform: translate(0, 0);
}

.bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.txt {
  font-size: 1.5rem;
  line-height: 1.85;
  text-align: justify;
  line-break: strict;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .txt {
    font-size: 1.05rem;
  }
}

/*---------------------------------

	parts

---------------------------------*/
.sec_ttl {
  text-align: center;
  font-size: 3.857rem;
  color: #95c200;
  text-shadow: 0.025em 0.025em 0 #95c200, 0.025em -0.025em 0 #95c200, -0.025em 0.025em 0 #95c200, -0.025em -0.025em 0 #95c200, 0.025em 0 0 #95c200, 0 0.025em 0 #95c200, -0.025em 0 0 #95c200, 0 -0.025em 0 #95c200;
  letter-spacing: 0.05em;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .sec_ttl {
    font-size: 2.2rem;
  }
}

.sec_sub_ttl {
  text-align: center;
  font-size: 1.928rem;
  color: #1e2973;
  text-shadow: 0.01em 0.01em 0 #1e2973, 0.01em -0.01em 0 #1e2973, -0.01em 0.01em 0 #1e2973, -0.01em -0.01em 0 #1e2973, 0.01em 0 0 #1e2973, 0 0.01em 0 #1e2973, -0.01em 0 0 #1e2973, 0 -0.01em 0 #1e2973;
  letter-spacing: 0.05em;
  margin-top: -1.5rem;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .sec_sub_ttl {
    font-size: 1.3rem;
  }
}

.btn {
  position: relative;
  text-align: center;
}

.btn a, .btn p {
  position: relative;
  display: inline-block;
  border-radius: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.btn a:before, .btn p:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #95c200;
  border-radius: 2.5rem;
  position: absolute;
  z-index: -1;
  top: 0.25rem;
  left: 0.35rem;
  border: 3px solid #95c200;
}

.btn.btn_y {
  z-index: 1;
}

.btn.btn_y a, .btn.btn_y p {
  width: 18.47rem;
  height: 4.33rem;
  background: #fff4bd;
  border: 3px solid #1e2973;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .btn.btn_y a, .btn.btn_y p {
    width: 18.47rem;
    height: 4rem;
  }
}

.btn.btn_y a strong, .btn.btn_y p strong {
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  color: #1e2973;
  text-shadow: 0.01em 0.01em 0 #1e2973, 0.01em -0.01em 0 #1e2973, -0.01em 0.01em 0 #1e2973, -0.01em -0.01em 0 #1e2973, 0.01em 0 0 #1e2973, 0 0.01em 0 #1e2973, -0.01em 0 0 #1e2973, 0 -0.01em 0 #1e2973;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .btn.btn_y a strong, .btn.btn_y p strong {
    font-size: 1.3rem;
  }
}

.btn.btn_y a:hover strong, .btn.btn_y p:hover strong {
  color: #95c200;
  text-shadow: 0.01em 0.01em 0 #95c200, 0.01em -0.01em 0 #95c200, -0.01em 0.01em 0 #95c200, -0.01em -0.01em 0 #95c200, 0.01em 0 0 #95c200, 0 0.01em 0 #95c200, -0.01em 0 0 #95c200, 0 -0.01em 0 #95c200;
}

.btn.btn_y.btn_y2 p {
  border-radius: 50%;
  max-width: 6rem;
  max-height: 6rem;
  width: 6rem;
  height: 6rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .btn.btn_y.btn_y2 p {
    max-width: 4rem;
    max-height: 4rem;
    width: 4rem;
    height: 4rem;
  }
}

.btn.btn_y.btn_y2 p:before {
  border-radius: 50%;
}

.btn.btn_y.btn_y2 p strong {
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 0;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .btn.btn_y.btn_y2 p strong {
    font-size: 1.5rem;
  }
}

.btn.btn_b {
  transform: scale(0.8);
}

.btn.btn_b a, .btn.btn_b p {
  width: 37rem;
  height: 8.6rem;
  background: #1e2973;
  border: 3px solid #fff;
  border-radius: 4.3rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .btn.btn_b a, .btn.btn_b p {
    width: 60vw;
    height: 13vw;
  }
}

.btn.btn_b a strong, .btn.btn_b p strong {
  overflow: hidden;
  width: 19.97835rem;
  height: 3.29rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .btn.btn_b a strong, .btn.btn_b p strong {
    width: 9.989175rem;
    height: 1.7rem;
  }
}

.btn.btn_b a strong img, .btn.btn_b p strong img {
  width: 40rem;
  height: auto;
  max-width: none;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .btn.btn_b a strong img, .btn.btn_b p strong img {
    width: 20rem;
    vertical-align: top;
  }
}

.btn.btn_b a:before, .btn.btn_b p:before {
  border-radius: 4.3rem;
}

.btn.btn_b a:hover strong img, .btn.btn_b p:hover strong img {
  transform: translateX(-50%);
}

/*---------------------------------

	#header

---------------------------------*/
#header {
  position: absolute;
  top: 2rem;
  left: 0;
  width: 100%;
  padding: 2rem 6rem;
  display: flex;
  align-items: center;
  z-index: 100;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #header {
    top: 2vw;
    left: 0;
    padding: 3vw 5vw;
  }
}

#header .logo {
  flex-shrink: 0;
  width: 35%;
}

@media screen and (min-width: 768px) and (max-width: 1289px) {
  #header .logo {
    width: 60%;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #header .logo {
    width: 85%;
  }
}

#header .logo a {
  display: block;
}

#header .logo a:hover {
  opacity: 0.8;
}

#header .logo h1 {
  display: flex;
}

#header .logo h1 .logo_mark {
  width: 40%;
  height: auto;
  vertical-align: middle;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #header .logo h1 .logo_mark {
    width: 35%;
  }
}

#header .logo h1 .logo_txt {
  width: 55%;
  height: auto;
  vertical-align: middle;
  margin-left: 5%;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #header .logo h1 .logo_txt {
    width: 60%;
  }
}

#header .head_right {
  margin-left: auto;
  padding-left: 2rem;
  padding-right: 10rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #header .head_right {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    padding: 0;
  }
  #header .head_right .btn a {
    width: 100vw;
    height: 15vw;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
  }
  #header .head_right .btn a strong {
    font-size: 1.2rem;
  }
}

#header.fixed {
  width: calc(100% - 3.64rem);
  position: fixed;
  background: #fff;
  top: 0;
  left: 1.82rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #header.fixed {
    width: 90vw;
    padding: 3vw 5vw;
    left: 5vw;
  }
}

/*---------------------------------

	#menu

---------------------------------*/
/* menu-trigger */
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.menu-trigger {
  position: absolute;
  z-index: 10000;
  width: 7vw;
  height: 6vw;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .menu-trigger {
    top: 3.5rem;
    right: 6rem;
    width: 5rem;
    height: 4rem;
    transition: opacity 0.4s;
  }
}

@media screen and (min-width: 768px) and (max-width: 1289px) {
  .menu-trigger {
    top: 2.5rem;
    right: 6rem;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .menu-trigger {
    top: 3vw;
    right: 5vw;
  }
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: #1e2973;
  border-radius: 0.5rem;
}

@media screen and (min-width: 768px) and (max-width: 1289px) {
  .menu-trigger span {
    height: 6px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .menu-trigger span {
    height: 4px;
  }
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
}

.menu-trigger span:nth-of-type(2) {
  top: calc(50% - 3px);
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .menu-trigger span:nth-of-type(2) {
    top: calc(50% - 2px);
  }
}

@media screen and (min-width: 768px) and (max-width: 1289px) {
  .menu-trigger span:nth-of-type(2) {
    top: calc(50% - 3px);
  }
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
}

.menu-trigger p {
  position: absolute;
  top: -2.7rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  font-size: 1.2rem;
  text-shadow: 0.025em 0.025em 0 #1e2973, 0.025em -0.025em 0 #1e2973, -0.025em 0.025em 0 #1e2973, -0.025em -0.025em 0 #1e2973, 0.025em 0 0 #1e2973, 0 0.025em 0 #1e2973, -0.025em 0 0 #1e2973, 0 -0.025em 0 #1e2973;
  color: #1e2973;
}

@media screen and (min-width: 768px) and (max-width: 1289px) {
  .menu-trigger p {
    font-size: 0.9rem;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .menu-trigger p {
    display: none;
  }
}

/* menu-trigger エフェクト */
.menu-trigger.active span {
  background-color: #231815;
}

.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(2vw) rotate(-45deg);
}

@media screen and (min-width: 768px) {
  .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(0.9rem) rotate(-45deg);
  }
}

.menu-trigger.active span:nth-of-type(2) {
  display: none;
}

.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-2vw) rotate(45deg);
}

@media screen and (min-width: 768px) {
  .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-0.9rem) rotate(45deg);
  }
}

/*---------------------------------

	.gnav

---------------------------------*/
.gnav {
  position: fixed;
  top: 0;
  right: 0;
  width: 50vw;
  z-index: 10010;
  background: #fff;
  height: 100vh;
  padding: 8rem;
  transition: 0.4s;
  transform: translateX(100%);
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .gnav {
    width: 100vw;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.gnav ul {
  transition: 0.6s;
  opacity: 0;
  transform: translateX(5%);
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .gnav ul {
    flex-shrink: 0;
  }
}

.gnav ul li {
  margin-bottom: 4rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .gnav ul li {
    margin-bottom: 8vw;
  }
}

.gnav ul li:last-child {
  margin-bottom: 0;
}

.gnav ul li a {
  position: relative;
  padding-left: 4rem;
  display: inline-block;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .gnav ul li a {
    padding-left: 8vw;
  }
}

.gnav ul li a:before {
  content: "";
  display: block;
  width: 2rem;
  height: 2.68rem;
  background-image: url("../images/arw_nav.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .gnav ul li a:before {
    width: 5vw;
    height: 5vw;
  }
}

.gnav ul li a:after {
  content: "";
  display: block;
  height: 1rem;
  width: 0;
  background: #ffc200;
  position: absolute;
  border-radius: 0.5rem;
  top: 60%;
  left: 3.5rem;
  transition: 0.3s;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .gnav ul li a:after {
    display: none;
  }
}

.gnav ul li a strong {
  text-shadow: 0.01em 0.01em 0 #95c200, 0.01em -0.01em 0 #95c200, -0.01em 0.01em 0 #95c200, -0.01em -0.01em 0 #95c200, 0.01em 0 0 #95c200, 0 0.01em 0 #95c200, -0.01em 0 0 #95c200, 0 -0.01em 0 #95c200;
  color: #95c200;
  font-size: 3rem;
  letter-spacing: 0.05em;
  line-height: 1;
  position: relative;
  z-index: 5;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .gnav ul li a strong {
    font-size: 2rem;
    text-shadow: 0.01em 0.01em 0 #95c200, 0.01em -0.01em 0 #95c200, -0.01em 0.01em 0 #95c200, -0.01em -0.01em 0 #95c200, 0.01em 0 0 #95c200, 0 0.01em 0 #95c200, -0.01em 0 0 #95c200, 0 -0.01em 0 #95c200;
  }
}

.gnav ul li a:hover:after {
  width: calc(100% - 3rem);
}

.gnav .close {
  position: absolute;
  width: 5rem;
  height: 5rem;
  top: 5rem;
  right: 5rem;
  cursor: pointer;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .gnav .close {
    width: 10vw;
    height: 10vw;
    top: 7vw;
    right: 7vw;
  }
}

.gnav .close:before, .gnav .close:after {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  background: #1e2973;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .gnav .close:before, .gnav .close:after {
    height: 6px;
    border-radius: 3px;
  }
}

.gnav .close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.gnav .close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.gnav .close:hover:before, .gnav .close:hover:after {
  background: #ffc200;
}

.gnav.active {
  transform: translateX(0);
}

.gnav.active ul {
  transform: translateX(0);
  opacity: 1;
}

/*---------------------------------

	.sidenav

---------------------------------*/
.sidenav {
  position: fixed;
  bottom: 8%;
  right: 0;
  z-index: 100;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .sidenav {
    bottom: 20vw;
    transform: scale(0.8);
    transform-origin: right;
  }
}

.sidenav ul li {
  margin-bottom: 2rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .sidenav ul li {
    margin-bottom: 3vw;
  }
}

.sidenav ul li:last-child {
  margin-bottom: 0;
}

.sidenav ul li a {
  display: block;
  background: #1e2973;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
  position: relative;
  padding: 1rem 1.8rem 1rem 2rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .sidenav ul li a {
    padding: 1rem 1.3rem 1rem 1.5rem;
  }
}

.sidenav ul li a:before {
  content: "";
  display: block;
  height: 100%;
  width: calc(100% - 0.35rem);
  background: #95c200;
  border-top: 2px solid #95c200;
  border-left: 2px solid #95c200;
  border-bottom: 2px solid #95c200;
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
  position: absolute;
  top: 0.25rem;
  left: 0.35rem;
  z-index: -1;
}

.sidenav ul li a strong {
  overflow: hidden;
  display: block;
  width: 2.02168rem;
  height: 8.8324rem;
  text-align: left;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .sidenav ul li a strong {
    width: 1.415176rem;
    height: 6.18268rem;
  }
}

.sidenav ul li a strong img {
  width: 4.14235rem;
  height: auto;
  position: relative;
  max-width: none;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .sidenav ul li a strong img {
    width: 2.899645rem;
  }
}

.sidenav ul li a:hover strong img {
  left: -100%;
}

/*---------------------------------

	#footer

---------------------------------*/
#footer {
  padding: 3rem 0 6rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #footer {
    padding: 10vw 0 30vw;
  }
}

#footer #copyright {
  text-align: center;
  color: #fff;
  font-size: 1.3rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #footer #copyright {
    font-size: 0.95rem;
    line-height: 1.4;
  }
}

/*---------------------------------

	loading

---------------------------------*/
#loading {
  width: 100%;
  height: 120vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: #fff;
}

#loading .loadLogo {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1200;
  text-align: center;
  width: 20rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #loading .loadLogo {
    width: 40vw;
  }
}

#loading .loadLogo p {
  margin-top: 1em;
  display: flex;
  justify-content: center;
}

#loading .loadLogo p span {
  display: inline-block;
  height: 1rem;
}

#loading .loadLogo p span img {
  display: block;
  height: 1rem;
  max-width: none;
  width: auto;
}

@keyframes loadImg {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes loadP {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}

/******************************
mv
******************************/
#mv {
  padding-top: 0;
}

@media screen and (min-width: 768px) and (max-width: 1289px) {
  #mv {
    padding-top: 3rem;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #mv {
    padding-top: 5vw;
  }
}

#mv .inner {
  position: relative;
}

#mv .inner .mv_txt {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 90;
}

#mv .inner .mv_txt p {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 65vw;
  max-width: 58.64rem;
  margin: 0 auto;
  z-index: 10;
}

#mv .inner .mv_txt .btn {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%) scale(0.8);
  width: 100%;
  text-align: center;
  z-index: 10;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #mv .inner .mv_txt .btn {
    bottom: 15%;
  }
}

#mv .inner .mv_txt .btn a {
  margin: 0 auto;
}

#mv #MV-SLIDER .item {
  position: relative;
  border-radius: 4.5rem;
  overflow: hidden;
  z-index: 1;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #mv #MV-SLIDER .item {
    border-radius: 3vw;
  }
}

#mv #MV-SLIDER .item > figure {
  display: block;
  width: 100%;
  height: 65rem;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1);
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #mv #MV-SLIDER .item > figure {
    height: 80vw;
  }
}

#mv #MV-SLIDER .add-animation .item > figure {
  animation: mv 7s linear 0s 1 alternate;
}

@keyframes mv {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.08);
  }
}

/******************************
vision
******************************/
#vision .vision_content {
  position: relative;
}

#vision .vision_content h3 {
  width: 25%;
  position: absolute;
  top: 1.5vw;
  left: 10%;
}

@media screen and (min-width: 768px) and (max-width: 1289px) {
  #vision .vision_content h3 {
    width: 22vw;
    left: 6vw;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #vision .vision_content h3 {
    width: 65vw;
    position: static;
    margin: 0 auto 10vw;
  }
}

@media screen and (min-width: 768px) {
  #vision .vision_content h3 img {
    max-width: 26.944rem;
    width: 20vw;
    height: auto;
    display: block;
    margin-left: auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 1289px) {
  #vision .vision_content h3 img {
    width: 100%;
  }
}

#vision .vision_content div {
  width: calc(60% + 6rem);
  margin-right: -6rem;
  margin-left: auto;
}

@media screen and (min-width: 768px) and (max-width: 1289px) {
  #vision .vision_content div {
    width: calc(100% + 6rem - 34vw);
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #vision .vision_content div {
    width: 85vw;
    position: static;
    margin: 0 -5vw 0 auto;
  }
}

#vision .vision_content div figure {
  overflow: hidden;
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
}

#vision .vision_content div figure img {
  display: block;
  vertical-align: top;
}

#vision .vision_content div figcaption {
  display: block;
  margin-top: 2rem;
  padding-left: 4rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #vision .vision_content div figcaption {
    width: 80vw;
    margin-top: 5vw;
    padding: 0;
  }
}

#vision .ill_v1 {
  position: absolute;
  bottom: 100%;
  right: 2vw;
  width: 20vw;
  max-width: 359px;
  z-index: 10;
}

@media screen and (min-width: 768px) {
  #vision .ill_v1 {
    transform: translateY(50%);
  }
}

@media screen and (min-width: 768px) and (max-width: 1289px) {
  #vision .ill_v1 {
    transform: translateY(70%);
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #vision .ill_v1 {
    width: 30vw;
    bottom: auto;
    top: -8vw;
    right: -5vw;
  }
}

#vision .ill_v2 {
  position: absolute;
  top: 0;
  left: 13vw;
  width: 18vw;
  max-width: 277px;
  z-index: 10;
}

@media screen and (min-width: 768px) {
  #vision .ill_v2 {
    transform: translateY(40%);
  }
}

@media screen and (min-width: 768px) and (max-width: 1289px) {
  #vision .ill_v2 {
    transform: translateY(80%);
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #vision .ill_v2 {
    width: 22vw;
    top: 10vw;
    left: 3vw;
  }
}

#vision .ill_v2 div {
  width: 100%;
  padding-bottom: 43%;
  box-sizing: content-box;
  height: 0;
}

#vision .ill_v2 div figure {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#vision .ill_v2 div figure img {
  width: 100%;
  height: auto;
}

#vision .ill_v2.move div figure img {
  transform: translateY(-50%);
}

/******************************
news
******************************/
#news {
  position: relative;
}

#news .news_con {
  border: 1px solid #1e2973;
  border-radius: 3rem;
  /*padding: 6rem;*/
  background: #fff;
  padding: 3rem;
    display: flex;
    flex-direction: row;
}

.fb_wrap{
width: 50%;
}
.news_wrap{
width: 50%;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #news .news_con {
    border-radius: 5vw;
    padding: 4vw 3vw;
    flex-direction: column;
	}
	.fb_wrap{
		width: 100% !important;
	}
	.news_wrap{
		width: 100% !important;
	}
}

#news .news_con > div {
  max-height: 47rem;
  overflow-y: auto;
}

#news .news_con > div article {
  padding: 0 1rem;
  margin-bottom: 4rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #news .news_con > div article {
    margin-bottom: 7vw;
    padding: 0 2vw;
  }
}

#news .news_con > div article:last-child {
  margin-bottom: 0;
}

#news .news_con > div article a {
  display: block;
}

#news .news_con > div article a .top {
  display: flex;
}

#news .news_con > div article a .top .date {
  margin-right: 2rem;
}

#news .news_con > div article a .ttl h3 {
  position: relative;
  display: inline-block;
  margin-bottom: 0.2em;
}

#news .news_con > div article a .ttl h3:after {
  content: "";
  display: block;
  height: 1rem;
  width: 0;
  background: #ffc200;
  position: absolute;
  border-radius: 0.5rem;
  top: 60%;
  left: -0.5rem;
  transition: 0.3s;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #news .news_con > div article a .ttl h3:after {
    display: none;
  }
}

#news .news_con > div article a .ttl h3 strong {
  position: relative;
  z-index: 5;
  font-size: 2rem;
  text-shadow: 0.01em 0.01em 0 #1e2973, 0.01em -0.01em 0 #1e2973, -0.01em 0.01em 0 #1e2973, -0.01em -0.01em 0 #1e2973, 0.01em 0 0 #1e2973, 0 0.01em 0 #1e2973, -0.01em 0 0 #1e2973, 0 -0.01em 0 #1e2973;
  color: #1e2973;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #news .news_con > div article a .ttl h3 strong {
    font-size: 1.3rem;
    line-height: 1.3;
  }
}

#news .news_con > div article a:hover .ttl h3:after {
  width: calc(100% + 1rem);
}

#news .ill_n1 {
  position: absolute;
  bottom: 100%;
  left: 8vw;
  width: 30vw;
  max-width: 492px;
  z-index: 10;
}

@media screen and (min-width: 768px) {
  #news .ill_n1 {
    transform: translateY(55%);
  }
}

@media screen and (min-width: 768px) and (max-width: 1289px) {
  #news .ill_n1 {
    transform: translateY(80%);
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #news .ill_n1 {
    width: 35vw;
    top: 5vw;
    left: -5vw;
    height: 18vw;
  }
}

#news .ill_n1 div {
  width: 100%;
  padding-bottom: 56.7%;
  box-sizing: content-box;
  height: 0;
}

#news .ill_n1 div figure {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#news .ill_n1 div figure img {
  width: 100%;
  height: auto;
}

#news .ill_n1.move div figure img {
  transform: translateY(-50%);
}

/******************************
about
******************************/
#about {
  padding-bottom: 10rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #about {
    padding-bottom: 15vw;
  }
}

#about .ill_a1 {
  position: absolute;
  bottom: 100%;
  right: 5vw;
  width: 26vw;
  max-width: 443px;
  z-index: 10;
}

@media screen and (min-width: 768px) {
  #about .ill_a1 {
    transform: translateY(70%);
  }
}

@media screen and (min-width: 768px) and (max-width: 1289px) {
  #about .ill_a1 {
    transform: translateY(85%);
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #about .ill_a1 {
    width: 26vw;
    top: 5vw;
    right: -2vw;
    height: 16vw;
  }
}

#about .ill_a1 div {
  width: 100%;
  padding-bottom: 61.8%;
  box-sizing: content-box;
  height: 0;
}

#about .ill_a1 div figure {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#about .ill_a1 div figure img {
  width: 100%;
  height: auto;
}

#about .ill_a1.move div figure img {
  transform: translateY(-50%);
}

#about .txt_lead {
  width: 80%;
  max-width: 650px;
  margin: 0 auto 3rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #about .txt_lead {
    width: 90%;
  }
}

#about .about_mokuteki h3 {
  width: 21.428rem;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  box-sizing: content-box;
  padding: 0 1rem;
  background: #fff;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #about .about_mokuteki h3 {
    width: 30vw;
  }
}

#about .about_mokuteki .about_mokuteki_content {
  border: 1px solid #1e2973;
  border-radius: 3rem;
  padding: 5rem 2rem 0;
  background: #fff;
  margin-top: -2.7rem;
  margin-bottom: 8rem;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #about .about_mokuteki .about_mokuteki_content {
    border-radius: 5vw;
    padding: 8vw 5vw 0;
    margin-top: -5vw;
    margin-bottom: 10vw;
  }
}

#about .about_mokuteki .about_mokuteki_content .lead {
  text-align: center;
  color: #95c200;
  font-size: 2.5rem;
  text-shadow: 0.01em 0.01em 0 #95c200, 0.01em -0.01em 0 #95c200, -0.01em 0.01em 0 #95c200, -0.01em -0.01em 0 #95c200, 0.01em 0 0 #95c200, 0 0.01em 0 #95c200, -0.01em 0 0 #95c200, 0 -0.01em 0 #95c200;
  letter-spacing: 0.05em;
  line-height: 1.66;
  margin-bottom: 3rem;
}

@media screen and (min-width: 768px) and (max-width: 1289px) {
  #about .about_mokuteki .about_mokuteki_content .lead {
    font-size: 2.3rem;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #about .about_mokuteki .about_mokuteki_content .lead {
    font-size: 1.3rem;
    margin-bottom: 5vw;
  }
}

#about .about_mokuteki .about_mokuteki_content figure {
  width: 75%;
  margin: 0 auto;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #about .about_mokuteki .about_mokuteki_content figure {
    width: 90%;
  }
}

#about .about_mokuteki .about_mokuteki_content figure img {
  vertical-align: bottom;
}

#about .about_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 8rem;
}

@media screen and (min-width: 768px) {
  #about .about_box {
    align-items: center;
  }
}

@media screen and (min-width: 768px) and (max-width: 1289px) {
  #about .about_box {
    align-items: flex-start;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #about .about_box {
    display: block;
    margin-bottom: 15vw;
  }
}

#about .about_box:last-child {
  margin-bottom: 0;
}

#about .about_box > figure {
  flex-shrink: 0;
  width: calc(60% + 6rem);
  overflow: hidden;
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
  margin-left: -6rem;
}

@media screen and (min-width: 768px) and (max-width: 1289px) {
  #about .about_box > figure {
    width: calc(50% + 6rem);
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #about .about_box > figure {
    width: calc(100% + 5vw);
    margin-left: -5vw;
  }
}

#about .about_box > figure img {
  width: 100%;
  display: block;
}

#about .about_box > div:not(.modal) {
  width: 35%;
}

@media screen and (min-width: 768px) and (max-width: 1289px) {
  #about .about_box > div:not(.modal) {
    width: 45%;
    margin-left: auto;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #about .about_box > div:not(.modal) {
    width: 95%;
    margin: 3vw auto 0;
  }
}

#about .about_box > div:not(.modal) > div {
  max-width: 40rem;
  margin-right: auto;
  padding-top: 1rem;
  position: relative;
  z-index: 10;
}

#about .about_box > div:not(.modal) > div .btn {
  text-align: center;
  margin-top: 3rem;
}

#about .about_box > div:not(.modal) > div .btn p {
  margin: 0 auto;
}

#about .about_box._rsv {
  flex-direction: row-reverse;
}

#about .about_box._rsv > figure {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-left: auto;
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
  margin-right: -6rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #about .about_box._rsv > figure {
    margin-right: -5vw;
  }
}

#about .about_box._rsv > div:not(.modal) {
  margin-left: 0;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #about .about_box._rsv > div:not(.modal) {
    margin-left: auto;
  }
}

#about .about_box._rsv > div:not(.modal) > div {
  margin-right: 0;
  margin-left: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 30000;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
}

.modal.active {
  opacity: 1;
  pointer-events: auto;
}

.modal .ovl {
  background: #95c200;
  opacity: 0.7;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  position: absolute;
  z-index: 100;
}

.modal .modal_content {
  position: absolute;
  z-index: 150;
  width: 85vw;
  height: auto;
  max-width: 920px;
  max-height: 90vh;
  background: #fff;
  padding: 4rem 8.5rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 4rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .modal .modal_content {
    padding: 10vw 5vw 7vw;
    border-radius: 5vw;
    width: 90vw;
  }
}

.modal .modal_content .modal_close {
  position: absolute;
  width: 3rem;
  height: 3rem;
  top: 2.5rem;
  right: 2.5rem;
  cursor: pointer;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .modal .modal_content .modal_close {
    width: 7vw;
    height: 7vw;
    top: 3vw;
    right: 3vw;
  }
}

.modal .modal_content .modal_close:before, .modal .modal_content .modal_close:after {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  background: #1e2973;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .modal .modal_content .modal_close:before, .modal .modal_content .modal_close:after {
    height: 6px;
    border-radius: 3px;
  }
}

.modal .modal_content .modal_close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal .modal_content .modal_close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modal .modal_content .modal_close:hover:before, .modal .modal_content .modal_close:hover:after {
  background: #ffc200;
}

.modal .modal_content .modal_inner {
  overflow-y: auto;
  max-height: 80vh;
}

.modal .modal_content h3 {
  color: #1e2973;
  text-shadow: 0.01em 0.01em 0 #1e2973, 0.01em -0.01em 0 #1e2973, -0.01em 0.01em 0 #1e2973, -0.01em -0.01em 0 #1e2973, 0.01em 0 0 #1e2973, 0 0.01em 0 #1e2973, -0.01em 0 0 #1e2973, 0 -0.01em 0 #1e2973;
  font-size: 2.57rem;
  letter-spacing: 0.1em;
  margin-bottom: 0.2em;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .modal .modal_content h3 {
    font-size: 1.8rem;
  }
}

.modal .modal_content table {
  margin-bottom: 4rem;
  width: 100%;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .modal .modal_content table {
    margin-bottom: 8vw;
  }
}

.modal .modal_content table tr th, .modal .modal_content table tr td {
  border: 1px solid #1e2973;
  padding: 1rem 1.3rem;
  font-size: 1.5rem;
  line-height: 1.85;
  text-align: justify;
  line-break: strict;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .modal .modal_content table tr th, .modal .modal_content table tr td {
    font-size: 1rem;
    padding: 3vw;
  }
}

.modal .modal_content table tr:nth-child(2n-1) th, .modal .modal_content table tr:nth-child(2n-1) td {
  background: rgba(30, 41, 115, 0.05);
}

.modal .modal_content table:nth-of-type(1) th {
  width: 24%;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .modal .modal_content table:nth-of-type(1) th {
    width: 27%;
  }
}

.modal .modal_content table:nth-of-type(1) td {
  width: 76%;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .modal .modal_content table:nth-of-type(1) td {
    width: 73%;
  }
}

.modal .modal_content table:nth-of-type(2) th {
  width: 29%;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .modal .modal_content table:nth-of-type(2) th {
    width: 36%;
  }
}

.modal .modal_content table:nth-of-type(2) td {
  width: 71%;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .modal .modal_content table:nth-of-type(2) td {
    width: 64%;
  }
}

.modal .modal_content figure figcaption {
  margin-top: 2rem;
  line-height: 2.28;
}

/******************************
value
******************************/
#value .ill_val1 {
  position: absolute;
  bottom: 100%;
  left: 1vw;
  width: 30vw;
  max-width: 553px;
  z-index: 10;
}

@media screen and (min-width: 768px) {
  #value .ill_val1 {
    transform: translateY(50%);
  }
}

@media screen and (min-width: 768px) and (max-width: 1289px) {
  #value .ill_val1 {
    left: 2vw;
    transform: translateY(70%);
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #value .ill_val1 {
    width: 26vw;
    top: 5vw;
    left: -2vw;
    height: 15vw;
  }
}

#value .ill_val1 div {
  width: 100%;
  padding-bottom: 57.50478%;
  box-sizing: content-box;
  height: 0;
}

#value .ill_val1 div figure {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#value .ill_val1 div figure img {
  width: 100%;
  height: auto;
}

#value .ill_val1.move div figure img {
  transform: translateY(-50%);
}

#value .value_content {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #value .value_content {
    display: block;
  }
}

#value .value_content .right {
  width: 20.5rem;
}

@media screen and (min-width: 1289px) and (max-width: 1430px) {
  #value .value_content .right {
    width: 17vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1289px) {
  #value .value_content .right {
    width: 17vw;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #value .value_content .right {
    width: 90%;
    margin: 0 auto 5vw;
  }
}

#value .value_content .right #slider_btn {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
  width: 70%;
}

@media screen and (min-width: 768px) and (max-width: 1289px) {
  #value .value_content .right #slider_btn {
    width: 80%;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #value .value_content .right #slider_btn {
    width: 50vw;
    margin: 5vw auto 0;
  }
}

@media screen and (min-width: 1289px) and (max-width: 1430px) {
  #value .value_content .right #slider_btn .vsArwPrev p, #value .value_content .right #slider_btn .vsArwNext p {
    width: 7vw;
    height: 7vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1289px) {
  #value .value_content .right #slider_btn .vsArwPrev p, #value .value_content .right #slider_btn .vsArwNext p {
    width: 7vw;
    height: 7vw;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #value .value_content .right #slider_btn .vsArwPrev p, #value .value_content .right #slider_btn .vsArwNext p {
    width: 15vw;
    height: 15vw;
  }
}

@media screen and (min-width: 1289px) and (max-width: 1430px) {
  #value .value_content .right #slider_btn .vsArwPrev p strong, #value .value_content .right #slider_btn .vsArwNext p strong {
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1289px) {
  #value .value_content .right #slider_btn .vsArwPrev p strong, #value .value_content .right #slider_btn .vsArwNext p strong {
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #value .value_content .right #slider_btn .vsArwPrev p strong, #value .value_content .right #slider_btn .vsArwNext p strong {
    font-size: 1.8rem;
  }
}

#value .value_content .right #slider_btn .vsArwPrev p strong {
  padding-right: 0.2em;
}

#value .value_content .right #slider_btn .vsArwNext p strong {
  padding-left: 0.2em;
}

#value .value_content .left {
  width: calc(100% - 27rem + 6rem);
  margin-left: -6rem;
}

@media screen and (min-width: 1289px) and (max-width: 1430px) {
  #value .value_content .left {
    width: calc(100% - 27rem + 6rem);
  }
}

@media screen and (min-width: 768px) and (max-width: 1289px) {
  #value .value_content .left {
    width: calc(62vw + 6rem);
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #value .value_content .left {
    width: 90vw;
    margin-left: -5vw;
  }
}

#value .value_content .left #VALUE-SLIDER .item {
  position: relative;
  z-index: 1;
  padding: 0 0 2rem 4rem;
  display: block !important;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #value .value_content .left #VALUE-SLIDER .item {
    padding: 0 2.5vw 2.5vw;
    z-index: 100;
  }
}

#value .value_content .left #VALUE-SLIDER .item figure {
  width: 59rem;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 1289px) and (max-width: 1430px) {
  #value .value_content .left #VALUE-SLIDER .item figure {
    width: 50vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1289px) {
  #value .value_content .left #VALUE-SLIDER .item figure {
    width: 50vw;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #value .value_content .left #VALUE-SLIDER .item figure {
    width: 100%;
  }
}

#value .value_content .left #VALUE-SLIDER .item figure:before {
  content: "";
  display: block;
  width: 59rem;
  height: 100%;
  background: #95c200;
  border-radius: 3rem;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 2;
}

@media screen and (min-width: 1289px) and (max-width: 1430px) {
  #value .value_content .left #VALUE-SLIDER .item figure:before {
    width: 50vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1289px) {
  #value .value_content .left #VALUE-SLIDER .item figure:before {
    width: 50vw;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #value .value_content .left #VALUE-SLIDER .item figure:before {
    width: 100%;
    border-radius: 5vw;
    top: 1vw;
    left: 1vw;
  }
}

#value .value_content .left #VALUE-SLIDER .item figure span {
  position: relative;
  z-index: 10;
  width: 100%;
  display: block;
  height: 0;
  padding-bottom: 84.33%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 3rem;
  overflow: hidden;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #value .value_content .left #VALUE-SLIDER .item figure span {
    border-radius: 5vw;
  }
}

#value .value_content .left #VALUE-SLIDER .item .txtarea {
  width: 59rem;
  position: absolute;
  top: 6rem;
  left: 4rem;
  z-index: 20;
  text-align: left;
  padding: 0 3rem;
}

@media screen and (min-width: 1289px) and (max-width: 1430px) {
  #value .value_content .left #VALUE-SLIDER .item .txtarea {
    width: 50vw;
    top: 10%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1289px) {
  #value .value_content .left #VALUE-SLIDER .item .txtarea {
    width: 50vw;
    top: 10%;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #value .value_content .left #VALUE-SLIDER .item .txtarea {
    width: 100%;
    top: 15vw;
    left: 0;
    padding: 0;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #value .value_content .left #VALUE-SLIDER .item .txtarea h4 {
    text-align: center;
  }
}

#value .value_content .left #VALUE-SLIDER .item .txtarea h4 img {
  display: block;
  width: 23rem;
  margin-left: 0;
  margin-right: auto;
}

@media screen and (min-width: 1289px) and (max-width: 1430px) {
  #value .value_content .left #VALUE-SLIDER .item .txtarea h4 img {
    width: 40%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1289px) {
  #value .value_content .left #VALUE-SLIDER .item .txtarea h4 img {
    width: 40%;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #value .value_content .left #VALUE-SLIDER .item .txtarea h4 img {
    width: 50%;
    margin: 0 auto;
  }
}

#value .value_content .left #VALUE-SLIDER .item .txtarea h4 strong {
  display: block;
  font-size: 3.14rem;
  letter-spacing: 0.1em;
  text-shadow: 0.01em 0.01em 0 #fff, 0.01em -0.01em 0 #fff, -0.01em 0.01em 0 #fff, -0.01em -0.01em 0 #fff, 0.01em 0 0 #fff, 0 0.01em 0 #fff, -0.01em 0 0 #fff, 0 -0.01em 0 #fff;
  color: #fff;
  line-height: 1.18;
  padding: 0 1rem;
  margin-top: 1rem;
}

@media screen and (min-width: 1289px) and (max-width: 1430px) {
  #value .value_content .left #VALUE-SLIDER .item .txtarea h4 strong {
    font-size: 2.5vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1289px) {
  #value .value_content .left #VALUE-SLIDER .item .txtarea h4 strong {
    font-size: 2.5vw;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #value .value_content .left #VALUE-SLIDER .item .txtarea h4 strong {
    font-size: 1.5rem;
    padding: 0 5vw;
  }
}

#value .value_content .left #VALUE-SLIDER .item .txtarea h4 strong span {
  font-size: 70%;
}

#value .value_content .left #VALUE-SLIDER .item .txtarea .txt {
  color: #fff;
  margin-top: 2rem;
  text-align: justify;
  padding-left: 1rem;
  width: 60%;
  text-shadow: 0.01em 0.01em 0 #fff, 0.01em -0.01em 0 #fff, -0.01em 0.01em 0 #fff, -0.01em -0.01em 0 #fff, 0.01em 0 0 #fff, 0 0.01em 0 #fff, -0.01em 0 0 #fff, 0 -0.01em 0 #fff;
}

@media screen and (min-width: 1289px) and (max-width: 1430px) {
  #value .value_content .left #VALUE-SLIDER .item .txtarea .txt {
    font-size: 1.4vw;
    margin-top: 1vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1289px) {
  #value .value_content .left #VALUE-SLIDER .item .txtarea .txt {
    font-size: 1.4vw;
    margin-top: 1vw;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #value .value_content .left #VALUE-SLIDER .item .txtarea .txt {
    font-size: 1.2rem;
    margin-top: 1vw;
  }
}

#value .value_content .left #VALUE-SLIDER .item .sp_txt {
  padding: 0 3vw;
  margin-top: 5vw;
}

#value .value_content .left #VALUE-SLIDER .item .btn {
  position: absolute;
  bottom: 6rem;
  left: 4.5rem;
  z-index: 20;
  padding: 0 0 0 3rem;
}

@media screen and (min-width: 1289px) and (max-width: 1430px) {
  #value .value_content .left #VALUE-SLIDER .item .btn {
    bottom: 10%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1289px) {
  #value .value_content .left #VALUE-SLIDER .item .btn {
    bottom: 10%;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #value .value_content .left #VALUE-SLIDER .item .btn {
    position: static;
    padding: 0;
    margin: 5vw auto 0;
  }
}

#value .value_content .left #VALUE-SLIDER .item .btn a {
  width: 29.5rem;
  height: 6.5rem;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 1289px) and (max-width: 1430px) {
  #value .value_content .left #VALUE-SLIDER .item .btn a {
    width: 30vw;
    height: 6vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1289px) {
  #value .value_content .left #VALUE-SLIDER .item .btn a {
    width: 30vw;
    height: 6vw;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #value .value_content .left #VALUE-SLIDER .item .btn a {
    width: 100%;
    height: 15vw;
    margin: 0 auto;
  }
}

#value .value_content .left #VALUE-SLIDER .item .btn a strong {
  line-height: 1.4;
}

@media screen and (min-width: 1289px) and (max-width: 1430px) {
  #value .value_content .left #VALUE-SLIDER .item .btn a strong {
    font-size: 1.4vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1289px) {
  #value .value_content .left #VALUE-SLIDER .item .btn a strong {
    font-size: 1.4vw;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #value .value_content .left #VALUE-SLIDER .item .btn a strong {
    font-size: 1rem;
  }
}

/******************************
flow
******************************/
#flow .ill_f1 {
  position: absolute;
  bottom: 100%;
  right: 2vw;
  width: 25vw;
  max-width: 377px;
  z-index: 10;
}

@media screen and (min-width: 768px) {
  #flow .ill_f1 {
    transform: translateY(80%);
  }
}

@media screen and (min-width: 768px) and (max-width: 1289px) {
  #flow .ill_f1 {
    transform: translateY(85%);
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #flow .ill_f1 {
    width: 26vw;
    top: -5vw;
    right: -2vw;
    height: 19vw;
  }
}

#flow .ill_f1 div {
  width: 100%;
  padding-bottom: 73.47%;
  box-sizing: content-box;
  height: 0;
}

#flow .ill_f1 div figure {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

#flow .ill_f1 div figure img {
  width: 100%;
  height: auto;
}

#flow .ill_f1.move div figure img {
  transform: translateY(-50%);
}

#flow .flow_content {
  margin-top: 4rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #flow .flow_content {
    margin-top: 7vw;
  }
}

#flow .flow_content ul {
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #flow .flow_content ul {
    display: block;
  }
}

#flow .flow_content ul li {
  width: 22.3%;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #flow .flow_content ul li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12vw;
  }
}

#flow .flow_content ul li div {
  position: relative;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #flow .flow_content ul li div {
    width: 50%;
  }
}

#flow .flow_content ul li div figure {
  overflow: hidden;
  width: 100%;
  height: 0;
  box-sizing: content-box;
  border-radius: 1.5vw;
  position: relative;
  padding-bottom: 95%;
}

#flow .flow_content ul li div figure img {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
}

#flow .flow_content ul li div:after {
  content: "▶︎";
  display: block;
  font-size: 2.5rem;
  color: #1e2973;
  position: absolute;
  top: 50%;
  left: 102%;
  transform: translateY(-50%);
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #flow .flow_content ul li div:after {
    content: "▼";
    top: 101%;
    left: 100%;
    transform: translateX(-50%);
    font-size: 6vw;
  }
}

#flow .flow_content ul li div:hover figure img {
  transform: translateY(-50%);
}

#flow .flow_content ul li div:hover:after {
  color: #95c200;
}

#flow .flow_content ul li p {
  margin-top: 1rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #flow .flow_content ul li p {
    width: 46%;
    margin-top: 0;
    font-size: 1.1rem;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #flow .flow_content ul li:last-child {
    margin-bottom: 0;
  }
}

#flow .flow_content ul li:last-child div:after {
  display: none;
}

#flow .shikumi {
  margin-top: 5rem;
  border: 1px solid #1e2973;
  border-radius: 3rem;
  padding: 4rem 1rem 4rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #flow .shikumi {
    margin-top: 8vw;
    border-radius: 5vw;
    padding: 5vw 3vw;
  }
}

#flow .shikumi h3 {
  text-align: center;
  font-size: 3.428rem;
  color: #1e2973;
  text-shadow: 0.025em 0.025em 0 #1e2973, 0.025em -0.025em 0 #1e2973, -0.025em 0.025em 0 #1e2973, -0.025em -0.025em 0 #1e2973, 0.025em 0 0 #1e2973, 0 0.025em 0 #1e2973, -0.025em 0 0 #1e2973, 0 -0.025em 0 #1e2973;
  letter-spacing: 0.2em;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #flow .shikumi h3 {
    font-size: 1.7rem;
    margin-bottom: 0.5rem;
  }
}

#flow .shikumi figure {
  max-width: 1210px;
  width: 95%;
  margin: 0 auto;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #flow .shikumi figure {
    width: 100%;
  }
}

/******************************
contact
******************************/
#contact {
  margin-top: 3rem;
  padding-bottom: 17rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #contact {
    margin-top: 0;
    padding-bottom: 20vw;
  }
}

#contact .ill_c1 {
  position: absolute;
  bottom: 100%;
  left: 5vw;
  width: 22vw;
  max-width: 339px;
  z-index: 10;
}

@media screen and (min-width: 768px) {
  #contact .ill_c1 {
    transform: translateY(70%);
  }
}

@media screen and (min-width: 768px) and (max-width: 1289px) {
  #contact .ill_c1 {
    transform: translateY(70%);
    left: 3vw;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #contact .ill_c1 {
    width: 22vw;
    top: 0;
    left: -2vw;
    height: 21vw;
  }
}

#contact .ill_c1 div {
  width: 100%;
  padding-bottom: 94.39%;
  box-sizing: content-box;
  height: 0;
}

#contact .ill_c1 div figure {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#contact .ill_c1 div figure img {
  width: 100%;
  height: auto;
}

#contact .ill_c1.move div figure img {
  transform: translateY(-50%);
}

#contact .txt_lead {
  max-width: 650px;
  margin: 0 auto;
}

#contact .btn {
  position: relative;
  z-index: 1;
  margin-top: 4rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #contact .btn {
    margin-top: 10vw;
  }
}

#contact .btn.btn_b a, #contact .btn.btn_b p {
  margin: 0 auto;
}

#contact .btn.btn_b a strong, #contact .btn.btn_b p strong {
  width: 23.6571429rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #contact .btn.btn_b a strong, #contact .btn.btn_b p strong {
    width: 13rem;
  }
}

#contact .btn.btn_b a strong img, #contact .btn.btn_b p strong img {
  width: 47.3142857rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #contact .btn.btn_b a strong img, #contact .btn.btn_b p strong img {
    width: 26rem;
  }
}

#contact .ill_c2 {
  position: relative;
  bottom: 100%;
  width: 20vw;
  max-width: 189px;
  z-index: 10;
  margin: 8rem auto 0;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #contact .ill_c2 {
    margin: 10vw auto 0;
  }
}

#contact .ill_c2 div {
  width: 100%;
  padding-bottom: 69.84127%;
  box-sizing: content-box;
  height: 0;
}

#contact .ill_c2 div figure {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#contact .ill_c2 div figure img {
  width: 100%;
  height: auto;
}

#contact .ill_c2.move div figure img {
  transform: translateY(-50%);
}

#contact .company {
  margin-top: 4rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #contact .company {
    margin: 10vw auto 0;
  }
}

#contact .company .txt {
  text-align: center;
  line-height: 1.57;
}

#contact .foot_logo {
  margin-top: 5rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #contact .foot_logo {
    margin-top: 10vw;
  }
}

#contact .foot_logo ul {
  display: flex;
  justify-content: center;
}

#contact .foot_logo ul li {
  margin-right: 3rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #contact .foot_logo ul li {
    margin-right: 3vw;
  }
}

#contact .foot_logo ul li:last-child {
  margin-right: 0;
}

#contact .foot_logo ul li a {
  display: block;
}

#contact .foot_logo ul li a:hover {
  opacity: 0.8;
}

#contact .foot_logo ul li img {
  height: 5.9285rem;
  width: auto;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #contact .foot_logo ul li img {
    height: 10vw;
  }
}

#contact .ill_c3 {
  position: absolute;
  bottom: 0;
  left: 10vw;
  width: 20vw;
  max-width: 264px;
  z-index: 10;
}

@media screen and (min-width: 768px) {
  #contact .ill_c3 {
    transform: translateY(20%);
  }
}

@media screen and (min-width: 768px) and (max-width: 1289px) {
  #contact .ill_c3 {
    transform: translateY(30%);
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #contact .ill_c3 {
    left: 10vw;
    height: 28vw;
    transform: translateY(30%);
  }
}

#contact .ill_c3 div {
  width: 100%;
  padding-bottom: 131.818%;
  box-sizing: content-box;
  height: 0;
}

#contact .ill_c3 div figure {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#contact .ill_c3 div figure img {
  width: 100%;
  height: auto;
}

#contact .ill_c3.move div figure img {
  transform: translateY(-50%);
}

#contact .ill_c4 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30vw;
  max-width: 511px;
  z-index: 10;
}

@media screen and (min-width: 768px) {
  #contact .ill_c4 {
    transform: translateY(20%);
  }
}

@media screen and (min-width: 768px) and (max-width: 1289px) {
  #contact .ill_c4 {
    transform: translateY(30%);
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #contact .ill_c4 {
    transform: translateY(30%);
    right: 5vw;
    height: 20vw;
  }
}

#contact .ill_c4 div {
  width: 100%;
  padding-bottom: 65.166%;
  box-sizing: content-box;
  height: 0;
}

#contact .ill_c4 div figure {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

#contact .ill_c4 div figure img {
  width: 100%;
  height: auto;
}

#contact .ill_c4.move div figure img {
  transform: translateY(-50%);
}

.ttl_plus{
    font-size:3rem;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
.ttl_plus{
    font-size:2rem;
    margin-left: 30%;
}
}

/*# sourceMappingURL=walp-style.css.map */
