@charset "UTF-8";
.is-moveup {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
}

.is-view {
  opacity: 1;
  -webkit-animation: all 0.8s linear;
  animation: all 0.8s linear;
  -webkit-transition-duration: 2s;
  transition-duration: 2s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.js-fadeIn {
  opacity: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  transition: transform 0.8s ease-out, opacity 0.8s ease-out,
    -webkit-transform 0.8s ease-out;
}

.js-fadeIn.is-fadeIn {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.js-changeTop {
  background: #ffffff;
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@font-face {
  font-family: "Yu Gothic", sans-serif;
  font-style: normal;
  font-weight: bold;
  src: local(YuGothB);
}

@font-face {
  font-family: "Yu Gothic", sans-serif;
  font-style: normal;
  font-weight: 400;
  src: local(YuGothR);
}

@font-face {
  font-family: "Yu Gothic", sans-serif;
  font-style: normal;
  font-weight: 500;
  src: local(YuGothM);
}

@font-face {
  font-family: "Yu Gothic", sans-serif;
  font-style: normal;
  font-weight: 300;
  src: local(YuGothL);
}

/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
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,
dialog,
figure,
footer,
header,
nav,
section,
time,
mark,
audio,
video {
  font-size: 1em;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  -webkit-text-size-adjust: 100%;
}

body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "tbudrgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
}

table,
input,
textarea,
select,
option {
  line-height: 1.1;
  font-weight: 300;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  width: 100%;
  vertical-align: top;
  -o-object-fit: cover;
  object-fit: cover;
}

a {
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  text-decoration: none;
  color: inherit;
}

@media screen and (min-width: 1024px) {
  a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
  }
}

form label {
  cursor: pointer;
}

.absLink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
}

/*------------------------------------------------------------
for develop
------------------------------------------------------------*/
#__bs_notify__ {
  opacity: 0.3 !important;
  font-size: 0.5rem !important;
  line-height: 100% !important;
  padding: 0 5px 0 5px !important;
  border-radius: 0 !important;
}

.c-dev-title1 {
  background: #000;
  color: #fff;
  line-height: 1;
  padding: 6px 0 6px 15px;
  font-size: 1.6rem;
  margin: 60px 0 20px 0;
}

.c-dev-title2 {
  background: #888;
  color: #fff;
  line-height: 1;
  padding: 6px 0 6px 30px;
  font-size: 1.3rem;
  margin: 50px 0 10px 0;
}

.c-dev-message1 {
  top: 0;
  left: 0;
  background: #f00;
  color: #fff;
  z-index: 9999;
  position: fixed;
  line-height: 1;
  padding: 3px 6px;
  opacity: 0.6;
  font-size: 0.8rem;
}

@media only screen and (max-width: 900px) {
  .pc-only {
    display: none !important;
  }
  img {
    max-width: 100%;
    height: 100%;
    width: 100%;
  }
}

/*------------------------------------------------------------
breadcrumb
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-breadcrumb ul {
  padding: 20px 0;
}
@media only screen and (max-width: 900px) {
  .c-breadcrumb ul {
    padding: 10px 0;
  }
}
.c-breadcrumb ul li {
  font-size: 1.4rem;
  position: relative;
  padding-left: 15px;
  display: inline;
}
@media only screen and (max-width: 900px) {
  .c-breadcrumb ul li {
    font-size: 1.2rem;
  }
}
.c-breadcrumb ul li:before {
  content: "/";
  position: absolute;
  left: 4px;
  top: 0;
  font-size: 1.4rem;
  /* -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); */
  color: #000000;
}
@media only screen and (max-width: 900px) {
  .c-breadcrumb ul li:before {
    font-size: 1.2rem;
  }
}
.c-breadcrumb ul li:first-of-type {
  padding-left: 0;
}
.c-breadcrumb ul li:first-of-type:before {
  content: none;
}
.c-breadcrumb ul li a {
  text-decoration: none;
  color: #333;
  line-height: 1.5;
  display: inline-block;
}

.c-fCenter {
  padding: 15px 0 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 0;
  color: #393939;
}
@media only screen and (max-width: 900px) {
  .c-fCenter {
    padding: 15px 0 0;
    display: block;
  }
}
.c-fCenter__txt1 {
  font-size: 1.6rem;
  color: #ffffff;
}
@media only screen and (max-width: 900px) {
  .c-fCenter__txt1 {
    font-size: 1.4rem;
  }
}
.c-fCenter__txt1 span {
  display: inline-block;
  width: 100px;
}
.c-fCenter__txt1 a {
  color: inherit;
  text-decoration: none;
}
.c-fCenter__txt1 + .c-fCenter__txt1 {
  margin-top: 5px;
}
.c-fCenter__txt3 {
  font-size: 4rem;
  margin: 15px 0 30px;
}
.c-fCenter__txt3 a {
  color: #fff;
  position: relative;
  padding-left: 30px;
}
.c-fCenter__txt3 a::before {
  content: "";
  background: url(../img/common/phone_icon2.png) no-repeat;
  width: 22px;
  height: 42px;
  position: absolute;
  top: 10px;
  left: 0;
}
.c-fCenter__box1 {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.c-fCenter__hotline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  height: 220px;
}
@media only screen and (max-width: 900px) {
  .c-fCenter__hotline {
    height: 188px;
  }
}
.c-fCenter__contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #4f4f4f;
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: bold;
  width: 50%;
  height: 100%;
}
@media only screen and (max-width: 900px) {
  .c-fCenter__contact {
    font-size: 2.4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 25px;
    text-align: center;
    line-height: calc(60 / 48);
  }
}
.c-fCenter__contact img {
  width: 46px;
  margin-right: 34px;
}
@media only screen and (max-width: 900px) {
  .c-fCenter__contact img {
    height: 47px;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.c-fCenter__ttl1 {
  font-size: 1.6rem;
  font-weight: 400;
  color: #4f4f4f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.c-fCenter__time {
  width: 50%;
  height: 100%;
  background: #8f8f8f;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 900px) {
  .c-fCenter__time {
    padding: 0 10px;
  }
}
.c-fCenter__time a {
  font-size: 2.4rem;
  font-weight: bold;
}
.c-fCenter__time img {
  width: 47px;
  margin-right: 21px;
}
.c-fCenter__box1 {
  padding-bottom: 40px;
}
@media only screen and (max-width: 900px) {
  .c-fCenter__box1 {
    padding-bottom: 25px;
  }
}
.c-fCenter__box2 {
  padding-top: 40px;
  border-top: 1px dotted #ffffff;
  width: 100%;
}
@media only screen and (max-width: 900px) {
  .c-fCenter__box2 {
    padding-top: 0;
  }
}
.c-fCenter__menu {
  color: #ffffff;
}
@media only screen and (max-width: 900px) {
  .c-fCenter__menu {
    max-width: 355px;
    width: 100%;
    margin: 52px auto 0;
  }
}
@media only screen and (max-width: 900px) and (max-width: 900px) {
  .c-fCenter__menu {
    max-width: 750px;
    margin: 25px 0;
  }
}
.c-fCenter__menu .menu__footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-fCenter__menu .menu__footer > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 245px;
  width: calc(100% / 4);
}
@media only screen and (max-width: 900px) {
  .c-fCenter__menu .menu__footer > ul {
    max-width: 300px;
    width: calc(100% / 2);
  }
}
.c-fCenter__menu .menu__footer > ul:not(:last-child) {
  margin-right: 120px;
}
@media only screen and (max-width: 900px) {
  .c-fCenter__menu .menu__footer > ul:not(:last-child) {
    margin-right: 40px;
  }
}
.c-fCenter__menu .menu__footer > ul > li {
  width: 100%;
}
.c-fCenter__menu .menu__footer > ul > li a {
  font-size: 1.6rem;
  font-weight: 400;
  position: relative;
}
@media only screen and (max-width: 900px) {
  .c-fCenter__menu .menu__footer > ul > li a {
    font-size: 1.4rem;
    padding-left: 0;
  }
}
.c-fCenter__menu .menu__footer > ul > li > ul {
  padding-left: 15px;
}
@media only screen and (max-width: 900px) {
  .c-fCenter__menu .menu__footer > ul > li > ul {
    padding-left: 5px;
  }
}
.c-fCenter__menu .menu__footer > ul > li > ul > li > ul {
  padding-left: 15px;
}
@media only screen and (max-width: 900px) {
  .c-fCenter__menu .menu__footer > ul > li > ul > li > ul {
    padding-left: 5px;
  }
}
@media only screen and (max-width: 900px) {
  .c-fCenter__menu .menu__footer > ul > li > ul > li > ul a {
    font-size: 1rem;
  }
}
.c-fCenter__menu a {
  display: block;
  padding-bottom: 10px;
}
.c-fCenter__logo {
  position: relative;
}
.c-fCenter__logo::before,
.c-fCenter__logo::after {
  content: "";
  position: absolute;
  width: 150%;
  height: 1px;
  background: #25843a;
  margin-left: 2%;
  top: 50%;
}
.c-fCenter__logo::before {
  margin-left: -69%;
  text-align: right;
  width: 67%;
}
@media only screen and (max-width: 900px) {
  .c-fCenter__logo::before {
    margin-left: -65%;
  }
}
.c-fCenter__logo a {
  display: inline-block;
}
@media only screen and (max-width: 900px) {
  .c-fCenter__logo a {
    margin-left: 25px;
  }
}
.c-fCenter__logo img {
  max-width: 100%;
  height: 100%;
  width: 230px;
}
@media only screen and (max-width: 900px) {
  .c-fCenter__logo img {
    width: 130px;
  }
}

.c-copyPolicy {
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 900px) {
  .c-copyPolicy {
    font-size: 1rem;
  }
}

.c-footer {
  position: relative;
  margin-top: auto;
}
@media only screen and (max-width: 900px) {
  .c-footer {
    padding-bottom: 50px;
  }
}
.c-footer::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 441px;
  background: url(../img/common/bg_ft.png) no-repeat;
  background-size: cover;
  z-index: -1;
}
@media only screen and (max-width: 900px) {
  .c-footer::before {
    height: 200px;
  }
}
.c-footer__wrap {
  max-width: 1080px;
  margin: 0 auto;
  width: 100%;
}
@media only screen and (max-width: 900px) {
  .c-footer__wrap {
    padding: 0 10px;
  }
}
.c-footer__center {
  position: relative;
  overflow: hidden;
  padding-top: 50px;
  background-color: #535353;
}
@media only screen and (max-width: 900px) {
  .c-footer__center {
    padding-top: 25px;
  }
}
.c-footer__center .ttl-en {
  font-size: 3rem;
  color: #ffffff;
  line-height: 1;
}
@media only screen and (max-width: 900px) {
  .c-footer__center .ttl-en {
    font-size: 2.4rem;
  }
}
.c-footer__center .ttl-en span {
  font-size: 1.8rem;
}
@media only screen and (max-width: 900px) {
  .c-footer__center .ttl-en span {
    font-size: 1.5rem;
  }
}
.c-footer__bottom {
  background: #535353;
  padding: 0.76em 0;
  position: relative;
}
.c-footer__menu {
  background: #ffeae7;
  padding: 21px 0 20px;
}
@media only screen and (max-width: 900px) {
  .c-footer__menu {
    display: none;
  }
}

/*------------------------------------------------------------
header
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  margin: 0 auto;
  background: #ffffff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  z-index: 1000;
}
@media only screen and (max-width: 900px) {
  .c-header {
    padding-left: 20px;
    padding-right: 0;
    -webkit-box-shadow: 0px 3px 6px #00000029;
    box-shadow: 0px 3px 6px #00000029;
  }
}
.c-header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  margin: 0 auto;
  padding: 0 100px;
}
@media only screen and (max-width: 900px) {
  .c-header__inner {
    height: 100px;
  }
}
@media only screen and (max-width: 900px) {
  .c-header__sp {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 11;
    height: 100%;
  }
}
@media only screen and (max-width: 900px) {
  .c-header__naviSp {
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    right: 0;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
  }
}
@media only screen and (max-width: 900px) {
  .c-header__naviSp.is-open {
    opacity: 1;
    visibility: visible;
  }
}
.c-header .c-iconSP {
  display: none;
}
@media only screen and (max-width: 900px) {
  .c-header .c-iconSP {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
    width: 69px;
    height: 70px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
@media only screen and (max-width: 900px) {
  .c-header .c-iconSP__line {
    width: 28px;
    height: 22px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.c-header .c-iconSP__txt1 {
  font-size: 1rem;
  color: #fff;
}
.c-header .c-iconSP__txt2 {
  font-size: 1rem;
  color: #fff;
  display: none;
}
@media only screen and (max-width: 900px) {
  .c-header .c-iconSP span {
    display: block;
    width: 100%;
    height: 2px;
    background: #41be98;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}
.c-header .c-iconSP.is-open span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(45deg);
  -ms-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
}
.c-header .c-iconSP.is-open span:nth-child(2) {
  display: none;
}
.c-header .c-iconSP.is-open span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(-45deg);
  -ms-transform: translateY(-10px) rotate(-45deg);
  transform: translateY(-10px) rotate(-45deg);
}

.c-btnSP a {
  display: none;
}
@media only screen and (max-width: 900px) {
  .c-btnSP a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
    width: 70px;
    height: 70px;
    background: #f3fbf5;
  }
}

.c-logo a {
  text-decoration: none;
  color: #707070;
  width: 100%;
  height: 100%;
  display: block;
}

.c-logo h1 {
  font-size: 2.4rem;
  font-weight: 400;
  color: #41be98;
  width: 230px;
}

.c-logo img {
  width: 100%;
  vertical-align: middle;
}

.c-globalNavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
@media only screen and (max-width: 900px) {
  .c-globalNavi {
    display: block;
    padding: 0 0 245px;
    background: #41be98;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    height: 100vh;
    width: 100%;
    margin: 0 auto;
    overflow-y: scroll;
  }
}
@media only screen and (max-width: 900px) {
  .c-globalNavi.is-open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.c-globalNavi__btn {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  .c-globalNavi__btn {
    width: 335px;
    height: 78px;
    margin: 0 auto;
  }
}
.c-globalNavi__btn1 {
  background: #8f8f8f;
}
@media only screen and (max-width: 900px) {
  .c-globalNavi__btn1 {
    margin-bottom: 10px;
  }
}
.c-globalNavi__btn1 a img {
  width: 23px;
}
.c-globalNavi__btn2 {
  background: #4f4f4f;
}
.c-globalNavi__btn2 a img {
  width: 24px;
}
.c-globalNavi__btn a {
  width: 77px;
  height: 75px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  font-weight: 500;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 16px 0;
}
@media only screen and (max-width: 900px) {
  .c-globalNavi__btn a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 100%;
    font-size: 1.5rem;
    width: 100%;
    padding: 16px 0 16px 85px;
  }
}

.c-gnavi {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.c-gnavi > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 900px) {
  .c-gnavi > ul {
    display: block;
  }
}
.c-gnavi > ul > li {
  position: relative;
  margin: 0 15px;
}
/* @media screen and (min-width: 1024px) {
  .c-gnavi > ul > li:hover .submenu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
} */
@media only screen and (max-width: 900px) {
  .c-gnavi > ul > li {
    text-align: center;
    margin: 0;
  }
}
.c-gnavi > ul > li:first-of-type {
  margin-left: 0;
  margin-right: 15px;
}
@media only screen and (max-width: 900px) {
  .c-gnavi > ul > li:first-of-type {
    margin-right: 0;
  }
}
.c-gnavi > ul > li:last-of-type {
  margin-right: 0;
}
.c-gnavi > ul > li > a {
  font-size: 1.6rem;
  text-decoration: none;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  padding: 0;
  position: relative;
  text-align: center;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  height: 75px;
  -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;
}
@media only screen and (max-width: 900px) {
  .c-gnavi > ul > li > a {
    font-size: 1.8rem;
    font-weight: 400;
    padding: 16px 30px;
    height: auto;
  }
}
@media screen and (min-width: 1024px) {
  .c-gnavi > ul > li > a:hover,
  .c-gnavi > ul > li > a.is-current {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 900px) {
  .c-gnavi > ul > li > a:after {
    content: none;
    width: 10px;
    height: 10px;
    position: absolute;
    border-top: 3px solid #8f8f8f;
    border-right: 3px solid #8f8f8f;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 30px;
    top: 22px;
    border-radius: 2px;
  }
}
@media only screen and (max-width: 900px) {
  .c-gnavi > ul > li > span {
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    top: 16px;
    right: 22px;
  }
}
@media only screen and (max-width: 900px) {
  .c-gnavi > ul > li > span:before,
  .c-gnavi > ul > li > span:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 3px;
    background: #8f8f8f;
    right: 2px;
    top: calc(50% - 1px);
  }
}
@media only screen and (max-width: 900px) {
  .c-gnavi > ul > li > span:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
.c-gnavi > ul > li > span.active:after {
  opacity: 0;
}
@media only screen and (max-width: 900px) {
  .c-gnavi > ul > li.nav-sub {
    position: relative;
  }
}
.c-gnavi > ul > li.nav-sub > a {
  position: relative;
  padding-right: 20px;
}
@media only screen and (max-width: 900px) {
  .c-gnavi > ul > li.nav-sub > a.is-exist.active:after {
    opacity: 0;
  }
}
@media screen and (min-width: 1024px) {
  .c-gnavi > ul > li.nav-sub > a:hover:before {
    border-right: 2px solid #8f8f8f;
    border-bottom: 2px solid #8f8f8f;
  }
}
@media screen and (min-width: 1024px) {
  .c-gnavi > ul > li.nav-sub:hover a:before {
    opacity: 1;
  }
  .c-gnavi > ul > li.nav-sub:hover a:after {
    opacity: 1;
  }
}
.c-gnavi > ul > li.nav-sub.is-open a {
  opacity: 1;
  color: #8f8f8f;
}
@media only screen and (max-width: 900px) {
  .c-gnavi > ul > li.nav-sub.is-open a {
    color: #ffffff;
  }
}
.c-gnavi > ul > li.nav-sub.is-open a:before {
  border-right: 2px solid #8f8f8f;
  border-bottom: 2px solid #8f8f8f;
}
@media only screen and (max-width: 900px) {
  .c-gnavi > ul > li.nav-sub.is-open a:before {
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
  }
}
.c-gnavi .subList {
  background: red;
  position: absolute;
  top: 100%;
  z-index: 2;
  width: 100%;
  display: none;
  padding: 10px;
}
@media only screen and (max-width: 900px) {
  .c-gnavi .subList {
    position: static;
    border: none;
    display: none;
    padding: 0;
    margin: 0;
    width: 100%;
    background: #f8f8f8;
  }
}
.c-gnavi .subList_inner > ul > li {
  position: relative;
}
@media only screen and (max-width: 900px) {
  .c-gnavi .subList_inner > ul > li {
    border-bottom: 1px solid #d3d3d3;
  }
}
.c-gnavi .subList_inner > ul > li > a {
  color: #ffffff !important;
  font-size: 1.6rem;
  padding: 5px 0;
  display: block;
}
@media only screen and (max-width: 900px) {
  .c-gnavi .subList_inner > ul > li > a {
    text-align: left;
    padding: 15px 30px 15px 55px;
    position: relative;
    font-size: 1.8rem;
  }
}
.c-gnavi .subList_inner > ul > li > a:after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  right: 5px;
  top: 13px;
  border-radius: 2px;
}
@media only screen and (max-width: 900px) {
  .c-gnavi .subList_inner > ul > li > a:after {
    width: 10px;
    height: 10px;
    border-top: 3px solid #ec9d9d;
    border-right: 3px solid #ec9d9d;
    right: auto;
    left: 26px;
    top: 22px;
  }
}

.menu {
  margin: 0;
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 900px) {
  .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 20px 75px;
  }
}
@media only screen and (max-width: 900px) {
  .menu-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 20px;
    right: 0;
    z-index: 999;
  }
  .menu-toggle::before,
  .menu-toggle::after {
    content: "";
    position: absolute;
    width: 3px;
    height: 50%;
    background-color: #ffffff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .menu-toggle::before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .menu-toggle.active::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
/* @media screen and (min-width: 1024px) {
  .menu > li.has-submenu:hover a::before {
    display: block;
  }
} */
.menu > li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 900px) {
  .menu > li > a {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.menu > li > a::before {
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 13px solid #41be98;
  bottom: 0;
  content: "";
  display: none;
  height: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  z-index: 1000;
}
.menu > li {
  margin: 0 15px;
}
@media only screen and (max-width: 900px) {
  .menu > li {
    position: relative;
    width: 100%;
    margin: 0;
    border-bottom: 1px dotted #ffffff;
  }
}
.menu > li:first-of-type {
  margin-left: 0;
  margin-right: 15px;
}
@media only screen and (max-width: 900px) {
  .menu > li:first-of-type {
    margin-right: 0;
  }
}
.menu > li:last-of-type {
  margin-right: 0;
}
.menu > li .submenu {
  display: none;
}
/* @media screen and (min-width: 1024px) {
  .menu > li:hover .submenu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
} */
.menu > li a {
  color: #313131;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  height: 125px;
}
@media only screen and (max-width: 900px) {
  .menu > li a {
    color: #ffffff;
    height: 75px;
  }
}

.submenu {
  background: #41be98;
  left: 0;
  min-height: 180px;
  width: 100%;
  padding: 40px 100px;
  position: absolute;
  top: 100%;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 900px) {
  .submenu {
    position: relative;
    padding: 0;
    font-size: 1.4rem;
    min-height: unset;
  }
}
.submenu ul {
  margin: 0;
  padding: 0;
}
.submenu ul li {
  position: relative;
  display: inline-block;
  float: none;
  line-height: 1;
  margin: 0;
  padding: 0 0 0 20px;
  vertical-align: middle;
}
.submenu ul li::before {
  content: "";
  position: absolute;
  background: url("../img/common/icon_arrow.png") no-repeat;
  width: 15px;
  height: 15px;
  top: 0;
  left: 0;
}
.submenu ul li > ul > li {
  margin-top: 15px;
}
.submenu ul li > ul > li::before {
  content: "";
  position: absolute;
  background: url("../img/common/icon_arrow-nbd.png") no-repeat;
  width: 8px;
  height: 11px;
  top: 0;
  left: 0;
}
.submenu ul li a {
  color: #ffffff;
}
.submenu__title {
  font-size: 2rem;
  color: #ffffff;
  min-width: 160px;
  display: inline-block;
  border-right: 1px dotted #ffffff;
}
@media only screen and (max-width: 900px) {
  .submenu__title {
    display: none;
  }
}
.submenu .prod-section {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  padding: 0 30px;
}
@media only screen and (max-width: 900px) {
  .submenu .prod-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }
}
@media only screen and (max-width: 900px) {
  .submenu .prod-section > li {
    padding-bottom: 25px;
  }
}
.submenu .prod-section ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

/*------------------------------------------------------------
layout
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #ffffff;
  height: 100%;
  min-height: 100vh;
  min-width: 1280px;
  width: 100%;
  overflow-x: hidden;
  color: #313131;
  font-size: 1.6rem;
  line-height: 1.3;
}
@media only screen and (max-width: 900px) {
  body {
    min-width: 100%;
    font-size: 1.4rem;
  }
}
body.is-hidden {
  overflow: hidden;
  position: fixed;
}

section {
  padding: 75px 0;
}
@media only screen and (max-width: 900px) {
  section {
    padding: 25px 0;
  }
}

main {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 125px 0 0;
}
@media only screen and (max-width: 900px) {
  main {
    padding: 100px 0 50px;
  }
}

.l-wrap {
  margin: 0 auto;
  width: 1080px;
}
@media only screen and (max-width: 900px) {
  .l-wrap {
    padding: 0 10px;
    width: 100%;
  }
}
.l-wrap__faq {
  background: #fff;
  padding: 50px 30px 30px;
  margin-top: 50px;
}
@media only screen and (max-width: 900px) {
  .l-wrap__faq {
    padding: 20px 10px 30px;
    margin-top: 25px;
  }
}
.l-wrap__faq .list-faq__ques .txt {
  font-weight: 500;
  color: #25843a;
}

.l-wrap2 {
  margin: 0 auto;
  width: 870px;
}
@media only screen and (max-width: 900px) {
  .l-wrap2 {
    padding: 0 10px;
    width: 100%;
  }
}

/*------------------------------------------------------------
side
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-ttlSide1 {
  position: relative;
  min-height: 50px;
  color: #41be98;
  font-size: 1.8rem;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 900px) {
  .c-ttlSide1 {
    min-height: 60px;
  }
}
.c-ttlSide1 img {
  width: auto;
  margin-right: 10px;
}

.c-listSide1 {
  border-radius: 20px;
  border: 2px solid #e3e3e3;
  padding: 15px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 900px) {
  .c-listSide1 {
    padding: 10px;
    margin-bottom: 25px;
  }
}
.c-listSide1__item {
  font-size: 1.6rem;
  position: relative;
  line-height: 1.5;
  border-bottom: 2px solid #e3e3e3;
  padding: 15px 0;
}
@media only screen and (max-width: 900px) {
  .c-listSide1__item {
    padding: 12px 0;
    font-size: 1.4rem;
    line-height: 1.3;
  }
}
.c-listSide1__item:last-child {
  border: 0;
}
@media only screen and (max-width: 900px) {
  .c-listSide1__item--tag {
    padding: 12px 15px;
  }
}
.c-listSide1__item--tag::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%) rotate(135deg);
  -ms-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
  border-left: 3px solid #e3e3e3;
  border-top: 3px solid #e3e3e3;
}
.c-listSide1__item a {
  text-decoration: none;
}
.c-listSide1__item a:hover {
  text-decoration: underline;
  opacity: 1;
}

.c-selectSide2 {
  border-radius: 20px;
  border: 2px solid #e3e3e3;
  padding: 15px;
}
.c-selectSide2 select {
  position: relative;
  font-size: 1.6rem;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 15px;
  border: 2px solid #e3e3e3;
  font-weight: 400;
}
@media only screen and (max-width: 900px) {
  .c-selectSide2 select {
    font-size: 1.4rem;
  }
}
.c-selectSide2 select::-ms-expand {
  display: none;
}
.c-selectSide2 select option {
  font-weight: 400;
}
.c-selectSide2__inner {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-top: 15px;
}
.c-selectSide2__inner::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 44%;
  right: 15px;
  -webkit-transform: translateY(-50%) rotate(225deg);
  -ms-transform: translateY(-50%) rotate(225deg);
  transform: translateY(-50%) rotate(225deg);
  border-left: 3px solid #e3e3e3;
  border-top: 3px solid #e3e3e3;
}

.c-sidebar1 {
  width: 300px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 900px) {
  .c-sidebar1 {
    width: 100%;
    padding: 50px 0 0;
  }
}

/*------------------------------------------------------------
btn
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-btn1 {
  max-width: 220px;
  width: 100%;
  margin: 0 auto;
  margin-top: 40px;
  text-align: center;
  background: #ffffff;
  border-radius: 25px;
  border: 2px solid #41be98;
  border: 2px solid #41be98;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media screen and (min-width: 1024px) {
  .c-btn1:hover {
    background: #41be98;
    background: #41be98;
    opacity: 1;
  }
}
@media only screen and (max-width: 900px) {
  .c-btn1 {
    width: 100%;
    margin-top: 25px;
  }
}
.c-btn1__txt1 {
  display: block;
  width: 100%;
  color: #41be98;
  color: #41be98;
  padding: 15px 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media only screen and (max-width: 900px) {
  .c-btn1__txt1 {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .c-btn1__txt1:hover {
    opacity: 1;
    color: #ffffff;
  }
}
.c-btn1.center .c-btn1__txt1 {
  margin: 0 auto;
}

.btnRegister {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  width: 80px;
  height: 180px;
  font-size: 1.8rem;
  color: #ffffff;
  background-color: #e84560;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  margin-bottom: 15px;
  padding: 0 30px;
}
@media only screen and (max-width: 900px) {
  .btnRegister {
    width: 50%;
    height: 50px;
    font-size: 1.5rem;
    border-radius: 0;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    margin-bottom: 0;
  }
}

.btnTime {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 80px;
  height: 224px;
  font-size: 1.8rem;
  color: #ffffff;
  background-color: #41be98;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  padding: 30px;
  position: relative;
}
@media only screen and (max-width: 900px) {
  .btnTime {
    width: 50%;
    height: 50px;
    font-size: 1.5rem;
    border-radius: 0;
    padding: 0;
  }
}
.btnTimeAbs {
  position: absolute;
  top: 0;
  right: -500px;
  width: 460px;
  min-height: 380px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 1.8rem;
  color: #ffffff;
  background-color: #41be98;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
  padding: 30px;
}
@media only screen and (max-width: 900px) {
  .btnTimeAbs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 20px 20px 0 0;
    border: 2px solid #ffffff;
    top: unset;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    right: -2px;
    bottom: -100vh;
    z-index: -2;
    max-width: 490px;
    width: 180%;
    padding: 20px 10px;
    min-height: 265px;
  }
}
@media only screen and (max-width: 900px) {
  .btnTimeAbs .btnTime__right {
    display: none;
  }
}
@media only screen and (max-width: 900px) {
  .btnTime__right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
}
.btnTime__right p {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}
@media only screen and (max-width: 900px) {
  .btnTime__right p {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
}
@media only screen and (max-width: 900px) {
  .btnTime__left {
    font-size: 1.4rem;
  }
}
.btnTime__left p {
  font-size: 2rem;
}
@media only screen and (max-width: 900px) {
  .btnTime__left p {
    font-size: 1.6rem;
  }
}
.btnTime__left table {
  width: 350px;
  margin: 15px auto;
  display: table;
  font-size: 1.6rem;
  text-align: center;
  border-collapse: collapse;
  color: #313131;
}
@media only screen and (max-width: 900px) {
  .btnTime__left table {
    font-size: 1.4rem;
    width: 100%;
    margin: 10px auto;
  }
}
.btnTime__left table tr {
  border-bottom: 1px solid #41be98;
}
.btnTime__left table th {
  width: 30%;
  height: 45px;
  background-color: #eeeeee;
}
.btnTime__left table td {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: #fff;
  min-height: 45px;
  padding: 5px 0;
}
@media only screen and (max-width: 900px) {
  .btnTime__left table td {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
}
.btnTime__left table td span {
  text-decoration: underline;
  text-underline-offset: 5px;
}
@media only screen and (max-width: 900px) {
  .btnTime__left table td span {
    text-underline-offset: 2px;
  }
}
.btnTime.expanded .btnTimeAbs {
  right: 0;
}
@media only screen and (max-width: 900px) {
  .btnTime.expanded .btnTimeAbs {
    right: -2px;
    bottom: calc(100% - 3px);
    top: unset;
  }
}
.btnTime.expanded .btnTimeAbs small {
  color: #e60000;
}
.btnTime.expanded .btnTime__iconLine span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(45deg);
  -ms-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
}
.btnTime.expanded .btnTime__iconLine span:nth-child(2) {
  display: none;
}
.btnTime.expanded .btnTime__iconLine span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(-45deg);
  -ms-transform: translateY(-10px) rotate(-45deg);
  transform: translateY(-10px) rotate(-45deg);
}
.btnTime__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  width: 24px;
  height: 23px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: 20px;
  cursor: pointer;
}
@media only screen and (max-width: 900px) {
  .btnTime__icon {
    margin-bottom: 0;
    margin-right: 20px;
  }
}
.btnTime__iconLine {
  width: 24px;
  height: 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.btnTime__iconLine span {
  display: block;
  width: 100%;
  height: 2px;
  background: #ffffff;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.button-container {
  position: fixed;
  top: 48%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1000;
}
@media only screen and (max-width: 900px) {
  .button-container {
    width: 100%;
    top: unset;
    bottom: 0;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 374px) {
  .button-container {
    top: calc(100vh - 120px);
    bottom: unset;
  }
}

/*------------------------------------------------------------
title
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-ttl1__txt1 {
  font-size: 3rem;
  color: #4f4f4f;
  font-weight: 600;
  line-height: calc(40 / 30);
  text-align: center;
  margin-bottom: 30px;
}

.c-ttl1__sub1 {
  font-size: 1.6rem;
  line-height: calc(24 / 16);
  color: #f7f7f7;
}

.c-ttl1__txt2 {
  font-family: "Mrs Saint Delafield", cursive;
  font-weight: 400;
  font-size: 9rem;
  color: #fff;
  line-height: calc(177 / 90);
}
@media only screen and (max-width: 900px) {
  .c-ttl1__txt2 {
    font-size: 4.5rem;
  }
}

.c-ttl1.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.c-ttl1.left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
  position: relative;
}

.c-ttl1.u-pconly {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 900px) {
  .c-ttl1.u-pconly {
    display: none;
  }
}

.c-ttl1.u-sponly {
  display: none;
}
@media only screen and (max-width: 900px) {
  .c-ttl1.u-sponly {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.c-ttl2__txt1 {
  font-size: 3rem;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  .c-ttl2__txt1 {
    font-size: 2rem;
  }
}

.c-ttl3 {
  max-width: 728px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 900px) {
  .c-ttl3 {
    max-width: 335px;
  }
}
.c-ttl3__txt1 {
  font-size: 1.6rem;
  text-align: left;
  line-height: calc(24 / 16);
}

.c-ttl4__txt1 {
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  color: #000000;
  position: relative;
  line-height: calc(40 / 28);
  padding-bottom: 5px;
}
.c-ttl4__txt1::before {
  content: "";
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 145px;
  height: 5px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  bottom: -5px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(20%, #2b3b90),
    to(#1e75bc)
  );
  background-image: -webkit-linear-gradient(left, #2b3b90 20%, #1e75bc 100%);
  background-image: linear-gradient(90deg, #2b3b90 20%, #1e75bc 100%);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.c-ttl4.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.ttl48mrs {
  font-family: "Mrs Saint Delafield", cursive;
  font-weight: 400;
  position: relative;
  font-size: 4.8rem;
  color: #3d6947;
}
.ttl48mrs::before {
  content: "";
  position: absolute;
  background: url("../img/common/icon_line_ttl.png") no-repeat;
  width: 138px;
  height: 14px;
  bottom: 10px;
  left: -5px;
}

.txt {
  font-size: 1.6rem;
  line-height: calc(24 / 16);
}
@media only screen and (max-width: 900px) {
  .txt {
    font-size: 1.4rem;
    line-height: calc(36 / 28);
  }
}
.txt:not(:last-child) {
  margin-bottom: 30px;
}
@media only screen and (max-width: 900px) {
  .txt:not(:last-child) {
    margin-bottom: 20px;
  }
}
.txt.w520 {
  max-width: 520px;
  width: 100%;
  margin: 10px auto 40px;
}
@media only screen and (max-width: 900px) {
  .txt.w520 {
    margin: 10px auto 20px;
  }
}

.txt2 {
  font-family: "Sawarabi Mincho", serif;
  font-weight: 400;
  font-size: 2rem;
  color: #25843a;
  margin-right: 11px;
}
@media only screen and (max-width: 900px) {
  .txt2 {
    font-size: 1.8rem;
    margin-right: 6px;
  }
}

.ttlcar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}
.ttlcar img {
  width: 36px;
  height: 30px;
  margin-right: 15px;
}

.note {
  font-size: 1.4rem;
  line-height: calc(24 / 14);
}
@media only screen and (max-width: 900px) {
  .note {
    font-size: 1.2rem;
    line-height: calc(32 / 24);
  }
}

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

.ttl-en {
  font-size: 4rem;
  line-height: 1.2;
  color: #41be98;
  color: #41be98;
}
@media only screen and (max-width: 900px) {
  .ttl-en {
    font-size: 3rem;
    letter-spacing: -0.03em;
  }
}

.ttl-jp {
  font-size: 2.4rem;
  font-weight: 400;
  padding-left: 50px;
  position: relative;
  margin-top: 50px;
}
@media only screen and (max-width: 900px) {
  .ttl-jp {
    font-size: 1.8rem;
    margin-top: 0;
    padding-left: 30px;
  }
}
.ttl-jp::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background-color: #e84560;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 900px) {
  .ttl-jp::before {
    width: 15px;
    height: 15px;
    left: 0;
  }
}
.ttl-jp.have-line {
  position: relative;
  padding-bottom: 25px;
  padding-left: 0;
}
@media only screen and (max-width: 900px) {
  .ttl-jp.have-line {
    margin-top: 20px;
  }
}
.ttl-jp.have-line::before {
  width: 64px;
  height: 5px;
  background-color: #41be98;
  top: 100%;
  left: 50%;
  border-radius: 3px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.ttl-30 {
  font-size: 3rem;
  position: relative;
  padding-bottom: 20px;
  padding-left: 0;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 900px) {
  .ttl-30 {
    padding-bottom: 10px;
  }
}
.ttl-30::before {
  width: 64px;
  height: 5px;
  background-color: #41be98;
  background-color: #41be98;
  top: 100%;
  left: 50%;
  border-radius: 3px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.ttl26 {
  font-size: 2.6rem;
}
@media only screen and (max-width: 900px) {
  .ttl26 {
    font-size: 1.8rem;
  }
}

.ttl24 {
  font-size: 2.4rem;
  font-weight: 400;
}
@media only screen and (max-width: 900px) {
  .ttl24 {
    font-size: 1.8rem;
  }
}

/*------------------------------------------------------------
icon
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
form
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-input1 {
  overflow: hidden;
  width: 100%;
}
@media only screen and (max-width: 900px) {
  .c-input1 {
    width: 100%;
  }
}
.c-input1 input {
  width: 100%;
  height: 100%;
  border: none;
  padding: 0 20px;
  height: 50px;
  background: #f1f1f1;
  font-size: 1.6rem;
  font-weight: 400;
}
@media only screen and (max-width: 900px) {
  .c-input1 input {
    font-size: 1.4rem;
  }
}
.c-input1 input[type="number"]::-webkit-outer-spin-button,
.c-input1 input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.c-input1 input[type="number"] input[type="number"] {
  -moz-appearance: textfield;
}
.c-input1 input::-webkit-input-placeholder {
  color: #a8a8a8;
  font-size: 1.6rem;
}
@media only screen and (max-width: 900px) {
  .c-input1 input::-webkit-input-placeholder {
    font-size: 1.4rem;
  }
}
.c-input1 input:-ms-input-placeholder {
  color: #a8a8a8;
  font-size: 1.6rem;
}
@media only screen and (max-width: 900px) {
  .c-input1 input:-ms-input-placeholder {
    font-size: 1.4rem;
  }
}
.c-input1 input::-webkit-input-placeholder {
  color: #a8a8a8;
  font-size: 1.6rem;
}
.c-input1 input::-moz-placeholder {
  color: #a8a8a8;
  font-size: 1.6rem;
}
.c-input1 input:-ms-input-placeholder {
  color: #a8a8a8;
  font-size: 1.6rem;
}
.c-input1 input::-ms-input-placeholder {
  color: #a8a8a8;
  font-size: 1.6rem;
}
.c-input1 input::placeholder {
  color: #a8a8a8;
  font-size: 1.6rem;
}
@media only screen and (max-width: 900px) {
  .c-input1 input::-webkit-input-placeholder {
    font-size: 1.4rem;
  }
  .c-input1 input::-moz-placeholder {
    font-size: 1.4rem;
  }
  .c-input1 input:-ms-input-placeholder {
    font-size: 1.4rem;
  }
  .c-input1 input::-ms-input-placeholder {
    font-size: 1.4rem;
  }
  .c-input1 input::placeholder {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 900px) {
  .c-radio1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.c-radio1 > span {
  padding-bottom: 20px;
  display: inline-block;
  width: 100%;
}
@media only screen and (max-width: 900px) {
  .c-radio1 > span {
    padding-bottom: 0;
    width: 100%;
    display: block;
  }
}
.c-radio1 > span:last-of-type {
  padding: 0;
}

.c-radio1 label span {
  cursor: pointer;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1;
  padding: 0px 0 0 27px;
  position: relative;
}
@media only screen and (max-width: 900px) {
  .c-radio1 label span {
    font-size: 1.4rem;
    padding: 3px 0 3px 25px;
    line-height: 1.5;
  }
}
.c-radio1 label span:before {
  background: #fff;
  border-radius: 50%;
  border: 1px solid #000000;
  content: "";
  height: 16px;
  left: 0;
  margin: 0 5px 0 0;
  position: absolute;
  top: 0;
  width: 16px;
}
@media only screen and (max-width: 900px) {
  .c-radio1 label span:before {
    top: 4px;
  }
}

.c-radio1 input {
  display: none;
}
.c-radio1 input:checked + span:before {
  border: 1px solid #000000;
}
.c-radio1 input:checked + span:after {
  background: #000;
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 5px;
  position: absolute;
  top: 5px;
  width: 8px;
}
@media only screen and (max-width: 900px) {
  .c-radio1 input:checked + span:after {
    top: 9px;
  }
}

.c-checkbox1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 900px) {
  .c-checkbox1 {
    display: block;
  }
}
.c-checkbox1 > span {
  display: inline-block;
  margin-left: 0 !important;
  margin-right: 10px;
  padding-bottom: 25px;
  width: calc(33% - 5px);
}
@media only screen and (max-width: 900px) {
  .c-checkbox1 > span {
    display: inline-block;
    margin-bottom: 3px;
    width: calc((100% - 12px) / 2);
    margin-right: 5px;
  }
}
.c-checkbox1 > span:nth-of-type(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 900px) {
  .c-checkbox1 > span:nth-of-type(3n) {
    margin-right: 5px;
  }
}
@media only screen and (max-width: 900px) {
  .c-checkbox1 > span:nth-of-type(2n) {
    margin-right: 0;
  }
}
.c-checkbox1 > span:last-of-type {
  padding-right: 0;
}
.c-checkbox1 label span {
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 0 0 0 30px;
  position: relative;
}
.c-checkbox1 label span:before {
  background: #fff;
  border: 2px solid #333;
  content: "";
  height: 18px;
  left: 0;
  margin: 0 5px 0 0;
  position: absolute;
  top: 0;
  width: 18px;
}
.c-checkbox1 input {
  display: none;
}
.c-checkbox1 input:checked + span:before {
  background: #ffffff;
  border-color: #ffffff;
}
.c-checkbox1 input:checked + span:after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  height: 10px;
  left: 8px;
  position: absolute;
  top: 4px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 5px;
}
.c-checkbox1.flexbox {
  border-bottom: 1px solid #bcbcbc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}
.c-checkbox1.flexbox > span {
  padding: 10px 0 15px;
}
.c-checkbox1.paddingzero {
  padding-right: 0;
}

.c-textarea1 {
  width: 100%;
}
.c-textarea1 textarea {
  height: 175px;
  padding: 15px 20px;
  resize: none;
  width: 100%;
  background: #f1f1f1;
  font-size: 1.6rem;
  font-weight: 400;
  border: 0;
}
@media only screen and (max-width: 900px) {
  .c-textarea1 textarea {
    font-size: 1.4rem;
    height: 222px;
    padding: 27px 20px;
  }
}
.c-textarea1 textarea::-webkit-input-placeholder {
  color: #a8a8a8;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
}
@media only screen and (max-width: 900px) {
  .c-textarea1 textarea::-webkit-input-placeholder {
    font-size: 1.4rem;
  }
}
.c-textarea1 textarea:-ms-input-placeholder {
  color: #a8a8a8;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}
@media only screen and (max-width: 900px) {
  .c-textarea1 textarea:-ms-input-placeholder {
    font-size: 1.4rem;
  }
}
.c-textarea1 textarea::-webkit-input-placeholder {
  color: #a8a8a8;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}
.c-textarea1 textarea::-moz-placeholder {
  color: #a8a8a8;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}
.c-textarea1 textarea:-ms-input-placeholder {
  color: #a8a8a8;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}
.c-textarea1 textarea::-ms-input-placeholder {
  color: #a8a8a8;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}
.c-textarea1 textarea::placeholder {
  color: #a8a8a8;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}
@media only screen and (max-width: 900px) {
  .c-textarea1 textarea::-webkit-input-placeholder {
    font-size: 1.4rem;
  }
  .c-textarea1 textarea::-moz-placeholder {
    font-size: 1.4rem;
  }
  .c-textarea1 textarea:-ms-input-placeholder {
    font-size: 1.4rem;
  }
  .c-textarea1 textarea::-ms-input-placeholder {
    font-size: 1.4rem;
  }
  .c-textarea1 textarea::placeholder {
    font-size: 1.4rem;
  }
}

.c-form1__content {
  margin-bottom: 60px;
}
@media only screen and (max-width: 900px) {
  .c-form1__content {
    margin-bottom: 40px;
  }
}

.c-form1__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  padding: 15px 0;
  min-height: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 900px) {
  .c-form1__row {
    display: block;
    padding: 10px 0;
    min-height: auto;
    position: relative;
  }
}
.c-form1__row.alignStart {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c-form1__ttl1 {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 82px;
  position: relative;
  width: 230px;
  font-size: 1.8rem;
  font-weight: 500;
}
@media only screen and (max-width: 900px) {
  .c-form1__ttl1 {
    font-size: 1.5rem;
    width: 55%;
    margin-bottom: 10px;
  }
}

.c-form1__info {
  width: 100%;
}
@media only screen and (max-width: 900px) {
  .c-form1__info {
    padding-left: 5px;
  }
}

.c-form1__dflex {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-form1__dflex span {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 30px;
  padding: 3px 0;
  text-align: center;
  width: 100px;
  cursor: pointer;
  font-size: 1.6rem;
  border-radius: 5px;
  background: #b5b5b5;
}
.c-form1__dflex span:hover {
  opacity: 1;
}
@media only screen and (max-width: 900px) {
  .c-form1__dflex span {
    font-size: 1.5rem;
  }
}
.c-form1__dflex .c-input1 {
  width: 100%;
  max-width: 265px;
}
@media only screen and (max-width: 900px) {
  .c-form1__dflex .c-input1 {
    max-width: 100%;
  }
}
.c-form1__dflex .c-input1 input {
  width: 100%;
  max-width: 265px;
}
@media only screen and (max-width: 900px) {
  .c-form1__dflex .c-input1 input {
    font-size: 1.4rem;
    max-width: 100%;
  }
}

.c-form1__ajaxzip3 {
  margin-left: 27px;
}
@media only screen and (max-width: 900px) {
  .c-form1__ajaxzip3 {
    margin-left: 18px;
  }
}

.c-form1__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  max-width: 480px;
  margin: 0 auto;
}
@media only screen and (max-width: 900px) {
  .c-form1__btn {
    display: block;
    margin: 55px auto 0;
  }
}
.c-form1__btn .c-btn1--style1 {
  background: #b5b5b5;
}
@media screen and (min-width: 1024px) {
  .c-form1__btn .c-btn1--style1:hover {
    background: #fff;
  }
}
@media only screen and (max-width: 900px) {
  .c-form1__btn .c-btn3__txt1,
  .c-form1__btn .c-btn3 button,
  .c-form1__btn .c-btn3 input {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 900px) {
  .c-form1__btn .c-btn3--style1 {
    margin-bottom: 30px;
  }
}

.c-form1 .requied {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 68px;
  font-size: 1.6rem;
  font-weight: 500;
  border-radius: 15px;
  background: #84af8e;
}
@media only screen and (max-width: 900px) {
  .c-form1 .requied {
    font-size: 1.4rem;
    width: 45px;
    height: 20px;
  }
}

.c-form1 .note1 {
  font-size: 1.3rem;
}

/*------------------------------------------------------------
text
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-text1 {
  font-size: 1.6rem;
  color: #41be98;
  line-height: 1.5;
}

.c-text2 {
  color: #51599f;
  line-height: 1.5;
  margin-top: 20px;
}

@media only screen and (max-width: 900px) {
  .c-text1 {
    font-size: 1.4rem;
  }
}
.c-text1 + .c-text1 {
  margin-top: 20px;
}
@media only screen and (max-width: 900px) {
  .c-text1 + .c-text1 {
    margin-top: 15px;
  }
}
.c-text1.color1 {
  color: #fff;
}
.c-text1.center {
  text-align: center;
}

.txt-18 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 900px) {
  .txt-18 {
    font-size: 1.4rem;
    letter-spacing: -0.04em;
  }
}
.txt-18.center {
  text-align: center;
}

/*------------------------------------------------------------
navi
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
img
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-imgTxt1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}
@media only screen and (max-width: 900px) {
  .c-imgTxt1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: unset;
    max-width: 355px;
    width: 100%;
    margin: 25px auto;
    padding-bottom: 25px;
  }
}
.c-imgTxt1.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.c-imgTxt1.reverse .c-imgTxt1__info {
  margin-left: 0;
}
.c-imgTxt1.reverse .c-imgTxt1__img {
  margin-left: 50px;
}
.c-imgTxt1__ttl1 {
  font-size: 4rem;
  font-weight: bold;
  color: #000000;
  line-height: 1.2;
}
@media only screen and (max-width: 900px) {
  .c-imgTxt1__ttl1 {
    font-size: 2.2rem;
  }
}
.c-imgTxt1__info {
  margin-left: 40px;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 900px) {
  .c-imgTxt1__info {
    margin-left: 0;
    padding: 20px 0 0;
  }
}
.c-imgTxt1__info .ttl_box {
  padding-bottom: 30px;
  border-bottom: 1px dotted #313131;
}
@media only screen and (max-width: 900px) {
  .c-imgTxt1__info .ttl_box {
    padding-bottom: 20px;
  }
}
.c-imgTxt1__img {
  width: 520px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 900px) {
  .c-imgTxt1__img {
    width: 100%;
    margin-bottom: 0px;
  }
}
.c-imgTxt1__img img {
  max-width: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
  aspect-ratio: 520 / 389;
}
@media only screen and (max-width: 900px) {
  .c-imgTxt1__img img {
    border-radius: 10px;
  }
}
.c-imgTxt1__detail {
  padding: 30px 10px 0 10px;
}
@media only screen and (max-width: 900px) {
  .c-imgTxt1__detail {
    padding: 20px 0;
  }
}
.c-imgTxt1__detail dl {
  margin-bottom: 25px;
}
@media only screen and (max-width: 900px) {
  .c-imgTxt1__detail dl {
    margin-bottom: 15px;
  }
}
.c-imgTxt1__detail dt {
  margin-bottom: 10px;
  font-weight: bold;
  position: relative;
  z-index: 1;
  display: block;
}
@media only screen and (max-width: 900px) {
  .c-imgTxt1__detail dt {
    margin-bottom: 0;
  }
}
.c-imgTxt1__detail2.right {
  text-align: right;
  margin-top: 40px;
}
@media only screen and (max-width: 900px) {
  .c-imgTxt1__detail2.right {
    margin: 20px 8px 20px 0;
  }
}
.c-imgTxt1__careertxt {
  font-size: 1.8rem;
  padding-left: 25px;
  position: relative;
  margin-bottom: 14px;
}
.c-imgTxt1__careertxt::before {
  content: "";
  width: 15px;
  height: 15px;
  background: #000;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 8px;
  top: 55%;
}
.c-imgTxt1__career table {
  max-width: 640px;
  width: 100%;
  display: contents;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 900px) {
  .c-imgTxt1__career table {
    max-width: 100%;
    display: table;
    border-collapse: collapse;
  }
}
.c-imgTxt1__career table tr:last-child th {
  border-bottom: 1px solid #dedede;
}
@media only screen and (max-width: 900px) {
  .c-imgTxt1__career table tr:last-child th {
    border: 0;
  }
}
.c-imgTxt1__career table tr:last-child td {
  border-bottom: 1px solid #dedede;
}
@media only screen and (max-width: 900px) {
  .c-imgTxt1__career table tr:last-child td {
    border: 0;
  }
}
.c-imgTxt1__career table th {
  font-size: 1.6rem;
  width: 188px;
  height: 55px;
  padding: 15px 33px;
  background: #d0d0d0;
  text-align: left;
  position: relative;
  border-top: 1px solid #dedede;
}
@media only screen and (max-width: 900px) {
  .c-imgTxt1__career table th {
    display: block;
    height: 46px;
    width: 100%;
    padding: 15px 20px;
    border: 0;
  }
}
.c-imgTxt1__career table td {
  font-size: 1.6rem;
  padding: 15px 60px 15px 33px;
  line-height: calc(24 / 16);
  border-top: 1px solid #dedede;
}
@media only screen and (max-width: 900px) {
  .c-imgTxt1__career table td {
    display: block;
    width: 100%;
    padding: 10px 20px;
    border: 0;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
}
.c-imgTxt1 .u-thtop {
  position: absolute;
  top: 20px;
}
@media only screen and (max-width: 900px) {
  .c-imgTxt1 .u-thtop {
    top: 16px;
  }
}
.c-imgTxt1 .u-thmid {
  position: absolute;
  top: 30%;
  width: 1px;
  height: 98px;
  background: #000;
  left: 30%;
}
@media only screen and (max-width: 900px) {
  .c-imgTxt1 .u-thmid {
    top: 25px;
    width: 50px;
    height: 1px;
    left: 97px;
  }
}
.c-imgTxt1 .u-thbot {
  position: absolute;
  bottom: 15px;
}
@media only screen and (max-width: 900px) {
  .c-imgTxt1 .u-thbot {
    bottom: 13px;
    left: 165px;
  }
}
.c-imgTxt1--style1 {
  margin-top: -1px;
}
.c-imgTxt1--style1 .c-imgTxt1__img {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
@media only screen and (max-width: 900px) {
  .c-imgTxt1--style1 .c-imgTxt1__img {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
.c-imgTxt1--style1 .c-imgTxt1__info {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  margin-left: 0;
  margin-right: 40px;
  max-width: 500px;
  padding-top: 28px;
}
@media only screen and (max-width: 900px) {
  .c-imgTxt1--style1 .c-imgTxt1__info {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-right: 0;
  }
}

.c-imgTxt2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 50px;
}
@media only screen and (max-width: 900px) {
  .c-imgTxt2 {
    margin-top: 25px;
    margin-bottom: 40px;
  }
}
.c-imgTxt2__img {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}
@media only screen and (max-width: 900px) {
  .c-imgTxt2__img {
    width: 100%;
    text-align: center;
  }
}
.c-imgTxt2__img img {
  max-width: 100%;
}
.c-imgTxt2__info {
  padding: 15px;
}
@media only screen and (max-width: 900px) {
  .c-imgTxt2__info {
    padding: 15px 0;
  }
}
.c-imgTxt2__txt1 {
  font-size: 1.4rem;
  color: #ffffff;
}
@media only screen and (max-width: 900px) {
  .c-imgTxt2__txt1 {
    text-align: center;
  }
}
.c-imgTxt2__txt2 {
  font-size: 2.6rem;
  font-weight: 300;
}
@media only screen and (max-width: 900px) {
  .c-imgTxt2__txt2 {
    text-align: center;
  }
}
.c-imgTxt2__txt3 {
  font-size: 1.6rem;
}
@media only screen and (max-width: 900px) {
  .c-imgTxt2__txt3 {
    text-align: center;
  }
}
.c-imgTxt2__txt4 {
  font-size: 2rem;
  margin: 40px 0 15px;
}
.c-imgTxt2__detail {
  font-size: 1.6rem;
}
@media only screen and (max-width: 900px) {
  .c-imgTxt2__detail {
    font-size: 1.4rem;
  }
}

/*------------------------------------------------------------
list
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-list1 {
  width: 100%;
  margin: 30px auto;
}
@media only screen and (max-width: 900px) {
  .c-list1 {
    margin: 25px auto;
  }
}
.c-list1__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 24px 30px;
  border-bottom: 1px dotted #313131;
}
.c-list1__item:first-child {
  border-top: 1px dotted #313131;
}
@media only screen and (max-width: 900px) {
  .c-list1__item {
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px 0;
  }
}
.c-list1__cat {
  font-size: 1.4rem;
  color: #ffffff;
  background: #41be98;
  min-width: 120px;
  border-radius: 14px;
  padding: 5px 0;
  text-align: center;
  margin-right: 15px;
}
@media only screen and (max-width: 900px) {
  .c-list1__cat {
    font-size: 1.2rem;
    margin-left: 8px;
    padding: 2px;
    min-width: 96px;
  }
}
.c-list1__cat.infomation {
  background: #a6ae87;
}
.c-list1__cat.blog {
  background: #305d84;
}
.c-list1__date {
  margin-right: 25px;
}
@media only screen and (max-width: 900px) {
  .c-list1__date {
    font-size: 1.4rem;
    margin: 10px 0 8px;
  }
}
@media only screen and (max-width: 900px) {
  .c-list1__ttl1 {
    font-size: 1.4rem;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .c-list1__ttl1:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
  }
}
.c-list1__txt {
  text-align: center;
}
.c-list1__txt1 {
  font-weight: 500;
  font-size: 2.4rem;
  color: #000000;
}
@media only screen and (max-width: 900px) {
  .c-list1__txt1 {
    font-size: 2rem;
  }
}
.c-list1__txt2 {
  color: #000000;
  line-height: calc(24 / 16);
}

.c-listimg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 710px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 900px) {
  .c-listimg {
    width: 100%;
  }
}
.c-listimg__item {
  width: 350px;
}
@media only screen and (max-width: 900px) {
  .c-listimg__item {
    width: 49.4%;
  }
}
.c-listimg__item:nth-of-type(3n) {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  margin-top: 10px;
}

.list-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}
.list-icon__item:not(:last-child) {
  margin-right: 17px;
}

.list-faq {
  padding: 35px 20px;
}
@media only screen and (max-width: 900px) {
  .list-faq {
    padding: 25px 0;
  }
}
.list-faq:not(:last-child) {
  border-bottom: 1px solid #f2e5cd;
}
.list-faq__ques,
.list-faq__ans {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.list-faq__ques .txt,
.list-faq__ans .txt {
  padding-top: 5px;
}

.list-video {
  display: grid;
  max-width: 990px;
  width: 100%;
  margin: 0 auto;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px 30px;
}
@media only screen and (max-width: 900px) {
  .list-video {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 10px;
  }
}
.list-video_item {
  height: 270px;
}
.list-video_item iframe {
  width: 100%;
  height: 100%;
}

.menu__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -14px;
}
.menu__list .menu__item {
  width: calc(100% / 3);
  padding: 0 14px;
  margin-top: 90px;
}
.menu__list .menu__itemDetails {
  background-color: #819f83;
  text-align: center;
  padding: 12px 0;
}
.menu__list .menu__itemTitle {
  color: #ffffff;
}
.menu__list .menu__item img {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.commit__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -38px;
}
.commit__list .commit__item {
  width: calc(100% / 3);
  padding: 0 38px;
  margin-top: 75px;
}
.commit__list .commit__itemDetails {
  margin-top: 30px;
}
.commit__list .commit__itemDes {
  margin-top: 40px;
}
.commit__list .imgbox {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  display: block;
  overflow: hidden;
  border-radius: 50%;
}
.commit__list .imgbox > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.flow__list span {
  font-weight: bold;
  color: #819f83;
  display: inline-block;
  width: 70px;
  margin-right: 22px;
}

.flow__list a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  width: 114px;
  height: 112px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.flow__list a img {
  width: auto;
}

.flow__list .wrapper {
  width: 100%;
}

.flow__list .flow__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}
.flow__list .flow__item dl {
  width: 100%;
}
.flow__list .flow__item dl dt {
  font-size: 2.4rem;
  padding-bottom: 18px;
  border-bottom: 1px dashed #707070;
}
.flow__list .flow__item dl dd {
  margin-top: 20px;
}
.flow__list .flow__item dl dd ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flow__list .flow__item dl dd ul.alignCenter {
  -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;
}
.flow__list .flow__item dl dd ul li + li {
  margin-left: 70px;
}
.flow__list .flow__item dl + dl {
  margin-top: 60px;
}
.flow__list .flow__item .img {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 400px;
  margin-left: 45px;
}
.flow__list .flow__item .img img {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.report__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px;
  margin-left: -11px;
  margin-right: -11px;
}
@media only screen and (max-width: 900px) {
  .report__list {
    margin-top: 15px;
    margin-left: 0;
    margin-right: 0;
  }
}
.report__list .report__item {
  width: calc(100% / 3);
  padding: 0 11px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 25px;
}
@media only screen and (max-width: 900px) {
  .report__list .report__item {
    width: 100%;
    margin-top: 15px;
    padding: 0;
  }
}
.report__list .report__img {
  display: block;
  border: 3px solid #eeeeee;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.report__list .report__img img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 1024px) {
  .report__list .report__img:hover {
    opacity: 1;
  }
  .report__list .report__img:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.report__list .report__details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #eeeeee;
  height: 100%;
}
@media only screen and (max-width: 900px) {
  .report__list .report__details {
    padding: 0 5px;
  }
}
.report__list .report__detailsTop {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px dotted #313131;
}
.report__list .report__detailsTop,
.report__list .report__detailsBot {
  padding: 15px;
}
.report__list .report__detailsBot {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.report__list .report__date {
  margin-right: 15px;
}
@media only screen and (max-width: 900px) {
  .report__list .report__date {
    font-size: 1.4rem;
    margin: 0;
  }
}
.report__list .report__cat {
  font-size: 1.4rem;
  color: #ffffff;
  background: #e84560;
  min-width: 120px;
  border-radius: 14px;
  padding: 5px 0;
  text-align: center;
  margin-right: 15px;
}
@media only screen and (max-width: 900px) {
  .report__list .report__cat {
    font-size: 1.2rem;
    margin-left: 8px;
    padding: 2px;
    min-width: 96px;
  }
}
@media only screen and (max-width: 900px) {
  .report__list .report__ttl {
    font-size: 1.4rem;
  }
}

.use__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 50px;
}
@media only screen and (max-width: 900px) {
  .use__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.use__list .use__item {
  width: 193px;
  height: 193px;
}
@media only screen and (max-width: 900px) {
  .use__list .use__item {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.use__list .use__item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
  text-align: center;
  background-color: #41be98;
  border-radius: 50%;
  padding: 0 55px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media only screen and (max-width: 900px) {
  .use__list .use__item a {
    padding: 0;
    width: 147px;
    height: 147px;
  }
}
@media screen and (min-width: 1024px) {
  .use__list .use__item a:hover {
    opacity: .7;
    /* background-color: #41be98; */
  }
}
.use__list .use__item img {
  width: auto;
}
.use__list .use__item + .use__item {
  margin-left: 30px;
}
@media only screen and (max-width: 900px) {
  .use__list .use__item + .use__item {
    margin-left: 0;
  }
}
.use__list .use__item .use__title {
  margin-top: 15px;
}

.movie__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.movie__list .movie__item {
  width: calc(100% / 3);
  padding: 0 10px;
  margin-top: 40px;
}
@media only screen and (max-width: 900px) {
  .movie__list .movie__item {
    width: 100%;
    margin-top: 35px;
  }
}
.movie__list .movie__item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .movie__list .movie__item a:hover {
    opacity: 1;
  }
  .movie__list .movie__item a:hover .overlay {
    background-color: unset;
  }
}
.movie__list .movie__item .movie__img {
  position: relative;
}
.movie__list .movie__item .movie__img > img {
  min-height: 195px;
}
.movie__list .movie__item .overlay {
  position: absolute;
  background-color: rgba(49, 49, 49, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.movie__list .movie__item .movie__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.movie__list .movie__item .movie__title {
  margin-top: 15px;
}

.banner__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 900px) {
  .banner__list {
    margin: 0 -10px;
  }
}
.banner__list .banner__item {
  width: calc(100% / 3);
  padding: 0 17px;
  margin-top: 35px;
}
@media only screen and (max-width: 900px) {
  .banner__list .banner__item {
    width: calc(100% / 2);
    padding: 0 10px;
    margin-top: 20px;
  }
}
.banner__list .banner__item a {
  display: block;
  border: 1px solid #a5a5a5;
}

.htuse__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 900px) {
  .htuse__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
}
.htuse__list .htuse__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% / 2);
  padding: 0 70px;
  margin-top: 80px;
}
@media only screen and (max-width: 900px) {
  .htuse__list .htuse__item {
    padding: 0;
    width: 100%;
    margin-top: 40px;
  }
}
.htuse__list .htuse__img {
  width: 263px;
}
@media only screen and (max-width: 900px) {
  .htuse__list .htuse__img {
    width: 100%;
  }
}
.htuse__list .htuse__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}
.htuse__list .htuse__step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 110px;
  height: 33px;
  font-size: 1.8rem;
  color: #ffffff;
  background-color: #e84560;
  border-radius: 16px;
  margin-top: 30px;
}
@media only screen and (max-width: 900px) {
  .htuse__list .htuse__step {
    font-size: 1.2rem;
    width: 70px;
    height: 20px;
    border-radius: 10px;
    margin-top: 10px;
  }
}
.htuse__list .htuse__title {
  width: 100%;
  text-align: center;
  margin-top: 15px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #313131;
  font-weight: bold;
}
@media only screen and (max-width: 900px) {
  .htuse__list .htuse__title {
    margin-top: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
}
.htuse__list .htuse__des {
  padding: 20px;
}
@media only screen and (max-width: 900px) {
  .htuse__list .htuse__des {
    padding: 15px 0;
  }
}

.merit__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 900px) {
  .merit__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.merit__list .merit__item {
  width: calc(100% / 3);
  padding: 0 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 50px;
}
@media only screen and (max-width: 900px) {
  .merit__list .merit__item {
    width: 100%;
  }
}
.merit__list .merit__itemTitle {
  position: relative;
  width: 220px;
  height: 60px;
  background-color: #e84560;
  border-radius: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 900px) {
  .merit__list .merit__itemTitle {
    width: 173px;
    height: 48px;
  }
}
.merit__list .merit__itemTitle::before {
  position: absolute;
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #e84560;
  bottom: -10px;
  height: 0;
  width: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.merit__list .merit__itemTitle h3 {
  font-size: 2.4rem;
  color: #ffffff;
  letter-spacing: -0.1em;
}
@media only screen and (max-width: 900px) {
  .merit__list .merit__itemTitle h3 {
    font-size: 1.8rem;
  }
}
.merit__list .merit__itemImg {
  width: 274px;
  height: 274px;
  border-radius: 50%;
  border: 3px solid #e3e3e3;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
  margin-top: 30px;
}
@media only screen and (max-width: 900px) {
  .merit__list .merit__itemImg {
    margin-top: 20px;
    width: 214px;
    height: 214px;
  }
}
.merit__list .merit__itemImg img {
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 900px) {
  .merit__list .merit__itemImg img {
    width: 100px;
  }
}
.merit__list .merit__itemDes {
  margin-top: 25px;
}
@media only screen and (max-width: 900px) {
  .merit__list .merit__itemDes {
    margin-top: 20px;
  }
}
.merit__list .merit__itemDes ul li {
  list-style: disc;
}

.basicidea_sp {
  margin: 25px 0;
}

.principle__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 84px 40px;
  margin: 40px;
  background: url("../img/policy/bg_principle.png") top center/contain no-repeat;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.principle__list .principle__item {
  width: calc(100% / 3);
  max-width: 205px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 900px) {
  .principle__list .principle__item {
    padding: 0 5%;
  }
}
.principle__list .principle__title h3 {
  position: relative;
  font-size: 2.4rem;
  color: #41be98;
}
@media only screen and (max-width: 900px) {
  .principle__list .principle__title h3 {
    font-size: 3.2vw;
  }
}
.principle__list .principle__title h3::before,
.principle__list .principle__title h3::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 80%;
  background-color: #41be98;
  top: 50%;
}
.principle__list .principle__title h3::before {
  left: -15px;
  -webkit-transform: translateY(-50%) rotate(165deg);
  -ms-transform: translateY(-50%) rotate(165deg);
  transform: translateY(-50%) rotate(165deg);
}
@media only screen and (max-width: 900px) {
  .principle__list .principle__title h3::before {
    left: -10px;
  }
}
.principle__list .principle__title h3::after {
  right: -15px;
  -webkit-transform: translateY(-50%) rotate(195deg);
  -ms-transform: translateY(-50%) rotate(195deg);
  transform: translateY(-50%) rotate(195deg);
}
@media only screen and (max-width: 900px) {
  .principle__list .principle__title h3::after {
    right: -10px;
  }
}
.principle__list .principle__des {
  margin-top: 20px;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  .principle__list .principle__des {
    font-size: 2vw;
    margin-top: 10px;
  }
}

.initiative__list {
  /* padding: 0 30px; */
  /* margin-top: 60px; */
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 900px) {
  .initiative__list {
    padding: 0;
  }
}

.initiative__list.smart {
  align-items: flex-end;
}

.initiative__list.smart .initiative__txt {
  padding-left: 20px;
}

@media only screen and (max-width: 900px) {
  .initiative__list.smart .initiative__txt{
    padding-left: 30px;
  }
}

.initiative__list.smart .initiative__item {
  padding-right: 30px;
}
@media only screen and (max-width: 900px) {
  .initiative__list.smart .initiative__item {
    padding-right: unset;
  }
}


.initiative__list.region {
  align-items: flex-start;
}

.initiative__list.region .initiative__date {
  padding-left: unset;
  color: #e94560;
}

@media only screen and (max-width: 900px) {
  .initiative__list.region .initiative__date {
    padding-left: 20px;
  }
}


.initiative__list.region .initiative__date::before,
.initiative__list.region .initiative__date::after {
  background-color: #e94560;
}

.initiative__list.region .initiative__date::before {
  left: unset;
  right: -7px;
}

@media only screen and (max-width: 900px) {
  .initiative__list.region .initiative__date::before {
    left: -7px;
    right: unset;
  }
}

.initiative__list.region .initiative__item {
  padding-left: 30px;
}

@media only screen and (max-width: 900px) {
  .initiative__list.region .initiative__item {
    padding-left: 40px;
  }
}

.initiative__list.smart .initiative__img {
  margin-left: auto;
}

/* .initiative__list.smart .initiative__item{
  border-left: 1px solid #707070;
}

.initiative__list.region .initiative__item{
  border-right: 1px solid #707070;
} */

.initiative__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* min-height: 232px; */
  flex-wrap: wrap;
  width: 50%;
  /* padding-top: 30px; */
}

@media only screen and (max-width: 900px) {
  .initiative__item {
    width: 100%;
    padding-left: 40px;
    flex-direction: column;
  }
}
.initiative__item:last-child .initiative__txt::after {
  content: none;
}

/* .initiative__txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  margin-right: 55px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 900px) {
  .initiative__txt {
    margin-right: 28px;
    padding-bottom: 25px;
    padding-right: 11px;
  }
}
.initiative__txt::before {
  content: "";
  position: absolute;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #41be98;
  right: -20px;
  top: 0;
}
@media only screen and (max-width: 900px) {
  .initiative__txt::before {
    width: 22px;
    height: 22px;
    right: -11px;
  }
}
.initiative__txt::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 100%;
  background-color: #41be98;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 900px) {
  .initiative__txt::after {
    width: 2px;
  }
} */

.initiative__date {
  font-size: 1.8rem;
  font-weight: bold;
  width: 100%;
  flex-shrink: 0;
  color: #4BB891;
  padding-bottom: 10px;
  padding-left: 20px;
  position: relative;
  margin-bottom: 30px;
}
@media only screen and (max-width: 900px) {
  .initiative__date {
    margin-bottom: 10px;
  }
}
.initiative__date::before {
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #4BB891;
  bottom: -5px;
  left: -7px;
}

.initiative__date::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #4BB891;
  bottom: 0;
  left: 0;
}

.initiative__txt {
  width: calc(50% - 20px);
  padding-right: 20px;
}

@media only screen and (max-width: 900px) {
  .initiative__txt {
    width: 100%;
    padding: 0 30px;
  }
  
}

.initiative__title {
  margin-top: 15px;
}

.initiative__img {
  width: 50%;
  padding-bottom: 30px;
  min-height: 181px;
}
@media only screen and (max-width: 900px) {
  .initiative__img {
    width: 100%;
    padding: 20px 30px;
    min-height: 100px;
  }
}
.initiative__img img {
  border-radius: 5px;
}
/* @media only screen and (max-width: 900px) {
  .initiative__img img {
    border-radius: 10px;
  }
} */

/*------------------------------------------------------------
table
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-table1 {
  max-width: 1006px;
  width: 100%;
  margin: 80px auto;
  display: table;
  font-size: 1.6rem;
  text-align: center;
  border-collapse: collapse;
}
.c-table1 tr {
  border-bottom: 1px dashed #819f83;
}
@media only screen and (max-width: 900px) {
  .c-table1 tr {
    display: block;
  }
}
.c-table1 th {
  width: 28%;
  height: 50px;
  font-weight: 500;
}
@media only screen and (max-width: 900px) {
  .c-table1 th {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.4rem;
    height: 30px;
  }
}
.c-table1 td {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: #fff;
  text-align: left;
  min-height: 50px;
  line-height: calc(24 / 16);
  padding: 15px 20px;
}
@media only screen and (max-width: 900px) {
  .c-table1 td {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    font-size: 1.4rem;
    padding: 10px;
  }
}
.c-table1 td span {
  text-decoration: underline;
  text-underline-offset: 5px;
}
@media only screen and (max-width: 900px) {
  .c-table1 td span {
    text-underline-offset: 2px;
  }
}

/*------------------------------------------------------------
line
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
simply
------------------------------------------------------------*/
.simply-scroll-container {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 50px;
  margin-bottom: 50px;
}
.simply-scroll-container .simply-scroll-clip {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.simply-scroll-container .simply-scroll-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
  height: 400px;
}
@media only screen and (max-width: 900px) {
  .simply-scroll-container .simply-scroll-list {
    height: 252px;
  }
}
.simply-scroll-container .simply-scroll-list li {
  float: left;
  width: 300px;
  height: 400px;
  margin: 0;
  padding: 0 13px;
}
@media only screen and (max-width: 900px) {
  .simply-scroll-container .simply-scroll-list li {
    width: 375px;
    height: 252px;
    padding: 0 20px;
  }
}
.simply-scroll-container .simply-scroll-list li a {
  overflow: hidden;
  display: block;
  height: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.simply-scroll-container .simply-scroll-list li img {
  height: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

/*
------------------------------------------------------------*/
/* 要素のMoveUp + フェードイン */
.MoveUp {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
  -ms-transform: translate(0, 100px);
  transform: translate(0, 100px);
  -webkit-transition: opacity 1900ms cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 1900ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1900ms cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 1900ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1900ms cubic-bezier(0.19, 1, 0.22, 1),
    opacity 1900ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1900ms cubic-bezier(0.19, 1, 0.22, 1),
    opacity 1900ms cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 1900ms cubic-bezier(0.19, 1, 0.22, 1);
}
@media only screen and (max-width: 900px) {
  .MoveUp.only_pc {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    -webkit-transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1),
      -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1),
      -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0s cubic-bezier(0.19, 1, 0.22, 1),
      opacity 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0s cubic-bezier(0.19, 1, 0.22, 1),
      opacity 0s cubic-bezier(0.19, 1, 0.22, 1),
      -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
  }
}

.MoveUpDone {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

.Blur {
  -webkit-transition: opacity 400ms cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-filter 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 400ms cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-filter 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 400ms cubic-bezier(0.19, 1, 0.22, 1),
    filter 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 400ms cubic-bezier(0.19, 1, 0.22, 1),
    filter 1000ms cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-filter 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0;
  -webkit-filter: blur(20px);
  filter: blur(20px);
}

.BlurDone {
  opacity: 1;
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

/* 要素のMoveRight + フェードイン */
.MoveRight {
  opacity: 0;
  -webkit-transform: translate(-50px, 0);
  -ms-transform: translate(-50px, 0);
  transform: translate(-50px, 0);
  -webkit-transition: opacity 1900ms cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 1900ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1900ms cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 1900ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1900ms cubic-bezier(0.19, 1, 0.22, 1),
    opacity 1900ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1900ms cubic-bezier(0.19, 1, 0.22, 1),
    opacity 1900ms cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 1900ms cubic-bezier(0.19, 1, 0.22, 1);
}
@media only screen and (max-width: 900px) {
  .MoveRight.only_pc {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    -webkit-transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1),
      -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1),
      -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0s cubic-bezier(0.19, 1, 0.22, 1),
      opacity 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0s cubic-bezier(0.19, 1, 0.22, 1),
      opacity 0s cubic-bezier(0.19, 1, 0.22, 1),
      -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
  }
}

.MoveRightDone {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

/* 要素のMoveLeft + フェードイン */
.MoveLeft {
  opacity: 0;
  -webkit-transform: translate(50px, 0);
  -ms-transform: translate(50px, 0);
  transform: translate(50px, 0);
  -webkit-transition: opacity 1900ms cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 1900ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1900ms cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 1900ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1900ms cubic-bezier(0.19, 1, 0.22, 1),
    opacity 1900ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1900ms cubic-bezier(0.19, 1, 0.22, 1),
    opacity 1900ms cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 1900ms cubic-bezier(0.19, 1, 0.22, 1);
}
@media only screen and (max-width: 900px) {
  .MoveLeft.only_pc {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    -webkit-transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1),
      -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1),
      -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0s cubic-bezier(0.19, 1, 0.22, 1),
      opacity 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0s cubic-bezier(0.19, 1, 0.22, 1),
      opacity 0s cubic-bezier(0.19, 1, 0.22, 1),
      -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
  }
}

.MoveLeftDone {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

/* 要素の回転 */
.RotationContent {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform 1500ms cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: -webkit-transform 1500ms cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: transform 1500ms cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: transform 1500ms cubic-bezier(0.36, 0.1, 0.16, 1),
    -webkit-transform 1500ms cubic-bezier(0.36, 0.1, 0.16, 1);
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
}

.RotationContentDone {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

/* 要素の3D回転 */
.Rotation3dContent {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}

.Rotation3dContentDone {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

/* ズームイン表示 */
.ZoominContent {
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.ZoominContentDone {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

/*フェードイン表示*/
.FadeIn {
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

.FadeInDone {
  opacity: 1;
}

.CoverInview {
  position: relative;
}

.CoverInview::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  /* background: #41be98; */
  background: #41be98;
  position: absolute;
  -webkit-transition: width 860ms 100ms ease;
  transition: width 860ms 100ms ease;
  z-index: 3000;
}

.CoverInviewBK::after {
  background: #000;
}

.CoverInviewDone::after {
  width: 0%;
}

.Delay100ms {
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}

.Delay150ms {
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
}

.Delay200ms {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}

.Delay300ms {
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}

.Delay400ms {
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms;
}

.Delay450ms {
  -webkit-transition-delay: 450ms;
  transition-delay: 450ms;
}

.Delay500ms {
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}

.Delay600ms {
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms;
}

.Delay700ms {
  -webkit-transition-delay: 700ms;
  transition-delay: 700ms;
}

.Delay750ms {
  -webkit-transition-delay: 750ms;
  transition-delay: 750ms;
}

.Delay800ms {
  -webkit-transition-delay: 800ms;
  transition-delay: 800ms;
}

.Delay900ms {
  -webkit-transition-delay: 900ms;
  transition-delay: 900ms;
}

.Delay1000ms {
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.Delay1100ms {
  -webkit-transition-delay: 1100ms;
  transition-delay: 1100ms;
}

.Delay1200ms {
  -webkit-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.Delay1300ms {
  -webkit-transition-delay: 1300ms;
  transition-delay: 1300ms;
}

.Delay1400ms {
  -webkit-transition-delay: 1400ms;
  transition-delay: 1400ms;
}

.Delay1500ms {
  -webkit-transition-delay: 1500ms;
  transition-delay: 1500ms;
}

.Delay1600ms {
  -webkit-transition-delay: 1600ms;
  transition-delay: 1600ms;
}

.Delay1700ms {
  -webkit-transition-delay: 1700ms;
  transition-delay: 1700ms;
}

.Delay1800ms {
  -webkit-transition-delay: 1800ms;
  transition-delay: 1800ms;
}

.Delay1900ms {
  -webkit-transition-delay: 1900ms;
  transition-delay: 1900ms;
}

.Delay2000ms {
  -webkit-transition-delay: 2000ms;
  transition-delay: 2000ms;
}

/*------------------------------------------------------------
other
------------------------------------------------------------*/
.c-mvSliderTop {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  height: 555px;
}
@media only screen and (max-width: 900px) {
  .c-mvSliderTop {
    height: 300px;
    overflow: unset;
  }
}
.c-mvSliderTop__content {
  position: relative;
  height: 100%;
}
.c-mvSliderTop__imgBox {
  position: absolute;
  width: 100%;
  z-index: -1;
}
@media only screen and (max-width: 900px) {
  .c-mvSliderTop__imgBox {
    height: 90%;
  }
}
.c-mvSliderTop__circle {
  background-color: #fff20f;
  border-radius: 50%;
  width: 360px;
  height: 360px;
  position: relative;
  top: 20px;
  left: 7.8%;
}
@media only screen and (max-width: 900px) {
  .c-mvSliderTop__circle {
    width: 200px;
    height: 200px;
    left: 10px;
  }
}
@media only screen and (max-width: 900px) {
  .c-mvSliderTop__circle .circleImgBox {
    width: 110px;
  }
}
.c-mvSliderTop__circle .circleTitle {
  font-size: 1.8rem;
  color: #41be98;
  margin-bottom: 15px;
}
@media only screen and (max-width: 900px) {
  .c-mvSliderTop__circle .circleTitle {
    font-size: 0.9rem;
  }
}
.c-mvSliderTop__circle h3 {
  color: #41be98;
}
.c-mvSliderTop__circle img {
  width: auto;
}
@media only screen and (max-width: 900px) {
  .c-mvSliderTop__circle img {
    -o-object-fit: contain;
    object-fit: contain;
  }
}
.c-mvSliderTop__circle .abs {
  position: absolute;
}
.c-mvSliderTop__circle .title__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  width: 235px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: relative;
}
.c-mvSliderTop__circle .circle__trips {
  top: 8%;
  right: -35%;
}
@media only screen and (max-width: 900px) {
  .c-mvSliderTop__circle .circle__trips {
    top: 23%;
    right: -55px;
    width: 84px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.c-mvSliderTop__circle .circle__trips .imgbox__title {
  position: absolute;
  top: -24px;
  right: 11px;
}
.c-mvSliderTop__circle .circle__party {
  bottom: -30%;
  left: 0;
}
@media only screen and (max-width: 900px) {
  .c-mvSliderTop__circle .circle__party {
    width: 92px;
    bottom: unset;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 104%;
  }
}
.c-mvSliderTop__circle .circle__party .imgbox__title {
  position: absolute;
  bottom: -20px;
  left: 0px;
}
.c-mvSliderTop__circle .circle__shopping {
  bottom: -43%;
  right: -50px;
}
@media only screen and (max-width: 900px) {
  .c-mvSliderTop__circle .circle__shopping {
    bottom: unset;
    right: 0;
    width: 104px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 111%;
  }
}
.c-mvSliderTop__circle .circle__shopping .imgbox__title {
  position: absolute;
  bottom: -25px;
  right: 7px;
}
.c-mvSliderTop__minibus {
  position: absolute;
  right: 12.5%;
  top: 15%;
}
@media only screen and (max-width: 900px) {
  .c-mvSliderTop__minibus {
    max-width: 220px;
    width: 37vw;
    top: 57%;
    right: 10px;
    height: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.c-mvSliderTop__minibus img {
  width: auto;
}
@media only screen and (max-width: 900px) {
  .c-mvSliderTop__minibus img {
    -o-object-fit: contain;
    object-fit: contain;
  }
}
.c-mvSliderTop__slider {
  margin-bottom: 0 !important;
}
.c-mvSliderTop__ttl1 {
  font-family: "Sawarabi Mincho", serif;
  font-weight: 400;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: calc(48 / 36);
  text-align: left;
  margin-bottom: 10px;
}
@media only screen and (max-width: 900px) {
  .c-mvSliderTop__ttl1 {
    font-size: 3rem;
    line-height: calc(72 / 60);
  }
}
.c-mvSliderTop__ttl2 {
  font-family: "Sawarabi Mincho", serif;
  font-weight: 400;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: calc(36 / 24);
  margin-bottom: 15px;
}
@media only screen and (max-width: 900px) {
  .c-mvSliderTop__ttl2 {
    font-size: 1.8rem;
    margin-bottom: 10px;
    line-height: calc(48 / 33);
  }
}
.c-mvSliderTop__ttl2 span {
  background: #fff;
}
.c-mvSliderTop__ttl3 {
  font-family: "Sawarabi Mincho", serif;
  font-weight: 400;
  font-size: 1.6rem;
  font-weight: 400;
  color: #393939;
  line-height: calc(24 / 16);
}
@media only screen and (max-width: 900px) {
  .c-mvSliderTop__ttl3 {
    font-size: 1.4rem;
    text-shadow: 0 0 10px rgba(244, 242, 230, 0.7);
    line-height: calc(36 / 28);
  }
}
.c-mvSliderTop__item {
  overflow: hidden;
}
.c-mvSliderTop__item > .img {
  position: relative;
  height: 798px;
}
@media only screen and (max-width: 900px) {
  .c-mvSliderTop__item > .img {
    height: 430px;
  }
}
.c-mvSliderTop__item > .img img {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-mvSliderTop .slick-dots {
  bottom: 15.5px;
  left: 48.8%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.c-mvSliderTop .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 10px;
}
.c-mvSliderTop .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  background: #fff;
  border-radius: 50%;
}
.c-mvSliderTop .slick-dots li button:before {
  content: none;
}
.c-mvSliderTop .slick-dots li button:hover {
  opacity: 0.7;
}
.c-mvSliderTop .slick-dots .slick-active button {
  background: #ffb100;
  display: none;
}

.c-mv1 {
  position: relative;
}
.c-mv1__wrap {
  background: url("../img/common/mv_page.jpg") center center/cover no-repeat;
  overflow: hidden;
}
.c-mv1__inner {
  max-width: 1080px;
  margin: 0 auto;
}
@media only screen and (max-width: 900px) {
  .c-mv1__inner {
    padding: 0 20px;
  }
}
.c-mv1__content {
  height: 316px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}
@media only screen and (max-width: 900px) {
  .c-mv1__content {
    height: 115px;
    padding-left: 0;
  }
}
.c-mv1__content .ttl_box {
  position: relative;
  background: #ffffff;
  display: block;
  min-width: 344px;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  .c-mv1__content .ttl_box {
    min-width: 240px;
  }
}
.c-mv1__content .ttl_box::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-left: 18px solid transparent;
  border-bottom: 18px solid #fff20f;
}
@media only screen and (max-width: 900px) {
  .c-mv1__content .ttl_box::before {
    border-left-width: 14px;
    border-bottom-width: 14px;
  }
}
.c-mv1__content .ttl_box .ttl-en {
  padding: 12px;
}
@media only screen and (max-width: 900px) {
  .c-mv1__content .ttl_box .ttl-en {
    padding: 7px;
    letter-spacing: -0.03em;
  }
}
.c-mv1__ttl1 {
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  color: #000;
}
@media only screen and (max-width: 900px) {
  .c-mv1__ttl1 {
    font-size: 2.8rem;
    text-align: center;
  }
}
.c-mv1__ttl2 {
  text-align: center;
  font-size: 1.6rem;
  color: #000;
}
@media only screen and (max-width: 900px) {
  .c-mv1__ttl2 {
    text-align: center;
  }
}

.wp-pagenavi {
  text-align: center;
  margin: 50px 0 0;
}
.wp-pagenavi .page,
.wp-pagenavi .current {
  padding: 5px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 6px 0 12px;
  min-width: 40px;
  min-height: 40px;
}
@media only screen and (max-width: 900px) {
  .wp-pagenavi .page,
  .wp-pagenavi .current {
    margin: 0 5px 0px 5px;
    font-size: 1.4rem;
    min-height: 31px;
    min-width: 31px;
  }
}
@media screen and (min-width: 1024px) {
  .wp-pagenavi .page:hover,
  .wp-pagenavi .current:hover {
    opacity: 1;
    color: #fff;
  }
}
.wp-pagenavi .page {
  background: #d5d5d5;
}
@media screen and (min-width: 1024px) {
  .wp-pagenavi .page:hover {
    background: #41be98;
  }
}
.wp-pagenavi .current {
  color: #fff;
  background: #41be98;
}
.wp-pagenavi a {
  text-decoration: none;
  font-size: 1.6rem;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  position: relative;
  color: #41be98;
  font-size: 1.6rem;
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media only screen and (max-width: 900px) {
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .wp-pagenavi .previouspostslink:hover,
  .wp-pagenavi .nextpostslink:hover {
    opacity: 1;
    text-decoration: none;
  }
}
.wp-pagenavi .previouspostslink {
  margin-right: 1px;
}
@media only screen and (max-width: 900px) {
  .wp-pagenavi .previouspostslink {
    margin-right: 5px;
  }
}
.wp-pagenavi .nextpostslink {
  margin-left: 13px;
}
@media only screen and (max-width: 900px) {
  .wp-pagenavi .nextpostslink {
    margin-left: 5px;
  }
}

.c-contact {
  max-width: 700px;
  width: 100%;
  border-radius: 3px;
  margin: 80px auto;
  border-radius: 3px;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 900px) {
  .c-contact {
    width: calc(100% - 40px);
    margin: 50px auto;
  }
}
.c-contact ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 900px) {
  .c-contact ul {
    display: block;
  }
}
.c-contact__item a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: 2rem;
  -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;
  height: 78px;
  background: #ffffff;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  border: 1px solid #ffffff;
}
@media only screen and (max-width: 900px) {
  .c-contact__item a {
    height: 70px;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .c-contact__item a:hover {
    background: #fff;
    color: #ffffff;
    opacity: 1;
  }
}
.c-contact__item a span {
  position: relative;
}
.c-contact__item a span:nth-child(1):after {
  content: "";
  position: absolute;
  background: #fff;
  width: 1px;
  height: 36px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 900px) {
  .c-contact__item a span:nth-child(1):after {
    width: 242px;
    height: 1px;
    bottom: 0;
    top: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.c-boxTxt1__info {
  font-size: 1.6rem;
  color: #ffffff;
}
.c-boxTxt1__info.center {
  display: table;
  margin: 0 auto;
}

.c-boxTxt1 .c-ttl2 {
  margin-bottom: 35px;
}
@media only screen and (max-width: 900px) {
  .c-boxTxt1 .c-ttl2 {
    margin-bottom: 15px;
  }
}

.c-map {
  height: 421px;
}
@media only screen and (max-width: 900px) {
  .c-map {
    height: 280px;
  }
}
.c-map iframe {
  height: 421px;
  width: 100%;
}
@media only screen and (max-width: 900px) {
  .c-map iframe {
    height: 280px;
  }
}

.c-inqui__content {
  margin: 0 auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  max-width: 730px;
  text-align: center;
  border-radius: 20px;
  border: 3px solid #41be98;
  overflow: hidden;
  padding-bottom: 40px;
  background-color: #ffffff;
}
@media only screen and (max-width: 900px) {
  .c-inqui__content {
    padding-bottom: 20px;
  }
}
.c-inqui__content .ttl24 {
  color: #ffffff;
  background-color: #41be98;
  padding: 15px;
}
@media only screen and (max-width: 900px) {
  .c-inqui__content .ttl24 {
    font-size: 1.8rem;
    padding: 6px 15px;
  }
}
.c-inqui__content .ttl26s {
  margin-top: 30px;
}
@media only screen and (max-width: 900px) {
  .c-inqui__content .ttl26s {
    font-size: 1.5rem;
    margin-top: 20px;
  }
}

.c-inqui__txt1 {
  font-size: 4rem;
  font-weight: 400;
  margin: 13px 0;
}
@media only screen and (max-width: 900px) {
  .c-inqui__txt1 {
    font-size: 3rem;
    margin: 0;
  }
}
.c-inqui__txt1 a {
  color: inherit;
  text-decoration: none;
}
.c-inqui__txt1 a:hover {
  opacity: 1;
}

.c-inqui__txt2 {
  font-size: 2rem;
  color: #707070;
}
@media only screen and (max-width: 900px) {
  .c-inqui__txt2 {
    font-size: 1.6rem;
    margin-top: 19px;
  }
}

.c-totop {
  position: fixed;
  bottom: 20px;
  right: 80px;
  cursor: pointer;
  z-index: 1;
  width: 80px;
}
@media only screen and (max-width: 900px) {
  .c-totop {
    bottom: 55px;
    right: 10px;
    width: 40px;
    display: none;
  }
}

.u-linktd {
  text-decoration: underline;
  text-underline-offset: 5px;
}
@media only screen and (max-width: 900px) {
  .u-linktd {
    text-underline-offset: 2px;
  }
}

.c-slickitem {
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  margin-right: 20px;
  width: 400px;
}
@media only screen and (max-width: 900px) {
  .c-slickitem {
    width: 335px;
  }
}
@media only screen and (max-width: 350px) {
  .c-slickitem {
    width: 280px;
  }
}
.c-slickitem img {
  width: 100%;
}

.c-plan {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media only screen and (max-width: 900px) {
  .c-plan {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.c-plan__item {
  max-width: 495px;
  width: calc((100% - 90px) / 2);
  border-radius: 15px;
  border: 3px solid #4f4f4f;
  padding: 20px 50px;
}
@media only screen and (max-width: 900px) {
  .c-plan__item {
    width: 100%;
    padding: 20px 30px;
  }
}
@media only screen and (max-width: 900px) {
  .c-plan__item:first-of-type {
    margin-bottom: 55px;
  }
}
.c-plan__item ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.c-plan__item ul li::before {
  content: "";
  position: absolute;
  border: 4px solid #4f4f4f;
  height: 5px;
  border-radius: 50%;
  width: 5px;
  top: 6px;
  left: 0;
}
.c-plan__item ul li a {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: calc(24 / 16);
}
.c-plan__item ul p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: calc(24 / 16);
  margin-top: 10px;
}
.c-plan__title {
  font-size: 3rem;
  font-weight: 700;
  line-height: calc(44 / 30);
  color: #4f4f4f;
  text-align: center;
  margin-bottom: 30px;
}
.c-plan__sub {
  font-size: 1.6rem;
  line-height: calc(24 / 16);
  color: #000000;
  margin-bottom: 15px;
}
.c-plan__price {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  position: relative;
  line-height: calc(35 / 24);
  margin-bottom: 35px;
}
.c-plan__price::before {
  content: "";
  position: absolute;
  background: rgba(248, 214, 72, 0.3);
  width: 240px;
  height: 20px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  bottom: -15px;
  left: 50%;
}
.c-planbonus {
  padding-left: 55px;
}
@media only screen and (max-width: 900px) {
  .c-planbonus {
    padding-left: 0;
  }
}
.c-planbonus__title {
  font-size: 2.4rem;
  font-weight: 400;
  min-width: 291px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: calc(35 / 24);
  color: #000000;
  position: relative;
  padding-left: 20px;
  border-bottom: 1px solid #4f4f4f;
  margin-bottom: 22px;
}
.c-planbonus__title::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 29px;
  background: #4f4f4f;
  left: 0;
  top: 6px;
}
.c-planbonus__sub {
  font-size: 1.6rem;
  line-height: calc(24 / 16);
  color: #333;
  margin-bottom: 15px;
}

.slick-list {
  overflow: visible;
}

.c-content {
  padding-left: 15px;
  width: 470px;
}
@media only screen and (max-width: 900px) {
  .c-content {
    width: 100%;
    padding-left: 0;
    margin-bottom: 25px;
  }
}

.wrapper-content {
  max-width: 640px;
  width: 100%;
  margin: 30px auto 0;
}
@media only screen and (max-width: 900px) {
  .wrapper-content {
    margin: 15px auto 0;
  }
}

.map iframe {
  width: 100%;
  height: 510px;
  margin-top: 40px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 900px) {
  .map iframe {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

/*------------------------------------------------------------
404
------------------------------------------------------------*/
@media only screen and (max-width: 900px) {
  .p-page404 .c-ttl2__txt1 {
    font-size: 3rem;
  }
}

.p-page404 .c-btn1__txt1 {
  position: relative;
  margin: 53px auto 0;
}

.p-page4041 {
  /* max-width: 704px; */
  margin: 0 auto;
  padding: 80px 0 80px;
}
@media only screen and (max-width: 900px) {
  .p-page4041 {
    /* max-width: 480px; */
    width: 100%;
    padding: 24px 0 94px;
  }
}
.p-page4041 .c-text1 {
  color: #000;
  line-height: 1.5;
  width: 100%;
  margin: 60px auto;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  .p-page4041 .c-text1 {
    margin: 49px auto 0;
  }
}
.p-page4041 .c-gnavi {
  /* max-width: 577px; */
  margin: 0 auto;
}
@media only screen and (max-width: 900px) {
  .p-page4041 .c-gnavi {
    margin: 42px auto 0;
  }
}
.p-page4041 .c-gnavi ul {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 900px) {
  .p-page4041 .c-gnavi ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.p-page4041 .c-gnavi li {
  margin: 0 25px;
  border: none;
}
@media only screen and (max-width: 900px) {
  .p-page4041 .c-gnavi li {
    margin: 0 20px 0 0;
  }
}
.p-page4041 .c-gnavi li:first-of-type {
  margin-right: 25px;
}
@media only screen and (max-width: 900px) {
  .p-page4041 .c-gnavi li:first-of-type {
    margin-left: 0;
    border: none;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 900px) {
  .p-page4041 .c-gnavi li:first-of-type a {
    border-top: 0;
  }
}
.p-page4041 .c-gnavi li:last-of-type {
  border-bottom: 0;
}
@media only screen and (max-width: 900px) {
  .p-page4041 .c-gnavi li:last-of-type {
    margin-right: 0;
  }
}
.p-page4041 .c-gnavi li a {
  color: #000000;
}
@media only screen and (max-width: 900px) {
  .p-page4041 .c-gnavi li a {
    font-size: 1.6rem;
    padding: 10px 0;
    border: none;
  }
}
@media only screen and (max-width: 900px) {
  .p-page4041 .c-gnavi li a:after {
    content: none;
  }
}

/*------------------------------------------------------------
area
------------------------------------------------------------*/
.p-area .c-mv1__wrap {
  background: url("../img/area/mv_page.jpg") center center/cover no-repeat;
}

.p-area1 .map iframe {
  margin-bottom: 10px;
}

@media only screen and (max-width: 900px) {
  .p-area1 .ttl-jp.ttl24 {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 900px) {
  .p-area2 .ttl-en {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 900px) {
  .p-area2 .ttl-jp.ttl24 {
    font-size: 1.8rem;
    margin-bottom: 25px;
  }
}

.p-area3 {
  padding-bottom: 60px;
}
.p-area3 .ttl-jp {
  margin-top: 0;
}
.p-area3 .Tsushima_des ul {
  margin-top: 30px;
  list-style: disc;
  line-height: 1.5;
}
.p-area3 .Tsushima_des img {
  margin-top: 50px;
}

.fare__img dl {
  margin-top: 10px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 900px) {
  .fare__img dl {
    margin-bottom: 40px;
  }
}
.fare__img dl dt {
  /* display: inline; */
  color: #41be98;
}
/* .fare__img dl dd {
  display: inline;
  margin-left: 15px;
} */

.legend {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}
@media only screen and (max-width: 900px) {
  .legend {
    gap: 10px;
    margin-bottom: 20px;
  }
}
.legend dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.legend dt {
  margin-right: 5px;
}

.fareDiscount dl {
  margin-top: 20px;
}
.fareDiscount dl dt {
  color: #41be98;
}

@media only screen and (max-width: 900px) {
  .fareException {
    margin-top: 40px;
  }
}

.fareException p {
  margin-top: 20px;
}

@media only screen and (max-width: 900px) {
  .tsushimaBot__inner {
    overflow-y: scroll;
  }
}

.Tsushima_table {
  width: 100%;
  margin-bottom: 10px;
  display: table;
  font-size: 1.6rem;
  text-align: center;
  border-collapse: collapse;
  margin-bottom: 20px;
}
@media only screen and (max-width: 900px) {
  .Tsushima_table {
    font-size: 1.4rem;
  }
}
.Tsushima_table tr {
  border: 2px solid #eeeeee;
}
.Tsushima_table th {
  font-weight: 400;
  height: 60px;
  background-color: #eeeeee;
  border-left: 2px solid #fff;
  padding: 10px;
}
.Tsushima_table th:first-child {
  padding-left: 25px;
  text-align: left;
  border-left: 0;
}
@media only screen and (max-width: 900px) {
  .Tsushima_table th:first-child {
    padding-left: 10px;
    min-width: 110px;
  }
}
.Tsushima_table td {
  background: #fff;
  font-weight: 400;
  min-height: 60px;
  height: 60px;
  border-left: 2px solid #eeeeee;
  padding: 10px;
}
.Tsushima_table td:first-child {
  padding-left: 25px;
  text-align: left;
  border-left: 0;
}
@media only screen and (max-width: 900px) {
  .Tsushima_table td:first-child {
    padding-left: 10px;
  }
}

.tsushimaBot {
  padding-bottom: 150px;
}

/*------------------------------------------------------------
call
------------------------------------------------------------*/
.p-callSumamobi {
  position: relative;
}
.p-callSumamobi::before {
  content: "";
  position: absolute;
  background: url("../img/index/icon_dotted.png") repeat;
  width: 100%;
  height: 67%;
  -webkit-transform: skew(0deg, -10deg);
  -ms-transform: skew(0deg, -10deg);
  transform: skew(0deg, -10deg);
  top: 205px;
  right: 0;
  z-index: -1;
}
@media only screen and (max-width: 900px) {
  .p-callSumamobi::before {
    height: 100%;
    top: 80px;
  }
}
.p-callSumamobi .sumamobi__imgTown {
  position: relative;
  margin: 150px 0 250px 0;
}
@media only screen and (max-width: 900px) {
  .p-callSumamobi .sumamobi__imgTown {
    margin: 25px 0;
    min-height: 125px;
    padding-top: 25px;
  }
}
.p-callSumamobi .sumamobi__imgBus {
  position: absolute;
  max-width: 849px;
  width: auto;
  left: 50%;
  top: 90%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 900px) {
  .p-callSumamobi .sumamobi__imgBus {
    max-width: 190px;
    top: 50%;
  }
}
.p-callSumamobi .sumamobi__text {
  max-width: 672px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 900px) {
  .p-callSumamobi .sumamobi__text {
    padding: 0 10px;
  }
}
.p-callSumamobi .sumamobi__text p:not(:first-child) {
  margin-top: 30px;
}
@media only screen and (max-width: 900px) {
  .p-callSumamobi .sumamobi__text p:not(:first-child) {
    margin-top: 20px;
  }
}
.p-callSumamobi .sumamobi__img {
  margin-top: 30px;
}
@media only screen and (max-width: 900px) {
  .p-callSumamobi .sumamobi__img {
    margin-top: 20px;
  }
}
.p-callNews {
  position: relative;
}
@media only screen and (max-width: 900px) {
  .p-callNews .ttl-jp {
    margin-top: 0;
  }
}

.p-callKids {
  position: relative;
  background: url("../img/call/bg_dotted.png") repeat;
  margin-bottom: 24px;
}
.p-callKids::before {
  position: absolute;
  content: "";
  background: url("../img/call/icon_waveTop.png") repeat;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 24px;
}
.p-callKids::after {
  position: absolute;
  content: "";
  background: url("../img/call/icon_waveBot.png") repeat;
  top: 100%;
  left: 0;
  width: 100%;
  height: 24px;
}
.p-callKids .ttl-en {
  position: relative;
  color: #e84560;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.p-callKids .ttl-en::before {
  content: "";
  position: absolute;
  background: url("../img/call/icon_period.png") no-repeat;
  bottom: 0;
  left: calc(100% + 15px);
  width: 149px;
  height: 150px;
}
@media only screen and (max-width: 900px) {
  .p-callKids .ttl-en::before {
    width: 12vw;
    height: 12vw;
    left: 100%;
    background-size: cover;
  }
}
.p-callKids .ttl-jp {
  padding-left: 10px;
}
@media only screen and (max-width: 900px) {
  .p-callKids .ttl-jp {
    padding-left: 0;
  }
}
.p-callKids .ttl-jp::before {
  content: none;
}

.p-callTime .ttl-jp {
  position: relative;
  padding-bottom: 25px;
  padding-left: 0;
}
@media only screen and (max-width: 900px) {
  .p-callTime .ttl-jp {
    padding-bottom: 15px;
    margin-top: 30px;
  }
}
.p-callTime .ttl-jp::before {
  width: 64px;
  height: 5px;
  background-color: #41be98;
  background-color: #41be98;
  top: 100%;
  left: 50%;
  border-radius: 3px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.p-callTime .table {
  max-width: 632px;
  width: 100%;
  margin: 50px auto 100px;
}
@media only screen and (max-width: 900px) {
  .p-callTime .table {
    margin-top: 25px;
    margin-bottom: 60px;
  }
}
.p-callTime .table small {
  color: #e60000;
}
.p-callTime table {
  width: 100%;
  margin-bottom: 10px;
  display: table;
  font-size: 1.6rem;
  text-align: center;
  border-collapse: collapse;
  color: #313131;
}
.p-callTime table tr {
  border: 2px solid #eeeeee;
}
@media only screen and (max-width: 900px) {
  .p-callTime table tr {
    border: 1px solid #eeeeee;
  }
}
.p-callTime table tr:last-child th {
  border-bottom: 0;
}
.p-callTime table th {
  width: 42%;
  font-weight: 400;
  height: 60px;
  background-color: #eeeeee;
  border-bottom: 2px solid #fff;
}
.p-callTime table td {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: #fff;
  font-weight: 400;
  min-height: 60px;
  border-bottom: 2px solid #eeeeee;
  padding: 10px;
}
@media only screen and (max-width: 900px) {
  .p-callTime table td {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    font-size: 1.4rem;
    border-bottom: 1px solid #eeeeee;
  }
}
.p-callTime table td span {
  text-decoration: underline;
  text-underline-offset: 5px;
}
@media only screen and (max-width: 900px) {
  .p-callTime table td span {
    text-underline-offset: 2px;
  }
}

.p-call .flow__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 900px) {
  .p-call .flow__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
  }
}
.p-call .flow__list .flow__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 50px;
  width: calc(100% / 4);
  padding: 0 30px;
  position: relative;
}
@media only screen and (max-width: 900px) {
  .p-call .flow__list .flow__item {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 900px) {
  .p-call .flow__list .flow__item::before {
    position: absolute;
    content: "";
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 19px solid #e84560;
    top: 74px;
    height: 0;
    width: 0;
    right: -48px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media only screen and (max-width: 374px) {
  .p-call .flow__list .flow__item::before {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #e84560;
    top: 52px;
    right: -42px;
  }
}
.p-call .flow__list .flow__item:last-child::before {
  content: none;
}
@media only screen and (max-width: 900px) {
  .p-call .flow__list .flow__item:nth-child(2n)::before {
    content: none;
  }
}
.p-call .flow__list .flow__itemImg {
  position: relative;
  width: 198px;
  height: 198px;
  border-radius: 50%;
  border: 3px solid #e3e3e3;
  background-color: #ffffff;
}
@media only screen and (max-width: 900px) {
  .p-call .flow__list .flow__itemImg {
    width: 153px;
    height: 153px;
  }
}
@media only screen and (max-width: 374px) {
  .p-call .flow__list .flow__itemImg {
    width: 110px;
    height: 110px;
  }
}
.p-call .flow__list .flow__itemImg::before {
  position: absolute;
  content: "";
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 20px solid #e84560;
  top: 50%;
  height: 0;
  width: 0;
  right: -58px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 900px) {
  .p-call .flow__list .flow__itemImg::before {
    content: none;
  }
}
.p-call .flow__list .flow__itemImg img {
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 900px) {
  .p-call .flow__list .flow__itemImg img {
    width: 70px;
    height: 70px;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
.p-call .flow__list .flow__item:last-child .flow__itemImg::before {
  content: none;
}
.p-call .flow__list .flow__itemStep {
  width: 110px;
  height: 33px;
  border-radius: 16px;
  background-color: #e84560;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}
@media only screen and (max-width: 900px) {
  .p-call .flow__list .flow__itemStep {
    width: 72px;
    height: 20px;
    border-radius: 10px;
    margin-top: 15px;
  }
}
.p-call .flow__list .flow__itemStep span {
  width: unset;
  margin-right: unset;
  font-size: 1.8rem;
  color: #ffffff;
}
@media only screen and (max-width: 900px) {
  .p-call .flow__list .flow__itemStep span {
    font-size: 1.2rem;
  }
}
.p-call .flow__list .flow__itemTitle {
  margin-top: 15px;
  width: 100%;
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 1px dotted #e3e3e3;
}
@media only screen and (max-width: 900px) {
  .p-call .flow__list .flow__itemTitle {
    margin-top: 10px;
  }
}
.p-call .flow__list .flow__itemTitle h3 {
  font-size: 2.4rem;
  font-weight: bold;
}
@media only screen and (max-width: 900px) {
  .p-call .flow__list .flow__itemTitle h3 {
    font-size: 1.8rem;
  }
}
.p-call .flow__list .flow__itemDes {
  padding: 15px 10px;
}
@media only screen and (max-width: 900px) {
  .p-call .flow__list .flow__itemDes {
    padding: 15px 0;
  }
}
/*----------------------------------
List
-----------------------------------*/
.p-list {
  margin: 125px 0 0;
  padding: 0;
}
@media screen and (max-width: 900px) {
  .p-list {
    margin: 100px 0 0;
  }
}
.p-list .c-mv1__wrap {
  background: url("../img/list/mv_page.jpg") center center/cover no-repeat;
}

.tabs__buttons--container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 900px) {
  .tabs__buttons--container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.tabs__tab-btn {
  position: relative;
  border: 2px solid #41be98;
  max-width: 220px;
  width: 100%;
  height: 50px;
  cursor: pointer;
  font-size: 1.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: none;
  color: #41be98;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 900px) {
  .tabs__tab-btn {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .tabs__tab-btn:hover {
    background: #41be98;
    color: #ffffff;
    opacity: 1;
  }
  .tabs__tab-btn:hover::before {
    border-left: 3px solid #ffffff;
    border-top: 3px solid #ffffff;
  }
}
.tabs__tab-btn + .tabs__tab-btn {
  margin-left: 14px;
}
@media only screen and (max-width: 900px) {
  .tabs__tab-btn + .tabs__tab-btn {
    margin-left: 0;
    margin-top: 10px;
  }
}
.tabs__tab-btn::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%) rotate(135deg);
  -ms-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
  border-left: 3px solid #41be98;
  border-top: 3px solid #41be98;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.tabs__tab-btn--not-selected {
  background: none;
  color: #41be98;
}
.tabs__tab-btn--not-selected::before {
  border-left: 3px solid #41be98;
  border-top: 3px solid #41be98;
}

.tabs__tab--hide {
  display: none;
}

.tabs__tab--show {
  display: block;
}

.tabs__tab {
  padding-top: 125px;
  -webkit-animation: tabApear 0.6s;
  animation: tabApear 0.6s;
}
@media only screen and (max-width: 900px) {
  .tabs__tab {
    padding-top: 100px;
  }
}

.tabs__tab-item {
  border: 2px solid #41be98;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 550px;
  overflow: hidden;
  padding: 40px 60px;
  margin-top: 50px;
  position: relative;
  min-height: 717px;
}
@media only screen and (max-width: 900px) {
  .tabs__tab-item {
    max-width: 500px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 25px 20px;
  }
}
.wrapper {
  margin: 40px 60px;
}
.tabs__tab-item .ttl-jp {
  margin-top: 0;
}
@media only screen and (max-width: 900px) {
  .tabs__tab-item .ttl-jp {
    font-size: 1.8rem;
  }
}
.tabs__tab-item .item__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
}
@media only screen and (max-width: 900px) {
  .tabs__tab-item .item__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 25px;
  }
}
.tabs__tab-item .item__info .item__info-left {
  width: 515px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 900px) {
  .tabs__tab-item .item__info .item__info-left {
    width: 100%;
    margin-top: 20px;
  }
}
.tabs__tab-item .item__info .item__info-left table {
  width: 100%;
  margin-bottom: 10px;
  display: table;
  font-size: 1.6rem;
  text-align: left;
  border-collapse: collapse;
  color: #313131;
}
@media only screen and (max-width: 900px) {
  .tabs__tab-item .item__info .item__info-left table {
    font-size: 1.4rem;
  }
}
.tabs__tab-item .item__info .item__info-left table tr {
  border: 2px solid #eeeeee;
}
.tabs__tab-item .item__info .item__info-left table th {
  width: 30%;
  font-weight: 400;
  height: 60px;
  background-color: #eeeeee;
  border-bottom: 2px solid #fff;
  padding: 20px 30px;
  vertical-align: top;
}
@media only screen and (max-width: 900px) {
  .tabs__tab-item .item__info .item__info-left table th {
    padding: 10px;
    vertical-align: middle;
  }
}
.tabs__tab-item .item__info .item__info-left table td {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: #fff;
  font-weight: 400;
  min-height: 60px;
  border-bottom: 2px solid #eeeeee;
  padding: 20px;
  word-break: break-word;
}
@media only screen and (max-width: 900px) {
  .tabs__tab-item .item__info .item__info-left table td {
    padding: 10px;
  }
}
.tabs__tab-item .item__info .item__info-right {
  width: 400px;
}
@media only screen and (max-width: 900px) {
  .tabs__tab-item .item__info .item__info-right {
    width: 100%;
  }
}
.tabs__tab-item .item__info .item__info-photo {
  background-color: #eeeeee;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-height: 300px;
  height: 100%;
}

.item__info-photo img {
  height: 100%;
  height: 300px;
}
@media only screen and (max-width: 900px) {
  .tabs__tab-item .item__info .item__info-photo {
    max-height: unset;
  }
}
@media only screen and (max-width: 900px) {
  .tabs__tab-item .item__info .item__info-photo img {
    padding: 40px 0;
  }
}
.tabs__tab-item .item__info .item__info-map {
  margin-top: 25px;
  height: 200px;
}
@media only screen and (max-width: 900px) {
  .tabs__tab-item .item__info .item__info-map {
    margin-top: 10px;
    height: 160px;
  }
}
.tabs__tab-item .item__info .item__info-map iframe {
  width: 100%;
  height: 100%;
}

@-webkit-keyframes tabApear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes tabApear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.list__banner {
  margin-top: 100px;
}
@media only screen and (max-width: 900px) {
  .list__banner {
    margin-top: 50px;
  }
}
.list__banner p {
  margin-bottom: 25px;
}
@media only screen and (max-width: 900px) {
  .list__banner p {
    margin-bottom: 10px;
  }
}

/*------------------------------------------------------------
contact
------------------------------------------------------------*/
.p-contact .c-mv1__wrap {
  background: url("../img/contact/mv_page.jpg") center center/cover no-repeat;
}

.p-contact2 iframe {
  width: 100%;
  height: 390px;
  border-radius: 20px;
  margin-top: 15px;
}
@media only screen and (max-width: 900px) {
  .p-contact2 iframe {
    height: 265px;
  }
}

@media only screen and (max-width: 900px) {
  .p-contact2 .ttl-en {
    text-align: left;
  }
}

/*------------------------------------------------------------
digitalstop
------------------------------------------------------------*/
.p-digitalstop .c-mv1__wrap {
  background: url("../img/digitalstop/mv_page.jpg") center center/cover
    no-repeat;
}

.p-digitalstop.p-digitalstop2dcode .c-mv1__wrap {
  background: url("../img/digitalstop/mv_page2dcode.jpg") center center/cover
    no-repeat;
}

.p-digitalstop1 {
  position: relative;
  margin-bottom: 75px;
}
.p-digitalstop1::before {
  content: "";
  position: absolute;
  background: url("../img/index/icon_dotted.png") repeat;
  width: 100%;
  height: 67%;
  -webkit-transform: skew(0deg, -10deg);
  -ms-transform: skew(0deg, -10deg);
  transform: skew(0deg, -10deg);
  top: 205px;
  right: 0;
  z-index: -1;
}
@media only screen and (max-width: 900px) {
  .p-digitalstop1::before {
    top: 80px;
    height: 100%;
  }
}
.p-digitalstop1 .wavy {
  background: #eeeeee;
  position: absolute;
  width: 100%;
  height: 300px;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media only screen and (max-width: 900px) {
  .p-digitalstop1 .wavy {
    height: 120px;
  }
}
.p-digitalstop1 .wavy::after {
  content: "";
  position: absolute;
  background: url("../img/digitalstop/icon_wave.png") repeat;
  width: 100%;
  height: 24px;
  bottom: -24px;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 900px) {
  .p-digitalstop1 .c-imgTxt1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 500px;
  }
}
.p-digitalstop1 .c-imgTxt1__img {
  width: 430px;
}
.p-digitalstop1 .c-imgTxt1__img img {
  border-radius: 0;
  aspect-ratio: auto;
}
@media only screen and (max-width: 900px) {
  .p-digitalstop1 .c-imgTxt1__img {
    width: 125px;
  }
}
@media only screen and (max-width: 900px) {
  .p-digitalstop1 .c-imgTxt1__info {
    margin-left: 20px;
    padding: 0;
  }
}
.p-digitalstop1 .c-imgTxt1__detail dl {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 900px) {
  .p-digitalstop1 .c-imgTxt1__detail dl {
    font-size: 1.2rem;
  }
}
.p-digitalstop1 .c-imgTxt1__detail dl::before {
  content: "";
  position: absolute;
  background-color: #41be98;
  height: 3px;
  width: 124px;
  top: 50%;
  left: -124px;
  z-index: -1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 900px) {
  .p-digitalstop1 .c-imgTxt1__detail dl::before {
    left: -100px;
  }
}
.p-digitalstop1 .c-imgTxt1__detail dt {
  margin-right: 25px;
}
@media only screen and (max-width: 900px) {
  .p-digitalstop1 .c-imgTxt1__detail dt {
    margin-right: 5px;
  }
}
.p-digitalstop1 .c-imgTxt1__detail dt img {
  width: 150px;
}
@media only screen and (max-width: 900px) {
  .p-digitalstop1 .c-imgTxt1__detail dt img {
    max-width: unset;
    width: 60px;
  }
}
.p-digitalstop1 .c-imgTxt1__detail p, .p-smartphone1 .c-imgTxt1__detail p, .p-facility1 .c-imgTxt1__detail p {
  width: 100%;
  position: absolute;
  right: 0;
  top: calc(100% - 160px);
}

.p-facility1 .c-imgTxt1__detail p{
  top: calc(100% - 100px);
}

.p-smartphone1 .c-imgTxt1__detail p{
  top: 100%;
}

@media only screen and (max-width: 900px) {
  .p-digitalstop1 .c-imgTxt1__detail p , .p-facility1 .c-imgTxt1__detail p{
    width: calc(100% + 145px);
    position: absolute;
    right: 0;
    top: calc(100% + 10px);
  }
  
  .p-smartphone1 .c-imgTxt1__detail p {
    width: calc(100% + 110px);
    position: absolute;
    right: 0;
    top: 97%;
  }
}

.p-digitalstop3 .location__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 40px -10px 0;
}
@media only screen and (max-width: 900px) {
  .p-digitalstop3 .location__list {
    margin: 30px auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-digitalstop3 .location__list .location__item {
  width: calc(100% / 3);
  padding: 0 10px;
  margin-top: 40px;
}
@media only screen and (max-width: 900px) {
  .p-digitalstop3 .location__list .location__item {
    width: 100%;
  }
}
.p-digitalstop3 .location__list .location__img {
  border-radius: 20px;
  overflow: hidden;
}
@media only screen and (max-width: 900px) {
  .p-digitalstop3 .location__list .location__img {
    border-radius: 10px;
  }
}
.p-digitalstop3 .location__list .location__title {
  font-size: 1.8rem;
  font-weight: 400;
  padding-left: 50px;
  position: relative;
  margin-top: 20px;
}
@media only screen and (max-width: 900px) {
  .p-digitalstop3 .location__list .location__title {
    padding-left: 25px;
  }
}
.p-digitalstop3 .location__list .location__title::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background-color: #e84560;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 900px) {
  .p-digitalstop3 .location__list .location__title::before {
    left: 0;
  }
}

/*------------------------------------------------------------
facility
------------------------------------------------------------*/
.p-facility .c-mv1__wrap {
  background: url("../img/facility/mv_page.jpg") center center/cover no-repeat;
}

.p-facility1 {
  position: relative;
  margin-bottom: 75px;
}
.p-facility1::before {
  content: "";
  position: absolute;
  background: url("../img/index/icon_dotted.png") repeat;
  width: 100%;
  height: 67%;
  -webkit-transform: skew(0deg, -10deg);
  -ms-transform: skew(0deg, -10deg);
  transform: skew(0deg, -10deg);
  top: 205px;
  right: 0;
  z-index: -2;
}
@media only screen and (max-width: 900px) {
  .p-facility1::before {
    top: 80px;
    height: 100%;
  }
}
.p-facility1 .wavy {
  background: #eeeeee;
  position: absolute;
  width: 100%;
  height: 200px;
  bottom: 0;
  right: 0;
  z-index: -2;
}
@media only screen and (max-width: 900px) {
  .p-facility1 .wavy {
    height: 120px;
    bottom: 35px;
  }
}
.p-facility1 .wavy::after {
  content: "";
  position: absolute;
  background: url("../img/digitalstop/icon_wave.png") repeat;
  width: 100%;
  height: 24px;
  bottom: -24px;
  left: 0;
  z-index: -1;
}
.p-facility1 .c-imgTxt1 {
  padding: 0 50px;
}
@media only screen and (max-width: 900px) {
  .p-facility1 .c-imgTxt1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 500px;
    padding: 0;
  }
}
.p-facility1 .c-imgTxt1__img {
  width: 425px;
}
.p-facility1 .c-imgTxt1__img img {
  border-radius: 0;
  aspect-ratio: auto;
}
@media only screen and (max-width: 900px) {
  .p-facility1 .c-imgTxt1__img {
    width: 150px;
  }
}
@media only screen and (max-width: 900px) {
  .p-facility1 .c-imgTxt1__info {
    margin-left: 20px;
    padding: 0;
  }
}
.p-facility1 .c-imgTxt1__detail dl {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 900px) {
  .p-facility1 .c-imgTxt1__detail dl {
    font-size: 1.2rem;
  }
}
.p-facility1 .c-imgTxt1__detail dl::before {
  content: "";
  position: absolute;
  background-color: #41be98;
  height: 3px;
  width: 124px;
  top: 50%;
  left: -124px;
  z-index: -1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 900px) {
  .p-facility1 .c-imgTxt1__detail dl::before {
    left: -100px;
  }
}
.p-facility1 .c-imgTxt1__detail dt {
  margin-right: 25px;
}
@media only screen and (max-width: 900px) {
  .p-facility1 .c-imgTxt1__detail dt {
    margin-right: 5px;
  }
}
.p-facility1 .c-imgTxt1__detail dt img {
  width: 150px;
}
@media only screen and (max-width: 900px) {
  .p-facility1 .c-imgTxt1__detail dt img {
    max-width: unset;
    width: 60px;
  }
}

.p-facility3 .location__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 40px -10px 0;
}
@media only screen and (max-width: 900px) {
  .p-facility3 .location__list {
    margin: 30px auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-facility3 .location__list .location__item {
  width: calc(100% / 3);
  padding: 0 10px;
  margin-top: 40px;
}
@media only screen and (max-width: 900px) {
  .p-facility3 .location__list .location__item {
    width: 100%;
  }
}
.p-facility3 .location__list .location__img {
  border-radius: 20px;
  overflow: hidden;
}
@media only screen and (max-width: 900px) {
  .p-facility3 .location__list .location__img {
    border-radius: 10px;
  }
}
.p-facility3 .location__list .location__title {
  font-size: 1.8rem;
  font-weight: 400;
  padding-left: 50px;
  position: relative;
  margin-top: 20px;
}
@media only screen and (max-width: 900px) {
  .p-facility3 .location__list .location__title {
    padding-left: 25px;
  }
}
.p-facility3 .location__list .location__title::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background-color: #e84560;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 900px) {
  .p-facility3 .location__list .location__title::before {
    left: 0;
  }
}

/*------------------------------------------------------------
faq
------------------------------------------------------------*/
.p-faq .c-mv1__wrap {
  background: url("../img/faq/mv_page.jpg") center center/cover no-repeat;
}

.list__buttons--container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 900px) {
  .list__buttons--container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.list__faq-btn {
  position: relative;
  background: none;
  color: #41be98;
  border: 2px solid #41be98;
  max-width: 235px;
  width: 100%;
  height: 50px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.list__faq-btn span {
  font-size: 1.6rem;
}
@media only screen and (max-width: 900px) {
  .list__faq-btn span {
    font-size: 1.4rem;
  }
}
.list__faq-btn + .list__faq-btn {
  margin-left: 14px;
}
@media only screen and (max-width: 900px) {
  .list__faq-btn + .list__faq-btn {
    margin-left: 0;
    margin-top: 10px;
  }
}
.list__faq-btn::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%) rotate(135deg);
  -ms-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-left: 3px solid #41be98;
  border-top: 3px solid #41be98;
}
@media screen and (min-width: 1024px) {
  .list__faq-btn:hover {
    background: #41be98;
    color: #ffffff;
  }
  .list__faq-btn:hover::before {
    border-left: 3px solid #ffffff;
    border-top: 3px solid #ffffff;
  }
}

.list__faq-btn.active {
  background: #41be98;
  color: #ffffff;
}
.list__faq-btn.active::before {
  border-left: 3px solid #ffffff;
  border-top: 3px solid #ffffff;
}

.list__faq--hide {
  display: none;
}

.list__faq--show {
  display: block;
}

.list__faq {
  padding-top: 115px;
  -webkit-animation: tabApear 0.6s;
  animation: tabApear 0.6s;
}
@media only screen and (max-width: 900px) {
  .list__faq {
    padding-top: 100px;
  }
}
.list__faq .item__faq {
  font-size: 1.8rem;
  padding: 50px 120px;
  border-bottom: 1px dotted #313131;
}
@media only screen and (max-width: 900px) {
  .list__faq .item__faq {
    padding: 25px 0;
    font-size: 1.4rem;
  }
}
.list__faq .item__faq:last-child {
  border-bottom: 0;
}
.list__faq .ans__faq,
.list__faq .que__faq {
  padding-left: 60px;
  padding-top: 12px;
  position: relative;
}
@media only screen and (max-width: 900px) {
  .list__faq .ans__faq,
  .list__faq .que__faq {
    padding-top: 6px;
    padding-left: 50px;
  }
}
.list__faq .ans__faq::before,
.list__faq .que__faq::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 50px;
  height: 46px;
}
@media only screen and (max-width: 900px) {
  .list__faq .ans__faq::before,
  .list__faq .que__faq::before {
    width: 35px;
    height: 35px;
  }
}
.list__faq .ans__faq {
  margin-bottom: 40px;
}
@media only screen and (max-width: 900px) {
  .list__faq .ans__faq {
    margin-bottom: 20px;
  }
}
.list__faq .ans__faq::before {
  background: url("../img/faq/icon_ans.png") no-repeat;
  background-size: contain;
}
.list__faq .que__faq::before {
  background: url("../img/faq/icon_que.png") no-repeat;
  background-size: contain;
}
.list__faq .que__faq a {
  color: #41be98;
  word-break: break-all;
}
@media screen and (min-width: 1024px) {
  .list__faq .que__faq a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
  }
}

.list__faq-item {
  border: 2px solid #41be98;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 550px;
  overflow: hidden;
  padding: 40px 60px;
  margin-top: 50px;
  position: relative;
}
.list__faq-item .ttl-jp {
  margin-top: 0;
}
.list__faq-item .item__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
}
.list__faq-item .item__info .item__info-left {
  width: 515px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.list__faq-item .item__info .item__info-left table {
  width: 100%;
  margin-bottom: 10px;
  display: table;
  font-size: 1.6rem;
  text-align: left;
  border-collapse: collapse;
  color: #313131;
}
.list__faq-item .item__info .item__info-left table tr {
  border: 2px solid #eeeeee;
}
.list__faq-item .item__info .item__info-left table th {
  width: 30%;
  font-weight: 400;
  height: 60px;
  background-color: #eeeeee;
  border-bottom: 2px solid #fff;
  padding: 20px 30px;
  vertical-align: top;
}
.list__faq-item .item__info .item__info-left table td {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: #fff;
  font-weight: 400;
  min-height: 60px;
  border-bottom: 2px solid #eeeeee;
  padding: 20px;
}
.list__faq-item .item__info .item__info-right {
  width: 400px;
}
.list__faq-item .item__info .item__info-map {
  margin-top: 25px;
  height: 200px;
}
.list__faq-item .item__info .item__info-map iframe {
  width: 100%;
  height: 100%;
}

@keyframes tabApear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*------------------------------------------------------------
index
------------------------------------------------------------*/
.p-indexReport {
  position: relative;
}
.p-indexReport::before {
  content: "";
  position: absolute;
  background: url("../img/index/icon_dotted.png") repeat;
  width: 100%;
  height: 67%;
  -webkit-transform: skew(0deg, -10deg);
  -ms-transform: skew(0deg, -10deg);
  transform: skew(0deg, -10deg);
  top: 205px;
  right: 0;
  z-index: -1;
}
@media only screen and (max-width: 900px) {
  .p-indexReport::before {
    height: 85%;
  }
}

.p-indexUse {
  margin-top: 150px;
}
@media only screen and (max-width: 900px) {
  .p-indexUse {
    margin-top: 50px;
  }
}

.p-indexMovie .banner__history {
  margin-top: 100px;
  margin-bottom: 65px;
}
@media only screen and (max-width: 900px) {
  .p-indexMovie .banner__history {
    margin-top: 75px;
    margin-bottom: 55px;
  }
}
.p-indexMovie .banner__history a {
  display: block;
  border: 1px solid #41be98;
}
@media screen and (min-width: 1024px) {
  .p-indexMovie .banner__history a:hover {
    opacity: 1;
  }
}

/*------------------------------------------------------------
kids
------------------------------------------------------------*/
.p-kids .c-mv1__wrap {
  background: url("../img/kids/mv_page.jpg") center center/cover no-repeat;
}

.p-kids1 {
  position: relative;
}
.p-kids1::before {
  content: "";
  position: absolute;
  background: url("../img/index/icon_dotted.png") repeat;
  width: 100%;
  height: 67%;
  -webkit-transform: skew(0deg, -10deg);
  -ms-transform: skew(0deg, -10deg);
  transform: skew(0deg, -10deg);
  top: 205px;
  right: 0;
  z-index: -1;
}
.p-kids1 .sumamobi__text {
  max-width: 710px;
  width: 100%;
  margin: 40px auto 0;
}
@media only screen and (max-width: 900px) {
  .p-kids1 .sumamobi__text {
    margin-top: 25px;
  }
}
.p-kids1 .kids_img {
  margin-top: 75px;
}
@media only screen and (max-width: 900px) {
  .p-kids1 .kids_img {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

.p-kidsLesson .tabs__tab {
  padding-top: 0;
}

.p-kidsLesson .ttl-jp {
  margin-top: 0;
}

.p-kidsLesson .tabs__tab {
  margin-top: 90px;
}
@media only screen and (max-width: 900px) {
  .p-kidsLesson .tabs__tab {
    margin-top: 25px;
  }
}

.p-kidsLesson .tabs__tab-item {
  border-radius: 0;
  border: 0;
  border-bottom: 2px dotted #3e3e3e;
  margin-top: 0;
  min-height: unset;
}
.p-kidsLesson .tabs__tab-item:last-child {
  border-bottom: 0;
}

.p-kidsLesson .item__info {
  margin-top: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 900px) {
  .p-kidsLesson .item__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.p-kidsLesson .item__info-left table {
  margin-top: 25px;
}

/*------------------------------------------------------------
menu
------------------------------------------------------------*/
.p-menuItem:nth-child(odd) {
  background-color: #f3fbf5;
}

.p-menu .c-imgTxt1 {
  padding-bottom: 0;
}

/*------------------------------------------------------------
news
------------------------------------------------------------*/
@media only screen and (max-width: 900px) {
  .p-news {
    padding: 100px 0 190px;
  }
}

.p-news1__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 900px) {
  .p-news1__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.p-news1__content {
  width: 750px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 900px) {
  .p-news1__content {
    width: 100%;
  }
}
.p-news1__content .c-list1 {
  margin: 0 auto;
}

/*------------------------------------------------------------
news detail
------------------------------------------------------------*/
@media only screen and (max-width: 900px) {
  .p-newsDetail {
    padding: 100px 0 190px;
  }
}

.p-newsDetail .ttl26 {
  display: block;
  border-bottom: 2px solid #41be98;
  padding: 0 30px;
}
@media only screen and (max-width: 900px) {
  .p-newsDetail .ttl26 {
    padding: 0;
  }
}

.p-newsDetail1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 50px 0 100px;
}
@media only screen and (max-width: 900px) {
  .p-newsDetail1 {
    display: block;
    padding: 0 0 50px;
  }
}
.p-newsDetail1__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.p-newsDetail1__img img {
  max-width: 370px;
  width: calc((100% - 20px) / 2);
}
@media only screen and (max-width: 900px) {
  .p-newsDetail1__img img {
    width: calc((100% - 9px) / 2);
  }
}
.p-newsDetail1__content {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 750px;
}
@media only screen and (max-width: 900px) {
  .p-newsDetail1__content {
    width: 100%;
    padding: 20px 0 20px;
  }
}
.p-newsDetail1__content .c-btn1 {
  margin-top: 100px;
}
@media only screen and (max-width: 900px) {
  .p-newsDetail1__content .c-btn1 {
    margin-top: 50px;
  }
}
.p-newsDetail1__ttl1 {
  font-size: 3rem;
  margin: 0 0 67px;
  font-weight: 600;
  border-bottom: 3px solid #f3fbf5;
  color: #ffffff;
}
@media only screen and (max-width: 900px) {
  .p-newsDetail1__ttl1 {
    font-size: 2rem;
    margin: 0 0 28px;
    border-bottom: 2px solid #f3fbf5;
  }
}
.p-newsDetail1__boxTime {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 0;
  padding: 0 30px;
}
@media only screen and (max-width: 900px) {
  .p-newsDetail1__boxTime {
    margin: 0 0 10px 0;
    padding: 0;
  }
}
.p-newsDetail1__boxTime .time {
  font-size: 1.6rem;
  color: #ffffff;
}
@media only screen and (max-width: 900px) {
  .p-newsDetail1__boxTime .time {
    font-size: 1.4rem;
  }
}
.p-newsDetail1__boxTime .blog {
  margin-left: 22px;
}
@media only screen and (max-width: 900px) {
  .p-newsDetail1__boxTime .blog {
    margin-top: 0;
    margin-left: 30px;
  }
}
.p-newsDetail1 .img {
  margin: 45px 0 86px;
}
@media only screen and (max-width: 900px) {
  .p-newsDetail1 .img {
    margin: 40px 0;
  }
}
.p-newsDetail1 .img img {
  max-width: 100%;
}

.p-newsDetail .news-single {
  overflow: hidden;
  font-weight: 400;
  padding: 0 30px;
}
@media only screen and (max-width: 900px) {
  .p-newsDetail .news-single {
    padding: 0;
  }
}
.p-newsDetail .news-single h3 {
  font-size: 2.4rem;
  font-weight: 400;
  margin-bottom: 20px;
  position: relative;
  padding-left: 8px;
  border-left: 8px solid #e3e3e3;
}
@media only screen and (max-width: 900px) {
  .p-newsDetail .news-single h3 {
    font-size: 1.7rem;
    background: transparent;
    border-width: 3px;
    padding-left: 7px;
    padding-bottom: 2px;
    margin-bottom: 10px;
  }
}
.p-newsDetail .news-single h3 span {
  display: inline-block;
  padding: 0 50px 0 12px;
}
@media only screen and (max-width: 900px) {
  .p-newsDetail .news-single h3 span {
    padding: 0;
  }
}
.p-newsDetail .news-single h4 {
  font-size: 2.2rem;
  margin-bottom: 20px;
  font-weight: 400;
}
@media only screen and (max-width: 900px) {
  .p-newsDetail .news-single h4 {
    font-size: 1.6rem;
    padding-left: 10px;
    margin-bottom: 10px;
  }
}
.p-newsDetail .news-single h5 {
  font-size: 2rem;
  margin-bottom: 20px;
  font-weight: 400;
}
@media only screen and (max-width: 900px) {
  .p-newsDetail .news-single h5 {
    font-size: 1.5rem;
    padding-left: 10px;
    margin-bottom: 10px;
  }
}
.p-newsDetail .news-single h6 {
  font-size: 1.8rem;
  margin-bottom: 20px;
  font-weight: 400;
}
@media only screen and (max-width: 900px) {
  .p-newsDetail .news-single h6 {
    margin-bottom: 10px;
    padding-left: 10px;
  }
}
.p-newsDetail .news-single ol {
  font-size: 1.6rem;
  line-height: 1.5;
  list-style-type: decimal;
  padding: 0 0 0 22px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 900px) {
  .p-newsDetail .news-single ol {
    margin: 0 0 10px;
    font-size: 1.4rem;
  }
}
.p-newsDetail .news-single ol li::marker {
  color: #41be98;
}
.p-newsDetail .news-single ul {
  font-size: 1.6rem;
  line-height: 1.5;
  list-style-type: disc;
  padding: 0 0 0 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 900px) {
  .p-newsDetail .news-single ul {
    margin: 0 0 10px;
    font-size: 1.4rem;
  }
}
.p-newsDetail .news-single ul li::marker {
  font-size: 1rem;
  color: #41be98;
}
.p-newsDetail .news-single p {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media only screen and (max-width: 900px) {
  .p-newsDetail .news-single p {
    padding-left: 0;
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}

.p-newsDetail .news-single div a {
  color: #41be98;
  text-decoration: underline;
}
.p-newsDetail .news-single div a:hover {
  text-decoration: none;
  opacity: 1;
}
.p-newsDetail .news-single p a {
  color: #41be98;
  text-decoration: underline;
}
.p-newsDetail .news-single p a:hover {
  text-decoration: none;
  opacity: 1;
}
.p-newsDetail .news-single img {
  max-width: 100%;
  width: auto;
  height: auto;
  margin-top: 10px;
}
.p-newsDetail .news-single img.aligncenter {
  text-align: center;
  margin: 50px auto 0;
  display: block;
}
@media only screen and (max-width: 900px) {
  .p-newsDetail .news-single img.aligncenter {
    margin: 5px auto 0;
    display: inherit;
  }
}
.p-newsDetail .news-single img.alignright {
  display: block;
  float: right;
  margin: 50px auto;
}
@media only screen and (max-width: 900px) {
  .p-newsDetail .news-single img.alignright {
    margin: 5px auto 0;
    display: inherit;
    float: unset;
  }
}
.p-newsDetail .news-single table {
  max-width: 718px;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  border-collapse: collapse;
  margin-bottom: 20px;
}
@media only screen and (max-width: 900px) {
  .p-newsDetail .news-single table {
    font-size: 1.4rem;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.p-newsDetail .news-single table th,
.p-newsDetail .news-single table td {
  border: 1px solid #fff;
  text-align: center;
  padding: 7px;
  background: #f1f1f1;
  width: 180px;
}

.p-newsDetail .news-single table td.js-btnexpanded {
  text-decoration: underline;
  cursor: pointer;
}

@media screen and (min-width: 1024px) {
  .p-newsDetail .news-single table td.js-btnexpanded:hover {
    text-decoration: none;
  }
}

@media only screen and (max-width: 900px) {
  .p-newsDetail .news-single table th,
  .p-newsDetail .news-single table td {
    padding: 6px 5px;
  }
}
.p-newsDetail .news-single table th {
  background: #41be98;
  color: #fff;
  font-weight: 400;
}
.p-newsDetail .news-single blockquote {
  max-width: 718px;
  width: 100%;
  font-size: 1.6rem;
  padding: 20px 65px;
  position: relative;
  border: 1px solid #41be98;
  margin-bottom: 20px;
}
@media only screen and (max-width: 900px) {
  .p-newsDetail .news-single blockquote {
    padding: 23px;
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
}
.p-newsDetail .news-single blockquote::before {
  content: "";
  background: url("../img/common/icon_quote.png") center/cover no-repeat;
  position: absolute;
  left: 28px;
  top: 25px;
  width: 22px;
  height: 16px;
}
@media only screen and (max-width: 900px) {
  .p-newsDetail .news-single blockquote::before {
    top: 5px;
    left: 5px;
  }
}

.p-news .c-mv1__wrap,
.p-newsDetail .c-mv1__wrap {
  background: url("../img/news/mv_page.jpg") center center/cover no-repeat;
}

/*------------------------------------------------------------
policyhistory
------------------------------------------------------------*/
.p-policyhistory .c-mv1__wrap {
  background: url("../img/policy/mv_page.jpg") center center/cover no-repeat;
}

.p-policyhistory .principle__text {
  text-align: center;
  padding: 0 20px;
}

.p-policyhistory1 {
  position: relative;
}
.p-policyhistory1::before {
  content: "";
  position: absolute;
  background: url("../img/index/icon_dotted.png") repeat;
  width: 100%;
  height: 67%;
  -webkit-transform: skew(0deg, -10deg);
  -ms-transform: skew(0deg, -10deg);
  transform: skew(0deg, -10deg);
  top: 205px;
  right: 0;
  z-index: -1;
}

/*------------------------------------------------------------
report
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.p-report .report__list {
  margin-top: 0;
}

/*------------------------------------------------------------
  report detail
  ------------------------------------------------------------*/
@media only screen and (max-width: 900px) {
  .p-reportDetail {
    padding: 100px 0 190px;
  }
}

.p-reportDetail .ttl26 {
  display: block;
  border-bottom: 2px solid #41be98;
  padding: 0 30px;
}
@media only screen and (max-width: 900px) {
  .p-reportDetail .ttl26 {
    padding: 0;
  }
}

.p-reportDetail1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 50px 0 100px;
}
@media only screen and (max-width: 900px) {
  .p-reportDetail1 {
    display: block;
    padding: 0 0 50px;
  }
}
.p-reportDetail1__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-reportDetail1__img img {
  max-width: 370px;
  width: calc((100% - 20px) / 2);
}
@media only screen and (max-width: 900px) {
  .p-reportDetail1__img img {
    width: calc((100% - 9px) / 2);
  }
}
.p-reportDetail1__content {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 750px;
}
@media only screen and (max-width: 900px) {
  .p-reportDetail1__content {
    width: 100%;
    padding: 20px 0 20px;
  }
}
.p-reportDetail1__content .c-btn1 {
  margin-top: 100px;
}
@media only screen and (max-width: 900px) {
  .p-reportDetail1__content .c-btn1 {
    margin-top: 50px;
  }
}
.p-reportDetail1__ttl1 {
  font-size: 3rem;
  margin: 0 0 67px;
  font-weight: 600;
  border-bottom: 3px solid #f3fbf5;
  color: #ffffff;
}
@media only screen and (max-width: 900px) {
  .p-reportDetail1__ttl1 {
    font-size: 2rem;
    margin: 0 0 28px;
    border-bottom: 2px solid #f3fbf5;
  }
}
.p-reportDetail1__boxTime {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 0;
  padding: 0 30px;
}
@media only screen and (max-width: 900px) {
  .p-reportDetail1__boxTime {
    margin: 10px 0;
    padding: 0;
  }
}
.p-reportDetail1__boxTime .time {
  font-size: 1.6rem;
  color: #ffffff;
}
@media only screen and (max-width: 900px) {
  .p-reportDetail1__boxTime .time {
    font-size: 1.4rem;
  }
}
.p-reportDetail1__boxTime .blog {
  margin-left: 22px;
}
@media only screen and (max-width: 900px) {
  .p-reportDetail1__boxTime .blog {
    margin-top: 0;
    margin-left: 30px;
  }
}
.p-reportDetail1__boxImg {
  margin-bottom: 25px;
  padding: 0 30px;
}
@media only screen and (max-width: 900px) {
  .p-reportDetail1__boxImg {
    padding: 0;
  }
}
.p-reportDetail1 .img {
  margin: 45px 0 86px;
}
@media only screen and (max-width: 900px) {
  .p-reportDetail1 .img {
    margin: 40px 0;
  }
}
.p-reportDetail1 .img img {
  max-width: 100%;
}

.p-reportDetail .c-listSide1 .c-listSide1__item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-reportDetail .c-listSide1 .c-listSide1__item a img {
  width: 99px;
  margin-right: 10px;
}
.p-reportDetail .c-listSide1 .c-listSide1__item a h3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.p-reportDetail .report-single {
  overflow: hidden;
  font-weight: 400;
  padding: 0 30px;
}
.p-reportDetail .report-single h3 {
  font-size: 2.4rem;
  font-weight: 400;
  margin-bottom: 20px;
  position: relative;
  padding-left: 8px;
  border-left: 8px solid #e3e3e3;
}
@media only screen and (max-width: 900px) {
  .p-reportDetail .report-single h3 {
    font-size: 1.7rem;
    background: transparent;
    border-width: 3px;
    padding-left: 7px;
    padding-bottom: 2px;
    margin-bottom: 10px;
  }
}
.p-reportDetail .report-single h3 span {
  display: inline-block;
  padding: 0 50px 0 12px;
}
@media only screen and (max-width: 900px) {
  .p-reportDetail .report-single h3 span {
    padding: 0;
  }
}
.p-reportDetail .report-single h4 {
  font-size: 2.2rem;
  margin-bottom: 20px;
  font-weight: 400;
}
@media only screen and (max-width: 900px) {
  .p-reportDetail .report-single h4 {
    font-size: 1.6rem;
    padding-left: 10px;
    margin-bottom: 10px;
  }
}
.p-reportDetail .report-single h5 {
  font-size: 2rem;
  margin-bottom: 20px;
  font-weight: 400;
}
@media only screen and (max-width: 900px) {
  .p-reportDetail .report-single h5 {
    font-size: 1.5rem;
    padding-left: 10px;
    margin-bottom: 10px;
  }
}
.p-reportDetail .report-single h6 {
  font-size: 1.8rem;
  margin-bottom: 20px;
  font-weight: 400;
}
@media only screen and (max-width: 900px) {
  .p-reportDetail .report-single h6 {
    margin-bottom: 10px;
    padding-left: 10px;
  }
}
.p-reportDetail .report-single ol {
  font-size: 1.6rem;
  line-height: 1.5;
  list-style-type: decimal;
  padding: 0 0 0 22px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 900px) {
  .p-reportDetail .report-single ol {
    margin: 0 0 10px;
    font-size: 1.4rem;
  }
}
.p-reportDetail .report-single ol li::marker {
  color: #41be98;
}
.p-reportDetail .report-single ul {
  font-size: 1.6rem;
  line-height: 1.5;
  list-style-type: disc;
  padding: 0 0 0 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 900px) {
  .p-reportDetail .report-single ul {
    margin: 0 0 10px;
    font-size: 1.4rem;
  }
}
.p-reportDetail .report-single ul li::marker {
  font-size: 1rem;
  color: #41be98;
}
.p-reportDetail .report-single p {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media only screen and (max-width: 900px) {
  .p-reportDetail .report-single p {
    padding-left: 0;
    font-size: 1.4rem;
  }
}
.p-reportDetail .report-single p a {
  color: #41be98;
  text-decoration: underline;
}
.p-reportDetail .report-single p a:hover {
  text-decoration: none;
  opacity: 1;
}
.p-reportDetail .report-single img {
  max-width: 100%;
  width: auto;
  height: auto;
  margin-top: 10px;
}
.p-reportDetail .report-single img.aligncenter {
  text-align: center;
  margin: 50px auto 0;
  display: block;
}
@media only screen and (max-width: 900px) {
  .p-reportDetail .report-single img.aligncenter {
    margin: 5px auto 0;
    display: inherit;
  }
}
.p-reportDetail .report-single img.alignright {
  display: block;
  float: right;
  margin: 50px auto;
}
@media only screen and (max-width: 900px) {
  .p-reportDetail .report-single img.alignright {
    margin: 5px auto 0;
    display: inherit;
    float: unset;
  }
}
.p-reportDetail .report-single table {
  max-width: 718px;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  border-collapse: collapse;
  margin-bottom: 20px;
}
@media only screen and (max-width: 900px) {
  .p-reportDetail .report-single table {
    font-size: 1.4rem;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.p-reportDetail .report-single table th,
.p-reportDetail .report-single table td {
  border: 1px solid #fff;
  text-align: center;
  padding: 7px;
  background: #f1f1f1;
  width: 180px;
}
@media only screen and (max-width: 900px) {
  .p-reportDetail .report-single table th,
  .p-reportDetail .report-single table td {
    padding: 6px 5px;
  }
}
.p-reportDetail .report-single table th {
  background: #41be98;
  color: #fff;
  font-weight: 400;
}
.p-reportDetail .report-single blockquote {
  max-width: 718px;
  width: 100%;
  font-size: 1.6rem;
  padding: 20px 65px;
  position: relative;
  border: 1px solid #41be98;
  margin-bottom: 20px;
}
@media only screen and (max-width: 900px) {
  .p-reportDetail .report-single blockquote {
    padding: 23px;
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
}
.p-reportDetail .report-single blockquote::before {
  content: "";
  background: url("../img/common/icon_quote.png") center/cover no-repeat;
  position: absolute;
  left: 28px;
  top: 25px;
  width: 22px;
  height: 16px;
}
@media only screen and (max-width: 900px) {
  .p-reportDetail .report-single blockquote::before {
    top: 5px;
    left: 5px;
  }
}

.p-report .c-mv1__wrap,
.p-reportDetail .c-mv1__wrap {
  background: url("../img/report/mv_page.jpg") center center/cover no-repeat;
}

/*------------------------------------------------------------
shop
------------------------------------------------------------*/
.p-shop .c-mv1__wrap {
  background: url("../img/shops/mv_page.jpg") center center/cover no-repeat;
}

.p-shopMerit {
  background-color: #eeeeee;
}
.p-shopMerit .ttl-jp {
  margin-top: 0;
}

.p-shopFlow .ttl-jp {
  margin-top: 0;
}

.p-shopFlow .c-inqui__content {
  margin-top: 90px;
}
@media only screen and (max-width: 900px) {
  .p-shopFlow .c-inqui__content {
    margin-top: 50px;
  }
}

.p-shop .flow__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 900px) {
  .p-shop .flow__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
  }
}
.p-shop .flow__list .flow__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 50px;
  width: calc(100% / 4);
  padding: 0 30px;
  position: relative;
}
@media only screen and (max-width: 900px) {
  .p-shop .flow__list .flow__item {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 900px) {
  .p-shop .flow__list .flow__item::before {
    position: absolute;
    content: "";
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 19px solid #e84560;
    top: 74px;
    height: 0;
    width: 0;
    right: -48px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media only screen and (max-width: 374px) {
  .p-shop .flow__list .flow__item::before {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #e84560;
    top: 52px;
    right: -42px;
  }
}
.p-shop .flow__list .flow__item:last-child::before {
  content: none;
}
@media only screen and (max-width: 900px) {
  .p-shop .flow__list .flow__item:nth-child(2n)::before {
    content: none;
  }
}
.p-shop .flow__list .flow__itemImg {
  position: relative;
  width: 198px;
  height: 198px;
  border-radius: 50%;
  border: 3px solid #e3e3e3;
  background-color: #ffffff;
}
@media only screen and (max-width: 900px) {
  .p-shop .flow__list .flow__itemImg {
    width: 153px;
    height: 153px;
  }
}
@media only screen and (max-width: 374px) {
  .p-shop .flow__list .flow__itemImg {
    width: 110px;
    height: 110px;
  }
}
.p-shop .flow__list .flow__itemImg::before {
  position: absolute;
  content: "";
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 20px solid #e84560;
  top: 50%;
  height: 0;
  width: 0;
  right: -58px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 900px) {
  .p-shop .flow__list .flow__itemImg::before {
    content: none;
  }
}
.p-shop .flow__list .flow__itemImg img {
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 900px) {
  .p-shop .flow__list .flow__itemImg img {
    width: 70px;
    height: 70px;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
.p-shop .flow__list .flow__item:last-child .flow__itemImg::before {
  content: none;
}
.p-shop .flow__list .flow__itemStep {
  width: 110px;
  height: 33px;
  border-radius: 16px;
  background-color: #e84560;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}
@media only screen and (max-width: 900px) {
  .p-shop .flow__list .flow__itemStep {
    width: 72px;
    height: 20px;
    border-radius: 10px;
    margin-top: 15px;
  }
}
.p-shop .flow__list .flow__itemStep span {
  width: unset;
  margin-right: unset;
  font-size: 1.8rem;
  color: #ffffff;
}
@media only screen and (max-width: 900px) {
  .p-shop .flow__list .flow__itemStep span {
    font-size: 1.2rem;
  }
}
.p-shop .flow__list .flow__itemTitle {
  margin-top: 15px;
  width: 100%;
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 1px dotted #e3e3e3;
}
@media only screen and (max-width: 900px) {
  .p-shop .flow__list .flow__itemTitle {
    margin-top: 10px;
  }
}
.p-shop .flow__list .flow__itemTitle h3 {
  font-size: 2.4rem;
  font-weight: bold;
}
@media only screen and (max-width: 900px) {
  .p-shop .flow__list .flow__itemTitle h3 {
    font-size: 1.8rem;
  }
}
.p-shop .flow__list .flow__itemDes {
  padding: 15px 10px;
}
@media only screen and (max-width: 900px) {
  .p-shop .flow__list .flow__itemDes {
    padding: 15px 0;
  }
}

/*------------------------------------------------------------
smartphone
------------------------------------------------------------*/
.p-smartphone .c-mv1__wrap {
  background: url("../img/smartphone/mv_page.jpg") center center/cover no-repeat;
}

.p-smartphone1 {
  position: relative;
  padding-bottom: 50px;
}
@media only screen and (max-width: 900px) {
  .p-smartphone1 {
    padding-bottom: 25px;
  }
}
.p-smartphone1::before {
  content: "";
  position: absolute;
  background: url("../img/index/icon_dotted.png") repeat;
  width: 100%;
  height: 67%;
  -webkit-transform: skew(0deg, -10deg);
  -ms-transform: skew(0deg, -10deg);
  transform: skew(0deg, -10deg);
  top: 205px;
  right: 0;
  z-index: -3;
}
@media only screen and (max-width: 900px) {
  .p-smartphone1::before {
    top: 80px;
    height: 100%;
  }
}
.p-smartphone1 .wavy {
  background: #eeeeee;
  position: absolute;
  width: 100%;
  height: 100px;
  bottom: 0;
  right: 0;
  z-index: -3;
}
@media only screen and (max-width: 900px) {
  .p-smartphone1 .wavy {
    height: 120px;
  }
}
.p-smartphone1 .c-imgTxt1 {
  /* -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; */
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 100px;
}
@media only screen and (max-width: 900px) {
  .p-smartphone1 .c-imgTxt1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 500px;
    padding: 0;
  }
}
.p-smartphone1 .c-imgTxt1__img {
  width: 280px;
}
@media only screen and (max-width: 900px) {
  .p-smartphone1 .c-imgTxt1__img {
    width: 95px;
  }
}
.p-smartphone1 .c-imgTxt1__img img {
  border-radius: 0;
  aspect-ratio: auto;
}
@media only screen and (max-width: 900px) {
  .p-smartphone1 .c-imgTxt1__info {
    margin-left: 20px;
    padding: 0;
  }
}
.p-smartphone1 .c-imgTxt1__detail {
  padding: 0 10px;
}
@media only screen and (max-width: 900px) {
  .p-smartphone1 .c-imgTxt1__detail {
    padding: 20px 0;
  }
}
.p-smartphone1 .c-imgTxt1__detail dl {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 900px) {
  .p-smartphone1 .c-imgTxt1__detail dl {
    font-size: 1.2rem;
  }
}
.p-smartphone1 .c-imgTxt1__detail dl::before {
  content: "";
  position: absolute;
  background-color: #41be98;
  height: 3px;
  width: 124px;
  top: 50%;
  left: -124px;
  z-index: -1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 900px) {
  .p-smartphone1 .c-imgTxt1__detail dl::before {
    left: -100px;
  }
}
.p-smartphone1 .c-imgTxt1__detail dt {
  margin-right: 25px;
}
@media only screen and (max-width: 900px) {
  .p-smartphone1 .c-imgTxt1__detail dt {
    margin-right: 5px;
  }
}
.p-smartphone1 .c-imgTxt1__detail dt img {
  width: 150px;
}
@media only screen and (max-width: 900px) {
  .p-smartphone1 .c-imgTxt1__detail dt img {
    max-width: unset;
    width: 60px;
  }
}

.p-smartphone2 {
  background-color: #eeeeee;
  padding: 150px 0 75px;
  position: relative;
  margin-bottom: 30px;
}

@media only screen and (max-width: 900px) {
  .p-smartphone2 {
    padding: 1px 0 75px;
  }
}
.p-smartphone2::before {
  content: "";
  position: absolute;
  background: url("../img/digitalstop/icon_wave.png") repeat;
  width: 100%;
  height: 24px;
  bottom: -24px;
  left: 0;
  z-index: -1;
}
.p-smartphone2 .ttl_box {
  margin-top: 80px;
}
@media only screen and (max-width: 900px) {
  .p-smartphone2 .ttl_box {
    margin-top: 50px;
  }
}

.p-smartphone4 {
  margin: 135px 0;
  padding: 0;
}
/* .p-smartphone4 #user-desk{
      margin-top: 125px;
    } */
.p-smartphone4 iframe {
  width: 100%;
  height: 390px;
  border-radius: 20px;
  margin-top: 15px;
}
@media only screen and (max-width: 900px) {
  .p-smartphone4 iframe {
    border-radius: 10px;
  }
}

@media only screen and (max-width: 900px) {
  .p-smartphone5 .setting__wrapper {
    margin-top: 40px;
  }
}

.p-smartphone5 .setting__wrapper .ttl_box {
  padding-bottom: 30px;
  border-bottom: 1px dotted #313131;
  display: inline-block;
}

@media only screen and (max-width: 900px) {
  .p-smartphone5 .setting__wrapper .ttl_box {
    padding-bottom: 20px;
  }
}

.p-smartphone5 .movie__list {
  margin: 0 -15px;
}

@media only screen and (max-width: 900px) {
  .p-smartphone5 .movie__list {
    margin: 0;
  }
}

.p-smartphone5 .movie__list .movie__item {
  width: calc(100% / 2);
  padding: 0 15px;
}

@media only screen and (max-width: 900px) {
  .p-smartphone5 .movie__list .movie__item {
    width: 100%;
    padding: 0;
  }
}

.about {
  position: fixed;
  z-index: 10;
  bottom: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.about .bg_links {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  position: absolute;
}
.about .logo {
  width: 40px;
  height: 40px;
  z-index: 9;
  background-image: url(https://rafaelalucas91.github.io/assets/codepen/logo_white.svg);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: 10px 7px;
  opacity: 0.9;
  -webkit-transition: all 1s 0.2s ease;
  transition: all 1s 0.2s ease;
  bottom: 0;
  right: 0;
}
.about .social {
  opacity: 0;
  right: 0;
  bottom: 0;
}
.about .social .icon {
  width: 100%;
  height: 100%;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.2s ease, background-color 0.4s ease;
  transition: all 0.2s ease, background-color 0.4s ease;
  opacity: 0;
  border-radius: 100%;
}
.about .social.portfolio {
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.about .social.portfolio .icon {
  background-image: url(https://rafaelalucas91.github.io/assets/codepen/link.svg);
}
.about .social.dribbble {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about .social.dribbble .icon {
  background-image: url(https://rafaelalucas91.github.io/assets/codepen/dribbble.svg);
}
.about .social.linkedin {
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.about .social.linkedin .icon {
  background-image: url(https://rafaelalucas91.github.io/assets/codepen/linkedin.svg);
}
.about:hover {
  width: 105px;
  height: 105px;
  -webkit-transition: all 0.6s cubic-bezier(0.64, 0.01, 0.07, 1.65);
  transition: all 0.6s cubic-bezier(0.64, 0.01, 0.07, 1.65);
}
.about:hover .logo {
  opacity: 1;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.about:hover .social {
  opacity: 1;
}
.about:hover .social .icon {
  opacity: 0.9;
}
.about:hover .social:hover {
  background-size: 28px;
}
.about:hover .social:hover .icon {
  background-size: 65%;
  opacity: 1;
}
.about:hover .social.portfolio {
  right: 0;
  bottom: calc(100% - 40px);
  -webkit-transition: all 0.3s 0s cubic-bezier(0.64, 0.01, 0.07, 1.65);
  transition: all 0.3s 0s cubic-bezier(0.64, 0.01, 0.07, 1.65);
}
.about:hover .social.portfolio .icon:hover {
  background-color: #698fb7;
}
.about:hover .social.dribbble {
  bottom: 45%;
  right: 45%;
  -webkit-transition: all 0.3s 0.15s cubic-bezier(0.64, 0.01, 0.07, 1.65);
  transition: all 0.3s 0.15s cubic-bezier(0.64, 0.01, 0.07, 1.65);
}
.about:hover .social.dribbble .icon:hover {
  background-color: #ea4c89;
}
.about:hover .social.linkedin {
  bottom: 0;
  right: calc(100% - 40px);
  -webkit-transition: all 0.3s 0.25s cubic-bezier(0.64, 0.01, 0.07, 1.65);
  transition: all 0.3s 0.25s cubic-bezier(0.64, 0.01, 0.07, 1.65);
}
.about:hover .social.linkedin .icon:hover {
  background-color: #0077b5;
}

/* main 1*/
/* main 2*/
/* neutral 1*/
/* neutral 2*/
#wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 700px;
  width: 100%;
  margin: 50px auto 0;
}

.content {
  width: 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

/* Tabs menu */
.tabs {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

/* Tab Links */
.tablinks {
  border: none;
  outline: none;
  cursor: pointer;
  width: 100%;
  height: 70px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  font-size: 2.4rem;
  overflow: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border-radius: 20px 20px 0 0;
  /* background-color: #41be98; */
  background-color: #41be98;
}
@media only screen and (max-width: 900px) {
  .tablinks {
    font-size: 1.6rem;
    letter-spacing: -0.03em;
    height: unset;
    padding: 5px 2px;
    border-radius: 10px 10px 0 0;
  }
}

.tablinks2 {
  background-color: #535353;
  margin-left: 10px;
}

.tablinks:before {
  content: "";
  width: 100%;
  height: 0px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 2;
}

/*tab buttons hover*/
/* Tab active */
.tablinks.active {
  z-index: 0;
  border-right: 0px;
  border-left: 0px;
  bottom: 0px;
  overflow: hidden;
}

.tablinks.active:before {
  content: "";
  width: 100%;
  height: 5px;
  top: 0;
  left: 0;
}

/* Tabs text */
.tablinks.active p,
.tablinks.active:hover p {
  opacity: 1;
}

.tablinks p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  padding: 0;
  margin: 0;
  color: #ffffff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: "tbudrgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.tablinks:hover p:before {
  opacity: 0.1;
  font-size: 2.4rem;
  top: -80%;
}

/* tab content */
.wrapper_tabcontent {
  background-color: #ffffff;
  position: relative;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  border-radius: 0 0 20px 20px;
}
@media only screen and (max-width: 900px) {
  .wrapper_tabcontent {
    border-radius: 0 0 10px 10px;
  }
}

.tabcontent {
  display: none;
  min-height: 180px;
}

.tabcontentblue {
  /* border-top: 5px solid #41be98; */
  border-top: 5px solid #41be98;
}

.tabcontentgray {
  border-top: 5px solid #535353;
}

@-webkit-keyframes tabEffect {
  from {
    top: -40px;
  }
  to {
    top: 0px;
  }
}

@keyframes tabEffect {
  from {
    top: -40px;
  }
  to {
    top: 0px;
  }
}

.tabcontent.active {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  display: block;
}

/* Title */
.tabcontent h3 {
  font-size: 40px;
  top: 75px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  left: -90px;
  opacity: 0.1;
  width: 200px;
  height: 60px;
  background: -webkit-linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding: 0;
  -webkit-animation: city 1s ease;
  animation: city 1s ease;
}
@media screen and (max-width: 512px) {
  .tabcontent h3 {
    top: 65px;
  }
}

@-webkit-keyframes city {
  from {
    left: -150px;
  }
  to {
    left: -90px;
  }
}

@keyframes city {
  from {
    left: -150px;
  }
  to {
    left: -90px;
  }
}

/* Text*/
.tabcontent p {
  margin: 0;
  padding: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-animation: fadeEffect 0.6s ease;
  animation: fadeEffect 0.6s ease;
  width: 50%;
  font-size: 2.2rem;
}
@media screen and (max-width: 512px) {
  .tabcontent p {
    font-size: 1.6rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.tabcontent a {
  color: #41be98;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.tablist .tabitem {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  border-bottom: 3px solid #eeeeee;
  padding: 50px 10px;
}
@media only screen and (max-width: 900px) {
  .tablist .tabitem {
    padding: 25px 10px;
    border-bottom-width: 2px;
  }
}
.tablist .tabitem::before {
  content: "";
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  bottom: -20px;
  background: url("../img/smartphone/icon_tabitem.png") no-repeat;
  width: 35px;
  height: 20px;
}
@media only screen and (max-width: 900px) {
  .tablist .tabitem::before {
    bottom: -10px;
    width: 20px;
    height: 10px;
    background-size: contain;
  }
}
.tablist .tabitem:last-child {
  border-bottom: 0;
}
.tablist .tabitem:last-child::before {
  background: url("../img/smartphone/icon_tabitem2.png") no-repeat;
  width: 32px;
  height: 16px;
  bottom: -16px;
}
.tablist .tabitem__img {
  width: 50%;
  text-align: center;
}
.tablist .tabitem__img img {
  width: 170px;
}

@-webkit-keyframes fadeEffect {
  from {
    opacity: 0;
    margin-left: 30px;
  }
  to {
    opacity: 1;
    margin-left: 0;
  }
}

@keyframes fadeEffect {
  from {
    opacity: 0;
    margin-left: 30px;
  }
  to {
    opacity: 1;
    margin-left: 0;
  }
}

.btn-use {
  max-width: 700px;
  width: 100%;
  margin: 35px auto 10px;
}
@media only screen and (max-width: 900px) {
  .btn-use {
    margin-top: 25px;
  }
}
.btn-use p {
  font-size: 3.6rem;
  color: #ffffff;
  border-radius: 20px;
  text-align: center;
  width: 100%;
  display: block;
  padding: 14px 10px;
  background-color: #e84560;
}
@media only screen and (max-width: 900px) {
  .btn-use p {
    font-size: 2.7rem;
    border-radius: 10px;
    padding: 5px 10px;
  }
}

/*------------------------------------------------------------
terms
------------------------------------------------------------*/
.p-terms1 {
  padding: 45px 0 100px;
}
@media only screen and (max-width: 900px) {
  .p-terms1 {
    padding: 0 0 50px;
  }
}

.p-terms1 article {
  font-size: 1.6rem;
  margin-bottom: 100px;
}
@media only screen and (max-width: 900px) {
  .p-terms1 article {
    font-size: 1.4rem;
    margin-top: 15px;
    margin-bottom: 50px;
  }
}
.p-terms1 article h2 {
  font-family: "Sawarabi Mincho", serif;
  font-weight: 400;
  font-size: 1.8rem;
  color: #3d6947;
}
@media only screen and (max-width: 900px) {
  .p-terms1 article h2 {
    font-size: 1.5rem;
  }
}
.p-terms1 article h3 {
  font-family: "Sawarabi Mincho", serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #3d6947;
  padding: 0 10px;
}
@media only screen and (max-width: 900px) {
  .p-terms1 article h3 {
    font-size: 1.4rem;
    padding: 0 5px;
  }
}
.p-terms1 article ul {
  padding: 0 20px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 900px) {
  .p-terms1 article ul {
    padding: 0 10px;
    margin-bottom: 10px;
  }
}
.p-terms1 article p {
  padding: 0 20px;
}
@media only screen and (max-width: 900px) {
  .p-terms1 article p {
    padding: 0 10px;
  }
}

/*------------------------------------------------------------
users
------------------------------------------------------------*/
.p-users .c-imgTxt1 {
  padding-bottom: 0;
}

.p-users1 {
  background-color: #f3fbf5;
}

.p-usersCommit .ttl-jp {
  font-size: 3rem;
}

.u-pconly {
  display: block;
}
@media only screen and (max-width: 900px) {
  .u-pconly {
    display: none;
  }
}

.u-sponly {
  display: none !important;
}
@media only screen and (max-width: 900px) {
  .u-sponly {
    display: block !important;
  }
}

.u-line {
  position: relative;
}
.u-line::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 60px;
  background: #ffffff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
@media only screen and (max-width: 900px) {
  .u-line::after {
    display: none;
  }
}
.u-line1 {
  display: inline;
  text-decoration: none !important;
}
@media only screen and (max-width: 900px) {
  .u-line1 {
    display: none;
  }
}

@media only screen and (max-width: 900px) {
  .u-tel {
    margin-left: 38px;
  }
}

.pattern {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.pattern::before,
.pattern::after {
  content: "";
  position: absolute;
  width: 41px;
  height: 27px;
  top: 10px;
}
@media only screen and (max-width: 900px) {
  .pattern::before,
  .pattern::after {
    top: 0;
  }
}
.pattern::before {
  background: url("../img/common/icon_pattern_left.png") no-repeat;
  left: -50px;
}
.pattern::after {
  background: url("../img/common/icon_pattern_right.png") no-repeat;
  right: -50px;
}

.bg-purple {
  background-color: #607dc1;
}

.bg-green {
  background-color: #41be98 !important;
}

.bg-yellow {
  background-color: #dcdf89;
}

.bg-gray {
  background-color: #dddddd;
}

.bg-turquoise {
  background-color: #f3fbf5;
}

.calendar__wrapper iframe {
  width: 100%;
  margin-top: 50px;
}

#route {
  padding: 135px 0 75px;
}

/* TOC+ List of stops */
#toc_container li,
#toc_container ul {
  margin: 0;
  padding: 0;
}

#toc_container.no_bullets li,
#toc_container.no_bullets ul,
#toc_container.no_bullets ul li,
.toc_widget_list.no_bullets,
.toc_widget_list.no_bullets li {
  background: 0 0;
  list-style-type: none;
  list-style: none;
}

#toc_container.have_bullets li {
  padding-left: 12px;
}

#toc_container ul ul {
  margin-left: 1.5em;
}

#toc_container {
  background: #f9f9f9;
  display: table;
}

#toc_container.toc_light_blue {
  background: #edf6ff;
}

#toc_container.toc_white {
  background: #fff;
}

#toc_container.toc_black {
  background: #000;
}

#toc_container.toc_transparent {
  background: none transparent;
}

#toc_container p.toc_title {
  text-align: center;
  justify-content: flex-start;
  font-size: 3rem;
  padding-left: 25px;
}

#toc_container.toc_black p.toc_title {
  color: #aaa;
}

#toc_container span.toc_toggle {
  font-weight: 400;
}

.toc_wrap_left {
  float: left;
  margin-right: 10px;
}

.toc_wrap_right {
  float: right;
  margin-left: 10px;
}

#toc_container a {
  text-decoration: none;
  text-shadow: none;
}

#toc_container a:hover {
  text-decoration: underline;
}

.toc_sitemap_posts_letter {
  font-size: 1.5em;
  font-style: italic;
}

#toc_container {
  background: #eeeeee;
  padding: 35px 10px;
  max-width: 1080px;
  width: 100% !important;
  margin: 0 0 50px;
}

@media screen and (max-width: 900px) {
  #toc_container {
    padding: 20px 10px;
  }
}

#toc_container .hidden {
  display: none;
}

#toc_container .toc_title {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  border-bottom: 1px solid #e2e2e2;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 0 35px;
  margin: 0 0 15px;
}

@media screen and (max-width: 900px) {
  #toc_container .toc_title {
    padding: 0 0 20px;
  }
}

#toc_container .toc_list {
  font-size: 1.6rem;
  padding: 0 25px;
}

@media screen and (max-width: 900px) {
  #toc_container .toc_list {
    font-size: 1.4rem;
  }
}

#toc_container .toc_list > li > a {
  font-size: 2.4rem;
  display: block;
  margin-top: 35px;
  margin-bottom: 30px;
  padding-left: 35px;
  position: relative;
}

@media screen and (max-width: 900px) {
  #toc_container .toc_list > li > a {
    font-size: 1.6rem;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 30px;
  }
}

#toc_container .toc_list > li > a::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #41be98;
  transform: translateY(-50%);
}

@media screen and (max-width: 900px) {
  #toc_container .toc_list > li > a::before {
    width: 10px;
    height: 10px;
  }
}

#toc_container .toc_list > li > ul {
  padding-left: 10px;
  margin-top: 10px;
}

@media screen and (max-width: 900px) {
  #toc_container .toc_list > li > ul {
    margin-top: 10px;
  }
}

#toc_container .toc_list > li > ul li {
  margin-bottom: 15px;
  list-style: disc;
  list-style-position: inside;
}

#toc_container .toc_list a {
  text-decoration: none;
}

#toc_container .toc_list a:hover {
  text-decoration: underline;
  opacity: 1;
}

#toc_container .toc_close {
  border: none;
}

#toc_container .toc_toggle {
  font-size: 1.6rem;
  display: inline-block;
  margin-left: 5px;
}

#toc_container .toc_toggle a {
  font-size: 1.4rem;
  font-weight: 400;
  color: #333;
}

@media screen and (max-width: 900px) {
  #toc_container .toc_toggle a {
    font-size: 1.2rem;
  }
}

#toc_containerBody {
  padding: 0 40px;
}

@media screen and (max-width: 900px) {
  #toc_containerBody {
    padding: 0 15px;
  }
}

/*New marker*/

.c-list1__new-label {
  background-color: #ff0000;
  color: #ffffff;
  display: inline-block;
  min-width: 70px;
  padding: 3px 0;
  text-align: center;
  font-size: 1.4rem;
}

@media screen and (max-width: 900px) {
  .c-list1__new-label {
    font-size: 1.2rem;
    padding: 2px 0;
    margin-top: 5px;
  }
}

.c-list1__info .c-list1__ttl1 {
  margin-right: 5px;
}

.c-list1__externallink {
  display: inline-block;
  width: 16px;
  height: 16px;
}

/*List owl carousel*/
.item__info-photo.owl-carousel .owl-nav {
  clear: both;
  margin: auto 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.item__info-photo.owl-carousel .owl-nav span {
  color: #ffffff;
}

.item__info-photo.owl-carousel .owl-nav button {
  /* background-color: #41be98; */
  /* height: 30px; */
  position: relative;
  width: 30px;
  font-size: 5rem;
}

.item__info-photo.owl-carousel .owl-nav .owl-prev {
  float: left;
}

.item__info-photo.owl-carousel .owl-nav .owl-next {
  float: right;
}

/*tabs of kids page*/
.p-kidsRegisterUse .wrapper_tabcontent {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.p-kidsRegisterUse .tablist .tabitem::before {
  content: none;
}

@media screen and (max-width: 900px) {
  .p-kidsRegisterUse .tablist .tabitem {
    flex-direction: column;
  }

  .p-kidsRegisterUse .tablist .tabitem .tabitem__img {
    margin-bottom: 10px;
  }
}

/* .c-x {
  position: fixed;
  cursor: pointer;
  display: none;
  bottom: 20px;
  right: 80px;
  width: 80px;
  z-index: 1;
  
}
@media only screen and (max-width: 900px) {
  .c-x {
    display: block;
    bottom: 55px;
    right: 10px;
    width: 40px;
  }
} */

.initiative__note {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.initiative__note li {
  position: relative;
  max-width: 483px;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid;
}

.initiative__note li::before{
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  bottom: -6px;
  left: 0;
}

.initiative__note li.region {
  border-color: #e84560;
  color: #e84560;
}

.initiative__note li.region::before {
  background-color: #e84560;
}

.initiative__note li.smart {
  border-color: #4BB891;
  color: #4BB891;
}

.initiative__note li.smart::before {
  background-color: #4BB891;
}

.initiative__note li p {
  font-size: 1.8rem;
}

@media only screen and (max-width: 900px) {
  .initiative__note {
    flex-direction: column-reverse;
    align-items: center;
    max-width: 335px;
    margin: 0 auto 50px;
    display: none;
  }

  .initiative__note li {
    height: 42px;
    justify-content: flex-start;
    padding-left: 15px;
  }
  .initiative__note li.smart {
    margin-bottom: 15px;
  }

  .initiative__note li p {
    font-size: 1.4rem;
  }

  .initiative__note2{
    max-width: 335px;
    width: 100%;
    margin: 0 auto 50px;
  }
}

.year {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid #707070;
  margin-bottom: 30px;
  background-color: #fff;
}

.year p {
  font-size: 2.2rem;
  font-weight: bold;
  color: #313131;
}

.initiative__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 900px) {
  .initiative__wrapper {
    align-items: flex-start;
  }
}

.initiative__wrapper::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #707070;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
}

@media only screen and (max-width: 900px) {
  .initiative__wrapper::before {
    left: 40px;
  }
}

.note-right{
  text-align: right;
  margin-right: 5px;
}

.note12{
  font-size: 1.2rem;
}

.btnTime__left table td span.note12, .p-callTime table td span.note12{
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .note12{
    font-size: 1.1rem;
  }
}

/* custom by TTD 2024/12/25 */

.tabs__tab-item .item__info .item__info-left table td a{
  /* color: #41be98; */
  color: #41be98;
  word-break: break-all;
}

@media screen and (min-width: 1024px) {
  .tabs__tab-item .item__info .item__info-left table td a:hover{
    text-decoration: underline;
    text-underline-offset: 3px;
  }
}