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

@-webkit-keyframes home-height {
  from {
    height: 100%;
    overflow: hidden;
  }
  to {
    height: auto;
    overflow: auto;
  }
}

@keyframes home-height {
  from {
    height: 100%;
    overflow: hidden;
  }
  to {
    height: auto;
    overflow: auto;
  }
}
@-webkit-keyframes loading-video {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes loading-video {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes top_head_bg {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes top_head_bg {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@-webkit-keyframes mv_bg_l {
  from {
    left: 0;
  }
  to {
    left: -100%;
  }
}
@keyframes mv_bg_l {
  from {
    left: 0;
  }
  to {
    left: -100%;
  }
}
@-webkit-keyframes mv_bg_r {
  from {
    right: 0;
  }
  to {
    right: -100%;
  }
}
@keyframes mv_bg_r {
  from {
    right: 0;
  }
  to {
    right: -100%;
  }
}
@-webkit-keyframes mv_bg_t {
  from {
    top: 50%;
  }
  to {
    top: -100%;
  }
}
@keyframes mv_bg_t {
  from {
    top: 50%;
  }
  to {
    top: -100%;
  }
}
@-webkit-keyframes mv_scroll {
  0% {
    opacity: 1;
    bottom: 0;
  }
  50% {
    bottom: -20px;
    opacity: 1;
  }
  75% {
    bottom: 0;
    opacity: 0;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}
@keyframes mv_scroll {
  0% {
    opacity: 1;
    bottom: 0;
  }
  50% {
    bottom: -20px;
    opacity: 1;
  }
  75% {
    bottom: 0;
    opacity: 0;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}
@-webkit-keyframes height {
  0% {
    height: 0;
  }
  50% {
    height: 400px;
  }
  100% {
    height: 100%;
  }
}
@keyframes height {
  0% {
    height: 0;
  }
  50% {
    height: 400px;
  }
  100% {
    height: 100%;
  }
}
@font-face {
  font-family: TTR;
  src: url("../font/TT Norms Regular.otf");
}
@font-face {
  font-family: TTM;
  src: url("../font/TT Norms Medium.otf");
}
@font-face {
  font-family: TTB;
  src: url("../font/TT Norms Bold.otf");
}
/*------------------------------------------------------------
	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%;
}

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

body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Zen Kaku Gothic New", sans-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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  -webkit-backface-visibility: hidden;
}

* {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*------------------------------------------------------------
Header
------------------------------------------------------------*/
.l-header {
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 30px;
  background-color: hsla(0, 0%, 100%, 0.4);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.l-header.tobot {
  background: #fff;
}

@media screen and (max-width: 1023px) {
  .l-header {
    padding: 15px 10px;
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    padding: 12px 12px 12px 17px;
  }
}
@media screen and (min-width: 767px) {
  .l-header:hover {
    background: #FFFFFF;
  }
}
.l-header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-header__logo svg {
  width: 180px;
}

@media screen and (max-width: 1023px) {
  .l-header__logo svg {
    max-width: 180px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__logo svg {
    width: 105px;
  }
}
.l-header__rt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .l-header__menu {
    display: none;
  }
}
.l-header__menu > li {
  line-height: 1;
  position: relative;
}

.l-header__menu > li > a {
  display: block;
  color: #A20000;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-right: 30px;
}

@media screen and (max-width: 1023px) {
  .l-header__menu > li > a {
    margin-right: 15px;
    font-size: 1.2rem;
  }
}
.l-header__menu > li:hover > a {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.l-header__menu > li:last-child a {
  margin-right: 0;
}

.l-header__menu > li.has_child:hover .l-header__menu__sub {
  opacity: 1;
  pointer-events: auto;
}

.l-header__menu__sub {
  position: absolute;
  top: 100%;
  left: -24px;
  background: #FFFFFF;
  white-space: nowrap;
  padding: 10px 24px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 1023px) {
  .l-header__menu__sub {
    padding: 10px;
    left: -10px;
  }
}
.l-header__menu__sub li a {
  font-size: 1.4rem;
  font-weight: 700;
  color: #A20000;
  line-height: 2;
}

@media screen and (max-width: 1023px) {
  .l-header__menu__sub li a {
    font-size: 1rem;
  }
}
.l-header__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 40px;
}

@media screen and (max-width: 1023px) {
  .l-header__socials {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__socials {
    display: none;
  }
}
.l-header__socials--contact {
  display: inline-block;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  color: #A20000;
  margin-right: 40px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1023px) {
  .l-header__socials--contact {
    margin-right: 20px;
  }
}
.l-header__socials--contact span {
  display: block;
  margin-top: 3px;
  font-size: 0;
  line-height: 0;
}

.l-header__socials--contact svg {
  width: 32px;
}

.l-header__socials--instagram {
  font-size: 0;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #A20000;
}

.l-header__socials--instagram svg {
  width: 24px;
}

.l-header__socials--instagram svg g path {
  fill: #fff;
}

.l-header__btnsp {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

@media screen and (max-width: 767px) {
  .l-header__btnsp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.l-header__btnsp a {
  width: 50%;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 700;
  color: #FFFFFF;
}

.l-header__btnsp a:nth-child(1) {
  background: #A20000;
}

.l-header__btnsp a:nth-child(2) {
  background: #CAA063;
}

.l-header__btnsp a span {
  display: inline-block;
  margin-right: 10px;
}

.home .l-header {
  background-color: transparent;
  -webkit-backdrop-filter: unset;
  backdrop-filter: unset;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 45px 30px 15px;
}

@media screen and (max-width: 1023px) {
  .home .l-header {
    padding: 15px 10px;
  }
}
@media screen and (max-width: 767px) {
  .home .l-header {
    padding: 12px 12px 12px 17px;
  }
}
@media screen and (min-width: 767px) {
  .home .l-header:hover {
    background: #A20000;
  }
}
.home .l-header__logo svg rect {
  fill: #FFFFFF;
}

.home .l-header__logo svg path {
  fill: #FFFFFF;
}

.home .l-header__menu > li > a {
  color: #FFFFFF;
}

.home .l-header__menu__sub {
  background: #A20000;
}

.home .l-header__menu__sub li a {
  color: #FFFFFF;
}

.home .l-header__socials--contact {
  color: #FFFFFF;
}

.home .l-header__socials--contact svg g rect {
  stroke: #FFFFFF;
}

.home .l-header__socials--contact svg g path {
  stroke: #FFFFFF;
}

.home .l-header__socials--instagram {
  color: #FFFFFF;
  background: #A20000;
}

.home .l-header:hover .l-header__socials--instagram,
.home .l-header.tobot .l-header__socials--instagram {
  background: #fff;
}

.home .l-header.header_bg:hover .l-header__socials--instagram {
  background: #A20000;
}

.home .l-header__socials--instagram svg g path {
  fill: #FFFFFF;
}

.home .l-header:hover .l-header__socials--instagram svg g path,
.home .l-header.tobot .l-header__socials--instagram svg g path {
  fill: #A20000;
}

.home .l-header.header_bg:hover .l-header__socials--instagram svg g path {
  fill: #fff;
}

.home .l-header.header_bg {
  background-color: hsla(0, 0%, 100%, 0.4);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  padding: 15px 30px;
}

@media screen and (max-width: 1023px) {
  .home .l-header.header_bg {
    padding: 15px 10px;
  }
}
@media screen and (max-width: 767px) {
  .home .l-header.header_bg {
    padding: 15px 24px;
  }
}
@media screen and (min-width: 767px) {
  .home .l-header.header_bg:hover {
    background-color: #FFFFFF;
  }
}
.home .l-header.header_bg .l-header__logo svg rect {
  fill: #A20000;
}

.home .l-header.header_bg .l-header__logo svg path {
  fill: #A20000;
}

.home .l-header.header_bg .l-header__menu > li > a {
  color: #A20000;
}

.home .l-header.header_bg .l-header__menu__sub {
  background: #FFFFFF;
}

.home .l-header.header_bg .l-header__menu__sub li a {
  color: #A20000;
}

.home .l-header.header_bg .l-header__socials--contact {
  color: #A20000;
}

.home .l-header.header_bg .l-header__socials--contact svg g rect {
  stroke: #A20000;
}

.home .l-header.header_bg .l-header__socials--contact svg g path {
  stroke: #A20000;
}

.home .l-header.header_bg .l-header__socials--instagram {
  color: #A20000;
}

.home .l-header.header_bg .l-header__socials--instagram svg g path {
  fill: #fff;
}

.l-header__btns {
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 98;
}

.l-header__btns a {
  display: inline-block;
  width: 60px;
  height: 226px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  text-align: center;
  background: #CAA063;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-header__btns a span {
  display: inline-block;
  margin-bottom: 15px;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
Footer
------------------------------------------------------------*/
.l-footer__top {
  padding-left: calc(50% - 800px);
  position: relative;
  bottom: -200px;
  margin-top: -200px;
}
@media screen and (max-width: 767px) {
  .l-footer__top {
    width: 100%;
    padding: 0;
    margin: 0;
    position: static;
  }
}
.l-footer__bg {
  padding-top: 380px;
  background: #A20000;
}
@media screen and (max-width: 767px) {
  .l-footer__bg {
    padding-top: 60px;
  }
}
.l-footer__mid {
  padding-bottom: 235px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .l-footer__mid {
    padding-bottom: 60px;
  }
}
.l-footer__mid--lf {
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .l-footer__mid--lf {
    width: 100%;
    padding-bottom: 60px;
  }
}
.l-footer__mid--rt {
  -ms-flex-item-align: end;
      align-self: flex-end;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer__mid--rt {
    width: 100%;
  }
}
.l-footer__bot {
  background: #816D64;
  padding: 150px 0 200px;
  max-height: 699px;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .l-footer__bot {
    max-height: unset;
    padding: 100px 0;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__bot {
    padding: 40px 0 60px;
  }
}
.l-footer__bot .l-main {
  position: relative;
}
.l-footer__bot--lf {
  position: relative;
}
@media screen and (max-width: 1023px) {
  .l-footer__bot--lf {
    width: 100%;
    margin-bottom: 60px;
  }
}
.l-footer__bot--rt {
  margin-right: 60px;
  width: 620px;
  max-width: calc(100% - 160px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .l-footer__bot--rt {
    width: 100%;
    max-width: 100%;
    display: block;
  }
}
.l-footer__slogan {
  max-width: 750px;
}
.l-footer__info {
  position: relative;
  width: 290px;
}
@media screen and (max-width: 767px) {
  .l-footer__info {
    padding-bottom: 40px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__office {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
}
.l-footer__office--box {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .l-footer__office--box {
    width: 48%;
    margin-bottom: 0;
  }
}
.l-footer__office--box:last-child {
  margin-bottom: 0;
}
.l-footer__office--box--title {
  font-size: 1.6rem;
  color: #FFFFFF;
  font-family: TTM;
  padding-left: 15px;
  position: relative;
  margin-bottom: 10px;
}
.l-footer__office--box--title:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #F44721;
  position: absolute;
  left: 0;
  top: calc(50% - 3px);
}
.l-footer__office--box--address {
  font-size: 1.4rem;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 1.78;
}
.l-footer__office--box--map {
  font-size: 1.2rem;
  font-family: TTM;
  color: #000000;
  text-decoration: underline;
  display: inline-block;
  position: relative;
  margin: 10px 0;
}
.l-footer__office--box--map:after {
  content: "";
  width: 15px;
  height: 15px;
  background: url("../img/icon/target.svg") center center no-repeat;
  background-size: contain;
  position: absolute;
  right: -17px;
}
.l-footer__office--box--tel, .l-footer__office--box--fax {
  font-size: 1.4rem;
  font-family: TTM;
  color: #FFFFFF;
  line-height: 1.78;
}
.l-footer--txt01 {
  font-size: 2rem;
  color: #FFFFFF;
  line-height: 1.75;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .l-footer--txt01 {
    font-size: 1.5rem;
    margin-top: 50px;
  }
}
.l-footer--tel {
  display: block;
  margin-top: 40px;
  color: #FFFFFF;
  font-size: 2.4rem;
  font-family: TTM;
  padding-left: 15px;
  position: relative;
  white-space: nowrap;
}
.l-footer--tel:before {
  content: "";
  width: 10px;
  height: 15px;
  background: url("../img/icon/tel.svg") no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: calc(50% - 7px);
}
.l-footer--tel small {
  font-size: 1.3rem;
  margin-left: 10px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}
.l-footer--copy {
  font-size: 1.2rem;
  font-family: TTM;
  color: #FFFFFF;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 1023px) {
  .l-footer--copy.u-pc {
    display: none;
  }
}
.l-footer--copy.u-tb {
  display: none;
}
@media screen and (max-width: 1023px) {
  .l-footer--copy.u-tb {
    display: block;
    position: static;
    margin-top: 60px;
  }
}
.l-footer--links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-footer--links > li {
  min-width: 40%;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .l-footer--links > li {
    width: 50%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.l-footer--links > li a {
  font-size: 1.6rem;
  color: #FFFFFF;
  font-weight: 500;
  white-space: nowrap;
}
.l-footer--links > li ol {
  position: relative;
  top: -10px;
  margin-bottom: -10px;
}
.l-footer--links > li ol li {
  margin-bottom: 10px;
}
.l-footer--links > li ol li a {
  font-size: 1.2rem;
}
.l-footer--socials {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #A20000;
  border-radius: 20px;
  padding: 25px 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-footer--socials {
    left: auto;
    right: 0;
    padding: 10px 0;
  }
}
.l-footer--socials li {
  display: inline-block;
  margin-right: 10px;
}
.l-footer--socials li:last-child {
  margin-right: 0;
}
.l-footer--socials li h3 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .l-footer--socials li h3 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer--socials li a {
    display: inline-block;
    width: 34px;
  }
}
.l-footer--z {
  width: 910px;
  position: absolute;
  right: 1000px;
  top: -150px;
}
@media screen and (max-width: 767px) {
  .l-footer--z {
    width: 120%;
    right: -10%;
    top: -40px;
  }
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
main
------------------------------------------------------------*/
@media screen and (max-width: 1023px) {
  html.open,
  body.open {
    height: 100%;
  }
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  word-break: break-word;
  padding-top: 121px;
  background: #FFFFFF;
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 51px;
  }
}
.l-main {
  max-width: 1648px;
  margin: 0 auto;
  padding: 0 24px;
}

.l-main2 {
  max-width: 1448px;
  padding: 0 24px;
  margin: 0 auto;
}

.l-main3 {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .l-main3 {
    padding-right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .l-main3 {
    padding-right: 0;
  }
}

.u-home {
  display: none;
}

.home {
  padding-top: 0;
}
.home .u-home {
  display: block;
}
.home .u-child {
  display: none;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
nav
------------------------------------------------------------*/
.l-nav {
  display: none;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 100;
  background: #A20000;
  background-size: cover;
  padding-top: 52px;
  padding-bottom: 90px;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .l-nav {
    display: block;
  }
}
.l-nav.open {
  opacity: 1;
  pointer-events: auto;
}
.l-nav__top {
  padding-left: 38px;
  padding-right: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 45px;
}
.l-nav__menu {
  position: relative;
  z-index: 1;
}
.l-nav__menu > li {
  margin-bottom: 20px;
}
.l-nav__menu > li:last-child {
  margin-bottom: 0;
}
.l-nav__menu > li > a {
  font-size: 1.6rem;
  font-weight: 700;
  color: #FFFFFF;
  display: block;
}
.l-nav__menu ol {
  margin-top: 20px;
  padding-left: 20px;
}
.l-nav__menu ol > li {
  margin-bottom: 10px;
}
.l-nav__menu ol > li:last-child {
  margin-bottom: 0;
}
.l-nav__menu ol > li a {
  font-size: 1.4rem;
  color: #FFFFFF;
}
.l-nav__socials {
  position: relative;
  z-index: 1;
}
.l-nav__socials li {
  margin-bottom: 15px;
}
.l-nav__socials li:last-child {
  margin-bottom: 0;
}
.l-nav__socials li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 97px;
  height: 97px;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  font-size: 0.8rem;
  color: #FFFFFF;
  text-align: center;
}
.l-nav__socials li a span {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
.l-nav__btns {
  text-align: center;
}
.l-nav__logo {
  text-align: center;
  margin-top: 50px;
}
.l-nav__z {
  position: absolute;
  left: 124px;
  top: 129px;
  overflow: hidden;
}
.l-nav__z img {
  width: 284px;
  max-width: 284px;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
sidebar
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
Button
------------------------------------------------------------*/
.btn-primary {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  color: #F5F5F5;
  width: 200px;
  height: 60px;
  text-align: center;
  border-radius: 4px;
  background: #1571DA;
  padding: 16px 10px;
  border: 1px solid #1571DA;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn-primary:hover {
  background: none;
  color: #1571DA;
  border-color: #C6C6C6;
}

.btn-second {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  width: 200px;
  height: 60px;
  text-align: center;
  border-radius: 4px;
  color: #1571DA;
  padding: 16px 10px;
  border: 1px solid #C6C6C6;
}
.btn-second:hover {
  background: #1571DA;
  color: #F5F5F5;
  border-color: #1571DA;
}

.btn-invalid {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  color: #F5F5F5;
  width: 200px;
  height: 60px;
  text-align: center;
  border-radius: 4px;
  background: #1571DA;
  padding: 16px 10px;
  opacity: 0.3;
  pointer-events: none;
}
.btn-bar {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  border: 1px solid #E6E6E6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  font-family: TTM;
  color: #111111;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn-bar:hover {
  color: #FFFFFF;
  background: #A20000;
  border-color: #A20000;
}
.btn-bar:hover svg path {
  fill: #FFFFFF;
}
.btn-bar span {
  display: block;
  margin-top: 10px;
}
.btn-bar--white {
  background: #FFFFFF;
}

.btn-submit {
  cursor: pointer;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  width: 400px;
  max-width: 100%;
  height: 100px;
  border-radius: 60px;
  color: #FFFFFF;
  background: #111111;
  padding: 36px 50px;
  border: 1px solid #111111;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .btn-submit {
    width: 330px;
    padding: 28px 30px;
    height: 83px;
  }
}
.btn-submit:after {
  content: "";
  width: 12px;
  height: 12px;
  background: url("../img/icon/arr_red.svg") center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 40px;
  top: calc(50% - 6px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn-submit:hover {
  background: #1571DA;
  color: #FFFFFF;
  border-color: #1571DA;
}
.btn-submit:hover:after {
  background: url("../img/icon/arr_wt02.svg") center center no-repeat;
  background-size: contain;
}
.btn-submit input {
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.btn-back {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  width: 320px;
  height: 80px;
  border-radius: 40px;
  color: #111111;
  padding: 26px 30px;
  border: 1px solid #C6C6C6;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-align: right;
}
.btn-back:after {
  content: "";
  width: 12px;
  height: 12px;
  background: url("../img/icon/arr_red.svg") center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 24px;
  top: calc(50% - 6px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.btn-back:hover {
  background: #1571DA;
  color: #FFFFFF;
  border-color: #1571DA;
}
.btn-back:hover:after {
  background: url("../img/icon/arr_wt02.svg") center center no-repeat;
  background-size: contain;
}
.btn-back--white {
  background: #FFFFFF;
}

.btn-text {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  color: #1571DA;
  text-decoration: underline;
}
.btn-text:hover {
  opacity: 0.7;
}
.btn-text input,
.btn-text button {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.btn-circle01 {
  cursor: pointer;
  position: relative;
  width: 79px;
  height: 79px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .btn-circle01 {
    width: 66px;
    height: 66px;
  }
}
.btn-circle01 svg {
  position: absolute;
  top: -1px;
  left: -1px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media screen and (max-width: 767px) {
  .btn-circle01 svg {
    width: 66px;
    height: 66px;
  }
}
.btn-circle01 .circle {
  stroke-dasharray: 301.59px 301.59px;
  stroke-dashoffset: 301.59px;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0.08, 0, 0.97);
          transition-timing-function: cubic-bezier(0.4, 0.08, 0, 0.97);
}
@media screen and (min-width: 767px) {
  .btn-circle01:hover .circle {
    stroke-dashoffset: 0;
  }
}

.btn-circle02 {
  cursor: pointer;
  position: relative;
  width: 299px;
  height: 299px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 1.8rem;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .btn-circle02 {
    width: 150px;
    height: 150px;
  }
}
.btn-circle02 svg {
  position: absolute;
  top: -1px;
  left: -1px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media screen and (max-width: 767px) {
  .btn-circle02 svg {
    width: 150px;
    height: 150px;
  }
}
.btn-circle02 .circle {
  stroke-dasharray: 945px 945px;
  stroke-dashoffset: 945px;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0.08, 0, 0.97);
          transition-timing-function: cubic-bezier(0.4, 0.08, 0, 0.97);
}
@media screen and (min-width: 767px) {
  .btn-circle02:hover .circle {
    stroke-dashoffset: 0;
  }
}

.btn-menu {
  display: none;
  width: 42px;
  height: 42px;
  position: relative;
  background: #A20000;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .btn-menu {
    display: block;
  }
}
.btn-menu span {
  display: block;
  height: 1px;
  background: #FFFFFF;
  position: absolute;
  right: 8px;
}
.btn-menu span:nth-child(1) {
  width: 25px;
  top: 17px;
}
.btn-menu span:nth-child(2) {
  width: 16px;
  top: 23px;
}

.btn-close {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 24px;
  right: 20px;
}
.btn-close span {
  display: block;
  background: #FFFFFF;
  width: 1px;
  height: 44px;
  position: absolute;
  top: -6px;
  left: 16px;
}
.btn-close span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.btn-close span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.btn-pdf {
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 700;
  color: #A20000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.btn-pdf:after {
  content: "";
  width: 36px;
  height: 25px;
  background: url("../img/icon/modal.svg") no-repeat;
  background-size: contain;
  display: inline-block;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .btn-pdf:after {
    display: none;
  }
}
.btn-pdf--icon {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid #A20000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .btn-pdf--icon {
    width: 53px;
    height: 53px;
  }
}

.btn01 {
  width: 270px;
  height: 60px;
  border-radius: 50px;
  background: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  font-weight: 500;
  color: #111111;
  border: 1px solid #A20000;
  padding: 0 30px;
  white-space: nowrap;
}
@media screen and (max-width: 1023px) {
  .btn01 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .btn01 {
    font-size: 1.9rem;
    width: 275px;
    max-width: 100%;
    height: 61px;
    border-width: 2px;
    padding: 0 30px;
    margin: 12px auto;
    white-space: nowrap;
  }
}
.btn01--download span {
  display: inline-block;
  width: 26px;
}
@media screen and (max-width: 767px) {
  .btn01--download span {
    width: 26px;
  }
}
.btn01--talk span {
  display: inline-block;
  width: 43px;
}
@media screen and (max-width: 767px) {
  .btn01--talk span {
    width: 44px;
  }
}

.btn02 {
  cursor: pointer;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
  width: 200px;
  background: #A20000;
  border: 1px solid #A20000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 30px;
  padding: 12px 0;
}
@media screen and (min-width: 767px) {
  .btn02:hover {
    background: #FFFFFF;
    color: #A20000;
  }
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
heading
------------------------------------------------------------*/
.other-title {
  margin-bottom: 50px;
}
.other-title small {
  display: block;
  font-size: 1.2rem;
  color: #111111;
  position: relative;
  padding-left: 10px;
  margin-bottom: 10px;
}
.other-title small:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #F44721;
  position: absolute;
  left: 0;
  top: calc(50% - 2px);
}
.other-title span {
  font-size: 2.8rem;
  font-family: TTB;
  color: #111111;
}

.c-title1 h2 {
  display: inline-block;
  text-align: left;
}
.c-title1 small {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  padding-left: 25px;
}
@media screen and (max-width: 767px) {
  .c-title1 small {
    font-size: 1.8rem;
    padding-left: 20px;
  }
}
.c-title1 small:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #A20000;
  position: absolute;
  left: 0;
  top: calc(50% - 5px);
}
.c-title1 span {
  display: block;
  font-size: 20rem;
  font-weight: 400;
  color: #A20000;
  font-family: "Playfair Display", serif;
  line-height: 1;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 1648px) {
  .c-title1 span {
    font-size: 15rem;
  }
}
@media screen and (max-width: 1023px) {
  .c-title1 span {
    font-size: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .c-title1 span {
    font-size: 7rem;
  }
}
.c-title1--rt {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .c-title1--rt {
    text-align: left;
  }
}
.c-title1--rl {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .c-title1--rl {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}
.c-title1--rl span {
  font-size: 10rem;
}
@media screen and (max-width: 767px) {
  .c-title1--rl span {
    font-size: 7rem;
  }
}
.c-title1--rl small {
  padding-left: 0;
  padding-top: 25px;
}
@media screen and (max-width: 767px) {
  .c-title1--rl small {
    padding-left: 20px;
    padding-top: 0;
  }
}
.c-title1--rl small:before {
  top: 0;
  left: calc(50% - 5px);
}
@media screen and (max-width: 767px) {
  .c-title1--rl small:before {
    left: 0;
    top: calc(50% - 5px);
  }
}
.c-title1--wt small {
  color: #FFFFFF;
}
.c-title1--wt span {
  color: #FFFFFF;
  font-size: 10rem;
}
@media screen and (max-width: 767px) {
  .c-title1--wt span {
    font-size: 7rem;
  }
}
.c-title1--sz150 span {
  font-size: 15rem;
}
@media screen and (max-width: 1023px) {
  .c-title1--sz150 span {
    font-size: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .c-title1--sz150 span {
    font-size: 7rem;
  }
}
.c-title1--sz80 span {
  font-size: 8rem;
}
@media screen and (max-width: 767px) {
  .c-title1--sz80 span {
    font-size: 7rem;
  }
}

.c-title2 {
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-title2 {
    font-size: 3.6rem;
  }
}

.c-title3 {
  font-size: 2.4rem;
  font-weight: 700;
  padding-left: 12px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-title3 {
    font-size: 2rem;
  }
}
.c-title3:before {
  content: "";
  width: 4px;
  height: 100%;
  background: #A20000;
  position: absolute;
  left: 0;
  top: 0;
}

.c-title4 {
  font-size: 1.8rem;
  font-weight: 700;
}

.c-title5 {
  font-size: 4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-title5 {
    font-size: 2.8rem;
  }
}
.c-title5 small {
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .c-title5 small {
    font-size: 1.8rem;
  }
}

.c-title6 {
  font-size: 2.8rem;
  font-weight: 700;
  position: relative;
  padding-top: 40px;
  border-top: 1px solid #E6E6E6;
}
@media screen and (max-width: 767px) {
  .c-title6 {
    font-size: 2.4rem;
  }
}
.c-title6:before {
  content: "";
  width: 25px;
  height: 1px;
  background: #A20000;
  position: absolute;
  left: 0;
  top: 0;
}

.c-head01 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
}

.c-head02 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
}

.c-head03 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
}

.c-head04 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}

.c-head05 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}

.c-head06 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}

.c-head07 {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
}

.c-head08 {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
}

.c-head01-en {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
  font-family: TTB;
}

.c-head02-en {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  font-family: TTB;
}

.c-head03-en {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  font-family: TTB;
}

.c-head04-en {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  font-family: TTB;
}

.c-head05-en {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  font-family: TTB;
}

.c-head06-en {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  font-family: TTB;
}

.c-head07-en {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  font-family: TTB;
}

.c-head08-en {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  font-family: TTB;
}

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

.u-flex-row-reverse-pc {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

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

.u-flex-col-reverse-pc {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

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

.u-middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.u-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.u-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.u-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

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

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

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

/*------------------------------------------------------------
Banner
------------------------------------------------------------*/
.active .c-mv__bgl {
  -webkit-animation-name: mv_bg_l;
          animation-name: mv_bg_l;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.active .c-mv__bgr {
  -webkit-animation-name: mv_bg_r;
          animation-name: mv_bg_r;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.active .c-mv--title {
  -webkit-animation-name: mv_bg_t;
          animation-name: mv_bg_t;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.c-mv {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.c-mv__bgl {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../img/top/mv_bg_l.png") top right no-repeat;
  background-size: cover;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-mv__bgl {
    background: url("../img/top/mv_bg_l_sp.png") top right no-repeat;
    background-size: 100%;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
  }
}
.c-mv__bgr {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: url("../img/top/mv_bg_r.png") top left no-repeat;
  background-size: cover;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-mv__bgr {
    background: url("../img/top/mv_bg_r_sp.png") bottom left no-repeat;
    background-size: 100%;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
  }
}
.c-mv--title {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 1648px) {
  .c-mv--title {
    width: 67.875%;
  }
}
@media screen and (max-width: 767px) {
  .c-mv--title {
    width: 100%;
    padding: 0 24px;
  }
}
.c-mv--txt {
  font-size: 2.4rem;
  font-weight: 700;
  color: #111111;
  position: absolute;
  left: 8.3vw;
  bottom: 290px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-mv--txt {
    font-size: 1.2rem;
    line-height: 1.66;
    bottom: 120px;
    left: 30%;
  }
}
.c-mv--scroll {
  position: absolute;
  right: 60px;
  bottom: 60px;
  z-index: 2;
  font-size: 1.6rem;
  font-family: TTM;
  color: #FFFFFF;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  line-height: 1;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .c-mv--scroll {
    font-size: 1.2rem;
    padding-bottom: 15px;
    right: 12px;
    bottom: 60px;
  }
}
.c-mv--scroll:after {
  content: "";
  width: 12px;
  height: 12px;
  background: url("../img/icon/arr_wt03.svg") center center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: calc(50% - 6px);
  -webkit-animation-name: mv_scroll;
          animation-name: mv_scroll;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@media screen and (max-width: 767px) {
  .c-mv--scroll:after {
    width: 9px;
    height: 9px;
    left: calc(50% - 4px);
  }
}
.c-mv__box__front {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  right: 0;
}
.c-mv__box.swiper-slide-active .c-mv__box__front {
  width: 0;
  -webkit-transition: width 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: width 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.c-mv__box.swiper-slide-active .c-mv__box__num {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 250ms;
  transition-delay: 250ms;
}
.c-mv__box.swiper-slide-active .c-mv__box__content:after {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.c-mv__box.swiper-slide-active .c-mv__box--txt1 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 250ms;
  transition-delay: 250ms;
}
.c-mv__box.swiper-slide-active .c-mv__box--txt2 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}
.c-mv__box.swiper-slide-active .c-mv__box__ping {
  width: 69px;
  -webkit-transition-delay: 750ms;
  transition-delay: 750ms;
}
@media screen and (max-width: 767px) {
  .c-mv__box.swiper-slide-active .c-mv__box__ping {
    width: 56px;
  }
}
.c-mv__box img {
  width: auto;
  min-width: 100%;
  min-height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-mv__box__content {
  position: absolute;
  top: 50%;
  left: 9.375vw;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .c-mv__box__content {
    max-width: 80%;
  }
}
.c-mv__box__content:after {
  content: "";
  width: 450px;
  height: 346px;
  background: url("../img/common/z_yl02.png") center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: calc(50% - 173px);
  opacity: 0;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: opacity 300ms linear, -webkit-transform 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 300ms linear, -webkit-transform 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 800ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 300ms linear;
  transition: transform 800ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 300ms linear, -webkit-transform 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media screen and (max-width: 767px) {
  .c-mv__box__content:after {
    width: 238px;
    height: 184px;
    left: -10px;
    top: calc(50% - 92px);
  }
}
.c-mv__box--txt1 {
  position: relative;
  z-index: 1;
  font-size: 4rem;
  font-weight: 700;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  display: block;
  opacity: 0;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: opacity 300ms linear, -webkit-transform 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 300ms linear, -webkit-transform 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 800ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 300ms linear;
  transition: transform 800ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 300ms linear, -webkit-transform 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media screen and (max-width: 1023px) {
  .c-mv__box--txt1 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .c-mv__box--txt1 {
    font-size: 2rem;
  }
}
.c-mv__box--txt2 {
  position: relative;
  z-index: 1;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-top: 15px;
  display: block;
  opacity: 0;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: opacity 300ms linear, -webkit-transform 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 300ms linear, -webkit-transform 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 800ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 300ms linear;
  transition: transform 800ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 300ms linear, -webkit-transform 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media screen and (max-width: 1023px) {
  .c-mv__box--txt2 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .c-mv__box--txt2 {
    margin-top: 10px;
    font-size: 1.2rem;
  }
}
.c-mv__box__num {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  position: absolute;
  z-index: 3;
  left: 40px;
  top: 54%;
  opacity: 0;
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
  -webkit-transition: opacity 300ms linear, -webkit-transform 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 300ms linear, -webkit-transform 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 800ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 300ms linear;
  transition: transform 800ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 300ms linear, -webkit-transform 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media screen and (max-width: 767px) {
  .c-mv__box__num {
    font-size: 1.2rem;
    left: auto;
    right: 12px;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
}
.c-mv__box__num:before {
  content: "";
  width: 1px;
  height: 91px;
  background: #fff;
  position: absolute;
  bottom: 101%;
  left: 50%;
}
@media screen and (max-width: 767px) {
  .c-mv__box__num:before {
    height: 60px;
  }
}
.c-mv__box__ping {
  position: relative;
  z-index: 1;
  width: 0;
  height: 1px;
  background: #fff;
  margin-top: 30px;
  -webkit-transition: width 300ms ease-out;
  transition: width 300ms ease-out;
}
@media screen and (max-width: 767px) {
  .c-mv__box__ping {
    margin-top: 20px;
  }
}

.c-banner__content {
  width: 100%;
  height: 450px;
  padding-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .c-banner__content {
    height: 212px;
    padding: 30px 0 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .c-banner__content .c-title1 small {
    font-size: 1.8rem;
  }
  .c-banner__content .c-title1 span {
    font-size: 6rem;
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .c-banner__content .c-breadcrumb {
    -ms-flex-item-align: end;
        align-self: flex-end;
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .c-banner__content .c-title1 {
    width: 100%;
  }
}
.c-banner--img {
  margin-left: calc(50% - 840px);
  height: 560px;
}
@media screen and (max-width: 767px) {
  .c-banner--img {
    width: 100%;
    height: 280px;
    margin-left: 0;
  }
}
.c-banner--img img {
  width: 100%;
}
.c-banner--video {
  padding-left: calc(50% - 840px);
}
@media screen and (max-width: 767px) {
  .c-banner--video {
    padding-left: 0;
  }
}
.c-banner--video video {
  width: 100%;
  height: auto;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
Box
------------------------------------------------------------*/
.company_box {
  padding: 100px;
  height: 682px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .company_box {
    height: 530px;
    padding: 30px;
  }
}
.company_box:hover .company_box__bg {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.company_box__bg {
  background: url("../img/common/company_bg.jpg") center center no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.company_box__content {
  position: relative;
}
.company_box--txt {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.86;
  color: #FFFFFF;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .company_box--txt {
    margin-top: 50px;
  }
}
.company_box--btn {
  margin-top: 50px;
}
.company_box--btn .btn-circle01 {
  margin-left: 0;
}
.company_box .u-flex {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .company_box .u-flex {
    display: block;
  }
}
.company_box--tt {
  font-size: 3.6rem;
  font-weight: 700;
  position: relative;
  z-index: 1;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 767px) {
  .company_box--tt {
    font-size: 2.2rem;
    margin-top: 20px;
  }
}

.case-box {
  width: 33.33%;
  padding: 0 25px;
  color: #111111;
  margin-bottom: 3.2%;
}
@media screen and (max-width: 1023px) {
  .case-box {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .case-box {
    padding: 0;
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .case-box:last-child {
    margin-bottom: 0;
  }
}
.case-box--img {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.case-box--title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 10px 0;
}
.case-box--tag {
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 10px;
}
.case-box--cat {
  margin-top: 10px;
}
.case-box--cat span {
  display: inline-block;
  min-width: 103px;
  border: 1px solid #A20000;
  color: #A20000;
  text-align: center;
  border-radius: 20px;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 5px 10px;
  margin-right: 10px;
  margin-bottom: 8px;
}

.mySwiper02 .case-box {
  padding: 0;
}

.c-box01 {
  background: #FFF6E6;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .c-box01 {
    padding: 20px;
  }
}
.c-box01--title {
  margin-bottom: 30px;
}
.c-box01--title a {
  font-size: 1.6rem;
  font-weight: 700;
  color: #A20000;
  text-decoration: underline;
}

.c-box02 {
  width: 33.33%;
  height: 682px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-box02 {
    width: 100%;
    height: 530px;
    padding: 30px;
  }
}
.c-box02:hover .c-box02__bg {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.c-box02__bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.c-box02__content {
  padding: 0 90px;
  position: relative;
  height: 395px;
}
@media screen and (max-width: 1648px) {
  .c-box02__content {
    padding: 0 10%;
  }
}
@media screen and (max-width: 1023px) {
  .c-box02__content {
    padding: 0 5%;
  }
}
@media screen and (max-width: 767px) {
  .c-box02__content {
    padding: 0;
    height: 388px;
  }
}
.c-box02--txt {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.86;
  color: #FFFFFF;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .c-box02--txt {
    margin-top: 50px;
  }
}
.c-box02--btn {
  position: absolute;
  left: 90px;
  bottom: 0;
}
@media screen and (max-width: 1648px) {
  .c-box02--btn {
    left: 10%;
  }
}
@media screen and (max-width: 1023px) {
  .c-box02--btn {
    left: 5%;
  }
}
@media screen and (max-width: 767px) {
  .c-box02--btn {
    left: 0;
  }
}
.c-box02--btn .btn-circle01 {
  margin-left: 0;
}
.c-box02 .c-title1 span {
  font-size: 8rem;
  white-space: nowrap;
}
@media screen and (max-width: 1023px) {
  .c-box02 .c-title1 span {
    font-size: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .c-box02 .c-title1 span {
    font-size: 7rem;
    white-space: nowrap;
  }
}

.c-box03 {
  width: 48%;
}
@media screen and (max-width: 1023px) {
  .c-box03 {
    width: 100%;
    margin-bottom: 30px;
  }
  .c-box03:last-child {
    margin-bottom: 0;
  }
}
.c-box03 .u-text-red {
  color: #A20000;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
list
------------------------------------------------------------*/
.list-case--item {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.list-case--item:hover {
  background: #1571DA;
}
.list-case--item:hover a {
  color: #FFFFFF;
}
.list-case--item:hover .list-case--item__main {
  border-color: transparent !important;
}
.list-case--item:hover .list-case--item--cat span {
  border-color: #FFFFFF;
  color: #1571DA;
  background: #FFFFFF;
}
.list-case--item:hover .list-case--item--img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.list-case--item a {
  display: block;
  color: #111111;
}
.list-case--item:nth-child(1) .list-case--item__main {
  border-top: 1px solid #E6E6E6;
}
.list-case--item__main {
  border-bottom: 1px solid #E6E6E6;
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .list-case--item__main {
    padding: 30px 0;
  }
}
.list-case--item__content {
  padding: 0 100px;
}
@media screen and (max-width: 1023px) {
  .list-case--item__content {
    padding: 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .list-case--item__content {
    padding: 0;
  }
}
.list-case--item__info {
  max-width: 700px;
}
@media screen and (max-width: 1648px) {
  .list-case--item__info {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .list-case--item__info {
    width: 100%;
  }
}
.list-case--item--num {
  font-size: 2rem;
  font-family: TTM;
}
@media screen and (max-width: 767px) {
  .list-case--item--num {
    margin-bottom: 30px;
  }
}
.list-case--item--title {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 1023px) {
  .list-case--item--title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .list-case--item--title {
    font-size: 2rem;
  }
}
.list-case--item--cat {
  margin-top: 10px;
}
.list-case--item--cat span {
  display: inline-block;
  min-width: 112px;
  border-radius: 30px;
  border: 1px solid #A20000;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 5px 10px;
  margin-right: 10px;
  margin-top: 10px;
}
.list-case--item--cat span:last-child {
  margin-right: 0;
}
.list-case--item--img {
  overflow: hidden;
  max-width: 500px;
}
@media screen and (max-width: 1648px) {
  .list-case--item--img {
    width: 35.7%;
  }
}
@media screen and (max-width: 767px) {
  .list-case--item--img {
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
}
.list-case--item--img img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .list-case--item--img img {
    width: 100%;
  }
}

.list-solution {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -50px;
  margin-right: -50px;
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
}
@media screen and (max-width: 1648px) {
  .list-solution {
    padding: 0;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .list-solution {
    border-top: none;
  }
}
.list-solution--item {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .list-solution--item {
    width: 100%;
  }
}
.list-solution--item:last-child .list-solution--item--box, .list-solution--item:nth-child(4n) .list-solution--item--box {
  border-right: none;
}
.list-solution--item:nth-child(1) .list-solution--item--box, .list-solution--item:nth-child(2) .list-solution--item--box, .list-solution--item:nth-child(3) .list-solution--item--box, .list-solution--item:nth-child(4) .list-solution--item--box {
  border-top: none;
}
@media screen and (max-width: 767px) {
  .list-solution--item:nth-child(1) .list-solution--item--box, .list-solution--item:nth-child(2) .list-solution--item--box, .list-solution--item:nth-child(3) .list-solution--item--box, .list-solution--item:nth-child(4) .list-solution--item--box {
    border-top: 1px solid #E6E6E6;
  }
}
.list-solution--item.active .list-solution--item--modal {
  opacity: 1;
  pointer-events: auto;
}
.list-solution--item--modal {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 100px 100px 100px calc(50vw - 810px);
}
@media screen and (max-width: 767px) {
  .list-solution--item--modal {
    padding: 50px 24px;
  }
}
.list-solution--item--modal--box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 100px 30px;
  border-bottom: 1px solid #E6E6E6;
}
@media screen and (max-width: 767px) {
  .list-solution--item--modal--box {
    padding: 40px 0 0;
    display: block;
    border-top: 1px solid #E6E6E6;
  }
}
.list-solution--item--modal--box--num {
  font-size: 20rem;
  font-weight: 400;
  font-family: "Playfair Display", serif;
  color: #A20000;
}
@media screen and (max-width: 767px) {
  .list-solution--item--modal--box--num {
    font-size: 8rem;
    margin-right: 20px;
  }
}
.list-solution--item--modal--box--img {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .list-solution--item--modal--box--img img {
    width: auto;
    max-height: 240px;
  }
}
.list-solution--item--modal--box--title {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .list-solution--item--modal--box--title {
    font-size: 2.6rem;
  }
}
.list-solution--item--modal--box--txt {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 40px;
}
.list-solution--item--modal--box__head {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .list-solution--item--modal--box__head {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.list-solution--item--modal--box__content {
  width: 500px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .list-solution--item--modal--box__content {
    width: 100%;
  }
}
.list-solution--item--modal--bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
  padding-left: 60px;
}
@media screen and (max-width: 767px) {
  .list-solution--item--modal--bot {
    display: block;
    padding-left: 0;
  }
}
.list-solution--item--modal--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 90px;
}
@media screen and (max-width: 767px) {
  .list-solution--item--modal--list {
    display: block;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.list-solution--item--modal--list:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.list-solution--item--modal--list--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  font-weight: 500;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .list-solution--item--modal--list--title {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.list-solution--item--modal--list--title span {
  display: inline-block;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .list-solution--item--modal--list--title span {
    width: 42px;
  }
}
.list-solution--item--modal--list a {
  display: inline-block;
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  color: #A20000;
  text-decoration: underline;
  padding-left: 10px;
  margin-right: 30px;
}
.list-solution--item--modal--list a:last-child {
  margin-right: 0;
}
.list-solution--item--modal--list a:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #A20000;
  position: absolute;
  left: 0;
  top: calc(50% - 3px);
}
.list-solution--item--box {
  cursor: pointer;
  height: 100%;
  padding: 24px 50px;
  border-right: 1px solid #E6E6E6;
  border-top: 1px solid #E6E6E6;
}
@media screen and (max-width: 1648px) {
  .list-solution--item--box {
    padding: 24px;
  }
}
@media screen and (max-width: 767px) {
  .list-solution--item--box {
    border-right: none;
  }
}
.list-solution--item--box__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 151px;
  margin-bottom: 30px;
}
.list-solution--item--box--num {
  font-size: 8rem;
  font-weight: 400;
  font-family: "Playfair Display", serif;
  color: #A20000;
  margin-right: 20px;
}
.list-solution--item--box--img {
  width: 146px;
  text-align: center;
}
.list-solution--item--box--txt {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 1648px) {
  .list-solution--item--box--txt {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1023px) {
  .list-solution--item--box--txt {
    font-size: 1.6rem;
  }
}

.c-list01 li {
  position: relative;
  padding-left: 22px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
}
.c-list01 li:before {
  content: "";
  width: 18px;
  height: 14px;
  background: url("../img/icon/check.svg") center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 8px;
}

.c-list02 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: #A20000;
  line-height: 1.8;
}

.c-list03 li {
  font-size: 1.5rem;
  line-height: 2.13;
}
@media screen and (max-width: 767px) {
  .c-list03 li {
    font-size: 1.4rem;
  }
}
.c-list03 li:first-letter {
  color: #A20000;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
table
------------------------------------------------------------*/
.c-table01--tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #E6E6E6;
}
@media screen and (max-width: 767px) {
  .c-table01--tr {
    display: block;
    padding: 20px 0;
  }
}
.c-table01--th {
  font-size: 1.8rem;
  color: #A20000;
  font-weight: 700;
  width: 15%;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .c-table01--th {
    width: 100%;
    padding: 0;
    font-size: 2.6rem;
  }
}
.c-table01--td {
  width: 85%;
  padding-left: 60px;
}
@media screen and (max-width: 767px) {
  .c-table01--td {
    width: 100%;
    padding-left: 0;
  }
}

.c-table02--tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #E6E6E6;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .c-table02--tr {
    display: block;
    padding: 20px 0;
  }
}
.c-table02--tr:last-child {
  border-bottom: none;
}
.c-table02--th {
  font-size: 1.8rem;
  font-weight: 700;
  width: 15%;
}
@media screen and (max-width: 767px) {
  .c-table02--th {
    width: 100%;
    margin-bottom: 15px;
  }
}
.c-table02--td {
  width: 85%;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .c-table02--td {
    width: 100%;
    padding-left: 0;
  }
}

.c-table03 {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.3rem;
  font-weight: 500;
  text-align: left;
}
.c-table03 th {
  width: 30%;
  padding: 10px 0;
}
.c-table03 td {
  width: 70%;
  padding: 10px 0;
}
.c-table03 td a {
  color: #A20000;
  display: inline-block;
  position: relative;
}
.c-table03 td a:after {
  content: "";
  width: 17px;
  height: 17px;
  background: url("../img/icon/target_red.svg") center center no-repeat;
  background-size: contain;
  display: inline-block;
  position: relative;
  bottom: -2px;
}

.c-table04--tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #E6E6E6;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .c-table04--tr {
    display: block;
    padding: 20px 0;
  }
}
.c-table04--tr:last-child {
  border-bottom: none;
}
.c-table04--th {
  font-size: 2rem;
  font-weight: 700;
  width: 15%;
}
@media screen and (max-width: 767px) {
  .c-table04--th {
    width: 100%;
    margin-bottom: 15px;
  }
}
.c-table04--td {
  width: 85%;
  font-size: 1.8rem;
  padding-left: 15px;
  position: relative;
  line-height: 1.77;
}
@media screen and (max-width: 767px) {
  .c-table04--td {
    width: 100%;
  }
}
.c-table04--td:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #A20000;
  position: absolute;
  left: 0;
  top: 12px;
}

.c-table05--tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #E6E6E6;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .c-table05--tr {
    display: block;
  }
}
.c-table05--tr:last-child {
  border-bottom: 1px solid #E6E6E6;
}
.c-table05--th {
  font-size: 1.8rem;
  font-weight: 700;
  width: 16%;
}
@media screen and (max-width: 767px) {
  .c-table05--th {
    width: 100%;
    margin-bottom: 15px;
  }
}
.c-table05--td {
  font-size: 1.8rem;
  font-weight: 500;
  width: 84%;
  padding-left: 1%;
}
@media screen and (max-width: 767px) {
  .c-table05--td {
    width: 100%;
  }
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
breacrumb
------------------------------------------------------------*/
.c-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.c-breadcrumb li {
  color: #333333;
  line-height: 1;
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb li {
    margin-bottom: 5px;
  }
}
.c-breadcrumb a {
  display: block;
  color: #999999;
  position: relative;
  padding-right: 20px;
  line-height: 1;
}
.c-breadcrumb a:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #999999;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
  position: absolute;
  right: 10px;
  top: 0;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
Loading page
------------------------------------------------------------*/
.loading-page {
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #FFFFFF;
  pointer-events: none;
  -webkit-animation-name: loading-video;
          animation-name: loading-video;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.loading-page video {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
Pagenavi
------------------------------------------------------------*/
.c-pagenavi01 .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-pagenavi01 a, .c-pagenavi01 span {
  width: 60px;
  height: 60px;
  border-radius: 6px;
  font-size: 1.6rem;
  font-family: TTB;
  color: #1571DA;
  border: 1px solid #C6C6C6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 6px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.c-pagenavi01 a.current, .c-pagenavi01 a:hover, .c-pagenavi01 span.current, .c-pagenavi01 span:hover {
  border-color: #1571DA;
  background: #1571DA;
  color: #FFFFFF;
}
.c-pagenavi01 a.previouspostslink, .c-pagenavi01 span.previouspostslink {
  margin-right: 60px;
  position: relative;
}
.c-pagenavi01 a.previouspostslink:after, .c-pagenavi01 span.previouspostslink:after {
  content: "";
  width: 15px;
  height: 15px;
  background: url("../img/icon/arr_blue.svg") center center no-repeat;
  background-size: contain;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  display: inline-block;
}
.c-pagenavi01 a.previouspostslink:hover:after, .c-pagenavi01 span.previouspostslink:hover:after {
  background: url("../img/icon/arr_wt.svg") center center no-repeat;
  background-size: contain;
}
.c-pagenavi01 a.nextpostslink, .c-pagenavi01 span.nextpostslink {
  margin-left: 60px;
  position: relative;
}
.c-pagenavi01 a.nextpostslink:after, .c-pagenavi01 span.nextpostslink:after {
  content: "";
  width: 15px;
  height: 15px;
  background: url("../img/icon/arr_blue.svg") center center no-repeat;
  background-size: contain;
  display: inline-block;
}
.c-pagenavi01 a.nextpostslink:hover:after, .c-pagenavi01 span.nextpostslink:hover:after {
  background: url("../img/icon/arr_wt.svg") center center no-repeat;
  background-size: contain;
}

.c-pagenavi02 .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-pagenavi02 a, .c-pagenavi02 span {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 1.6rem;
  font-family: TTB;
  color: #1571DA;
  border: 1px solid #C6C6C6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 6px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.c-pagenavi02 a.current, .c-pagenavi02 a:hover, .c-pagenavi02 span.current, .c-pagenavi02 span:hover {
  border-color: #1571DA;
  background: #1571DA;
  color: #FFFFFF;
}
.c-pagenavi02 a.previouspostslink, .c-pagenavi02 span.previouspostslink {
  margin-right: 60px;
  position: relative;
}
.c-pagenavi02 a.previouspostslink:after, .c-pagenavi02 span.previouspostslink:after {
  content: "";
  width: 15px;
  height: 15px;
  background: url("../img/icon/arr_blue.svg") center center no-repeat;
  background-size: contain;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  display: inline-block;
}
.c-pagenavi02 a.previouspostslink:hover:after, .c-pagenavi02 span.previouspostslink:hover:after {
  background: url("../img/icon/arr_wt.svg") center center no-repeat;
  background-size: contain;
}
.c-pagenavi02 a.nextpostslink, .c-pagenavi02 span.nextpostslink {
  margin-left: 60px;
  position: relative;
}
.c-pagenavi02 a.nextpostslink:after, .c-pagenavi02 span.nextpostslink:after {
  content: "";
  width: 15px;
  height: 15px;
  background: url("../img/icon/arr_blue.svg") center center no-repeat;
  background-size: contain;
  display: inline-block;
}
.c-pagenavi02 a.nextpostslink:hover:after, .c-pagenavi02 span.nextpostslink:hover:after {
  background: url("../img/icon/arr_wt.svg") center center no-repeat;
  background-size: contain;
}

.c-pagenavi03 .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-pagenavi03 a, .c-pagenavi03 span {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  font-size: 1.6rem;
  font-family: TTB;
  color: #333333;
  border: 1px solid #C6C6C6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 6px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.c-pagenavi03 a.current, .c-pagenavi03 a:hover, .c-pagenavi03 span.current, .c-pagenavi03 span:hover {
  border-color: #333333;
  background: #333333;
  color: #FFFFFF;
}
.c-pagenavi03 a.previouspostslink, .c-pagenavi03 span.previouspostslink {
  margin-right: 60px;
  position: relative;
}
.c-pagenavi03 a.previouspostslink:after, .c-pagenavi03 span.previouspostslink:after {
  content: "";
  width: 16px;
  height: 16px;
  background: url("../img/icon/arr_red.svg") center center no-repeat;
  background-size: contain;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  display: inline-block;
}
.c-pagenavi03 a.previouspostslink:hover:after, .c-pagenavi03 span.previouspostslink:hover:after {
  background: url("../img/icon/arr_wt02.svg") center center no-repeat;
  background-size: contain;
}
.c-pagenavi03 a.nextpostslink, .c-pagenavi03 span.nextpostslink {
  margin-left: 60px;
  position: relative;
}
.c-pagenavi03 a.nextpostslink:after, .c-pagenavi03 span.nextpostslink:after {
  content: "";
  width: 16px;
  height: 16px;
  background: url("../img/icon/arr_red.svg") center center no-repeat;
  background-size: contain;
  display: inline-block;
}
.c-pagenavi03 a.nextpostslink:hover:after, .c-pagenavi03 span.nextpostslink:hover:after {
  background: url("../img/icon/arr_wt02.svg") center center no-repeat;
  background-size: contain;
}

.c-pagenavi04 {
  position: relative;
}
.c-pagenavi04 .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-pagenavi04 a, .c-pagenavi04 span {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 1.6rem;
  font-family: TTB;
  color: #333333;
  border: 1px solid #C6C6C6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 6px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .c-pagenavi04 a, .c-pagenavi04 span {
    width: 40px;
    height: 40px;
    font-size: 1.4rem;
    margin: 0 4px;
  }
}
@media screen and (min-width: 767px) {
  .c-pagenavi04 a.current, .c-pagenavi04 a:hover, .c-pagenavi04 span.current, .c-pagenavi04 span:hover {
    border-color: #A20000;
    background: #A20000;
    color: #FFFFFF;
  }
}
.c-pagenavi04 a.previouspostslink, .c-pagenavi04 span.previouspostslink {
  position: absolute;
  left: 0;
  font-size: 0;
  color: transparent;
}
.c-pagenavi04 a.previouspostslink:after, .c-pagenavi04 span.previouspostslink:after {
  content: "";
  width: 15px;
  height: 15px;
  background: url("../img/icon/arr_red02.svg") center center no-repeat;
  background-size: contain;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  display: inline-block;
}
.c-pagenavi04 a.previouspostslink:hover:after, .c-pagenavi04 span.previouspostslink:hover:after {
  background: url("../img/icon/arr_wt02.svg") center center no-repeat;
  background-size: contain;
}
.c-pagenavi04 a.nextpostslink, .c-pagenavi04 span.nextpostslink {
  position: absolute;
  right: 0;
  font-size: 0;
  color: transparent;
}
.c-pagenavi04 a.nextpostslink:after, .c-pagenavi04 span.nextpostslink:after {
  content: "";
  width: 15px;
  height: 15px;
  background: url("../img/icon/arr_red02.svg") center center no-repeat;
  background-size: contain;
  display: inline-block;
}
.c-pagenavi04 a.nextpostslink:hover:after, .c-pagenavi04 span.nextpostslink:hover:after {
  background: url("../img/icon/arr_wt02.svg") center center no-repeat;
  background-size: contain;
}

.c-pagenavi05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 110px 0 170px;
  border-top: 1px solid #E6E6E6;
}
@media screen and (max-width: 767px) {
  .c-pagenavi05 {
    padding: 60px 0 160px;
  }
}
.c-pagenavi05 .next,
.c-pagenavi05 .back {
  font-size: 1.8rem;
  font-family: TTM;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #111111;
}
.c-pagenavi05 .next span,
.c-pagenavi05 .back span {
  width: 80px;
  height: 80px;
  border: 1px solid #E6E6E6;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-pagenavi05 .next span:after,
.c-pagenavi05 .back span:after {
  content: "";
  width: 16px;
  height: 16px;
  background: url("../img/icon/arr_red.svg") center center no-repeat;
  background-size: contain;
  display: inline-block;
}
.c-pagenavi05 .back span {
  margin-right: 10px;
}
.c-pagenavi05 .back span:after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.c-pagenavi05 .next span {
  margin-left: 10px;
}
.c-pagenavi05 .list {
  width: 200px;
  height: 60px;
  border-radius: 30px;
  border: 1px solid #E6E6E6;
  font-size: 1.8rem;
  font-family: TTM;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #111111;
}
@media screen and (max-width: 767px) {
  .c-pagenavi05 .list {
    position: absolute;
    bottom: 60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.c-pagenavi05 .list:before {
  content: "";
  width: 14px;
  height: 12px;
  background: url("../img/icon/list.svg") no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 10px;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
Bot btn
------------------------------------------------------------*/
.bot__btn {
  padding: 280px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .bot__btn {
    padding: 50px 0;
  }
}
.bot__btn .btn01 {
  margin: 0 20px;
}
@media screen and (max-width: 767px) {
  .bot__btn .btn01 {
    margin: 12px;
  }
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
	Calendar
------------------------------------------------------------*/
.fc .fc-left h2 {
  font-size: 2.4rem;
  color: #A20000;
}

.fc .fc-right .fc-today-button {
  font-size: 1.8rem;
}

.fc button {
  height: unset;
  color: #A20000;
  font-weight: 500;
}

.fc button .fc-icon {
  width: unset;
  height: unset;
  top: unset;
  line-height: unset;
}

.fc .fc-right .fc-button-group .fc-icon-left-single-arrow:after {
  font-size: 2.4rem;
}

.fc .fc-right .fc-button-group .fc-icon-right-single-arrow:after {
  font-size: 2.4rem;
}

.fc .fc-day-header {
  font-size: 2.4rem;
  font-weight: bold;
  padding: 20px 0;
}

.fc table {
  color: #A20000;
}

.fc .fc-row .fc-content-skeleton td {
  font-size: 2.4rem;
}

.fc-unthemed td.fc-today {
  background: rgba(162, 0, 0, 0.7);
}

.fc-event, .fc-event-dot {
  background-color: #A20000;
  border-color: #A20000;
}

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

/*
------------------------------------------------------------*/
.post_content {
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  word-wrap: break-word;
}
.post_content ul,
.post_content ol {
  padding-left: 20px;
  margin-bottom: 20px;
}
.post_content ul[style*="list-style-type: circle;"] li {
  list-style-type: circle;
}
.post_content ul[style*="list-style-type: square;"] li {
  list-style-type: square;
}
.post_content ul li {
  list-style: disc;
}
.post_content ol[style*="list-style-type: lower-roman;"] li {
  list-style-type: lower-roman;
}
.post_content ol[style*="list-style-type: lower-alpha;"] li {
  list-style-type: lower-alpha;
}
.post_content ol[style*="list-style-type: lower-greek;"] li {
  list-style-type: lower-greek;
}
.post_content ol[style*="list-style-type: upper-alpha;"] li {
  list-style-type: upper-alpha;
}
.post_content ol[style*="list-style-type: upper-roman;"] li {
  list-style-type: upper-roman;
}
.post_content ol li {
  list-style-type: decimal;
}
.post_content iframe {
  max-width: 100% !important;
}
.post_content img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
  width: auto;
  margin-bottom: 77px;
}
@media screen and (max-width: 767px) {
  .post_content img {
    margin-bottom: 24px;
  }
}
.post_content em {
  font-style: italic;
}
.post_content strong {
  font-weight: bold !important;
}
.post_content h1 {
  display: block;
  font-size: 2em;
  -webkit-margin-before: 0.67em;
          margin-block-start: 0.67em;
  -webkit-margin-after: 0.67em;
          margin-block-end: 0.67em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  font-weight: bold;
}
.post_content h2 {
  display: block;
  font-size: 1.5em;
  -webkit-margin-before: 0.83em;
          margin-block-start: 0.83em;
  -webkit-margin-after: 0.83em;
          margin-block-end: 0.83em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  font-weight: bold;
}
.post_content h3 {
  display: block;
  font-size: 1.17em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  font-weight: bold;
}
.post_content h4 {
  display: block;
  -webkit-margin-before: 1.33em;
          margin-block-start: 1.33em;
  -webkit-margin-after: 1.33em;
          margin-block-end: 1.33em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  font-weight: bold;
}
.post_content h5 {
  display: block;
  font-size: 0.83em;
  -webkit-margin-before: 1.67em;
          margin-block-start: 1.67em;
  -webkit-margin-after: 1.67em;
          margin-block-end: 1.67em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  font-weight: bold;
}
.post_content h6 {
  display: block;
  font-size: 0.67em;
  -webkit-margin-before: 2.33em;
          margin-block-start: 2.33em;
  -webkit-margin-after: 2.33em;
          margin-block-end: 2.33em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  font-weight: bold;
}
.post_content pre {
  display: block;
  white-space: pre;
  margin: 1em 0px;
}
.post_content blockquote {
  display: block;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 40px;
          margin-inline-start: 40px;
  -webkit-margin-end: 40px;
          margin-inline-end: 40px;
}
.post_content p {
  display: block;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}

/*------------------------------------------------------------
Top
------------------------------------------------------------*/
.top__bg__top {
  width: 100%;
  height: 100vh;
}
.top__bg--img {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.top__bg--img--txt {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.7;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 9.375vw;
  z-index: 3;
}
@media screen and (max-width: 1023px) {
  .top__bg--img--txt {
    font-size: 3.2rem;
    top: 40%;
  }
}
@media screen and (max-width: 767px) {
  .top__bg--img--txt {
    font-size: 2.4rem;
  }
}
.top__bg--img--txt span {
  display: block;
  opacity: 0;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: opacity 300ms linear, -webkit-transform 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 300ms linear, -webkit-transform 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 800ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 300ms linear;
  transition: transform 800ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 300ms linear, -webkit-transform 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.top__bg--img .swiper-slide {
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.top__bg--img .swiper-slide:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.top__bg--img .swiper-slide:after {
  content: "";
  width: 100%;
  height: 29vw;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  opacity: 0.4;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
}
.top__bg--img .swiper-pagination {
  width: auto;
  left: 40px;
  bottom: 15px;
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .top__bg--img .swiper-pagination {
    left: 30px;
    bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .top__bg--img .swiper-pagination {
    left: auto;
    right: 20px;
    bottom: auto;
    top: calc(50% - 120px);
    width: 5px;
  }
}
.top__bg--img .swiper-pagination .swiper-pagination-bullet {
  background: #FFFFFF;
  opacity: 1;
}
.top__bg--img .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #A20000;
}
.top__bg--img__scroll {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  position: absolute;
  bottom: 15px;
  left: calc(50% - 60px);
  z-index: 2;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #fff;
  padding-top: 25px;
}
@media screen and (max-width: 1023px) {
  .top__bg--img__scroll {
    width: 82px;
    height: 82px;
    font-size: 1.4rem;
    padding-top: 10px;
    bottom: 20px;
    left: calc(50% - 41px);
  }
}
@media screen and (max-width: 767px) {
  .top__bg--img__scroll {
    bottom: 90px;
  }
}
.top__bg--img__scroll span {
  margin-top: 5px;
  position: relative;
  display: block;
  line-height: 0;
  -webkit-animation-name: mv_scroll;
          animation-name: mv_scroll;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@media screen and (max-width: 1023px) {
  .top__bg--img__scroll span {
    margin-top: 0;
  }
}
.top__bg--img__scroll span img {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.top__bg--img__note {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  overflow: hidden;
  position: fixed;
  bottom: 12px;
  right: 20px;
  z-index: 2;
  background: #CAA063;
  text-align: center;
  padding-top: 20px;
  z-index: 98;
}
@media screen and (max-width: 1023px) {
  .top__bg--img__note {
    width: 120px;
    height: 120px;
    right: 20px;
    bottom: 10px;
    padding-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .top__bg--img__note {
    display: none;
  }
}
.top__bg--img__note--icon {
  display: block;
  margin-bottom: 5px;
}
.top__bg--img__note--icon img {
  width: 54px;
}
@media screen and (max-width: 1023px) {
  .top__bg--img__note--icon {
    margin-bottom: 5px;
  }
  .top__bg--img__note--icon img {
    max-width: 30%;
  }
}
.top__bg--img__note--title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 1023px) {
  .top__bg--img__note--title {
    font-size: 1.2rem;
  }
}
.top__bg--img__note--title small {
  display: block;
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  .top__bg--img__note--title small {
    font-size: 0.8rem;
  }
}
.top__bg--img__note__bot {
  background: #000;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 0 20px;
}
@media screen and (max-width: 1023px) {
  .top__bg--img__note__bot {
    padding: 5px 0 10px;
    font-size: 0.6rem;
  }
}
.top__bg--img__cir {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: #E18981;
  position: fixed;
  z-index: 2;
  bottom: 12px;
  right: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  z-index: 98;
}
@media screen and (max-width: 1023px) {
  .top__bg--img__cir {
    width: 100px;
    height: 100px;
    right: 160px;
  }
}
@media screen and (max-width: 767px) {
  .top__bg--img__cir {
    display: none;
  }
}
.top__bg--img__cir h3 {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.059rem;
  color: #FEFCDE;
  line-height: 1.39;
}
@media screen and (max-width: 1023px) {
  .top__bg--img__cir h3 {
    font-size: 1.2rem;
  }
}
.top__bg--img__cir p {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.059rem;
  color: #fff;
  line-height: 1.79;
  margin-top: 5px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 1023px) {
  .top__bg--img__cir p {
    font-size: 1rem;
  }
}
.top__over {
  overflow: hidden;
}
.top__sec01 {
  position: relative;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  padding: 20.8vw 0 15.6vw;
}
@media screen and (max-width: 767px) {
  .top__sec01 {
    padding: 100px 0 22vw;
  }
}
.top__sec01__content {
  max-width: 848px;
  margin: 0 auto;
  padding: 0 24px;
}
.top__sec01 .u-text01 {
  line-height: 2.22;
}
@media screen and (max-width: 767px) {
  .top__sec01 .u-text01 {
    line-height: 2;
    font-size: 1.4rem;
  }
}
.top__sec01--title {
  font-size: 6.4rem;
  font-weight: 700;
  color: #FFFFFF;
  white-space: nowrap;
  margin-top: 70px;
}
@media screen and (max-width: 1023px) {
  .top__sec01--title {
    font-size: 4.2rem;
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .top__sec01--title {
    font-size: 4.3rem;
  }
}
.top__sec01--btn {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .top__sec01--btn {
    margin-top: 80px;
    text-align: center;
  }
}
.top__sec02 {
  padding: 200px 0;
  position: relative;
  background: #FFFFFF;
}
@media screen and (max-width: 1023px) {
  .top__sec02 {
    padding: 100px 0;
  }
}
@media screen and (max-width: 767px) {
  .top__sec02 {
    position: relative;
    padding: 61vw 0 60px;
  }
}
.top__sec02__head {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .top__sec02__head {
    padding-bottom: 60px;
  }
}
.top__sec02__head .l-main {
  position: relative;
}
@media screen and (max-width: 767px) {
  .top__sec02__head .l-main {
    position: static;
  }
}
.top__sec02__head__content {
  position: relative;
  z-index: 1;
}
.top__sec02--z {
  position: absolute;
  bottom: -80px;
  left: 650px;
  width: 67.7vw;
}
@media screen and (max-width: 767px) {
  .top__sec02--z {
    width: 100%;
    bottom: auto;
    top: -15.3vw;
    left: 0;
    padding: 0 24px;
  }
}
.top__sec02 .u-text01 {
  max-width: 620px;
  line-height: 1.77;
  margin-top: 40px;
}
@media screen and (max-width: 1023px) {
  .top__sec02 .u-text01 {
    width: calc(100% - 220px);
  }
}
@media screen and (max-width: 767px) {
  .top__sec02 .u-text01 {
    width: 100%;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .top__sec02--btn {
    width: 100%;
    text-align: center;
  }
}
.top__sec02__main {
  max-width: 1800px;
  margin: 0 auto;
  position: relative;
}
.top__sec02__box {
  width: 25%;
  border-right: 1px solid #FFFFFF;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .top__sec02__box {
    width: 100%;
    position: relative;
  }
}
@media screen and (min-width: 767px) {
  .top__sec02__box:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    z-index: 1;
  }
  .top__sec02__box:hover .top__sec02__box--txt {
    opacity: 1;
  }
}
.top__sec02__box__main {
  position: relative;
}
.top__sec02__box__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.61);
  padding: 55% 50px;
}
@media screen and (max-width: 767px) {
  .top__sec02__box__content {
    padding: 38% 40px;
  }
}
.top__sec02__box--img img {
  width: 100%;
}
.top__sec02__box--title {
  font-size: 2.8rem;
  font-weight: 700;
  color: #FFFFFF;
}
.top__sec02__box--title small {
  display: block;
  font-size: 1.5rem;
  font-family: TTM;
  font-weight: 500;
  margin-bottom: 10px;
}
.top__sec02__box--txt {
  font-size: 1.5rem;
  font-weight: 500;
  color: #FFFFFF;
  margin-top: 40px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .top__sec02__box--txt {
    font-size: 1.4rem;
  }
}
.top__sec02__box--btn {
  position: absolute;
  display: block;
  left: 35px;
  bottom: 62px;
  z-index: 1;
}
.top__sec03 {
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .top__sec03 {
    padding: 0;
  }
}
.top__sec03 .u-text01 {
  max-width: 600px;
  line-height: 1.77;
  margin-top: 20px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .top__sec03 .u-text01 {
    margin-top: 60px;
  }
}
.top__sec03--btn {
  text-align: right;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .top__sec03--btn {
    margin-top: 10px;
    text-align: center;
  }
}
.top__sec03--btn .btn-bar {
  margin: 0 auto;
}
.top__sec03__slider__box {
  position: relative;
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1023px) {
  .top__sec03__slider__box {
    height: 360px;
  }
}
@media screen and (max-width: 767px) {
  .top__sec03__slider__box {
    height: 240px;
  }
}
.top__sec03__slider__box--title {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
}
.top__sec04 {
  position: relative;
}
@media screen and (max-width: 767px) {
  .top__sec04 {
    padding-top: 80px;
  }
}
.top__sec04 .u-text01 {
  line-height: 1.77;
  max-width: 600px;
  margin-top: 50px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .top__sec04 .u-text01 {
    margin-top: 40px;
  }
}
.top__sec04__box {
  padding: 100px 100px 100px calc(50% - 800px);
  background: #FFFFFF;
  max-width: 1460px;
  position: relative;
}
@media screen and (max-width: 1648px) {
  .top__sec04__box {
    padding: 50px 24px;
    max-width: 90%;
  }
}
@media screen and (max-width: 1023px) {
  .top__sec04__box {
    max-width: 100%;
  }
}
.top__sec04__box:before {
  content: "";
  width: calc(50vw - 810px);
  height: 100%;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1648px) {
  .top__sec04__box:before {
    display: none;
  }
}
.top__sec04__box:after {
  content: "";
  width: 100px;
  height: 100%;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1648px) {
  .top__sec04__box:after {
    display: none;
  }
}
.top__sec04__bg {
  position: absolute;
  bottom: 100px;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 1023px) {
  .top__sec04__bg {
    position: static;
  }
}
.top__sec04 .btn-back-list {
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  font-size: 1.6rem;
  font-family: TTM;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  top: 96px;
  right: 40px;
  z-index: 3;
  padding-top: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .top__sec04 .btn-back-list {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    padding-top: 0;
    padding-left: 10px;
    top: 20px;
    left: 24px;
  }
}
.top__sec04 .btn-back-list.active {
  opacity: 1;
  pointer-events: auto;
}
.top__sec04 .btn-back-list:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #A20000;
  position: absolute;
  top: 0;
  left: calc(50% - 3px);
  -webkit-transition: 0.5;
  transition: 0.5;
}
@media screen and (max-width: 767px) {
  .top__sec04 .btn-back-list:before {
    left: 0;
    top: calc(50% - 3px);
  }
}
.top__sec04 .btn-back-list:hover:before {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
.top__sec05 {
  padding: 200px 0;
}
@media screen and (max-width: 1023px) {
  .top__sec05 {
    padding: 100px 0;
  }
}
@media screen and (max-width: 767px) {
  .top__sec05 {
    padding: 30px 0;
  }
}
.top__sec05--btn {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .top__sec05--btn {
    text-align: center;
  }
}
.top__sec05--btn .btn-bar {
  margin: 0 auto;
}
.top__btn {
  padding: 100px 0 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .top__btn {
    padding: 50px 0;
  }
}
.top__btn .btn-bar {
  margin: 0 20px;
}
@media screen and (max-width: 767px) {
  .top__btn .btn-bar {
    margin: 12px;
  }
}

/*
------------------------------------------------------------*/
@media screen and (max-width: 1023px) {
  .news__aside {
    width: 100%;
    margin-bottom: 40px;
  }
}
.news__aside .c-title1 {
  margin-bottom: 90px;
}
@media screen and (max-width: 1023px) {
  .news__aside .c-title1 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .news__cats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.news__cats li {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .news__cats li {
    margin-bottom: 20px;
    margin-right: 15px;
  }
}
.news__cats li a {
  font-size: 2rem;
  font-family: TTM;
  color: #111111;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news__cats li a:hover, .news__cats li a.active {
  color: #A20000;
  text-decoration: underline;
}
.news__main {
  width: 1300px;
  max-width: 100%;
}
@media screen and (max-width: 1648px) {
  .news__main {
    max-width: calc(100% - 140px);
  }
}
@media screen and (max-width: 1023px) {
  .news__main {
    width: 100%;
    max-width: 100%;
  }
}
.news__slider {
  width: calc(100% + 50vw - 810px);
  margin-bottom: 80px;
}
@media screen and (max-width: 1648px) {
  .news__slider {
    width: calc(100% + 24px);
  }
}
@media screen and (max-width: 767px) {
  .news__slider {
    width: calc(100% + 48px);
    margin-left: -24px;
    margin-bottom: 50px;
  }
}
.news__slider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}
.news__slider__box:hover .news__slider__box--img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.news__slider__box__content {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news__slider__box__info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px 40px;
}
@media screen and (max-width: 767px) {
  .news__slider__box__info {
    padding: 24px;
  }
}
.news__slider__box--img {
  overflow: hidden;
}
.news__slider__box--img img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%; 
  height: 380px; 
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .news__slider__box--img img {
    height: 225px;
  }
}
.news__slider__box--cat {
  display: inline-block;
  font-size: 1.4rem;
  font-family: TTM;
  color: #FFFFFF;
  min-width: 68px;
  text-align: center;
  border-radius: 20px;
  border: 1px solid #FFFFFF;
  padding: 5px 0;
  margin-right: 15px;
}
.news__slider__box--date {
  display: inline-block;
  font-size: 1.4rem;
  font-family: TTM;
  color: #FFFFFF;
}
.news__slider__box--title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .news__slider__box--title {
    font-size: 2.2rem;
    margin-top: 15px;
  }
}
.news__slider .swiper {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .news__slider .swiper {
    padding-top: 50px;
  }
}
.news__slider .swiper-pagination {
  display: inline-block;
  width: auto;
  bottom: auto;
  top: 8px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .news__slider .swiper-pagination {
    left: 24px;
    top: 5px;
  }
}
.news__slider .swiper-pagination .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #C6C6C6;
  opacity: 1;
  margin: 0 10px 0 0;
}
.news__slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #A20000;
}
.news__slider .swiper-button-next {
  width: 20px;
  height: 20px;
  top: 0;
  right: calc(50vw - 810px);
  background: url("../img/icon/arr_red02.svg") center center no-repeat;
  background-size: contain;
  margin: 0;
}
@media screen and (max-width: 1648px) {
  .news__slider .swiper-button-next {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .news__slider .swiper-button-next {
    right: 24px;
  }
}
.news__slider .swiper-button-next:after {
  display: none;
}
.news__slider .swiper-button-prev {
  width: 20px;
  height: 20px;
  top: 0;
  right: calc(50vw - 770px);
  left: auto;
  background: url("../img/icon/arr_red02.svg") center center no-repeat;
  background-size: contain;
  margin: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 1648px) {
  .news__slider .swiper-button-prev {
    right: 34px;
  }
}
@media screen and (max-width: 767px) {
  .news__slider .swiper-button-prev {
    right: 54px;
  }
}
.news__slider .swiper-button-prev:after {
  display: none;
}
.news_list--item {
  border-bottom: 1px solid #E6E6E6;
}
.news_list--item:nth-child(1) {
  border-top: 1px solid #E6E6E6;
}
.news_list--item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .news_list--item a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 30px 0;
  }
}
.news_list--item a:hover {
  padding: 50px;
}
.news_list--item--img {
  max-width: 200px;
}
.news_list--item--img img {
  width: 100%;
  min-width: 200px;
  height: 120px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .news_list--item--img {
    max-width: 100%;
    width: 100%;
    margin-top: 30px;
  }
  .news_list--item--img img {
    width: 100%;
    height: 200px;
  }
}
.news_list--item--cat {
  display: inline-block;
  font-size: 1.4rem;
  font-family: TTM;
  color: #A20000;
  min-width: 68px;
  text-align: center;
  border-radius: 20px;
  border: 1px solid #A20000;
  padding: 5px 0;
  margin-right: 15px;
}
.news_list--item--date {
  display: inline-block;
  font-size: 1.6rem;
  font-family: TTM;
  color: #111111;
}
.news_list--item--title {
  font-size: 2.8rem;
  font-weight: 700;
  color: #111111;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .news_list--item--title {
    font-size: 2.4rem;
    margin-top: 15px;
  }
}
.news__sec .c-pagenavi04 {
  margin-top: 160px;
}
.news__other {
  border-top: 1px solid #E6E6E6;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .news__other {
    padding-top: 60px;
  }
}
.news--cat {
  font-size: 1.5rem;
  font-family: TTB;
  color: #A20000;
  text-align: center;
  border: 1px solid #A20000;
  display: inline-block;
  width: 82px;
  border-radius: 20px;
  padding: 4px 0;
  margin-right: 15px;
}
.news--date {
  font-size: 1.6rem;
  font-family: TTM;
}
.news--title {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 80px;
}
@media screen and (max-width: 1023px) {
  .news--title {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 767px) {
  .news--title {
    font-size: 2.4rem;
    margin-bottom: 40px;
  }
}
.news--list02--item {
  border-top: 1px solid #E6E6E6;
}
.news--list02--item:last-child {
  border-bottom: 1px solid #E6E6E6;
}
.news--list02--item a {
  padding: 30px 0;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .news--list02--item a {
    display: block;
    padding: 20px 0;
  }
}
.news--list02--item--title {
  font-size: 2rem;
  font-weight: 700;
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .news--list02--item--title {
    margin-left: 0;
    margin-top: 15px;
  }
}

/*------------------------------------------------------------
method
------------------------------------------------------------*/
.method__sec01 {
  width: 100%;
  padding: 162px 0 270px;
  overflow: hidden;
  position: relative;
  top: -32px;
  margin-bottom: -32px;
}
@media screen and (max-width: 767px) {
  .method__sec01 {
    margin-bottom: 0;
    top: 0;
    overflow: unset;
    padding: 100px 0 50px;
  }
}
.method__sec01 .l-main2 {
  position: relative;
}
.method__sec01 .c-title2 {
  margin-bottom: 60px;
}
.method__sec01 .u-text01 {
  line-height: 2.22;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .method__sec01 .u-text01 {
    font-size: 1.6rem;
  }
}
.method__sec01--z {
  width: 1067px;
  position: absolute;
  left: 750px;
  bottom: -270px;
}
@media screen and (max-width: 767px) {
  .method__sec01--z {
    width: calc(100% - 48px);
    left: 24px;
    bottom: 100%;
  }
}
.method__sec02__box {
  border-bottom: 1px solid #E6E6E6;
  height: 700px;
}
@media screen and (max-width: 767px) {
  .method__sec02__box {
    height: auto;
    padding: 50px 0;
  }
}
.method__sec02__box:nth-child(2n) .method__sec02__box__main {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 767px) {
  .method__sec02__box:nth-child(2n) .method__sec02__box--img {
    text-align: right;
  }
  .method__sec02__box:nth-child(2n) .method__sec02__box--img img {
    margin-left: auto;
    margin-right: -24px;
  }
}
.method__sec02__box:first-child {
  border-top: 1px solid #E6E6E6;
}
@media screen and (max-width: 767px) {
  .method__sec02__box:first-child {
    border-top: none;
  }
}
.method__sec02__box__main {
  max-width: 1400px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .method__sec02__box__main {
    display: block;
  }
}
.method__sec02__box__content {
  max-width: 50%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .method__sec02__box__content {
    max-width: 100%;
    padding-top: 50px;
  }
}
.method__sec02__box--num {
  display: block;
  font-size: 42rem;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  color: #A20000;
  opacity: 4%;
  white-space: nowrap;
  position: absolute;
  top: 40%;
  left: 40%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .method__sec02__box--num {
    font-size: 25rem;
    top: auto;
    bottom: 60%;
    left: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    mix-blend-mode: multiply;
  }
}
.method__sec02__box--title {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .method__sec02__box--title {
    font-size: 2.8rem;
    margin-bottom: 30px;
  }
}
.method__sec02__box--txt {
  font-size: 1.5rem;
  line-height: 1.866;
}
@media screen and (max-width: 767px) {
  .method__sec02__box--txt {
    font-size: 1.5rem;
  }
}
.method__sec02__box--img {
  position: relative;
  top: -80px;
}
@media screen and (max-width: 767px) {
  .method__sec02__box--img {
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .method__sec02__box--img img {
    width: 241px;
    margin-left: -24px;
  }
}
.method__sec03 {
  padding-top: 140px;
}
@media screen and (max-width: 767px) {
  .method__sec03 {
    padding-top: 60px;
  }
}
.method__sec04 {
  padding: 100px 0;
}
.method__sec04 .c-title1 {
  margin-bottom: 80px;
}
.method__slide__box--img {
  text-align: center;
}
.method__slide__box--num {
  font-size: 10rem;
  font-weight: 400;
  font-family: "Playfair Display", serif;
  color: #A20000;
  text-align: center;
}
.method__slide__box--title {
  font-size: 2.8rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  margin-bottom: 40px;
}
.method__slide__box--txt {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.method__slide .swiper-slide {
  padding: 20px;
}
.method__slide .swiper-slide--txt {
  font-size: 1.8rem;
  line-height: 1.77;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-top: 20px;
  text-align: center;
}
.method__slide .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
Service
------------------------------------------------------------*/
.service__head {
  padding: 130px 0;
}
@media screen and (max-width: 767px) {
  .service__head {
    padding: 30px 0 60px;
  }
}
.service__head .u-text01 {
  line-height: 1.77;
  font-weight: 700;
}
.service__banner {
  width: 100%;
  height: 700px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .service__banner {
    height: 400px;
  }
}
.service__banner .service__banner__content {
  padding-left: calc(50% - 900px);
}
@media screen and (max-width: 1848px) {
  .service__banner .service__banner__content {
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .service__banner .service__banner__content {
    padding: 50px 24px;
  }
}
.service__banner--ser01 {
  background: url("../img/service/bg01.jpg") center center no-repeat;
  background-size: cover;
}
.service__banner--ser01 .service__banner__content {
  padding-left: calc(50% - 900px);
}
@media screen and (max-width: 1848px) {
  .service__banner--ser01 .service__banner__content {
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .service__banner--ser01 .service__banner__content {
    padding: 50px 24px;
  }
}
.service__banner--ser02 {
  background: url("../img/service/bg02.jpg") center center no-repeat;
  background-size: cover;
}
.service__banner--ser02 .service__banner__content {
  padding-left: calc(50% - 800px);
}
@media screen and (max-width: 1848px) {
  .service__banner--ser02 .service__banner__content {
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .service__banner--ser02 .service__banner__content {
    padding: 50px 24px;
  }
}
.service__banner--ser03 {
  background: url("../img/service/bg03.jpg") center center no-repeat;
  background-size: cover;
}
.service__banner--ser03 .service__banner__content {
  padding-left: calc(50% - 650px);
}
@media screen and (max-width: 1848px) {
  .service__banner--ser03 .service__banner__content {
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .service__banner--ser03 .service__banner__content {
    padding: 50px 24px;
  }
}
.service__banner--ser04 {
  background: url("../img/service/bg04.jpg") center center no-repeat;
  background-size: cover;
}
.service__banner__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}
.service__banner__bg__box {
  width: 33.3333333333%;
  height: 350px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: 2s ease;
  transition: 2s ease;
}
.service__banner__bg__box:nth-child(1) {
  background-image: url(../img/service/img1.jpg);
  -webkit-transform: translate(-200px, -20px);
          transform: translate(-200px, -20px);
}
.service__banner__bg__box:nth-child(2) {
  background-image: url(../img/service/img2.jpg);
  -webkit-transform: translate(0, -100px);
          transform: translate(0, -100px);
}
.service__banner__bg__box:nth-child(3) {
  background-image: url(../img/service/img3.jpg);
  -webkit-transform: translate(200px, -20px);
          transform: translate(200px, -20px);
}
.service__banner__bg__box:nth-child(4) {
  background-image: url(../img/service/img4.jpg);
  -webkit-transform: translate(-200px, 20px);
          transform: translate(-200px, 20px);
}
.service__banner__bg__box:nth-child(5) {
  background-image: url(../img/service/img5.jpg);
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
}
.service__banner__bg__box:nth-child(6) {
  background-image: url(../img/service/img6.jpg);
  -webkit-transform: translate(200px, 20px);
          transform: translate(200px, 20px);
}
.service__banner__bg.animated .service__banner__bg__box {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}
.service__banner__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.36);
  padding-top: 200px;
}
@media screen and (max-width: 767px) {
  .service__banner__content {
    padding-top: 50px;
  }
}
.service__banner--no {
  font-size: 1.6rem;
  font-family: TTB;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-bottom: 70px;
}
.service__banner--title {
  font-size: 4.8rem;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .service__banner--title {
    font-size: 4.6rem;
  }
}
.service__banner--title small {
  display: block;
  font-size: 1.5rem;
  font-family: TTM;
  color: #FFFFFF;
  margin-top: 15px;
}
.service__box {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .service__box {
    padding: 70px 0;
  }
}
.service__box--txt {
  font-size: 1.5rem;
  line-height: 1.86;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .service__box--txt {
    width: 100%;
    margin-bottom: 60px;
  }
}
.service__box_rt {
  width: 485px;
}
.service__box--title1 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #A20000;
  margin-bottom: 30px;
}
.service__box .btn-pdf {
  margin-top: 40px;
}
.service__box2 {
  width: 32%;
  max-width: 440px;
  border: 1px solid #E6E6E6;
  border-radius: 10px;
  padding: 40px 35px;
}
@media screen and (max-width: 767px) {
  .service__box2 {
    width: 100%;
    margin-top: 24px;
  }
}
.service__box2--icon {
  text-align: center;
  height: 50px;
  margin-bottom: 15px;
}
.service__box2--title {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 45px;
  text-align: center;
}
.service__box2--txt {
  font-size: 1.5rem;
  line-height: 1.86;
}
.service__modal {
  opacity: 0;
  pointer-events: none;
  z-index: 100;
  position: fixed;
  top: 121px;
  left: 0;
  width: 100%;
  height: calc(100vh - 121px);
  background: #FFFFFF;
  background: #FFFFFF;
  padding: 200px 0;
  overflow-y: scroll;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1023px) {
  .service__modal {
    height: calc(100vh - 68px);
    top: 68px;
    padding: 100px 0;
  }
}
@media screen and (max-width: 767px) {
  .service__modal {
    height: calc(100vh - 51px);
    top: 51px;
  }
}
.service__modal.open {
  opacity: 1;
  pointer-events: auto;
}
.service__modal .l-main {
  position: relative;
}
.service__modal--close {
  cursor: pointer;
  width: 80px;
  height: 80px;
  position: absolute;
  top: -90px;
  right: 24px;
}
@media screen and (max-width: 1023px) {
  .service__modal--close {
    width: 60px;
    height: 60px;
    top: -70px;
  }
}
@media screen and (max-width: 767px) {
  .service__modal--close {
    width: 32px;
    height: 32px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .service__modal--close {
    top: -50px;
  }
}
.service__modal--close span {
  display: block;
  background: #000000;
  width: 1px;
  height: 111px;
  position: absolute;
  top: -16px;
  left: 40px;
}
@media screen and (max-width: 1023px) {
  .service__modal--close span {
    height: 82px;
    top: -12px;
    left: 29px;
  }
}
@media screen and (max-width: 767px) {
  .service__modal--close span {
    height: 45px;
    top: -6px;
    left: 15px;
  }
}
.service__modal--close span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.service__modal--close span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.service__modal--title1 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .service__modal--title1 {
    font-size: 1.8rem;
  }
}
.service__modal__box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 0;
  border-top: 1px solid #E6E6E6;
}
@media screen and (max-width: 1023px) {
  .service__modal__box {
    padding: 40px 70px 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .service__modal__box {
    display: block;
  }
}
.service__modal__box--num {
  font-size: 10rem;
  letter-spacing: -0.05em;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  color: #A20000;
  margin-right: 80px;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .service__modal__box--num {
    font-size: 6rem;
    margin-bottom: 20px;
  }
}
.service__modal__box__content {
  width: 870px;
  max-width: calc(100% - 170px);
}
@media screen and (max-width: 767px) {
  .service__modal__box__content {
    width: 100%;
    max-width: 100%;
  }
}
.service__modal__box--title {
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .service__modal__box--title {
    font-size: 2rem;
  }
}
.service__modal__box--title small {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  color: #A20000;
  margin-bottom: 10px;
}
.service__modal__box--title span {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  margin-top: 10px;
}
.service__modal__box__list {
  display: none;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .service__modal__box__list {
    margin-top: 30px;
  }
}
.service__modal__box__list li h5 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #FFFFFF;
  background: #A20000;
  padding: 7px 15px;
}
.service__modal__box__list li p {
  padding: 15px 0 30px;
  font-size: 1.5rem;
  font-weight: 500;
}
.service__modal__box__click {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #111111;
  position: absolute;
  top: 60px;
  right: 60px;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .service__modal__box__click {
    width: 60px;
    height: 60px;
    right: 10px;
    top: 50px;
  }
}
@media screen and (max-width: 1023px) {
  .service__modal__box__click {
    width: 40px;
    height: 40px;
  }
}
.service__modal__box__click:before {
  content: "";
  width: 40px;
  height: 1px;
  background: #111111;
  position: absolute;
  left: 10px;
  top: 50%;
}
@media screen and (max-width: 1023px) {
  .service__modal__box__click:before {
    width: 30px;
    left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .service__modal__box__click:before {
    width: 20px;
    left: 10px;
  }
}
.service__modal__box__click:after {
  content: "";
  height: 40px;
  width: 1px;
  background: #111111;
  position: absolute;
  left: 50%;
  top: 10px;
}
@media screen and (max-width: 1023px) {
  .service__modal__box__click:after {
    height: 30px;
    top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .service__modal__box__click:after {
    height: 20px;
    top: 10px;
  }
}
.service__calender {
  text-align: center;
  margin-top: 40px;
}
.service__single {
  padding-top: 200px;
}
.service__single a {
  margin: 0 auto;
}
.service__single .u-text-center p a {
  display: none !important;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
case
------------------------------------------------------------*/
.case__sec01 {
  padding: 80px 0;
}
.case__sec02 {
  padding: 80px 0;
}
.case__sec02--title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 30px;
}
.case__sec02__box1 {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #E6E6E6;
}
@media screen and (max-width: 767px) {
  .case__sec02__box1 {
    border: none;
  }
}
.case__sec02__box1--btn {
  padding: 25px;
  text-align: right;
  border-top: 1px solid #E6E6E6;
}
@media screen and (max-width: 767px) {
  .case__sec02__box1--btn {
    text-align: center;
    border-top: none;
  }
}
.case__sec02__box2 {
  width: 33.3333333333%;
  border-right: 1px solid #E6E6E6;
}
@media screen and (max-width: 767px) {
  .case__sec02__box2 {
    width: 100%;
    border: 1px solid #E6E6E6;
    border-bottom: none;
  }
}
.case__sec02__box2:last-child {
  border-right: none;
}
@media screen and (max-width: 767px) {
  .case__sec02__box2:last-child {
    border-right: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    border-radius: 0 0 10px 10px;
  }
}
.case__sec02__box2--title {
  font-size: 2rem;
  font-weight: 700;
  color: #FFFFFF;
  background: #A20000;
  padding: 25px 76px;
}
@media screen and (max-width: 767px) {
  .case__sec02__box2--title {
    font-size: 1.6rem;
    padding: 15px;
  }
}
.case__sec02__box2__content {
  padding: 40px 76px;
}
@media screen and (max-width: 767px) {
  .case__sec02__box2__content {
    padding: 20px 15px;
  }
}
.case__sec02__box2__check {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.case__sec02__box2__check:last-child {
  margin-bottom: 0;
}
.case__sec02__box2__check input {
  width: 16px;
  height: 16px;
  margin-right: 15px;
}
.case__sec03 .c-pagenavi04 {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .case__sec03 .c-pagenavi04 {
    margin-top: 60px;
  }
}
.case__sec03__content {
  overflow: hidden;
}
.case__sec03 .u-flex {
  margin-left: -25px;
  margin-right: -25px;
}
@media screen and (max-width: 1023px) {
  .case__sec03 .u-flex {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media screen and (max-width: 767px) {
  .case__sec03 .u-flex {
    margin: 0;
  }
}
.case__detail01 {
  padding-top: 160px;
}
@media screen and (max-width: 1023px) {
  .case__detail01 {
    padding-top: 0;
    padding-bottom: 60px;
  }
}
.case__aside {
  width: 300px;
}
@media screen and (max-width: 1023px) {
  .case__aside {
    width: 100%;
    margin-bottom: 40px;
  }
}
.case__main {
  width: 1200px;
  max-width: calc(100% - 320px);
}
@media screen and (max-width: 1023px) {
  .case__main {
    width: 100%;
    max-width: 100%;
  }
}
.case_bub {
  background: #F5F5F5;
  border-radius: 40px;
  padding: 98px 40px;
  margin-bottom: 70px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .case_bub {
    padding: 40px;
  }
}
.case_bub:after {
  content: "";
  border-top: 50px solid #F5F5F5;
  border-left: 29px solid transparent;
  border-right: 29px solid transparent;
  position: absolute;
  top: 100%;
  right: 100px;
}
.case_bub--lf:after {
  right: auto;
  left: 100px;
}
.case_bub__content {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 1.8rem;
  line-height: 1.77;
}
@media screen and (max-width: 767px) {
  .case_bub__content {
    font-size: 1.6rem;
  }
}
.case__contact {
  margin: 100px 0;
  background: #A20000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 80px;
}
@media screen and (max-width: 1023px) {
  .case__contact {
    padding: 60px 40px;
  }
}
@media screen and (max-width: 767px) {
  .case__contact {
    padding: 30px 40px 60px;
    display: block;
  }
}
.case__contact--title {
  margin-bottom: 30px;
}
.case__contact--title small {
  display: block;
  font-size: 1.2rem;
  color: #FFFFFF;
  position: relative;
  padding-left: 10px;
}
.case__contact--title small:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #F44721;
  position: absolute;
  left: 0;
  top: calc(50% - 2px);
}
.case__contact--title span {
  font-size: 4.2rem;
  font-family: TTB;
  color: #FFFFFF;
}
.case__contact--txt {
  font-size: 2rem;
  color: #FFFFFF;
  line-height: 1.75;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .case__contact--txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .case__contact--btn {
    margin-top: 60px;
  }
}
.case__other {
  padding-top: 100px;
  padding-left: calc(50% - 800px);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1648px) {
  .case__other {
    padding: 80px 24px 0;
  }
}
@media screen and (max-width: 767px) {
  .case__other {
    padding: 60px 24px 0;
  }
}
.case__other:before {
  content: "";
  width: 1600px;
  max-width: 100%;
  height: 1px;
  background: #E6E6E6;
  position: absolute;
  top: 0;
}
.case__other .swiper {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .case__other .swiper {
    padding-top: 50px;
  }
}
.case__other .swiper-pagination {
  display: inline-block;
  width: auto;
  bottom: auto;
  top: 8px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .case__other .swiper-pagination {
    left: 0;
    top: 5px;
  }
}
.case__other .swiper-pagination .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #C6C6C6;
  opacity: 1;
  margin: 0 10px 0 0;
}
.case__other .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #A20000;
}
.case__other .swiper-button-next {
  width: 20px;
  height: 20px;
  top: 0;
  right: calc(50vw - 810px);
  background: url("../img/icon/arr_red02.svg") center center no-repeat;
  background-size: contain;
  margin: 0;
}
@media screen and (max-width: 1648px) {
  .case__other .swiper-button-next {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .case__other .swiper-button-next {
    right: 0;
  }
}
.case__other .swiper-button-next:after {
  display: none;
}
.case__other .swiper-button-prev {
  width: 20px;
  height: 20px;
  top: 0;
  right: calc(50vw - 770px);
  left: auto;
  background: url("../img/icon/arr_red02.svg") center center no-repeat;
  background-size: contain;
  margin: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 1648px) {
  .case__other .swiper-button-prev {
    right: 34px;
  }
}
@media screen and (max-width: 767px) {
  .case__other .swiper-button-prev {
    right: 34px;
  }
}
.case__other .swiper-button-prev:after {
  display: none;
}
.case--title1 {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 1648px) {
  .case--title1 {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 767px) {
  .case--title1 {
    font-size: 3.2rem;
  }
}
.case--title2 {
  font-size: 2.4rem;
  font-weight: 700;
  padding-left: 12px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .case--title2 {
    font-size: 2rem;
  }
}
.case--title2:before {
  content: "";
  width: 4px;
  height: 100%;
  background: #A20000;
  position: absolute;
  left: 0;
  top: 0;
}
.case--tag {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.case--cat {
  margin-bottom: 50px;
}
.case--cat span {
  display: inline-block;
  text-align: center;
  color: #A20000;
  border: 1px solid #A20000;
  font-size: 1.4rem;
  font-weight: 700;
  border-radius: 20px;
  padding: 9px 10px;
  margin-right: 10px;
  white-space: nowrap;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .case--cat span {
    font-size: 1.2rem;
    padding: 7px 10px;
  }
}
.case .u-text01 {
  line-height: 1.77;
}
.case__img iframe {
  width: 100%;
  height: 720px;
}
@media screen and (max-width: 1023px) {
  .case__img iframe {
    width: 100%;
    height: 58vw;
  }
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
company
------------------------------------------------------------*/
.company__head {
  padding: 630px 0 200px;
  overflow: hidden;
  position: relative;
  top: -490px;
  margin-bottom: -490px;
}
.company__head .c-title5 {
  margin-bottom: 70px;
}
.company__head .l-main2 {
  position: relative;
}
.company__head--z {
  width: 1066px;
  position: absolute;
  left: 750px;
  bottom: -40px;
}
.company__box1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: calc(50% - 800px);
}
@media screen and (max-width: 1648px) {
  .company__box1 {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .company__box1 {
    display: block;
    padding-top: 64px;
  }
}
.company__box1__content {
  width: 590px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .company__box1__content {
    width: 100%;
    padding: 0 24px;
  }
}
.company__box1--img {
  position: relative;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .company__box1--img {
    width: 100%;
    margin-bottom: 70px;
  }
}
.company__box1--img img {
  width: 100%;
}
.company__box1--slogan {
  font-size: 10rem;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  color: #A20000;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  top: 50%;
  left: 96%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  white-space: nowrap;
}
@media screen and (max-width: 1023px) {
  .company__box1--slogan {
    font-size: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .company__box1--slogan {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    font-size: 7rem;
    left: 24px;
    top: -64px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    white-space: nowrap;
  }
}
.company__box1--txt1 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 60px;
}
.company__box1--title {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .company__box1--title {
    font-size: 2.4rem;
  }
}
.company__box1--txt2 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.13;
}
.company__sec02 {
  padding: 130px 0 0;
}
.company__sec02--txt1 {
  font-size: 1.5rem;
  line-height: 2.13;
}
.company__sec02--txt2 {
  font-size: 1.6rem;
  font-weight: 500;
}
.company__sec02--title1 {
  font-size: 3.2rem;
  font-weight: 700;
  color: #A20000;
}
.company__box2 {
  margin-top: 120px;
  margin-bottom: 90px;
  width: 100%;
  height: 424px;
  background: url("../img/company/img4.jpg") center left no-repeat;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 767px) {
  .company__box2 {
    height: 197px;
    margin-bottom: 200px;
  }
}
.company__box2--mess {
  font-size: 10rem;
  font-family: "Playfair Display", serif;
  color: #A20000;
  right: 40px;
  font-weight: 400;
  position: absolute;
  right: 40px;
  top: -85px;
}
@media screen and (max-width: 767px) {
  .company__box2--mess {
    font-size: 4rem;
    right: 0;
    top: -40px;
  }
}
.company__box2--title {
  font-size: 4rem;
  font-weight: 600;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  padding: 140px 0 0 370px;
}
@media screen and (max-width: 767px) {
  .company__box2--title {
    font-size: 3.2rem;
    padding: 0;
    position: absolute;
    top: 105%;
  }
}
.company__box2--title a {
  color: #333;
}
.company__box2--name {
  position: absolute;
  bottom: 20px;
  right: 60px;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .company__box2--name {
    font-size: 1.4rem;
  }
}
.company__box2--name span {
  font-size: 3.2rem;
  font-weight: 500;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media screen and (max-width: 767px) {
  .company__box2--name span {
    font-size: 2.8rem;
    display: block;
    margin-top: 10px;
  }
}
.company__box3 {
  max-width: 430px;
}
.company__box3--name {
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 10px;
  line-height: 1.75;
}
.company__box3--name small {
  display: block;
  font-size: 1.4rem;
  margin-top: 20px;
}
.company__box4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .company__box4 {
    display: block;
  }
}
.company__box4:last-child {
  margin-bottom: 0;
}
.company__box4--img {
  width: 38%;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .company__box4--img {
    width: 100%;
    margin-right: 0;
  }
}
.company__box4--map {
  width: 38%;
  margin-right: 60px;
}
@media screen and (max-width: 767px) {
  .company__box4--map {
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }
}
.company__box4--map iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .company__box4--map iframe {
    height: 228px;
  }
}
@media screen and (max-width: 767px) {
  .company__box4__content {
    display: block;
    margin-right: 0;
  }
}
.company__box4--title {
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
  margin-bottom: 40px;
  color: #A20000;
}
.company__box4--txt {
  font-size: 1.4rem;
  line-height: 1.93;
  font-weight: 500;
  margin-bottom: 30px;
}
.company__box4--link {
  font-size: 1.2rem;
  font-weight: 500;
  color: #0015E0;
  text-decoration: underline;
  position: relative;
}
.company__box4--link:after {
  content: "";
  width: 15px;
  height: 15px;
  background: url("../img/icon/target_blue.svg") no-repeat;
  background-size: contain;
  position: absolute;
  left: 100%;
  top: 2px;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
contact
------------------------------------------------------------*/
.contact__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .contact__head {
    display: block;
    margin-bottom: 60px;
  }
}
.contact__head__rt {
  max-width: 700px;
}
.contact__head--txt1 {
  font-size: 3rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 1023px) {
  .contact__head--txt1 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .contact__head--txt1 {
    font-size: 2.2rem;
  }
}
.contact__head__tel {
  padding-left: 50px;
  border-left: 1px solid #E6E6E6;
}
@media screen and (max-width: 767px) {
  .contact__head__tel {
    padding-left: 0;
    margin-top: 40px;
    border-left: none;
  }
}
.contact__head__tel--title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
  padding-left: 10px;
}
.contact__head__tel--title:before {
  content: "";
  width: 3px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #A20000;
}
.contact__head__tel--tel {
  font-size: 1.6rem;
  font-family: TTB;
}
.contact__head__tel--tel a {
  color: #111111;
  font-size: 2.4rem;
}
.contact__head__tel--time {
  font-size: 1.2rem;
  font-weight: 500;
  margin-top: 10px;
}
.contact__form {
  padding-bottom: 250px;
}
@media screen and (max-width: 767px) {
  .contact__form {
    padding-bottom: 170px;
  }
}
.contact__form--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #E6E6E6;
}
.contact__form--row:nth-child(1) {
  border-top: 1px solid #E6E6E6;
}
@media screen and (max-width: 767px) {
  .contact__form--row {
    display: block;
    padding-top: 20px;
  }
}
.contact__form--col:nth-child(1) {
  width: 25%;
  font-size: 1.5rem;
  font-weight: 700;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .contact__form--col:nth-child(1) {
    width: 100%;
    padding-top: 0;
  }
}
.contact__form--col:nth-child(1) span {
  display: inline-block;
  width: 45px;
  border-radius: 20px;
  text-align: center;
  background: #999999;
  font-size: 1.2rem;
  padding: 2px 0;
  margin-right: 10px;
  color: #FFFFFF;
}
.contact__form--col:nth-child(1) span.required {
  background: #A20000;
}
.contact__form--col:nth-child(2) {
  width: 75%;
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .contact__form--col:nth-child(2) {
    width: 100%;
    min-height: unset;
    display: block;
  }
}
.contact__form--col:nth-child(2).col_h {
  padding: 15px 0;
}
.contact__form--col:nth-child(2) input[type=checkbox] {
  margin-right: 10px;
}
.contact__form--col:nth-child(2) input[type=text],
.contact__form--col:nth-child(2) input[type=email],
.contact__form--col:nth-child(2) input[type=tel] {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .contact__form--col:nth-child(2) input[type=text],
  .contact__form--col:nth-child(2) input[type=email],
  .contact__form--col:nth-child(2) input[type=tel] {
    height: 75px;
  }
}
.contact__form--col:nth-child(2) textarea {
  width: 100%;
  height: 185px;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .contact__form--col:nth-child(2) textarea {
    height: 180px;
  }
}
.contact__form--privacy {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 30px;
}
.contact__form--privacy a {
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: underline;
  color: #0015E0;
  cursor: pointer;
}
.contact__form--agree {
  margin-bottom: 15px;
}
.contact__form__bot {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .contact__form__bot {
    display: block;
  }
}
.contact__form__bot--lf {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .contact__form__bot--lf {
    width: 100%;
    margin-bottom: 50px;
  }
}
.contact__form__bot--btn {
  text-align: right;
}
.contact__form__box {
  width: 100%;
  border: 1px solid #E6E6E6;
  border-radius: 10px;
  padding: 50px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .contact__form__box {
    padding: 30px;
  }
}
.contact__form .m_error {
  position: relative;
  margin-bottom: 40px;
}
.contact__form .error {
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 1.5rem;
  font-weight: 500;
  color: #F44721;
}
.contact__form .btn-text {
  display: none;
}
.contact__form .txt_confirm {
  display: none;
}
.contact__form .mw_wp_form_confirm .contact__form--col:nth-child(1) span {
  display: none;
}
.contact__form .mw_wp_form_confirm .btn-text {
  display: inline-block;
}
.contact__form .mw_wp_form_confirm .txt_contact {
  display: none;
}
.contact__form .mw_wp_form_confirm .txt_confirm {
  display: block;
}
.contact__form .mw_wp_form_confirm .contact__form--privacy,
.contact__form .mw_wp_form_confirm .contact__form__box {
  display: none;
}
.contact__form .mwform-checkbox-field {
  margin-right: 30px;
  margin-left: 0 !important;
  margin-top: 5px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .contact__form .mwform-checkbox-field {
    margin-right: 0;
    display: block;
    width: 100%;
  }
}
.contact__form .g-recaptcha {
  margin: 0;
}
.contact__overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.contact__modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.contact__modal.open {
  opacity: 1;
  pointer-events: auto;
}
.contact__modal__content {
  width: 90%;
  max-width: 1000px;
  height: 60vh;
  position: absolute;
  z-index: 2;
  top: 20vh;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
  overflow-y: scroll;
  padding: 50px;
  border: 1px solid #ccc;
}
@media screen and (max-width: 1023px) {
  .contact__modal__content {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .contact__modal__content {
    padding: 20px;
  }
}
.contact__modal--title {
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  background: #F5F5F5;
  padding: 20px 0;
  margin-bottom: 40px;
}
.contact__modal--title2 {
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #A20000;
  margin-bottom: 20px;
}
.contact__modal--txt1 {
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.8;
}
.contact__modal ul {
  list-style-type: decimal;
  list-style: decimal;
}
.contact__modal ul li {
  list-style: decimal;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.8;
}
.contact__modal ul li::marker {
  color: red;
}
.contact__modal ol {
  padding-left: 20px;
  margin: 10px 0;
}

.thanks__sec {
  padding: 100px 0;
  text-align: center;
}
.thanks--title {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 50px;
}
.thanks--txt {
  font-size: 1.5rem;
  font-weight: 700;
}
.thanks--btn {
  margin-top: 250px;
  padding-top: 100px;
  border-top: 1px solid #E6E6E6;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
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;
  }
}

.pb-0 {
  padding-bottom: 0;
}

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

.u-text01 {
  font-size: 1.8rem;
  font-weight: 500;
}

.u-text02 {
  font-size: 1.6rem;
  font-weight: 500;
}

.u-text03 {
  font-size: 1.4rem;
  font-weight: 500;
}

.u-text04 {
  font-size: 1.2rem;
  font-weight: 500;
}

.u-lh {
  line-height: 1.77;
}

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

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

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

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

.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-ffplay {
  font-family: "Playfair Display", serif;
}

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

.u-tb {
  display: none;
}
@media screen and (max-width: 1023px) {
  .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
------------------------------------------------------------*/
/*
------------------------------------------------------------*/