@charset "UTF-8";
/* Scss Document */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

html {
  font-size: 62.5%; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* Scss Document */
/* Scss Document */
/* Scss Document */
@keyframes animation_screenSlide {
  0% {
    width: 100%; }
  100% {
    width: 0; } }
@keyframes animation_text {
  0% {
    opacity: 0;
    filter: blur(10px); }
  100% {
    opacity: 1;
    filter: blur(0px); } }
@keyframes scroll {
  0% {
    width: 0;
    left: 28%;
    opacity: 0; }
  30% {
    width: 40%;
    opacity: 1; }
  100% {
    width: 0;
    left: 100%;
    opacity: 0; } }
/* Scss Document */
body {
  box-sizing: border-box;
  background: #fff;
  line-height: 1.6666666667;
  letter-spacing: 0.06em;
  font-size: 1.2rem;
  color: #0f183b;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 500;
  word-wrap: break-word;
  overflow-x: hidden;
  text-justify: inter-ideograph;
  /* IEで必要 */
  text-justify: inter-character;
  /* Firefoxで必要 */
  margin: 0;
    }

  .background-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-image: url('/my-expo-story/img/home/background_sp.svg');
    background-size: cover;
    background-position: center;
    z-index: -1;
  }

  @media (min-width: 390px) {
    body {
      font-size: calc( 1.2rem + ( 1vw - 3.9px ) * 0.3797468354 ); } }
  @media (min-width: 1180px) {
    body {
      font-size: 1.5rem; } }

.t-center {
  text-align: center; }

.t-left {
  text-align: left; }

.t-right {
  text-align: right; }

.sp {
  display: inherit; }
  @media screen and (min-width: 769px) {
    .sp {
      display: none; } }
  @media screen and (min-width: 961px) {
    .sp {
      display: none; } }

.tab {
  display: none; }
  @media screen and (min-width: 769px) {
    .tab {
      display: inherit; } }
  @media screen and (min-width: 961px) {
    .tab {
      display: inherit; } }
  @media screen and (min-width: 1181px) {
    .tab {
      display: none; } }

.sp-tab {
  display: inherit; }
  @media screen and (min-width: 769px) {
    .sp-tab {
      display: inherit; } }
  @media screen and (min-width: 961px) {
    .sp-tab {
      display: inherit; } }
  @media screen and (min-width: 1181px) {
    .sp-tab {
      display: none; } }

.pc-tab {
  display: none; }
  @media screen and (min-width: 769px) {
    .pc-tab {
      display: inherit; } }
  @media screen and (min-width: 961px) {
    .pc-tab {
      display: inherit; } }
  @media screen and (min-width: 1181px) {
    .pc-tab {
      display: inherit; } }

.pc {
  display: none; }
  @media screen and (min-width: 769px) {
    .pc {
      display: none; } }
  @media screen and (min-width: 961px) {
    .pc {
      display: none; } }
  @media screen and (min-width: 1181px) {
    .pc {
      display: inherit; } }

a, button {
  text-decoration: none;
  color: inherit;
  transition: .4s; }

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none; }

a {
  display: block; }
  a:hover {
    opacity: 0.8; }

a[href*="tel:"] {
  display: block; }

main {
  display: block; }

img {
  width: 100%;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast; }

.inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 1180px;
  margin: auto;
  padding: 0% 5.33% 0% 5.33%; }
  @media screen and (min-width: 769px) {
    .inner {
      padding: 0% 1.69% 0% 1.69%; } }
  @media screen and (min-width: 1221px) {
    .inner {
      padding: 0; } }

.s-inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 750px;
  margin: auto;
  padding: 0% 5.33% 0% 5.33%;
  max-width: 750px; }
  @media screen and (min-width: 769px) {
    .s-inner {
      padding: 0% 1.69% 0% 1.69%; } }
  @media screen and (min-width: 1221px) {
    .s-inner {
      padding: 0; } }
  @media screen and (min-width: 961px) {
    .s-inner {
      padding: 0% 1.69% 0% 1.69%; } }
  @media screen and (min-width: 961px) {
    .s-inner {
      padding: 0; } }

.l-inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 1480px;
  margin: auto;
  padding: 0% 5.33% 0% 5.33%;
  max-width: 1480px; }
  @media screen and (min-width: 769px) {
    .l-inner {
      padding: 0% 1.69% 0% 1.69%; } }
  @media screen and (min-width: 1221px) {
    .l-inner {
      padding: 0; } }
  @media screen and (min-width: 961px) {
    .l-inner {
      padding: 0% 1.69% 0% 1.69%; } }
  @media screen and (min-width: 1521px) {
    .l-inner {
      padding: 0; } }

.fit {
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;"; }

h2 {
  font-size: 2.4rem;
  text-align: center;
  line-height: normal; }
  @media (min-width: 768px) {
    h2 {
      font-size: calc( 2.4rem + ( 1vw - 7.68px ) * 1.171875 ); } }
  @media (min-width: 1280px) {
    h2 {
      font-size: 3rem; } }

h3 {
  font-size: 1.8rem;
  text-align: center;
  line-height: normal; }
  @media (min-width: 768px) {
    h3 {
      font-size: calc( 1.8rem + ( 1vw - 7.68px ) * 1.171875 ); } }
  @media (min-width: 1280px) {
    h3 {
      font-size: 2.4rem; } }

p {
  font-size: 100%; }

address {
  font-style: normal; }

::selection {
  background: #c53028;
  color: #fff; }

.en {
  font-family: "Helvetica Neue", Arial, sans-serif;
  letter-spacing: normal; }

.num {
  font-family: "Helvetica Neue", Arial, sans-serif;
  letter-spacing: normal; }

.gothic {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif; }

.mincho {
  font-family: YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif; }

.font-b {
  font-weight: bold; }

.icon {
  margin-right: 5px; }

.flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .flex-wrap > * {
    flex: 0 1 48%;
    width: 48%;
    max-width: 48%; }

.mb-box {
  margin: 0% 0% 13.33% 0%; }

.cap {
  display: block;
  margin-top: 5px;
  text-align: right;
  font-size: 1.1rem;
  letter-spacing: normal;
  line-height: 1; }

.attent {
  display: block;
  font-size: 1.1rem;
  letter-spacing: normal;
  line-height: 1.5; }

.ms-txt {
  font-size: 80%; }

.s-txt {
  font-size: 50%; }

.ml-txt {
  font-size: 120%; }

.l-txt {
  font-size: 150%; }

.ll-txt {
  font-size: 200%; }

figure {
  position: relative; }
  figure .imgcap, figure .imgcap--wh {
    position: absolute;
    left: 5px;
    bottom: 3px;
    font-size: 1rem;
    letter-spacing: normal; }
    figure .imgcap--wh {
      color: #fff; }

#contents {
  padding-top: 64px; }

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) {
  .mb-box {
    margin-bottom: 100px; } }
/*------------------------------
		1021px以上
------------------------------*/
@media screen and (min-width: 961px) {
  body {
    line-height: 2;
     }
  .background-fixed {
    background-image: url('/my-expo-story/img/home/background.svg');
    background-position: top;
  }

  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none; }

  #contents {
    padding-top: 130px; } }
/*------------------------------
		1221px以上
------------------------------*/
@media screen and (min-width: 1181px) {
  #contents {
    padding-top: 160px; } }
/* Scss Document */
#header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  height: 64px;
  background: #fff;
  transition: .4s; }
  #header .header__logo {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: 37%;
    max-width: 170px; }
  #header .header__favorite {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    right: 55px;
    width: 39%;
    max-width: 130px; }
    #header .header__favorite a {
      display: block;
      padding: 10px;
      font-size: 1.2rem;
      text-align: center;
      color: #fff;
      background: #7BA820;
      border-radius: 50px; }
      #header .header__favorite a i {
        padding-right: 5px;
        font-size: 1rem; }
  #header .header__menubtn {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    right: 20px;
    height: 16px;
    width: 25px; }
    #header .header__menubtn span {
      display: block;
      content: '';
      position: absolute;
      z-index: 1;
      height: 2px;
      width: 100%;
      background: #7BA820;
      transition: .4s; }
      #header .header__menubtn span:first-child {
        top: 0; }
      #header .header__menubtn span:nth-child(2) {
        top: 0;
        bottom: 0;
        margin: auto; }
      #header .header__menubtn span:last-child {
        bottom: 0; }
  #header .header__nav {
    display: none;
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 0;
    padding: 84px 0 20px;
    box-sizing: border-box;
    width: 100%;
    height: 100vh;
    background: #fff;
    overflow-y: scroll;
    transform: translatex(-50%); }
    #header .header__nav-list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
      #header .header__nav-list > li {
        flex: 0 1 100%;
        width: 100%;
        max-width: 100%;
        margin: 0 4%;
        border-bottom: solid 1px #7BA820;
        font-size: 1.6rem; }
        #header .header__nav-list > li a {
          padding: 10px;
          color: #7BA820; }
        #header .header__nav-list > li.header__nav-sub {
          flex: 0 1 auto;
          width: auto;
          max-width: auto;
          margin-top: 10px;
          font-size: 1.3rem;
          border-bottom: none; }
          #header .header__nav-list > li.header__nav-sub a {
            color: #5F5F5F; }
    #header .header__nav .header__search {
      margin: 0 10px 10px;
      background: #e8eddf;
      border-bottom: none; }
      #header .header__nav .header__search-icon {
        margin-right: 10px; }
      #header .header__nav .header__search-ttl {
        position: relative;
        padding: 8px;
        border-bottom: none;
        background: #333;
        color: #fff;
        text-align: center;
        transition: .3s; }
      #header .header__nav .header__search-list li {
        flex: 0 1 50%;
        width: 50%;
        max-width: 50%;
        box-sizing: border-box;
        border-bottom: solid 1px #fff;
        font-size: 1.4rem;
        text-align: center;
        color: #0f183b; }
        #header .header__nav .header__search-list li a {
          padding: 8px; }
        #header .header__nav .header__search-list li:nth-child(odd) {
          border-right: solid 1px #fff; }
        #header .header__nav .header__search-list li:nth-child(n+5) {
          border-bottom: none; }
    #header .header__nav .header__contact {
      padding-top: 15px;
      border-bottom: none;
      text-align: center; }
      #header .header__nav .header__contact-num {
        font-size: 3.7rem;
        line-height: 1;
        color: #0f183b;
        font-family: "Helvetica Neue", Arial, sans-serif; }
        #header .header__nav .header__contact-num a {
          padding: 0; }
      #header .header__nav .header__contact-attent {
        font-size: 1.2rem; }
  #header .header__contact-ttl {
    color: #7BA820;
    font-size: 1.4rem; }
  #header .header__contact-num {
    color: #0f183b;
    font-size: 3.7rem; }
  #header .header__contact-attent {
    font-size: 1.2rem; }
  #header .header__contact-btn {
    margin-top: 10px; }
    #header .header__contact-btn a {
      display: block;
      padding: 15px !important;
      border: 3px solid #7BA820;
      border-radius: 30px;
      font-size: 1.6rem; }
  #header .header__contact-icon {
    margin-right: 10px; }

.open #header .header__menubtn span:first-child {
  top: 7px;
  transform: rotate(315deg); }
.open #header .header__menubtn span:nth-child(2) {
  opacity: 0; }
.open #header .header__menubtn span:last-child {
  bottom: 7px;
  transform: rotate(-315deg); }

/*------------------------------
		769px以上
------------------------------*/
/*------------------------------
		961px以上
------------------------------*/
@media screen and (min-width: 961px) {
  #header {
    height: 130px; }
    #header .header__logo {
      width: 20%;
      max-width: 260px;
      top: calc(50% - 15px); }
    #header .header__favorite {
      top: calc(50% - 15px);
      right: 20px;
      width: 16%;
      max-width: 200px; }
      #header .header__favorite .header__favorite-icon {
        vertical-align: middle;
        display: inline-block;
        font-size: 1.8rem; } }
      @media screen and (min-width: 961px) and (min-width: 961px) {
        #header .header__favorite .header__favorite-icon {
          font-size: calc( 1.8rem + ( 1vw - 9.61px ) * 2.2831050228 ); } }
      @media screen and (min-width: 961px) and (min-width: 1180px) {
        #header .header__favorite .header__favorite-icon {
          font-size: 2.3rem; } }
@media screen and (min-width: 961px) {
      #header .header__favorite a {
        padding: 15px 0;
        font-size: 1.3rem; } }
      @media screen and (min-width: 961px) and (min-width: 961px) {
        #header .header__favorite a {
          font-size: calc( 1.3rem + ( 1vw - 9.61px ) * 0.9132420091 ); } }
      @media screen and (min-width: 961px) and (min-width: 1180px) {
        #header .header__favorite a {
          font-size: 1.5rem; } }
@media screen and (min-width: 961px) {
    #header .header__nav {
      display: block;
      height: auto;
      width: auto;
      margin: 0;
      padding: 0;
      position: static;
      transform: none; }
      #header .header__nav-list {
        position: absolute;
        right: 20%;
        top: calc(50% - 15px);
        transform: translateY(-50%); }
        #header .header__nav-list > li {
          flex: 0 1 auto;
          width: auto;
          max-width: auto;
          margin: 0 0 0 15px !important;
          border: none;
          font-size: 1.4rem; } }
        @media screen and (min-width: 961px) and (min-width: 961px) {
          #header .header__nav-list > li {
            font-size: calc( 1.4rem + ( 1vw - 9.61px ) * 0.4566210046 ); } }
        @media screen and (min-width: 961px) and (min-width: 1180px) {
          #header .header__nav-list > li {
            font-size: 1.5rem; } }
@media screen and (min-width: 961px) {
          #header .header__nav-list > li a {
            padding: 0;
            color: #0f183b !important; }
            #header .header__nav-list > li a:hover, #header .header__nav-list > li a.active {
              color: #7BA820 !important; }
          #header .header__nav-list > li.header__nav-sub {
            font-size: 1.4rem; } }
          @media screen and (min-width: 961px) and (min-width: 961px) {
            #header .header__nav-list > li.header__nav-sub {
              font-size: calc( 1.4rem + ( 1vw - 9.61px ) * 0.4566210046 ); } }
          @media screen and (min-width: 961px) and (min-width: 1180px) {
            #header .header__nav-list > li.header__nav-sub {
              font-size: 1.5rem; } }
@media screen and (min-width: 961px) {
      #header .header__nav .header__contact-pc {
        display: none; }
      #header .header__nav .header__search {
        position: absolute;
        z-index: 1;
        left: 20px;
        bottom: 0;
        margin: 0;
        background: transparent; }
        #header .header__nav .header__search-ttl {
          display: none; }
        #header .header__nav .header__search-list {
          left: 20px;
          bottom: 0; }
          #header .header__nav .header__search-list li {
            flex: 0 1 auto;
            width: auto;
            max-width: auto; }
            #header .header__nav .header__search-list li a {
              position: relative;
              padding: 0 15px 5px; }
              #header .header__nav .header__search-list li a:after {
                display: block;
                position: absolute;
                left: 0;
                bottom: 0;
                z-index: 1;
                transform: scale(0, 1);
                width: 100%;
                height: 5px;
                opacity: 0;
                background: #7BA820;
                content: '';
                transition: .3s; }
              #header .header__nav .header__search-list li a:hover:after, #header .header__nav .header__search-list li a.active:after {
                transform: scale(1, 1);
                opacity: 1; }
    #header .header__menubtn {
      display: none; }
    #header .header__contact {
      display: none; } }
/*------------------------------
		1181px以上
------------------------------*/
@media screen and (min-width: 1181px) {
  #header {
    height: 160px; }
    #header .header__nav-list {
      right: 250px; }
      #header .header__nav-list > li {
        margin: 0 0 0 25px !important; } }
/* Scss Document */
#footer {
  text-align: center;
  color: #fff; }
  #footer #gotop {
    padding: 15px 0;
    border-bottom: 1px solid;
    text-align: center;
    font-size: 1.6rem;
    background: #0f183b; }
    #footer #gotop i {
      margin-right: 10px; }
    #footer #gotop .sp {
      display: inline; }
  #footer .footer__search {
    display: none; }
  #footer .footer__nav {
    margin-bottom: 40px;
    background: #0f183b; }
    #footer .footer__nav-list li {
      flex: 0 1 50%;
      width: 50%;
      max-width: 50%;
      border-bottom: 1px solid;
      box-sizing: border-box; }
      #footer .footer__nav-list li a {
        display: block;
        font-size: 1.4rem;
        text-align: center;
        padding: 15px 5.33%; }
      #footer .footer__nav-list li:nth-child(odd) {
        border-right: 1px solid; }
  #footer .footer__corp {
    margin-bottom: 10px;
    text-align: center;
    color: #0f183b;
    background: #fff; }
  #footer .footer__logo {
    margin: 0 auto 30px;
    width: 60%;
    max-width: 280px; }
  #footer .footer__copyright {
    font-size: 1.2rem; }

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) {
  #footer #gotop {
    position: fixed;
    z-index: 1000;
    right: 30px;
    bottom: 30px;
    padding: 0;
    border: none;
    background: transparent; }
    #footer #gotop a {
      display: block;
      height: 60px;
      width: 60px;
      min-width: 60px;
      line-height: 60px;
      border-radius: 100%;
      text-align: center;
      letter-spacing: normal;
      background: #7BA820;
      border: 1px solid #7BA820; }
      #footer #gotop a:hover {
        background: #fff;
        color: #7BA820; }
    #footer #gotop i {
      margin: 0; }
    #footer #gotop .sp {
      display: none; }
  #footer .footer__nav {
    margin-bottom: 30px; }
    #footer .footer__nav-list {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      max-width: 1180px;
      margin: auto;
      padding: 4.23% 1.69% 6.77% 1.69%; }
      #footer .footer__nav-list li {
        flex: 0 1 21%;
        width: 21%;
        max-width: 21%;
        width: 100%;
        margin-bottom: 20px;
        border-bottom: none; }
        #footer .footer__nav-list li a {
          padding: 0;
          text-align: left; }
          #footer .footer__nav-list li a:before {
            margin-right: 5px;
            font-family: "Font Awesome 5 Free";
            content: '\f138'; }
        #footer .footer__nav-list li:nth-child(odd) {
          border-right: none; }
  #footer .footer__search {
    display: block;
    padding: 15px 0;
    background: #2F2F2F;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    #footer .footer__search-ttl {
      flex: 0 1 auto;
      width: auto;
      max-width: auto;
      margin-right: 30px; }
    #footer .footer__search-list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      flex: 0 1 auto;
      width: auto;
      max-width: auto; }
      #footer .footer__search-list li {
        flex: 0 1 auto;
        width: auto;
        max-width: auto;
        border-right: 1px solid; }
        #footer .footer__search-list li a {
          padding: 0 30px; }
        #footer .footer__search-list li:first-child {
          border-left: 1px solid; }
  #footer .footer__corp {
    max-width: 1180px;
    margin: auto;
    padding: 0% 1.69% 0% 1.69%;
    text-align: right; }
  #footer .footer__logo {
    margin: 0 0 10px; } }
/*------------------------------
		961px以上
------------------------------*/
/*------------------------------
		1181px以上
------------------------------*/
@media screen and (min-width: 1181px) {
  #footer .footer__nav-list {
    padding: 50px 0 80px; }
  #footer .footer__corp {
    padding: 0; } }
/* Scss Document */
/*-------下層タイトル-------*/
#mainttl {
  margin: 0% 0% 13.33% 0%; }
  #mainttl .mainttl__img img {
    object-position: right;
    height: 25vw;
    max-height: 180px; }
  #mainttl .mainttl__img:before {
    display: block;
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    width: 80%;
    bottom: -1px;
    max-width: 440px;
    height: 9vw;
    max-height: 45px;
    padding: 15px;
    margin: auto;
    box-sizing: border-box;
    background: #fff;
    border-radius: 20px 20px 0 0;
    text-align: center; }
  #mainttl .mainttl__ttl-wrap {
    text-align: center; }
    #mainttl .mainttl__ttl-wrap .mainttl__ttl {
      margin-bottom: 10px;
      font-size: 2.2rem;
      line-height: 1; }
      @media (min-width: 375px) {
        #mainttl .mainttl__ttl-wrap .mainttl__ttl {
          font-size: calc( 2.2rem + ( 1vw - 3.75px ) * 1.4906832298 ); } }
      @media (min-width: 1180px) {
        #mainttl .mainttl__ttl-wrap .mainttl__ttl {
          font-size: 3.4rem; } }
    #mainttl .mainttl__ttl-wrap .mainttl__copy {
      font-size: 1.4rem; }
      @media (min-width: 375px) {
        #mainttl .mainttl__ttl-wrap .mainttl__copy {
          font-size: calc( 1.4rem + ( 1vw - 3.75px ) * 0.248447205 ); } }
      @media (min-width: 1180px) {
        #mainttl .mainttl__ttl-wrap .mainttl__copy {
          font-size: 1.6rem; } }

/*-------コンテンツタイトル-------*/
.ttl-wp {
  margin-bottom: 25px;
  text-align: center; }
  .ttl-wp .ttl-en {
    font-size: 3.2rem;
    line-height: normal; }
    @media (min-width: 769px) {
      .ttl-wp .ttl-en {
        font-size: calc( 3.2rem + ( 1vw - 7.69px ) * 7.7858880779 ); } }
    @media (min-width: 1180px) {
      .ttl-wp .ttl-en {
        font-size: 6.4rem; } }
  .ttl-wp .ttl-jp {
    font-size: 1.4rem; }
    @media (min-width: 769px) {
      .ttl-wp .ttl-jp {
        font-size: calc( 1.4rem + ( 1vw - 7.69px ) * 0.4866180049 ); } }
    @media (min-width: 1180px) {
      .ttl-wp .ttl-jp {
        font-size: 1.6rem; } }

/*-------ボタン-------*/
.btn--more a {
  font-size: 1.5rem;
  position: relative;
  display: block;
  margin: auto;
  padding: 25px 10px 25px 40px;
  max-width: 260px;
  text-align: center;
  color: #fff;
  background: #7BA820;
  border: solid 3px #7BA820;
  border-radius: 50px;
  box-sizing: border-box; }
  @media (min-width: 769px) {
    .btn--more a {
      font-size: calc( 1.5rem + ( 1vw - 7.69px ) * 1.2165450122 ); } }
  @media (min-width: 1180px) {
    .btn--more a {
      font-size: 2rem; } }
  .btn--more a::after {
    font-size: 1.4rem;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    content: "\f061";
    left: 30px;
    width: auto;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transform: translateY(-50%) translateX(0px);
    transition: .3s; }
    @media (min-width: 769px) {
      .btn--more a::after {
        font-size: calc( 1.4rem + ( 1vw - 7.69px ) * 2.4330900243 ); } }
    @media (min-width: 1180px) {
      .btn--more a::after {
        font-size: 2.4rem; } }

/*-------ご利用方法-------*/
.links .links__ttl {
  margin: 0% 0% 8% 0%;
  font-size: 1.8rem; }
  @media (min-width: 375px) {
    .links .links__ttl {
      font-size: calc( 1.8rem + ( 1vw - 3.75px ) * 1.2422360248 ); } }
  @media (min-width: 1180px) {
    .links .links__ttl {
      font-size: 2.8rem; } }
.links .links__list li {
  margin: 0% 0% 5.33% 0%; }
  .links .links__list li a {
    display: block;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15); }
.links .links__list-ttl {
  position: relative;
  padding: 3.57% 3.57% 3.57% 3.57%;
  font-size: 1.4rem; }
  @media (min-width: 375px) {
    .links .links__list-ttl {
      font-size: calc( 1.4rem + ( 1vw - 3.75px ) * 0.248447205 ); } }
  @media (min-width: 1180px) {
    .links .links__list-ttl {
      font-size: 1.6rem; } }
  .links .links__list-ttl:after {
    content: '\f054';
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    right: 3.57%;
    font-family: "Font Awesome 5 Free"; }

/*-------お問い合わせ-------*/
.contact {
  position: relative;
  margin: 16% 0% 0% 0%;
  padding: 100px 0 60px;
  background: url("/img/common/bg_contact.jpg") center/cover no-repeat; }
  .contact .contact__ttl {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    transform: translate(-50%, -35%);
    margin-bottom: 0; }
  .contact .contact__txt-wp {
    margin-bottom: 30px;
    text-align: center; }
    .contact .contact__txt-wp .contact__main-txt {
      font-size: 1.9rem;
      margin-bottom: 10px; }
      @media (min-width: 769px) {
        .contact .contact__txt-wp .contact__main-txt {
          font-size: calc( 1.9rem + ( 1vw - 7.69px ) * 4.1362530414 ); } }
      @media (min-width: 1180px) {
        .contact .contact__txt-wp .contact__main-txt {
          font-size: 3.6rem; } }
    .contact .contact__txt-wp .contact__sub-txt {
      font-size: 1.3rem; }
      @media (min-width: 769px) {
        .contact .contact__txt-wp .contact__sub-txt {
          font-size: calc( 1.3rem + ( 1vw - 7.69px ) * 0.7299270073 ); } }
      @media (min-width: 1180px) {
        .contact .contact__txt-wp .contact__sub-txt {
          font-size: 1.6rem; } }
  .contact .contact__wp {
    margin: auto;
    padding: 30px 15px;
    max-width: 930px;
    background: #fff;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16); }
    .contact .contact__wp .contact__tel {
      margin-bottom: 25px;
      padding-bottom: 25px;
      border-bottom: solid 1px #D9D9D9;
      text-align: center; }
      .contact .contact__wp .contact__tel .contact__contact-tel {
        font-size: 1.8rem; }
        @media (min-width: 769px) {
          .contact .contact__wp .contact__tel .contact__contact-tel {
            font-size: calc( 1.8rem + ( 1vw - 7.69px ) * 0.9732360097 ); } }
        @media (min-width: 1180px) {
          .contact .contact__wp .contact__tel .contact__contact-tel {
            font-size: 2.2rem; } }
      .contact .contact__wp .contact__tel a {
        font-size: 4.2rem;
        line-height: normal; }
        @media (min-width: 769px) {
          .contact .contact__wp .contact__tel a {
            font-size: calc( 4.2rem + ( 1vw - 7.69px ) * 1.9464720195 ); } }
        @media (min-width: 1180px) {
          .contact .contact__wp .contact__tel a {
            font-size: 5rem; } }
      .contact .contact__wp .contact__tel .contact__contact-time {
        font-size: 1.2rem; }
        @media (min-width: 769px) {
          .contact .contact__wp .contact__tel .contact__contact-time {
            font-size: calc( 1.2rem + ( 1vw - 7.69px ) * 0.4866180049 ); } }
        @media (min-width: 1180px) {
          .contact .contact__wp .contact__tel .contact__contact-time {
            font-size: 1.4rem; } }
    .contact .contact__wp .contact__btn {
      text-align: center; }
      .contact .contact__wp .contact__btn a {
        font-size: 1.7rem;
        position: relative;
        padding: 15px;
        color: #FF5800;
        background: #fff;
        border: solid 4px #FF5800;
        text-align: center;
        box-sizing: border-box;
        border-radius: 50px; }
        @media (min-width: 769px) {
          .contact .contact__wp .contact__btn a {
            font-size: calc( 1.7rem + ( 1vw - 7.69px ) * 1.4598540146 ); } }
        @media (min-width: 1180px) {
          .contact .contact__wp .contact__btn a {
            font-size: 2.3rem; } }
        .contact .contact__wp .contact__btn a i {
          padding-right: 10px; }
        .contact .contact__wp .contact__btn a p {
          display: inline-block; }

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) {
  /*-------タイトル-------*/
  #mainttl {
    margin-bottom: 60px; }
    #mainttl .mainttl__ttl-wrap .mainttl__ttl {
      margin-bottom: 10px; }

  /*-------コンテンツタイトル-------*/
  .ttl-wp {
    margin-bottom: 40px; }

  /*-------ボタン-------*/
  .btn--more a {
    max-width: 360px;
    color: #7BA820;
    background: #fff; }
    .btn--more a:hover {
      color: #fff;
      background: #7BA820;
      opacity: 1; }
      .btn--more a:hover::after {
        transform: translateY(-50%) translateX(20px); }

  /*-------ご利用方法-------*/
  .links .links__ttl {
    margin-bottom: 50px; }
  .links .links__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .links .links__list li {
      flex: 0 1 48%;
      width: 48%;
      max-width: 48%;
      margin-bottom: 40px; }
      .links .links__list li:nth-last-child(-n + 2) {
        margin-bottom: 0; }
    .links .links__list-img {
      overflow: hidden; }
      .links .links__list-img img {
        transition: .4s; }
    .links .links__list a:hover {
      background: #C9BD9B;
      color: #fff; }
      .links .links__list a:hover .links__list-img img {
        transform: scale(1.1); }

  /*-------お問い合わせ-------*/
  .contact {
    margin-top: 120px; }
    .contact .contact__wp {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      position: relative;
      padding: 40px; }
      .contact .contact__wp .contact__tel {
        flex: 0 1 calc(50% - 40px);
        width: calc(50% - 40px);
        max-width: calc(50% - 40px);
        margin-bottom: 0;
        padding-bottom: 0;
        box-sizing: border-box;
        border-bottom: none;
        border-right: 1px solid #707070; }
      .contact .contact__wp .contact__btn {
        flex: 0 1 calc(50% + 40px);
        width: calc(50% + 40px);
        max-width: calc(50% + 40px);
        padding-left: 40px;
        box-sizing: border-box; }
        .contact .contact__wp .contact__btn a {
          padding: 40px;
          line-height: 1;
          border-radius: 80px; }
          .contact .contact__wp .contact__btn a i {
            padding-right: 10px; }
          .contact .contact__wp .contact__btn a:hover {
            color: #fff;
            background: #FF5800;
            opacity: 1; } }
/*------------------------------
		961px以上
------------------------------*/
/*------------------------------
		1181px以上
------------------------------*/

/*# sourceMappingURL=common.css.map */
