@charset "utf-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
p,
blockquote,
th,
td,
main,
figure {
  margin: 0;
  padding: 0;
}
table {
  font-size: 100%;
  font-family: inherit;
}
fieldset,
img {
  border: 0;
}
img,
svg {
  vertical-align: middle;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 400;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
q:before,
q:after {
  content: "";
}
abbr,
acronym {
  border: 0;
}
select,
input,
textarea {
  font-size: 100%;
}
header,
footer,
nav,
main,
section,
article,
figure,
aside,
picture {
  display: block;
}
.clearfix:after,
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* ========================================================
	template.css => テンプレート用CSS
======================================================== */
html {
  font-size: 62.5%;
}
body {
  background-color: #fff;
  font-size: 1rem;
  letter-spacing: 0.2em;
  line-height: 1.8;
  color: #1f1f1f;
  word-wrap: break-word;
  overflow-wrap: break-word;

  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.slick-slider * {
  outline: none;
}

@media screen and (min-width: 768px), print {
}
@media screen and (max-width: 767px) {
  img {
    max-width: 100%;
    height: auto;
  }
}

/* slick
============================================================================================================ */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

/* pc / sp
============================================================================================================ */
@media screen and (min-width: 768px), print {
  .sp,
  .sps {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc,
  .sps {
    display: none !important;
  }
}
@media screen and (max-width: 370px) {
  .sps {
    display: block !important;
  }
}

/* transition
============================================================================================================ */
@media screen and (min-width: 768px) {
  a[href],
  a[href]::before,
  a[href]::after {
    transition: color 0.3s ease-in-out, background 0.3s ease-in-out,
      border 0.3s ease-in-out, border-radius 0.3s ease-in-out,
      box-shadow 0.3s ease-in-out;
  }
}

/* spパディング
============================================================================================================ */
@media screen and (max-width: 767px) {
  .sp_pd {
    padding-left: 6vw !important;
    padding-right: 6vw !important;
  }
  .sp_full {
    margin-left: -6vw !important;
    margin-right: -6vw !important;
  }
  .sp_full_l {
    margin-left: -6vw !important;
  }
  .sp_full_r {
    margin-right: -6vw !important;
  }
}

/* object-fit
============================================================================================================ */
img.of {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

/* site_logo
============================================================================================================ */
.site_logo {
  position: absolute;
  left: 25px;
  top: 30px;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .site_logo {
    position: fixed;
  }
}
@media screen and (max-width: 767px) {
  .site_logo {
    left: 15px;
    top: 15px;
    width: 100px;
  }
}

/* fix_btn
============================================================================================================ */
.fix_btn {
  position: fixed;
  z-index: 100;
}
@media screen and (min-width: 768px), print {
  .fix_btn {
    right: 25px;
    top: 25px;
  }
}
@media print {
  .fix_btn {
    position: absolute;
  }
}
@media screen and (max-width: 767px) {
  .fix_btn {
    bottom: 25px;
    right: 5vw;
    left: 5vw;
    transition: opacity 0.3s, transform 0.3s;
  }
  .fix_btn .box_btn {
    display: block;
  }
  .fix_btn .box_btn .a {
    right: 7%;
  }
  .btn-hide .fix_btn {
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
  }
}

/* contents
------------------------------------------------------------- */
#footer .contents {
  padding-bottom: 80px;
  font-size: 1.3rem;
}
#footer .freee {
  position: relative;
}
#footer .freee a {
  display: block;
  color: #fff;
  text-decoration: none;
}
#footer .freee dt {
  margin-bottom: 10px;
  font-weight: bold;
}
#footer .freee dd {
  font-size: 1.1rem;
}
#footer .nav ul a {
  color: #fff;
  text-decoration: none;
}
#footer .nav ul a {
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 768px), print {
  #footer .contents {
    width: 1000px;
    margin: 50px auto 0;
    display: flex;
    justify-content: space-between;
  }
  #footer .freee {
    padding: 95px 0 0 165px;
  }
  #footer .freee .logo {
    position: absolute;
    top: 0;
    left: 0;
  }
  #footer .freee dl {
    position: relative;
    z-index: 2;
  }
  #footer .nav {
    width: 580px;
  }
  #footer .nav ul {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
  #footer .nav ul li {
    margin: 0 20px;
  }
  #footer .nav ul a:hover {
    text-decoration: underline;
  }
  #footer .nav .box_btn {
    height: 110px;
    border-radius: 55px;
  }
}
@media screen and (max-width: 767px) {
  #footer .contents {
    margin-top: 50px;
    padding-bottom: 30px;
    font-size: 1.3rem;
  }
  #footer .freee a {
    width: 210px;
    margin: 0 auto;
    text-align: center;
  }
  #footer .freee .logo {
    margin-bottom: 20px;
  }
  #footer .nav p {
    margin-top: 40px;
    padding: 0 7.5vw;
  }
  #footer .nav ul {
    margin-top: 30px;
  }
  #footer .nav ul li a {
    display: block;
    padding: 10px 0;
    text-align: center;
  }
}

/* small
------------------------------------------------------------- */
#footer small {
  display: block;
  padding: 15px;
  background-color: #fff;
  font-size: 1.1rem;
  text-align: center;
  color: #555555;
}
@media screen and (max-width: 767px) {
  #footer small {
    font-size: 1rem;
    /*padding-bottom: 100px;*/
  }
}

/* container
============================================================================================================ */
#container {
  position: relative;
  overflow: hidden;
  font-size: 1.5rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px), print {
  #container {
    min-width: 1200px;
  }
}
@media screen and (max-width: 767px) {
}

/* ===================================================================================================================

	パーツ

=================================================================================================================== */

/* box_btn
============================================================================================================ */
a.box_btn {
  position: relative;
  display: table;
  margin: auto;
  padding: 15px 40px 15px 25px;
  background-color: #28bfbf;
  border-radius: 30px;
  text-decoration: none;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
a.box_btn .a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  width: 20px;
  overflow: hidden;
}
a.box_btn .a::before,
a.box_btn .a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform-origin: 100% 0;
  transform: rotate(45deg);
  opacity: 0.6;
}
a.box_btn .a::after {
  right: 10px;
  opacity: 0;
}
a.box_btn .s {
  margin-left: 0.2em;
  font-size: 80%;
}
a.box_btn.m {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 580px;
  height: 110px;
  margin: auto;
  border-radius: 55px;
  font-size: 2rem;
}
a.box_btn.l {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 146px;
  border-radius: 73px;
  font-size: 2rem;
}
a.box_btn .ar {
  position: absolute;
  top: 50%;
  right: 70px;
  width: 25px;
  border-top: 2px solid #fff;
  margin-top: -1px;
}
a.box_btn .ar::after {
  content: "";
  position: absolute;
  top: -1px;
  right: -3px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform-origin: 100% 0;
  transform: rotate(45deg);
}
@media screen and (min-width: 768px), print {
  a[href].box_btn:hover {
    background-color: #42dbdb !important;
    border-radius: 0 !important;
    box-shadow: 5px 5px 10px rgba(17, 95, 95, 0.2);
  }
  a.box_btn .a::before,
  a.box_btn .a::after,
  a.box_btn .ar {
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  }
  a.box_btn .a::before {
    transition-delay: 0.1s;
  }
  a[href].box_btn:hover .a::before,
  a[href].box_btn:hover .a::after {
    transform: translateX(5px) rotate(45deg);
  }
  a[href].box_btn:hover .a::before {
    transition-delay: 0;
    opacity: 0;
  }
  a[href].box_btn:hover .a::after {
    transition-delay: 0.1s;
    opacity: 0.8;
  }
  a[href].box_btn:hover .ar {
    transform: translateX(5px);
  }
}
@media screen and (max-width: 767px) {
  a.box_btn.l {
    height: 82px;
    font-size: 1.6rem;
  }
  a.box_btn .ar {
    right: 20px;
  }
  a.box_btn.m {
    width: 100%;
    height: 82px;
    font-size: 1.6rem;
  }
}

/* color
============================================================================================================ */
.c_theme {
  color: #4476b4;
}

/* point_title
============================================================================================================ */
.point_title {
  position: relative;
  font-weight: normal;
  font-size: 2.8rem;
  line-height: 1.5;
  margin-bottom: 0.8em;
}
.point_title::before,
.point_title::after {
  content: "";
  position: absolute;
}
.point_title::before {
  top: -5px;
  left: -15px;
  width: 4px;
  height: 4px;
  background-color: #4476b4;
}
.point_title::after {
  top: -10px;
  left: -20px;
  width: 6px;
  height: 6px;
  background-color: #c1d5ef;
}
@media screen and (max-width: 767px) {
  .point_title {
    font-size: 2.3rem;
  }
}

/* main
============================================================================================================ */
#main {
  position: relative;
  padding-top: 110px;
  text-align: center;
}
#main h1 {
  margin-bottom: 0.5em;
  font-weight: normal;
  font-size: 3.2rem;
  line-height: 1.4;
}
#main .maincap {
  font-size: 1rem;
  line-height: 0;
  padding-top: 20px;
}
#main .btn {
  margin-top: 30px;
  margin-bottom: 30px;
}
#main .img2 {
  content: "";
  position: absolute;
  width: 812px;
  height: 972px;
  pointer-events: none;
  z-index: -1;
}
@media screen and (min-width: 768px), print {
  #main picture {
    margin: 0 -1000px;
  }
  #main .img1 {
    content: "";
    position: absolute;
    top: -162px;
    left: 50%;
    margin-left: 90px;
    width: 795px;
    height: 832px;
    pointer-events: none;
    z-index: -1;
  }
  #main .img2 {
    top: 100px;
    right: 50%;
    margin-right: 80px;
  }
}
@media screen and (max-width: 767px) {
  #main {
    padding-top: 100px;
    font-size: 1.3rem;
  }
  #main .img1 {
    display: none;
  }
  #main .img2 {
    top: -20px;
    right: -220px;
    width: 440px;
    background-position: 50% 0;
    opacity: 0.8;
  }
  #main .btn {
    margin-bottom: 20px;
  }
  #main h1 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 370px) {
  #main h1 {
    letter-spacing: 0.05em;
  }
}

/* sectel
============================================================================================================ */
.sectel {
  position: relative;
  width: 100%;
  background-color: #ebf3ff;
}
.sectel .sectel__container {
  position: relative;
  max-width: 740px;
  margin: 0 auto;
}
.sectel h3 {
  margin-bottom: 0.5em;
  font-weight: normal;
  font-size: 2rem;
  line-height: 1.4;
}
.telnum {
  margin-top: 0.2em;
  font-weight: normal;
  font-size: 2.8rem;
  line-height: 1.4;
}
.telnum img {
  display: inline;
  vertical-align: middle;
}

.sectelcap {
  font-size: 1rem;
  line-height: 0;
}
.sectel a.tel_btn {
  position: relative;
  display: table;
  margin: auto;
  padding: 15px 40px 15px 25px;
  background-color: #2864f0;
  border-radius: 30px;
  text-decoration: none;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .sectel {
    margin-bottom: 180px;
    padding: 40px;
  }
  .sectel > div picture {
    position: absolute;
    top: 0;
    left: 400px;
    padding: 20px 30px 30px 30px;
    background-color: #ffffff;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .sectel {
    max-width: 100%;
    margin-bottom: 50px;
    font-size: 1.4rem;
    padding: 30px 50px 10px 50px;
  }
  .sectel h3 {
    font-size: 1.8rem;
  }
  .sectel .btn {
    margin: 10px 0px 5px 0px;
  }
  .sectel picture {
    display: none !important;
  }

  .telnum {
    display: none !important;
  }
  .teltime {
    text-align: center;
  }
}
@media screen and (max-width: 370px) {
  .sectel h3 {
    letter-spacing: 0.05em;
  }
}

/* sec1
============================================================================================================ */
.sec1 {
  margin-bottom: 500px;
}
.sec1 section {
  position: relative;
  line-height: 2;
}
@media screen and (min-width: 768px), print {
  .sec1 section > div {
    position: relative;
    width: 400px;
  }
  .sec1 section picture {
    position: absolute;
    z-index: -1;
  }
  .sec1 .c1 {
    margin-bottom: 430px;
  }
  .sec1 .c1 > div {
    left: calc(50% + 80px);
  }
  .sec1 .c1 picture {
    top: -270px;
    right: 50%;
    margin-right: -60px;
  }
  .sec1 .c2 > div {
    right: 50%;
    margin-left: auto;
  }
  .sec1 .c2 picture {
    top: -260px;
    left: 50%;
    margin-left: -50px;
  }
  .sec1 .c3 {
    margin-bottom: 230px;
  }
  .sec1 .c4 > div {
    left: calc(50% + 80px);
  }
  .sec1 .c4 picture {
    top: -270px;
    right: 50%;
    margin-right: -60px;
  }
  .sec1 .c3 > div {
    right: 50%;
    margin-left: auto;
  }
  .sec1 .c3 picture {
    top: -260px;
    left: 50%;
    margin-left: -50px;
  }
}
@media screen and (max-width: 767px) {
  .sec1 {
    margin-bottom: 140px;
  }
  .sec1 section {
    font-size: 1.4rem;
  }
  .sec1 section > div {
    padding: 0 13vw;
  }
  .sec1 section picture {
    width: 100%;
  }
  .sec1 .c1 {
    margin-bottom: 70px;
  }
  .sec1 .c3 {
    margin-bottom: 70px;
  }
}

/* sec2add
============================================================================================================ */
.sec2add {
  position: relative;
  margin-bottom: 150px;
}
.sec2add section {
  width: 720px;
  margin: auto;
  position: relative;
  font-size: 1.3rem;
  line-height: 2;
}

.sec2add section .lead {
  font-size: 1.6rem;
}
.sec2add section h2 {
  margin: 10px 0 15px;
  font-weight: normal;
  font-size: 2.8rem;
  line-height: 1.4;
}
.sec2add section h3 {
  margin: 40px 0 15px;
  font-weight: normal;
  font-size: 2.1rem;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .sec2add {
    margin-bottom: 60px;
  }
  .sec2add section {
    width: 78%;
  }
  .sec2add section h2 {
    font-size: 1.9rem;
  }
  .sec2add section h3 {
    font-size: 1.5rem;
  }
  .sec2add section p {
    font-size: 1rem;
  }
}

/* secadd
============================================================================================================ */
.secadd {
  position: relative;
  text-align: center;
}
.secadd h3 {
  margin-bottom: 0.5em;
  font-weight: normal;
  font-size: 3.2rem;
  line-height: 1.4;
}
.secadd .btn {
  position: relative;
  margin-top: 50px;
}
.secadd .main img {
  width: auto;
}

@media screen and (min-width: 768px), print {
  .secadd {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .secadd {
    font-size: 1.3rem;
  }
  .secadd h3 {
    font-size: 1.8rem;
  }
  .secadd .btn {
    margin: 40px 10px;
  }
  .secadd .main img {
    padding: 0 20px;
  }
  .secadd .btn-yoko-2 {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 370px) {
  .secadd h3 {
    letter-spacing: 0.05em;
  }
}

/* sec_qa
============================================================================================================ */
.sec_qa {
  position: relative;
  margin-bottom: 170px;
}
.sec_qa .point_title {
  display: table !important;
  margin: 0 auto 60px;
}
.sec_qa .contents > * {
  border-top: 1px solid #eaeaea;
}
.sec_qa .contents section {
  border-bottom: 1px solid #eaeaea;
  transition: background 0.2s ease-in-out;
}
.sec_qa .contents section.open {
  background-color: #f8fbff;
}
.sec_qa .contents section h3 {
  position: relative;
  display: flex;
  align-items: center;
  height: 120px;
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: normal;
  cursor: pointer;
}
.sec_qa .contents section h3::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-bottom: 2px solid #aec3e6;
  border-right: 2px solid #aec3e6;
  transform: rotate(45deg);
  transition: transform 0.3s;
}
.sec_qa .contents section.open h3::after {
  transform: translateY(5px) rotate(225deg);
}
.sec_qa .contents section h3 > * {
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
}
.sec_qa .contents section h3 > *::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 14px;
  height: 25px;
  background: url(../img/qa_q.png) no-repeat 50%;
  background-size: 100%;
}
.sec_qa .contents section .a {
  overflow: hidden;
  height: 0;
  transition: height 0.3s;
  background-color: #f8fbff;
}
.sec_qa .contents section .a > * {
  position: relative;
  padding-left: 40px;
  padding-bottom: 50px;
  font-size: 1.8rem;
  line-height: 2;
}
.sec_qa .contents section .a > *::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 14px;
  height: 25px;
  background: url(../img/qa_a.png) no-repeat 50%;
  background-size: 100%;
}
.sec_qa .contents section .a ul {
  display: flex;
  flex-wrap: wrap;
  margin: 8px 0;
}
.sec_qa .contents section .a ul li {
  margin: 8px 8px 8px 0;
  background-color: #ffffff;
  border: 1px solid #eaeaea;
  border-radius: 100px;
  padding: 5px 20px;
  font-size: 1.6rem;
  letter-spacing: 0;
}
@media screen and (min-width: 768px), print {
  .sec_qa .contents {
    max-width: 1240px;
    margin: auto;
    padding: 0 20px;
  }
  .sec_qa .contents section h3,
  .sec_qa .contents section .a {
    padding-left: 100px;
    padding-right: 100px;
  }
  .sec_qa .contents section h3 {
    transition: background 0.2s ease-in-out;
  }
  .sec_qa .contents section h3:hover {
    background-color: #f8fbff;
  }
}
@media screen and (max-width: 767px) {
  .sec_qa {
    margin-bottom: 100px;
  }
  .sec_qa .point_title {
    margin-bottom: 40px;
  }
  .sec_qa .contents section h3 {
    height: 120px;
    padding: 0 7.5vw;
    font-size: 1.5rem;
  }
  .sec_qa .contents section h3::after {
    right: 7.5vw;
  }
  .sec_qa .contents section h3 > * {
    padding-right: 20px;
  }
  .sec_qa .contents section .a {
    padding: 0 5vw 0 7.5vw;
  }
  .sec_qa .contents section .a > * {
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .sec_qa .contents section .a > *::before {
    top: 1px;
  }
  .sec_qa .contents section .a ul {
    margin: 4px 0;
  }
  .sec_qa .contents section .a ul li {
    margin: 4px 4px 4px 0;
    padding: 12px 25px;
    font-size: 1.5rem;
    line-height: 1.5;
  }
}


/* ul / ol
============================================================================================================ */
.dot_li > li {
  position: relative;
  padding-left: 1em;
}
.dot_li > li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.circle_li > li {
  position: relative;
  padding-left: 1.1em;
}
.circle_li > li::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
  color: #005f8b;
  transform-origin: 0;
  transform: scale(0.8);
}

.parentheses_li > li {
  position: relative;
  padding-left: 2.8em;
}
.parentheses_li > li > span:first-child {
  position: absolute;
  top: 0;
  left: 0;
}

.parentheses_li_h > li {
  position: relative;
  padding-left: 1.6em;
}
.parentheses_li_h > li > span:first-child {
  position: absolute;
  top: 0;
  left: 0;
}
.parentheses_li_hh > li {
  position: relative;
  padding-left: 2.2em;
}
.parentheses_li_hh > li > span:first-child {
  position: absolute;
  top: 0;
  left: 0;
}

.point_li > li {
  position: relative;
  padding-left: 1.2em;
}
.point_li > li > span:first-child {
  position: absolute;
  top: 0;
  left: 0;
}

.square_li > li {
  position: relative;
  padding-left: 0.8em;
}
.square_li > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8em;
  width: 5px;
  height: 5px;
  background-color: #14143c;
}
@media screen and (max-width: 767px) {
  .square_li > li::before {
    top: 0.6em;
  }
}

.num_li {
  margin-left: 1.8em;
  list-style: decimal;
}
.alphabet_li {
  margin-left: 1.8em;
  list-style: lower-latin;
}
.mt_li > li + li {
  margin-top: 0.8em;
}
@media screen and (max-width: 767px) {
  .sp_mt_li > li + li {
    margin-top: 0.8em;
  }
}
.inline_li > li {
  display: inline-block;
  margin-right: 0.3em;
}

/* mov_show
============================================================================================================ */
@media screen {
  .mov_show.fade {
    display: block;
    opacity: 0;
  }
  .mov_show.fade.showed {
    -webkit-transition: opacity 1.5s;
    -o-transition: opacity 1.5s;
    transition: opacity 1.5s;
    opacity: 1;
  }

  .mov_show.fade_up {
    transform: translateY(60px);
  }
  .mov_show.fade_up.showed {
    transition: all ease 0.4s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .mov_show.fade_up2 {
    transform: translateY(20px);
  }
  .mov_show.fade_up2.showed {
    transition: all 0.8s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  .mov_show.fade_left {
    transform: translateX(30px);
  }
  .mov_show.fade_left.showed {
    transition: all 0.6s;
    transform: translateX(0);
  }

  .mov_show.fade_right {
    transform: translateX(-30px);
  }
  .mov_show.fade_right.showed {
    transition: all 0.6s;
    transform: translateX(0);
  }

  .mov_show.fade_delay01.showed {
    transition-delay: 0.1s;
  }
  .mov_show.fade_delay02.showed {
    transition-delay: 0.2s;
  }
  .mov_show.fade_delay03.showed {
    transition-delay: 0.3s;
  }
  .mov_show.fade_delay04.showed {
    transition-delay: 0.4s;
  }
  .mov_show.fade_delay05.showed {
    transition-delay: 0.5s;
  }

  #main .txt {
    opacity: 0;
    transform: translateY(30px);
  }
  #main.show .txt {
    opacity: 1;
    transition: opacity 0.6s ease 0.6s, transform ease 0.6s 0.6s;
    transform: translateY(0);
  }

  #main .main {
    opacity: 0;
  }
  #main.show .main {
    opacity: 1;
    transition: opacity 1s ease-in;
  }

  #main .img1 {
    opacity: 0;
    transform: translateX(100px);
  }
  #main .img2 {
    opacity: 0;
    transform: translateX(-100px);
  }
  #main.show .img1 {
    opacity: 1;
    transition: opacity 0.7s linear, transform 0.7s;
    transform: translateX(0);
    transition-delay: 0.5s;
  }
  #main.show .img2 {
    opacity: 1;
    transition: opacity 0.7s linear, transform 0.7s;
    transform: translateX(0);
    transition-delay: 0.4s;
  }
  @media screen and (max-width: 767px) {
    #main .img2 {
      transform: translateX(60px);
    }
  }
  /*
	.sec2 section.mov_show {
		transform: translateY(40px);
	}
	.sec2 section ~ .btn {
		opacity: 0;
	}
	.sec2 section ~ .img1 {
		opacity: 0;
		transform: translateX(-50px);
	}
	.sec2 section ~ .img2 {
		opacity: 0;
		transform: translateX(50px);
	}
	.sec2 section ~ .btn {
		opacity: 0;
		transform: translateY(40px);
	}
	.sec2 section.showed {
		transition-delay: .2s !important;
	}
	.sec2 section.showed ~ .img1 {
		opacity: 1;
		transition: opacity 0.5s ease, transform 0.5s ease;
		transform: translateX(0);
	}
	.sec2 section.showed ~ .img2 {
		opacity: 1;
		transition: opacity 0.5s ease, transform 0.5s ease;
		transition-delay: .1s;
		transform: translateX(0);
	}
	.sec2 section.showed ~ .btn {
		opacity: 1;
		transition: opacity 0.5s ease, transform 0.5s ease;
		transition-delay: .3s;
		transform: translateY(0);
	}
*/
  /*
	.sec3::before {
		transform: translateX(-100%);
	}
	.sec3.showed::before {
		transition: transform 0.8s .2s ease;
		transform: translateX(0);
	}
*/
  /*
	.sec6::before {
		transform: translateX(100%);
	}
	.sec6.showed::before {
		transition: transform 0.8s ease;
		transform: translateX(0);
	}
*/
}

/* ncms-frm-root
============================================================================================================ */
  /* fv */
  .ncms-frm-root .ncms-org-hero {
    overflow: hidden;
    position: relative;
    margin-bottom: 25px;
    padding-top: 130px;
    color: #fff;
  }

  .ncms-frm-root .ncms-org-hero__header {
    position: relative;
  }

  .ncms-frm-root .ncms-org-hero__cap {
    display: inline-block;
    margin-left: 10px;
    padding: 10px;
    border: 1px solid #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 13px;
  }

  .ncms-frm-root .ncms-org-hero__catchphrase {
    margin: 0 0 20px;
    font-size: 30px;
  }

  .ncms-frm-root .ncms-org-hero__action {
    text-align: center;
    font-size: 12px;
  }

  .ncms-frm-root .ncms-org-hero__btn [class*='ncms-mod-btn1--'][class*='--type4'] {
    background-color: #00b9b9;
  }

  .ncms-frm-root .ncms-org-hero__image {
    text-align: center;
  }

  .ncms-frm-root .ncms-org-hero__bg {
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: -264px;
    width: 3476px;
    height: 810px;
    margin-left: -1738px;
    text-align: center;
    z-index: -1;
  }

  .ncms-frm-root .ncms-org-hero__bg::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #121921;
    opacity: 0.56;
  }

  .ncms-frm-root .ncms-org-hero__bg img {
    position: absolute;
    max-width: none;
    left: 50%;
    right: 0;
    bottom: 0;
    transform: translateX(-50%);
  }

  @media screen and (min-width: 768px) {
    .ncms-frm-root .ncms-org-hero__header {
      max-width: 830px;
      margin: auto;
    }

    .ncms-frm-root .ncms-org-hero__body {
      display: flex;
      justify-content: space-between;
      max-width: 830px;
      margin: auto;
      padding-bottom: 60px;
    }

    .ncms-frm-root .ncms-org-hero__text {
      width: calc(100% - 320px);
      margin: 0;
    }

    .ncms-frm-root .ncms-org-hero__action {
      width: 308px;
    }

    .ncms-frm-root .ncms-org-hero__btn {
      margin-top: 0;
    }
  }

  @media screen and (min-width: 1920px) {
    .ncms-frm-root .ncms-org-hero__bg img {
      width: 100vw;
    }
  }

  @media screen and (max-width: 767px) {
    .ncms-frm-root .ncms-org-hero {
      padding-top: 10px;
      margin-bottom: 0;
    }

    .ncms-frm-root .ncms-org-hero__header {
      position: relative;
      padding: 0 30px;
      font-size: 13px;
    }

    .ncms-frm-root .ncms-org-hero__title img {
      width: 120px;
    }

    .ncms-frm-root .ncms-org-hero__cap {
      font-size: 12px;
    }

    .ncms-frm-root .ncms-org-hero__catchphrase {
      margin: 0 0 10px;
      font-size: 20px;
      letter-spacing: 0;
    }

    .ncms-frm-root .ncms-org-hero__body {
      position: relative;
      padding: 0 30px 0;
      font-size: 13px;
    }

    .ncms-frm-root .ncms-org-hero__action {
      margin-top: 10px;
      font-size: 11px;
    }

    .ncms-frm-root .ncms-org-hero__image {
      position: relative;
      left: 50%;
      width: 475px;
      margin-left: -237.5px;
      text-align: center;
    }

    .ncms-frm-root .ncms-org-hero__bg {
      top: auto;
      bottom: 200px;
      width: 1110px;
      height: 558px;
      margin-left: -555px;
    }

    .ncms-frm-root .ncms-org-hero__bg img {
      width: 100%;
    }
  }

  /* fvここまで */

  /* tel */
  .inbound1-span {
    display: contents;
    font-size: 11px;
  }

  .ncms-frm-root .ncms-mod-inbound1__title,
  [class*='ncms-frm-root--'] .ncms-mod-inbound1__title {
    font-size: 15px;
  }

  @media screen and (min-width: 1230px) {
    .indention {
      display: block;
    }
  }

  @media screen and (max-width: 1229px) {
    .indention {
      display: none;
    }
  }

  @media screen and (max-width: 767px) {
    .ncms-frm-root .ncms-mod-inbound1,
    .ncms-frm-root [class*='ncms-frm-root--'] [class*='ncms-mod-inbound1--'],
    .ncms-frm-root [class*='ncms-mod-inbound1--'],
    [class*='ncms-frm-root--'] .ncms-frm-root [class*='ncms-mod-inbound1--'],
    [class*='ncms-frm-root--'] .ncms-mod-inbound1,
    [class*='ncms-frm-root--'] [class*='ncms-mod-inbound1--'] {
      padding: 5px 3px;
    }

    .ncms-frm-root .ncms-mod-inbound1__tel,
    [class*='ncms-frm-root--'] .ncms-mod-inbound1__tel {
      margin: 3px 0 0;
    }

    .ncms-frm-root .ncms-mod-inbound1__title,
    [class*='ncms-frm-root--'] .ncms-mod-inbound1__title {
      font-size: 11px;
    }

    .ncms-frm-root .ncms-mod-inbound1__time,
    [class*='ncms-frm-root--'] .ncms-mod-inbound1__time {
      font-size: 10px;
      margin-top: 3px;
    }

    .ncms-frm-root .ncms-mod-inbound1 .ncms-mod-btn1--type5,
    .ncms-frm-root [class*='ncms-mod-inbound1--'] .ncms-mod-btn1--type5,
    [class*='ncms-frm-root--'] .ncms-mod-inbound1 .ncms-mod-btn1--type5,
    [class*='ncms-frm-root--'] [class*='ncms-mod-inbound1--'] .ncms-mod-btn1--type5 {
      font-size: 13px;
    }

    .ncms-frm-root .ncms-mod-inbound1 .ncms-mod-btn1--type5 > span,
    .ncms-frm-root [class*='ncms-mod-inbound1--'] .ncms-mod-btn1--type5 > span,
    [class*='ncms-frm-root--'] .ncms-mod-inbound1 .ncms-mod-btn1--type5 > span,
    [class*='ncms-frm-root--'] [class*='ncms-mod-inbound1--'] .ncms-mod-btn1--type5 > span {
      padding: 8px 0;
    }

    .inbound1-span {
      font-size: 10px;
    }

    .tel-sp {
      min-width: 160px !important;
    }
  }

  @media screen and (min-width: 768px) {
    .ncms-frm-root .ncms-mod-inbound1,
    .ncms-frm-root [class*='ncms-frm-root--'] [class*='ncms-mod-inbound1--'],
    .ncms-frm-root [class*='ncms-mod-inbound1--'],
    [class*='ncms-frm-root--'] .ncms-frm-root [class*='ncms-mod-inbound1--'],
    [class*='ncms-frm-root--'] .ncms-mod-inbound1,
    [class*='ncms-frm-root--'] [class*='ncms-mod-inbound1--'] {
      margin-bottom: 30px;
      padding: 9px 5px 7px;
    }

    .ncms-frm-root .ncms-mod-inbound1__inner,
    [class*='ncms-frm-root--'] .ncms-mod-inbound1__inner {
      max-width: 100%;
    }
  }

  /* telここまで */

  @media screen and (min-width: 768px) {
    .sp-grid-order-custom--visible {
      display: none;
    }
    .sp-grid-order-custom--hide {
      display: block;
    }
  }
  @media screen and (max-width: 767px) {
    .sp-grid-order-custom--visible {
      display: block;
    }
    .sp-grid-order-custom--hide {
      display: none;
    }

    .ncms-frm-root .ncms-mod-hero7.sp-grid-order-custom {
      grid-template-areas: 'header' 'action' 'image';
      row-gap: 0px;
    }
    .ncms-mod-hero7__action {
      margin-top: 10px;
    }
    .ncms-frm-root .ncms-mod-hero7__note {
      margin: 0;
      padding: 0 20px;
    }
  }

  .pc-mp4-back {
    position: relative;
    display: inline-block;
    margin: 0 auto;
  }

  @media screen and (min-width: 768px) {
    .pc-mp4-back {
      width: 1240px;
    }

    .pc-mp4-back video {
      position: absolute;
      right: 16.5%;
      bottom: 15%;
      width: 575px;
    }
  }
