/*------------------------------------------------------------
color
------------------------------------------------------------*/
/*------------------------------------------------------------*/
/* [ easy transform ]
-------------------------------------------------*/
[data-aos=fadein] {
  opacity: 0;
}
[data-aos=fadein].aos-animate {
  opacity: 1;
}

@keyframes anm-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes anm-fade-down {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes anm-fade-up {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes steam-move-01-pc {
  0% {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="12" /></filter></svg>#filter');
    filter: blur(12px);
    transform: scale(0.8, 0.8) rotateY(0deg);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    bottom: -1300px;
  }
  8% {
    opacity: 0.15;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
  }
  33% {
    transform: scale(0.9, 1.1) rotateY(40deg);
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  }
  66% {
    transform: scaleY(1, 0.8) rotateY(2deg);
  }
  100% {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="18" /></filter></svg>#filter');
    filter: blur(18px);
    transform: scaleY(1.5, 1.3) rotateY(50deg);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    bottom: 0;
  }
}
@keyframes steam-move-02-pc {
  0% {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="12" /></filter></svg>#filter');
    filter: blur(12px);
    transform: rotateY(0deg);
    transform: scale(1, 1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    bottom: -1500px;
  }
  8% {
    opacity: 0.15;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
  }
  33% {
    transform: rotateY(-35deg);
    transform: scale(0.8, 1.3);
    opacity: 0.35;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
  }
  66% {
    transform: rotateY(2deg);
    transform: scaleY(1.2, 0.8);
  }
  100% {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="18" /></filter></svg>#filter');
    filter: blur(18px);
    transform: rotateY(50deg);
    transform: scaleY(1.5, 1.3);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    bottom: 0;
  }
}
@keyframes steam-move-01-sp {
  0% {
    filter: blur(3.25521vw);
    transform: rotateY(0deg);
    transform: scale(0.8, 0.8);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    bottom: -156.25vw;
  }
  8% {
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  }
  33% {
    transform: rotateY(40deg);
    transform: scale(0.9, 1.1);
    opacity: 0.45;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
  }
  66% {
    transform: rotateY(2deg);
    transform: scaleY(1, 0.8);
  }
  100% {
    filter: blur(5.20833vw);
    transform: rotateY(50deg);
    transform: scaleY(1.5, 1.3);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    bottom: 0;
  }
}
@keyframes steam-move-02-sp {
  0% {
    filter: blur(3.25521vw);
    transform: rotateY(0deg);
    transform: scale(1, 1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    bottom: -195.3125vw;
  }
  8% {
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  }
  33% {
    transform: rotateY(-35deg);
    transform: scale(0.8, 1.3);
    opacity: 0.45;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
  }
  66% {
    transform: rotateY(2deg);
    transform: scaleY(1.2, 0.8);
  }
  100% {
    filter: blur(5.20833vw);
    transform: rotateY(50deg);
    transform: scaleY(1.5, 1.3);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    bottom: 0;
  }
}
/*------------------------------------------------------------
	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;
  box-sizing: border-box;
}

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

html {
  font-size: 62.5%;
}

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

body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans JP", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

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

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
  max-width: 100%;
}

a {
  -webkit-tap-highlight-color: transparent;
  margin: 0;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  -webkit-backface-visibility: hidden;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font: inherit;
  font-style: normal;
  font-weight: normal;
  font-weight: inherit;
  text-decoration: none;
  vertical-align: baseline;
  list-style: none;
  border: 0;
}

*:before,
*:after {
  box-sizing: border-box;
}

/*------------------------------------------------------------
Header
------------------------------------------------------------*/
.l-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  border-top: solid 8px #1D5CAA;
  background-color: #fff;
  height: 90px;
}
.l-header a {
  color: #000000;
}
@media screen and (max-width: 767px) {
  .l-header {
    padding: 10px 20px;
    height: 60px;
  }
}
.l-header__logo {
  position: fixed;
  top: 0.5em;
  padding-top: 20px;
  padding-left: 20px;
  width: 440px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 5;
}
@media screen and (max-width: 1300px) {
  .l-header__logo {
    padding-top: 24px;
    width: 350px;
  }
  .l-header__logo img {
    width: 200px;
  }
  .l-header__logo p:nth-child(1) {
    width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    left: 0em;
    top: 0px;
    width: 240px;
    padding-left: 0.5em;
  }
  .l-header__logo img {
    width: 100px;
  }
  .l-header__logo p:nth-child(1) {
    width: 100px;
  }
}
.l-header__txt {
  padding-top: 0.1em;
  line-height: 1.4em;
  font-weight: 900;
  font-size: 1.1em;
  width: 160px;
}
@media screen and (max-width: 1300px) {
  .l-header__txt {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__txt {
    width: 120px;
    font-size: 10px;
    padding-top: 0;
    margin-top: -0.5em;
  }
}
.l-header__list {
  position: fixed;
  right: 490px;
  top: 35px;
  width: 480px;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1300px) {
  .l-header__list {
    right: 420px !important;
    font-size: 12px;
    width: 450px;
    right: 450px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__list {
    display: none;
  }
}
.l-header__rt {
  position: fixed;
  right: 0px;
  top: 20px;
  width: 480px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0px 20px;
}
.l-header__rt p:nth-child(1) {
  padding-top: 8px;
}
@media screen and (max-width: 1300px) {
  .l-header__rt {
    width: 420px;
  }
  .l-header__rt p:nth-child(1) {
    width: 45%;
  }
  .l-header__rt p:nth-child(2) {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .l-header__rt {
    width: 150px;
    right: 0px;
  }
  .l-header__rt p:nth-child(1) {
    display: none;
  }
  .l-header__rt p:nth-child(2) {
    margin-top: -6px;
    width: 90px;
    height: auto;
  }
}
.l-header__sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-header__sp {
    display: block;
    position: fixed;
    right: 4px;
    top: 16px;
    width: 30px;
    height: 30px;
    background-image: url(../img/btn_menu-sp.svg);
  }
}
.l-header__sp--close {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-header__sp--close {
    position: fixed;
    right: 4px;
    top: 16px;
    width: 30px;
    height: 30px;
    background-image: url(../img/btn_menu-sp--close.svg);
  }
}
.l-header__spmenu {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-header__spmenu {
    position: fixed;
    background: rgba(9, 28, 51, 0.9529411765);
    width: 100vw;
    height: 100vh;
    z-index: 99;
  }
  .l-header__spmenu__list {
    padding-top: 4em;
    text-align: center;
  }
  .l-header__spmenu__list li {
    font-size: 15px;
    padding-bottom: 3em;
  }
  .l-header__spmenu__list a {
    color: #fff;
  }
}
.l-header__btn {
  top: 20px;
  background: #FFF100;
  border-radius: 5%;
  height: 44px;
  display: flex;
  font-size: 16px;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
  color: #000000;
  font-family: noto sans-serif;
}
@media screen and (max-width: 767px) {
  .l-header__btn {
    height: 30px;
    padding: 10px;
  }
}
@media screen and (min-width: 767px) {
  .l-header__btn:hover {
    opacity: 0.7;
  }
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
Footer
------------------------------------------------------------*/
.l-footer {
  border-top: solid 16px #1D5CAA;
  text-align: center;
  padding: 20px 0 20px;
  background-color: #333333;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 30px 0 30px;
  }
}
.l-footer--logo {
  width: 120px;
  margin: 0 auto;
}
.l-footer--txt {
  color: #fff;
  padding-top: 1em;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .l-footer--txt {
    font-size: 10px;
  }
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
main
------------------------------------------------------------*/
body {
  width: 100%;
  margin: 0;
  padding: 0;
  word-break: break-word;
  font-family: "Noto Sans JP", serif;
  font-size: 13px;
  line-height: 2em;
}

.l-main {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.wrap {
  background-image: url("../img/bg.jpg");
  background-repeat: repeat;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
nav
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
sidebar
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
Button
------------------------------------------------------------*/
.c-btn01 {
  display: inline-block;
  width: 292px;
  border-radius: 20px;
  background: #b7996c;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 400;
  color: #fff;
  padding: 7px 0 8px;
}
@media screen and (max-width: 767px) {
  .c-btn01 {
    font-size: 1.8rem;
    width: 220px;
  }
}

.back_top {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #fdfdfd;
  border: 3px solid #1D5CAA;
  font-size: 3em;
  padding-top: 0.3em;
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .back_top {
    width: 50px;
    height: 50px;
    right: 10px;
    bottom: 10px;
    font-size: 2em;
    padding-top: 0.3em;
  }
}
.back_top.show {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 767px) {
  .back_top:hover:after {
    top: 18px;
  }
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
heading
------------------------------------------------------------*/
.c-title1 {
  font-size: 3.6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-title1 {
    font-size: 2rem;
  }
}

.c-title2 {
  font-size: 3rem;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-title2 {
    font-size: 2rem;
  }
}

.c-title3 {
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-title3 {
    font-size: 2rem;
  }
}
.c-title3 span {
  font-size: 4.8rem;
}
@media screen and (max-width: 767px) {
  .c-title3 span {
    font-size: 3rem;
  }
}

/*
------------------------------------------------------------*/
.u-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.u-flex-row-reverse-pc {
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .u-flex-row-reverse-sp {
    flex-direction: row-reverse;
  }
}

.u-flex-col-reverse-pc {
  flex-direction: column-reverse;
}

@media screen and (max-width: 767px) {
  .u-flex-col-reverse-sp {
    flex-direction: column-reverse;
  }
}

.u-middle {
  align-items: center;
}

.u-center {
  justify-content: center;
}

.u-between {
  justify-content: space-between;
}

.u-end {
  align-items: flex-end;
}

.u-wrap {
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.u-right {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  .u-reverseSP {
    flex-direction: row-reverse;
  }
}

/*------------------------------------------------------------
Banner
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
Box
------------------------------------------------------------*/
.c-box01 {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .c-box01 {
    display: block;
    padding: 0 20px;
  }
}
.c-box01:last-child {
  margin-bottom: 0;
}
.c-box01:nth-child(2n) {
  flex-direction: row-reverse;
}
.c-box01:nth-child(2n) .c-box01__content {
  padding-left: 40px;
  padding-right: 70px;
}
@media screen and (max-width: 767px) {
  .c-box01:nth-child(2n) .c-box01__content {
    padding: 0 20px;
  }
}
.c-box01--img {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .c-box01--img {
    width: 100%;
  }
}
.c-box01--img img {
  width: 100%;
}
.c-box01__content {
  width: 60%;
  padding-left: 70px;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .c-box01__content {
    width: 100%;
    padding: 0 20px;
    margin-top: 15px;
  }
}
.c-box01--title {
  font-size: 3rem;
  line-height: 1.6;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .c-box01--title {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}
.c-box01--txt {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .c-box01--txt {
    font-size: 1.4rem;
    line-height: 1.86;
  }
}

/*
------------------------------------------------------------*/
.c-box02 {
  margin: 0 auto;
  max-width: 1200px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .c-box02 {
    display: block;
    padding: 0 20px;
  }
}
.c-box02:last-child {
  margin-bottom: 0;
}
.c-box02--img {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .c-box02--img {
    width: 100%;
  }
}
.c-box02--img img {
  width: 100%;
}
.c-box02__content {
  width: 49%;
}
@media screen and (max-width: 767px) {
  .c-box02__content {
    width: 100%;
    padding: 0 20px;
    margin-top: 15px;
  }
}
.c-box02--title {
  font-size: 3rem;
  line-height: 1.6;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .c-box02--title {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}
.c-box02--txt {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .c-box02--txt {
    font-size: 1.4rem;
    line-height: 1.86;
  }
}

.c-box03 {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 60px;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .c-box03 {
    display: block;
    padding: 0 20px;
  }
}
.c-box03:last-child {
  margin-bottom: 0;
}
.c-box03--img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-box03--img {
    width: 100%;
  }
}
.c-box03--img img {
  width: 100%;
}
.c-box03__content {
  width: 33%;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .c-box03__content {
    width: 100%;
    padding: 0 20px;
    margin-top: 15px;
  }
}
.c-box03--title {
  font-size: 1.8rem;
  line-height: 1.6;
  margin-bottom: 10px;
  text-align: center;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .c-box03--title {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}
.c-box03--txt {
  font-size: 1.6rem;
  line-height: 2;
  border: solid 1px #ccc;
  border-radius: 10px;
  padding: 20px;
  min-height: 200px;
}
@media screen and (max-width: 767px) {
  .c-box03--txt {
    font-size: 1.4rem;
    line-height: 1.86;
  }
}

/*------------------------------------------------------------
list
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
table
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
breacrumb
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
other
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
form
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
Animation
------------------------------------------------------------*/
[data-aos=anim1] {
  transform: translateY(-40px);
  opacity: 0;
  transition-property: transform, opacity;
}
[data-aos=anim1].aos-animate {
  transform: translateY(0);
  opacity: 1;
}

.js-anim {
  opacity: 0;
}

.js-anim.animated {
  animation: anm-fade 1s ease-in-out forwards;
}

.js-anim.fadeUp.animated {
  animation: anm-fade-up 1s ease-in-out forwards;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
Top
------------------------------------------------------------*/
main {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  main {
    margin-top: 60px;
  }
}

section {
  min-height: 200px;
}

.sec {
  margin: 0 auto;
  max-width: 1028px;
}

a:hover {
  opacity: 0.7;
  transition-duration: 1s;
}

.c-mv {
  background: url("../img/bg_mv.jpg");
  background-size: cover;
  background-position-x: center;
}
@media screen and (max-width: 767px) {
  .c-mv {
    background: url("../img/bg_mv_sp.jpg");
    background-position-y: top;
    padding-right: 0px;
    background-repeat: no-repeat;
    background-size: 105%;
  }
}
.c-mv__catch {
  margin: 0 auto;
  padding-top: 290px;
  max-width: 1028px;
  margin-bottom: 180px;
}
@media screen and (max-width: 767px) {
  .c-mv__catch {
    max-width: 90%;
    padding-top: 3.1em;
    margin-bottom: 2em;
  }
}

.btn-list {
  display: flex;
  max-width: 1028px;
  margin: 0 auto;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 50px;
}
.btn-list__item {
  width: 49%;
}
@media screen and (max-width: 767px) {
  .btn-list__item {
    width: 90%;
    margin: 0 auto;
  }
  .btn-list__item:nth-child(1) {
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 767px) {
  .btn-list {
    padding-right: 0px;
    margin-bottom: 0em;
  }
}

.bl-area {
  background-color: #1D5CAA;
  padding: 2em 0;
}
.bl-area__heading {
  text-align: center;
  max-width: 1028px;
  margin: 0 auto;
  padding: 4em 0 2em 0;
}
@media screen and (max-width: 767px) {
  .bl-area__heading {
    width: 80%;
    margin-left: 10%;
    padding: 2em 0 2em 0;
  }
}
.bl-area__list {
  max-width: 1028px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .bl-area__list {
    padding-bottom: 1em;
  }
}
.bl-area__list__item {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .bl-area__list__item {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 1em;
  }
}

.seller {
  color: #fff;
  background-color: #002F4D;
}
.seller__heading {
  background: url("../img/bg_seller.jpg");
  background-size: cover;
  margin-bottom: 6em;
}
@media screen and (max-width: 767px) {
  .seller__heading {
    background: url("../img/bg_seller_sp.jpg");
    background-size: 110%;
    background-position-x: center;
    background-repeat: no-repeat;
  }
}
.seller__heading__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.seller__heading__inner__left {
  text-align: center;
  line-height: 1.2em;
  font-size: 2em;
  font-weight: 900;
  padding-top: 50px;
  width: 18%;
}
@media screen and (max-width: 767px) {
  .seller__heading__inner__left {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 1em;
  }
}
.seller__heading__inner__left small {
  font-size: 0.9em;
}
.seller__heading__inner__left p:nth-child(1) {
  padding-bottom: 0.8em;
}
.seller__heading__inner__left p:nth-child(2) {
  padding-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .seller__heading__inner__left p:nth-child(2) {
    padding-bottom: 0;
  }
}
.seller__heading__inner__right {
  padding-top: 55px;
  width: 78%;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  .seller__heading__inner__right {
    padding-top: 0;
    font-size: 0.8em;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 1em;
  }
}
.seller__heading__tit {
  font-size: 1.7em;
  font-weight: 800;
  line-height: 1.6em;
  margin-bottom: 1em;
  color: #fff;
}
.seller__heading__table {
  width: 100%;
  margin-bottom: 4em;
  border-collapse: collapse;
}
.seller__heading__table th {
  background-color: #39BF9C;
  color: #fff;
  font-size: 1.3em;
  font-weight: 800;
  line-height: 1.5em;
  padding: 20px 0;
  vertical-align: middle;
  width: 170px;
}
@media screen and (max-width: 767px) {
  .seller__heading__table th {
    width: 100%;
    display: block;
  }
}
.seller__heading__table td {
  background-color: #fff;
  padding: 1em 2em;
  color: #000;
}
@media screen and (max-width: 767px) {
  .seller__heading__table td {
    width: 100%;
    display: block;
  }
}

.bnr-area {
  background-color: #333333;
  padding: 6em 0;
}
.bnr-area__inner {
  background: url("../img/bg_btn.jpg");
  background-size: cover;
  height: 240px;
  text-align: center;
  padding: 2.5em 0em;
}
@media screen and (max-width: 767px) {
  .bnr-area__inner {
    background: url("../img/bg_btn_sp.jpg");
    background-size: 100%;
    height: 320px;
    background-repeat: no-repeat;
    width: 90%;
  }
}
.bnr-area__inner h3 {
  color: #fff;
  font-weight: 900;
  font-size: 2em;
  line-height: 1.4em;
  margin-bottom: 1em;
}

.constructor {
  color: #fff;
  background-color: #002F4D;
}
.constructor__heading {
  background: url("../img/bg_constructor.jpg");
  background-size: cover;
  margin-bottom: 6em;
}
@media screen and (max-width: 767px) {
  .constructor__heading {
    background: url("../img/bg_constructor_sp.jpg");
    background-size: 120%;
    background-position-x: center;
    background-repeat: no-repeat;
  }
}
.constructor__heading__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.constructor__heading__inner__left {
  text-align: center;
  line-height: 1.2em;
  font-size: 2em;
  font-weight: 900;
  padding-top: 50px;
  width: 18%;
}
@media screen and (max-width: 767px) {
  .constructor__heading__inner__left {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 1em;
  }
}
.constructor__heading__inner__left small {
  font-size: 0.9em;
}
.constructor__heading__inner__left p:nth-child(1) {
  padding-bottom: 0.8em;
}
.constructor__heading__inner__left p:nth-child(2) {
  padding-bottom: 1em;
}
.constructor__heading__inner__right {
  padding-top: 55px;
  width: 78%;
}
@media screen and (max-width: 767px) {
  .constructor__heading__inner__right {
    padding-top: 0;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 1em;
  }
}
.constructor__heading__tit {
  font-size: 1.7em;
  font-weight: 800;
  line-height: 1.6em;
  margin-bottom: 1em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .constructor__heading__tit {
    font-size: 1.2em;
  }
}
.constructor__heading__table {
  width: 100%;
  margin-bottom: 4em;
  border-collapse: collapse;
}
.constructor__heading__table th {
  background-color: #5CA1E6;
  color: #fff;
  font-size: 1.3em;
  font-weight: 800;
  line-height: 1.5em;
  padding: 20px 0;
  vertical-align: middle;
  width: 170px;
}
@media screen and (max-width: 767px) {
  .constructor__heading__table th {
    width: 100%;
    display: block;
  }
}
.constructor__heading__table td {
  background-color: #fff;
  padding: 1em 2em;
  color: #000;
}
@media screen and (max-width: 767px) {
  .constructor__heading__table td {
    width: 100%;
    display: block;
  }
}

.about {
  background-color: #002F4D;
  padding-bottom: 3em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .about ul {
    display: block;
    width: 100%;
  }
  .about ul li {
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .about ul .width {
    width: 50%;
    margin: 0 auto;
  }
}
.about__tit {
  padding: 1.2em 0;
  background-color: #1D5CAA;
  color: #fff;
  text-align: center;
  font-size: 2.4em;
  line-height: 1.1em;
  font-weight: 900;
}
.about__tit span {
  font-size: 0.6em;
  color: #FFF100;
}
.about__left {
  margin-bottom: 4em;
  margin-bottom: 1em;
}
.about__left--bg1 {
  background: url(../img/img_pics1.jpg);
  background-position: top right;
  background-size: 880px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .about__left--bg1 {
    background-size: 100%;
  }
}
.about__left--bg2 {
  background: url(../img/img_pics3.jpg);
  background-position: top right;
  background-size: 880px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .about__left--bg2 {
    background-size: 100%;
  }
}
.about__left--bg3 {
  background: url(../img/img_pics5.jpg);
  background-position: top right;
  background-size: 880px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .about__left--bg3 {
    background-size: 100%;
  }
}
.about__left__content {
  max-width: 1028px;
  margin: 0 auto;
  padding: 20em 0 5em 0;
  padding-right: 550px;
  margin-bottom: 4em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .about__left__content {
    padding-right: 0px;
    max-width: 90%;
    margin: 0 auto;
    padding: 24em 0 5em 0;
  }
}
.about__left__content__box {
  margin-bottom: 1em;
}
.about__left__content__box span {
  background-color: #1D5CAA;
  padding: 0.2em 0.5em;
  font-size: 1.2em;
  font-weight: 600;
}
.about__left__content__tit {
  font-size: 2.5em;
  color: #FFF100;
  font-weight: 900;
  line-height: 1.5em;
  margin-bottom: 0.5em;
  text-shadow: 2px 2px 10px #002F4D, -2px 2px 10px #002F4D, 2px -2px 10px #002F4D, -2px -2px 10px #002F4D;
}
@media screen and (max-width: 767px) {
  .about__left__content__tit {
    font-size: 2em;
  }
}
.about__left__content__tit2 {
  font-size: 2.2em;
  color: #FFF;
  font-weight: 900;
  line-height: 1.5em;
  margin-bottom: 0.5em;
  text-shadow: 2px 2px 10px #002F4D, -2px 2px 10px #002F4D, 2px -2px 10px #002F4D, -2px -2px 10px #002F4D;
}
.about__left__content__txt {
  font-size: 1.2em;
  text-shadow: 2px 2px 10px #002F4D, -2px 2px 10px #002F4D, 2px -2px 10px #002F4D, -2px -2px 10px #002F4D;
}
.about__frame {
  background: rgba(0, 0, 0, 0.231372549);
  padding: 3em 3em;
  margin-bottom: 6em;
}
@media screen and (max-width: 767px) {
  .about__frame {
    padding: 5%;
  }
}
.about__frame__tit {
  border-left: #1D5CAA solid 7px;
  padding-left: 0.5em;
  font-size: 1.5em;
}
@media screen and (max-width: 767px) {
  .about__frame__tit {
    margin-top: 2em;
    margin-bottom: 1em;
  }
}
.about__frame__tit2 {
  font-size: 1.2em;
  background: #1D5CAA;
  padding: 0.1em 0.5em;
  color: #FFF;
  font-weight: 880;
  line-height: 1.5em;
  margin-bottom: 0.5em;
  padding: 0.5em 1em;
}
@media screen and (max-width: 767px) {
  .about__frame__list {
    display: block;
  }
}
.about__frame__list dl {
  width: 32%;
  margin-bottom: 2em;
}
.about__frame__list dl dt {
  background: #1D5CAA;
  padding: 0.1em 0.7em;
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 0.5em;
}
.about__frame__list dl dd {
  font-size: 1.2em;
}
@media screen and (max-width: 767px) {
  .about__frame__list dl {
    width: 100%;
  }
}
.about__frame__table {
  width: 100%;
  font-weight: 500;
  font-size: 1.2em;
  margin-bottom: 1em;
  border-collapse: collapse;
}
.about__frame__table--wrap {
  overflow-x: scroll;
}
@media screen and (max-width: 767px) {
  .about__frame__table {
    width: 1028px;
  }
}
.about__frame__table--odd tr:nth-child(odd) td {
  background-color: #EDEDED;
}
.about__frame__table--odd tr:nth-child(odd) .border--active--lr {
  background-color: #cbd4de;
}
.about__frame__table--odd tr:nth-child(even) .border--active--lr {
  background-color: #e0e8f3;
}
.about__frame__table--even tr:nth-child(even) td {
  background-color: #EDEDED;
}
.about__frame__table--border {
  border-collapse: separate;
  border-spacing: 4px;
}
.about__frame__table--border2 td {
  border-bottom: #000 5px solid;
  padding: 1em !important;
  line-height: 1.5em;
}
.about__frame__table .border {
  border: solid 4px #000;
}
.about__frame__table .border--active {
  border: solid 6px #1D5CAA;
}
.about__frame__table .border--active--lr {
  border-left: solid 5px #1D5CAA;
  border-right: solid 5px #1D5CAA;
}
.about__frame__table .border--active--bottom {
  border-left: solid 5px #1D5CAA;
  border-right: solid 5px #1D5CAA;
  border-bottom: solid 5px #1D5CAA;
  background-color: #cbd4de !important;
}
.about__frame__table th {
  color: #fff;
  background: #666666;
  vertical-align: middle;
  padding: 0.5em;
}
.about__frame__table td {
  color: #000;
  background: #fff;
  vertical-align: middle;
  padding: 0.8em;
}
.about__frame__table td:first-child {
  border-radius: 1em 0 0 1em;
}
.about__frame__table td:last-child {
  border-radius: 0 1em 1em 0;
}
.about__frame__table .bg_none {
  background: none;
  font-weight: 900;
}
.about__frame__table .bg_active {
  background: #1D5CAA;
  font-weight: 900;
}
.about__frame__table .bg {
  color: #000;
  background: #E3E3E3;
  font-weight: 900;
}
.about__frame__table .bg2 {
  color: #fff;
  background: #666666;
  font-weight: 900;
}
.about__frame__table .bg3 {
  color: #000;
  background: #deedff;
  font-weight: 900;
}
.about__right {
  margin-bottom: 4em;
}
.about__right--bg1 {
  background: url(../img/img_pics2.jpg);
  background-position: top left;
  background-size: 920px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .about__right--bg1 {
    background-size: 100%;
  }
}
.about__right--bg2 {
  background: url(../img/img_pics4.jpg);
  background-position: top left;
  background-size: 920px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .about__right--bg2 {
    background-size: 100%;
  }
}
.about__right__content {
  max-width: 1028px;
  margin: 0 auto;
  padding: 20em 0 5em 0;
  padding-left: 600px;
}
@media screen and (max-width: 767px) {
  .about__right__content {
    padding-left: 0px;
    max-width: 90%;
    margin: 0 auto;
    padding: 24em 0 5em 0;
  }
}
.about__right__content__box {
  margin-bottom: 1em;
}
.about__right__content__box span {
  background-color: #1D5CAA;
  padding: 0.2em 0.5em;
  font-size: 1.2em;
  font-weight: 600;
}
.about__right__content__tit {
  font-size: 2.5em;
  color: #FFF100;
  font-weight: 900;
  line-height: 1.5em;
  margin-bottom: 0.5em;
  text-shadow: 2px 2px 10px #002F4D, -2px 2px 10px #002F4D, 2px -2px 10px #002F4D, -2px -2px 10px #002F4D;
}
@media screen and (max-width: 767px) {
  .about__right__content__tit {
    font-size: 2em;
  }
}
.about__right__content__txt {
  font-size: 1.2em;
  text-shadow: 2px 2px 10px #002F4D, -2px 2px 10px #002F4D, 2px -2px 10px #002F4D, -2px -2px 10px #002F4D;
}

.wh-area {
  background-color: #fff;
}

.melit-list {
  color: #fff;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .melit-list {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 2em;
  }
}
.melit-list__item {
  width: 19%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .melit-list__item {
    width: 48%;
    margin-bottom: 2em;
  }
}
.melit-list__item h4 {
  line-height: 1.4em;
  font-size: 1.2em;
  padding-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .melit-list__item h4 {
    padding-bottom: 0.5em;
  }
}
@media screen and (max-width: 767px) {
  .melit-list__item--sp {
    margin-left: 25%;
  }
}

.flow-tit {
  background-color: #1D5CAA;
  font-size: 1.4em;
  font-weight: 900;
  text-align: center;
  padding: 1.1em;
  margin-bottom: 1.4em;
}
@media screen and (max-width: 767px) {
  .flow-tit {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 1.4em;
  }
}

.flow-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  line-height: 1.6em;
  padding-bottom: 4em;
}
.flow-list--tit {
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.4em;
  text-align: center;
  padding-bottom: 0.5em;
  font-weight: 900;
}
.flow-list--tit:before {
  display: block;
  font-size: 1.5em;
  color: #1D5CAA;
  font-weight: 900;
  margin-bottom: 0.2em;
}
.flow-list--txt {
  font-size: 1.2em;
}
.flow-list--01 {
  width: 30%;
  color: #000;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  position: relative;
}
.flow-list--01:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -3.2em;
  transform: translateY(-50%);
  border: 10px solid transparent;
  border-left: 15px solid #FFF100;
}
@media screen and (max-width: 767px) {
  .flow-list--01:after {
    right: 46%;
    transform: rotate(90deg);
    top: 105%;
  }
}
.flow-list--01 h3:before {
  content: "01";
}
@media screen and (max-width: 767px) {
  .flow-list--01 {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 2em;
  }
}
.flow-list--02 {
  width: 30%;
  color: #000;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  position: relative;
}
.flow-list--02:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -3.2em;
  transform: translateY(-50%);
  border: 10px solid transparent;
  border-left: 15px solid #FFF100;
}
@media screen and (max-width: 767px) {
  .flow-list--02:after {
    right: 46%;
    transform: rotate(90deg);
    top: 105%;
  }
}
.flow-list--02 h3:before {
  content: "02";
}
@media screen and (max-width: 767px) {
  .flow-list--02 {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 2em;
  }
}
.flow-list--03 {
  width: 30%;
  color: #000;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
}
.flow-list--03 h3:before {
  content: "03";
}
@media screen and (max-width: 767px) {
  .flow-list--03 {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 2em;
  }
}

.check-list li {
  position: relative;
  font-size: 1.2em;
  font-weight: 800;
  padding-left: 2em;
}
.check-list__border {
  border-bottom: dotted 2px #000;
  margin-bottom: 0.7em;
  padding-bottom: 0.7em;
}
.check-list li:before {
  content: url("../img/icon_check.svg");
  display: inline-block;
  vertical-align: middle;
  padding-right: 0.3em;
  width: 1.8em;
  height: 1.8em;
  position: absolute;
  top: 0em;
  left: 0em;
}

.faq {
  background-color: #F2F2F2;
  padding-bottom: 6em;
  color: #fff;
}
.faq__tit {
  padding: 1.2em 0;
  background-color: #1D5CAA;
  color: #fff;
  text-align: center;
  font-size: 2.4em;
  line-height: 1.1em;
  font-weight: 900;
  margin-bottom: 3em;
}
.faq__tit span {
  font-size: 0.6em;
  color: #FFF100;
}
@media screen and (max-width: 767px) {
  .faq__tit {
    margin-bottom: 2em;
  }
}
.faq__tit02 {
  background: #333333;
  border-radius: 1em;
  padding: 0.5em 1.5em;
  font-size: 1.4em;
  font-weight: 900;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .faq__tit02 {
    max-width: 90%;
    margin: 0 auto;
    margin-bottom: 1em;
  }
}
.faq dl {
  margin-bottom: 1.5em;
}
.faq dl dt {
  color: #000;
  background: #fff;
  border-radius: 1em;
  padding: 0.5em 0.8em;
  font-size: 1.3em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .faq dl dt {
    max-width: 90%;
    margin: 0 auto;
    padding-left: 2.8em;
    padding-right: 2.1em;
  }
}
.faq dl dt::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../img/icon_q.svg);
  background-size: contain;
  vertical-align: middle;
  margin-right: 0.4em;
}
@media screen and (max-width: 767px) {
  .faq dl dt::before {
    position: absolute;
    top: calc(50% - 16px);
    left: 0.6em;
  }
}
.faq dl dt::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../img/icon_arrow--open.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 0.4em;
  position: absolute;
  top: 1.1em;
  right: 0.3em;
}
@media screen and (max-width: 767px) {
  .faq dl dt::after {
    top: calc(50% - 7px);
  }
}
@media screen and (min-width: 767px) {
  .faq dl dt:hover {
    cursor: pointer;
    transition-duration: 0.3s;
    background: #1D5CAA;
    color: #FFF;
  }
  .faq dl dt:hover::before {
    background-image: url(../img/icon_q--active.svg);
  }
}
.faq dl .active {
  cursor: pointer;
  transition-duration: 0.3s;
  background: #1D5CAA;
  color: #FFF;
}
.faq dl .active::before {
  background-image: url(../img/icon_q--active.svg);
}
.faq dl .active::after {
  top: 1em;
  background-image: url(../img/icon_arrow--close.svg);
}
@media screen and (max-width: 767px) {
  .faq dl .active::after {
    top: calc(50% - 7px);
  }
}
.faq dl dd {
  color: #000;
  padding: 1.5em;
  font-size: 1.3em;
  font-weight: normal;
  display: none;
}

.case {
  background: #444444;
  padding: 4em;
  border-radius: 2em;
}
@media screen and (max-width: 767px) {
  .case {
    padding: 3em 2em 1em 2em;
    width: 90%;
    margin: 0 auto;
  }
}
.case--tit {
  font-weight: 900;
  font-size: 2em;
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .case-list {
    display: block;
  }
}
.case-list li {
  width: 18%;
  text-align: center;
  font-weight: 900;
  font-size: 1.2em;
  line-height: 1.2em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .case-list li {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 4em;
  }
}
.case-list li p {
  margin-bottom: 0.5em;
}
.case-list li:nth-child(1):after, .case-list li:nth-child(2):after, .case-list li:nth-child(3):after {
  content: "";
  position: absolute;
  top: 38%;
  right: -5em;
  transform: translateY(-50%);
  border: 20px solid transparent;
  border-left: 25px solid #FFF100;
}
@media screen and (max-width: 767px) {
  .case-list li:nth-child(1):after, .case-list li:nth-child(2):after, .case-list li:nth-child(3):after {
    top: 105%;
    right: 40%;
    transform: rotate(90deg);
  }
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
margin
------------------------------------------------------------*/
.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .mt-20 {
    margin-top: 10px;
  }
}

.mt-30 {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .mt-30 {
    margin-top: 10px;
  }
}

.mt-40 {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .mt-40 {
    margin-top: 20px;
  }
}

.mt-50 {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .mt-50 {
    margin-top: 30px;
  }
}

.mt-60 {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .mt-60 {
    margin-top: 40px;
  }
}

.mt-70 {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .mt-70 {
    margin-top: 50px;
  }
}

.mt-80 {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .mt-80 {
    margin-top: 60px;
  }
}

.mt-90 {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .mt-90 {
    margin-top: 70px;
  }
}

.mt-100 {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .mt-100 {
    margin-top: 80px;
  }
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .mb-20 {
    margin-bottom: 10px;
  }
}

.mb-30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .mb-30 {
    margin-bottom: 10px;
  }
}

.mb-40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .mb-40 {
    margin-bottom: 20px;
  }
}

.mb-50 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .mb-50 {
    margin-bottom: 30px;
  }
}

.mb-60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .mb-60 {
    margin-bottom: 40px;
  }
}

.mb-70 {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .mb-70 {
    margin-bottom: 50px;
  }
}

.mb-80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .mb-80 {
    margin-bottom: 60px;
  }
}

.mb-90 {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .mb-90 {
    margin-bottom: 70px;
  }
}

.mb-100 {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .mb-100 {
    margin-bottom: 80px;
  }
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
text
------------------------------------------------------------*/
b {
  font-weight: bold;
}

.u-text-read {
  font-size: 2rem;
  line-height: 1.8;
  font-family: Noto Serif JP, serif;
}
@media screen and (max-width: 767px) {
  .u-text-read {
    font-size: 3.64583vw;
    line-height: 1.71429;
    letter-spacing: 0.02em;
    margin-top: 30px;
  }
}

.u-text-read02 {
  font-size: 1.4rem;
}

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

.u-text-bold {
  font-weight: bold;
}

.u-text-underline {
  text-decoration: underline;
}

.u-text-red {
  color: red;
}

.u-text-white {
  color: #ffffff;
}

.u-text-blue {
  color: #0D3780;
}

.u-text-black {
  color: #000000;
}

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

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

.u-text-bold {
  font-size: 1.1em;
  font-weight: 900;
}

small {
  font-size: 0.8em;
}

.u-play {
  font-family: "Playfair Display", serif;
}

.u-text-yellow {
  color: #FFF100 !important;
}

.u-text-note {
  vertical-align: top;
  font-size: 0.8em;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
display
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

.u-tb {
  display: none;
}
@media screen and (max-width: 1300px) {
  .u-tb {
    display: block;
  }
}

.u-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: block;
  }
}

.u-in {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-in {
    display: inline-block;
  }
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
align
------------------------------------------------------------*/
.u-txt-center {
  text-align: center;
}

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