/*------------------------------------------------------------
color
------------------------------------------------------------*/
/*------------------------------------------------------------*/
/* [ easy transform ]
-------------------------------------------------*/
/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
html {
  zoom: 0.8;
}
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{
  font-family: "RivieraNights-Regular", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "RivieraNights-Bold", 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 {
  position: fixed;
  z-index: 99;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
  padding: 25px 0;
}
@media screen and (max-width: 767px) {
  .l-header {
    padding: 0;
  }
}
.l-header.fixed {
  padding: 15px 0;
  background: #F2F2F0;
}
@media screen and (max-width: 767px) {
  .l-header.fixed {
    padding: 0;
  }
}
.l-header--inner {
  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;
}
@media screen and (max-width: 767px) {
  .l-header--inner {
    border-bottom: 1px solid #D8DADB;
    padding: 23px 0;
  }
}
.l-header--logo {
  position: relative;
  /*left: -154px;*/
}
@media screen and (max-width: 1494px) {
  .l-header--logo {
    left: 0;
  }
}
.l-header--logo img {
  width: 206px;
}
@media screen and (max-width: 1023px) {
  .l-header--logo img {
    width: 165px;
  }
}
@media screen and (max-width: 767px) {
  .l-header--logo img {
    width: 165px;
  }
}
.l-header--info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .l-header--info {
    display: none;
  }
}
.l-header--menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-header--menu--item {
  margin-right: 48px;
}
@media screen and (max-width: 1023px) {
  .l-header--menu--item {
    margin-right: 20px;
  }
}
.l-header--menu--item a {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #000;
  text-transform: uppercase;
  padding-left: 30px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .l-header--menu--item a {
    font-size: 16px;
  }
}
.l-header--menu--item a:before {
  content: "";
  width: 20px;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  top: 50%;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
Footer
------------------------------------------------------------*/
.l-footer {
  background: #F2F2F0;
}
.l-footer--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 120px 0 80px;
}
@media screen and (max-width: 1023px) {
  .l-footer--inner {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .l-footer--inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 40px 0;
  }
}
.l-footer--logo {
  margin-bottom: 30px;
}
@media screen and (max-width: 1023px) {
  .l-footer--logo img {
    width: 180px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer--logo img {
    width: 321px;
  }
}
.l-footer--info {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.33;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1023px) {
  .l-footer--info {
    font-size: 14px;
  }
}
.l-footer--rt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .l-footer--rt {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer--rt {
    margin-top: 0;
    display: block;
    margin-bottom: 40px;
  }
}
.l-footer--col {
  margin-right: 80px;
}
@media screen and (max-width: 1023px) {
  .l-footer--col {
    margin-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer--col {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.l-footer--col:nth-child(1) {
  margin-right: 120px;
}
@media screen and (max-width: 1493px) {
  .l-footer--col:nth-child(1) {
    margin-right: 80px;
  }
}
@media screen and (max-width: 1023px) {
  .l-footer--col:nth-child(1) {
    margin-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer--col:nth-child(1) {
    margin-right: 0;
  }
}
.l-footer--col:last-child {
  margin-right: 0;
}
.l-footer--col--title {
  display: block;
  font-size: 22px;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media screen and (max-width: 1023px) {
  .l-footer--col--title {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer--col--title {
    font-size: 22px;
  }
}
.l-footer--col--title:after {
  content: "";
  width: 15px;
  height: 15px;
  background: url("../img/common/icon/link_dk.png") center center no-repeat;
  background-size: contain;
  display: inline-block;
  margin-left: 15px;
}
@media screen and (max-width: 1023px) {
  .l-footer--col--title:after {
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer--col--title:after {
    width: 16px;
    height: 16px;
  }
}
.l-footer--col--title.contact {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .l-footer--col--title.contact {
    margin-top: 30px;
  }
}
.l-footer--col--list {
  margin-right: 25px;
}
@media screen and (max-width: 1023px) {
  .l-footer--col--list {
    margin-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer--col--list {
    margin-right: 60px;
  }
}
.l-footer--col--list:last-child {
  margin-right: 0;
}
.l-footer--col--list li {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .l-footer--col--list li {
    margin-bottom: 15px;
  }
}
.l-footer--col--list li:last-child {
  margin-bottom: 0;
}
.l-footer--col--list li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.375;
  color: #194265;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1023px) {
  .l-footer--col--list li a {
    font-size: 14px;
  }
}
.l-footer--bot {
  background: #000;
}
@media screen and (max-width: 767px) {
  .l-footer--bot {
    padding: 20px 0;
    text-align: center;
  }
}
.l-footer--bot--link {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.375;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-footer--bot--link {
    width: 100%;
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.l-footer--copy {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  padding: 19px 0;
}
@media screen and (max-width: 767px) {
  .l-footer--copy {
    font-size: 12px;
    padding: 0;
    width: 100%;
  }
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
main
------------------------------------------------------------*/
body {
  width: 100%;
  margin: 0;
  padding: 0;
  word-break: break-word;
  background: #F9F5F0;
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 140px;
  }
}

.l-main {
  max-width: 1483px;
  margin: 0 auto;
  padding: 0 15px;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
nav
------------------------------------------------------------*/
.l-nav {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 100px;
  left: 0;
  width: 100%;
  height: calc(100% - 71px);
  background: #F2F2F0;
  padding: 0 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-nav.open {
  opacity: 1;
  pointer-events: auto;
}
.l-nav--item.has_child {
  position: relative;
}
.l-nav--item.has_child:before {
  content: "";
  width: 10px;
  height: 1px;
  background: #000;
  position: absolute;
  right: 0;
  top: 28px;
}
.l-nav--item.has_child:after {
  content: "";
  width: 1px;
  height: 10px;
  background: #000;
  position: absolute;
  right: 4.5px;
  top: 23.5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-nav--item.has_child.open:after {
  opacity: 0;
}
.l-nav--item > a,
.l-nav--item > span {
  display: block;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  position: relative;
  color: #000;
  padding: 17px 0 17px 28px;
  border-bottom: 1px solid #D8DADB;
}
.l-nav--item > a:before,
.l-nav--item > span:before {
  content: "";
  width: 20px;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  top: 50%;
}
.l-nav--sub {
  padding: 0 0 0 28px;
  max-height: 0;
  overflow: hidden;
}
.l-nav--sub.open {
  max-height: 100%;
  padding: 10px 0 20px 28px;
}
.l-nav--sub li a {
  display: block;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 5px 0;
  position: relative;
  padding-left: 20px;
}
.l-nav--sub li a:before {
  content: "";
  width: 15px;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  top: 50%;
}
.l-nav--logo {
  text-align: center;
  margin-top: 60px;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
sidebar
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
Button
------------------------------------------------------------*/
.btn-contact {
  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;
  width: 340px;
  height: 80px;
  background: #0F273B;
  border-radius: 0 10px 0 10px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  .btn-contact {
    width: 160px;
    font-size: 16px;
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .btn-contact {
    width: 296px;
    height: 80px;
  }
}
.btn-contact:before {
  content: "";
  width: 19px;
  height: 15px;
  background: url("../img/common/icon/mail.png") no-repeat;
  background-size: contain;
  display: inline-block;
  font-size: 0;
  margin-right: 10px;
  margin-top: 3px;
}

.btn-menu {
  position: relative;
  width: 32px;
  height: 36px;
  display: none;
}
@media screen and (max-width: 767px) {
  .btn-menu {
    display: block;
  }
}
.btn-menu:before, .btn-menu:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-menu:before {
  top: 0;
}
.btn-menu:after {
  bottom: 15px;
}
.btn-menu.open:before {
  left: -4px;
}
.btn-menu.open:after {
  left: 4px;
}

.c-btn01 {
  width: 400px;
  max-width: 100%;
  height: 60px;
  background: #194265;
  border-radius: 0 10px 0 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  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 auto;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .c-btn01 {
    width: 300px;
    font-size: 16px;
  }
}
.c-btn01:after {
  content: "";
  width: 10px;
  height: 10px;
  background: url("../img/common/icon/link.png") center center no-repeat;
  background-size: contain;
  display: inline-block;
  margin-left: 5px;
  margin-top: 4px;
}

.c-btn02 {
  width: 400px;
  height: 60px;
  background: #194265;
  border-radius: 0 10px 0 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  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 auto;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .c-btn02 {
    width: 300px;
    font-size: 16px;
  }
}
.c-btn02:after {
  content: "";
  width: 16px;
  height: 16px;
  background: url("../img/common/icon/download.png") center center no-repeat;
  background-size: contain;
  display: inline-block;
  margin-left: 10px;
  margin-top: 4px;
}

.c-btn03 {
  display: inline-block;
  width: 300px;
  background: #fff;
  font-size: 18px;
  font-weight: 400;
  color: #0F273B;
  text-align: center;
  padding: 20px 0;
  border-radius: 0 10px 0 10px;
}
.c-btn04 {
  width: 400px;
  max-width: 100%;
  height: 60px;
  border: 1px solid #194265;
  border-radius: 0 10px 0 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  color: #194265;
  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 auto;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .c-btn04 {
    width: 300px;
    font-size: 16px;
  }
}
.c-btn04:after {
  content: "";
  width: 10px;
  height: 10px;
  background: url("../img/common/icon/link_bl.png") center center no-repeat;
  background-size: contain;
  display: inline-block;
  margin-left: 5px;
  margin-top: 4px;
}
.btn-submit {
  width: 400px;
  height: 60px;
  background: #194265;
  border-radius: 0 10px 0 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  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 auto;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .btn-submit {
    width: 300px;
    font-size: 16px;
  }
}
.btn-submit:after {
  content: "";
  width: 10px;
  height: 10px;
  background: url("../img/common/icon/link.png") center center no-repeat;
  background-size: contain;
  display: inline-block;
  margin-left: 5px;
  margin-top: 4px;
}
.btn-submit input,
.btn-submit button,
.btn-submit a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
heading
------------------------------------------------------------*/
.c-title1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-title1--txt {
  color: #111111;
  font-size: 60px;
  font-weight: 300;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .c-title1--txt {
    font-size: 30px;
    padding-right: 10px;
  }
}
.c-title1--arr {
  display: inline-block;
  width: 60px;
  height: 60px;
  border: 1px solid #194265;
  border-radius: 0 10px 0 10px;
  margin-left: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-title1--arr {
    width: 41px;
    height: 41px;
    margin-left: 20px;
  }
}
.c-title1--arr:after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 1px solid #194265;
  border-right: 1px solid #194265;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 6px);
  left: calc(50% - 9px);
}

.c-title2 {
  font-size: 55px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.55;
  text-align: center;
  color: #909090;
}
@media screen and (max-width: 767px) {
  .c-title2 {
    font-size: 28px;
  }
}
.c-title2 small {
  display: block;
  font-size: 40px;
  font-weight: 300;
  letter-spacing: 0.3em;
  color: #194265;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .c-title2 small {
    font-size: 26px;
  }
}
.c-title2 span {
  color: #194265;
}

.c-title3 {
  font-size: 40px;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: #194265;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .c-title3 {
    font-size: 28px;
            padding-left: 1em;
        text-indent: -1.3em;
  }
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
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
------------------------------------------------------------*/
.c-banner {
  padding-left: calc(50% - 726px);
}
@media screen and (max-width: 767px) {
  .c-banner {
    padding-left: 15px;
  }
}
.c-banner--main {
  background: #fff;
  padding: 42px 80px;
  border-bottom-left-radius: 20px;
}
@media screen and (max-width: 767px) {
  .c-banner--main {
    padding: 22px 27px;
  }
}
.c-banner--title {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #194265;
}
@media screen and (max-width: 767px) {
  .c-banner--title {
    font-size: 14px;
  }
}
.c-banner--title span {
  display: block;
  font-size: 100px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .c-banner--title span {
    font-size: 44px;
    margin-bottom: 10px;
  }
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
Box
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
list
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
table
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
breacrumb
------------------------------------------------------------*/
.c-breadcrumb {
  font-size: 14px;
  letter-spacing: 0.05em;
  margin-top: 158px;
  padding: 75px 0 30px;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    padding: 20px 0;
    margin-top: 0;
    font-size: 10px;
  }
}
.c-breadcrumb a {
  font-weight: 300;
  margin-right: 20px;
  margin-right: 20px;
  position: relative;
  color: #000;
}
.c-breadcrumb a:after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #0F273B;
  border-right: 1px solid #0F273B;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: -15px;
  top: calc(50% - 4px);
}
@media screen and (max-width: 767px) {
  .c-breadcrumb a:after {
    width: 6px;
    height: 6px;
    right: -14px;
    top: calc(50% - 3px);
  }
}
.c-breadcrumb span {
  font-weight: 400;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
Other
------------------------------------------------------------*/
.c-animate {
  position: relative;
}
@media screen and (max-width: 1023px) {
  .c-animate {
    display: none;
  }
}

.c-fade01 {
  position: absolute;
  left: 1048px;
  top: -40px;
}

.c-fade02 {
  position: absolute;
  right: 1407px;
  bottom: 132px;
}

.c-fade03 {
  position: absolute;
  left: 0;
  bottom: -110px;
  width: 100%;
}

.c-fade04 {
  position: absolute;
  left: 0;
  bottom: -60px;
  width: 100%;
}

.c-fade05 {
  position: absolute;
  left: 0;
  bottom: 80px;
  width: 100%;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
form
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
Animation
------------------------------------------------------------*/
[data-anim]{
  opacity: 0;
  transform: translateY(24px);
  transition: transform .6s ease, opacity .6s ease;
}
[data-anim].in{
  opacity: 1;
  transform: none;
}

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

.c-contact {
  background: #fff;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .c-contact {
    padding: 50px 0;
  }
}
.c-contact--title {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .c-contact--title {
    margin-bottom: 40px;
  }
}
.c-contact--title span {
  font-size: 60px;
  font-weight: 300;
  line-height: 1.33;
  border-bottom: 1px solid #000;
  text-transform: uppercase;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .c-contact--title span {
    font-size: 30px;
    padding: 0 10px;
  }
}
.c-contact--inner {
  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) {
  .c-contact--inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.c-contact--tel {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
}
@media screen and (max-width: 1023px) {
  .c-contact--tel {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .c-contact--tel {
    font-size: 18px;
  }
}
.c-contact--num {
  font-size: 36px;
  font-weight: 500;
  color: #194265;
}
@media screen and (max-width: 1023px) {
  .c-contact--num {
    font-size: 28px;
  }
}

/*------------------------------------------------------------
Top
------------------------------------------------------------*/
.top--mv {
  width: 100%;
  background-size: cover;
  padding: 150px 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top--mv {
    padding: 0;
  }
}
.top--mv--main {
  margin: 0 auto;
  position: relative;
}
.top--mv--txt1 {
  position: relative;
  left: -65px;
}
@media screen and (max-width: 1493px) {
  .top--mv--txt1 {
    left: -10px;
  }
}
@media screen and (max-width: 767px) {
  .top--mv--txt1 {
    width: calc(100% + 30px);
    left: -15px;
  }
  .top--mv--txt1 img {
    width: 100%;
  }
}
.top--mv--txt2 {
  text-align: right;
  position: relative;
  right: -154px;
}
@media screen and (max-width: 1493px) {
  .top--mv--txt2 {
    right: -10px;
  }
}
@media screen and (max-width: 767px) {
  .top--mv--txt2 {
    right: -20px;
  }
  .top--mv--txt2 img {
    width: 99%;
  }
}
.top--mv--video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  border-radius: 0 40px 0 40px;
  overflow: hidden;
  width: 100%;
  height: 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;
}
.top--mv--video video {
  width: 100%;
  height: auto;
}
.top--mv--box {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 17% 0;
  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;
}
@media screen and (max-width: 767px) {
  .top--mv--box {
    width: calc(100% + 15px);
  }
}
.top--mv--box--txt {
  font-size: 50px;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #fff;
  padding: 12px 32px;
  text-shadow: 0 0 15px rgb(255 255 255 / 0%), 0 0 30px #ffffff75, 0 0 40px #000;
  /*background-image: -webkit-gradient(linear, left top, right top, from(#194265), to(#000000));
  background-image: linear-gradient(to right, #194265, #000000);*/
  margin-bottom: 15px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .top--mv--box--txt {
    font-size: 18px;
    padding: 5px 20px;
    white-space: nowrap;
    margin-bottom: 10px;
  }
}
.top--mv--box--txt:last-child {
  margin-bottom: 0;
}
.top--mv--shad {
  width: 100%;
  height: 100%;
  background: rgba(25, 66, 101, 0.2);
  border-radius: 0 40px 0 40px;
  position: absolute;
  right: -40px;
  top: 40px;
}
@media screen and (max-width: 767px) {
  .top--mv--shad {
    height: 100%;
    right: -15px;
    top: 15px;
  }
}
.top_sec01 {
  overflow: hidden;
}
.top_sec01 .c-title1 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .top_sec01 .c-title1 {
    margin-bottom: 30px;
  }
}
.top_sec01--gallery {
  max-width: 1280px;
  margin: 0 auto;
  /*border: 30px solid #F2F2F0;
  border-radius: 0 40px 0 40px;
  -webkit-box-shadow: 40px 40px 60px rgba(0, 0, 0, 0.2);
          box-shadow: 40px 40px 60px rgba(0, 0, 0, 0.2);*/
}
@media screen and (max-width: 767px) {
  .top_sec01--gallery {
    border-width: 15px;
  }
}
.top_sec01--gallery img {
  border-radius: 0 20px 0 20px;
}
.top_sec01--title {
  font-size: 45px;
  font-weight: 600;
  letter-spacing: 0.3em;
  line-height: 1.35;
  text-align: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .top_sec01--title {
    font-size: 20px;
    margin-bottom: 80px;
  }
}
.top_sec01--title span {
  color: #194265;
}
.top_sec01--txt {
  position: relative;
  z-index: 1;
  font-size: 22px;
  font-weight: 500;
  line-height: 3;
  letter-spacing: 0.3em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top_sec01--txt {
    font-size: 16px;
    line-height: 1.875;
  }
}
.top_sec01--rec01 {
  background: rgba(0, 114, 188, 0.1);
  position: absolute;
  left: 0;
  bottom: -187px;
  border-radius: 0 10px 0 10px;
  width: 0;
  height: 140px;
  -webkit-transition-property: width, height;
  transition-property: width, height;
}
.top_sec01--rec01.aos-animate {
  width: 473px;
  height: 187px;
}
.top_sec01--rec02 {
  width: 0;
  height: 126px;
  border: 0.5px solid #194265;
  position: absolute;
  left: 50px;
  top: 90px;
  border-radius: 0 10px 0 10px;
  -webkit-transition-property: width;
  transition-property: width;
}
.top_sec01--rec02.aos-animate {
  width: 271px;
}
.top_sec01--rec03 {
  width: 0;
  height: 200px;
  background: rgba(25, 66, 101, 0.1);
  position: absolute;
  left: 179px;
  top: 164px;
  border-radius: 0 10px 0 10px;
  -webkit-transition-property: width, height;
  transition-property: width, height;
}
.top_sec01--rec03.aos-animate {
  width: 148px;
  height: 245px;
}
.top_sec02 {
  overflow: hidden;
  padding: 140px 0;
}
@media screen and (max-width: 767px) {
  .top_sec02 {
    padding: 80px 0 60px;
  }
}
.top_sec02 .c-title1 {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .top_sec02 .c-title1 {
    margin-bottom: 30px;
  }
}
.top_sec02--txt {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .top_sec02--txt {
    font-size: 20px;
    margin-bottom: 40px;
    font-weight: 500;
    margin-bottom: 80px;
  }
}
.top_sec03--txtlead {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
  margin-top: -50px;
}
@media screen and (max-width: 767px) {
  .top_sec03--txtlead {
    font-size: 18px;
    margin-bottom: 40px;
  }
}
.top_sec02__head {
  position: relative;
}
.top_sec02__business {
  position: absolute;
  left: 213px;
  top: calc(50% - 110px);
}
@media screen and (max-width: 767px) {
  .top_sec02__business {
    left: 0;
    top: 35px;
  }
}
.top_sec02__business img {
  max-width: unset;
}
@media screen and (max-width: 767px) {
  .top_sec02__business img {
    width: 480px;
  }
}
.top_sec02--cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_sec02--cont {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.top_sec02--box {
  width: 22.4%;
  max-width: 325px;
  margin-right: 3.466%;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .top_sec02--box {
    width: 48%;
    margin-right: 0;
  }
}
.top_sec02--box:nth-child(4n), .top_sec02--box:last-child {
  margin-right: 0;
}
.top_sec02--box--title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7;
  color: #194265;
  margin: 20px 0;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .top_sec02--box--title {
    font-size: 16px;
    margin: 15px 0;
  }
}
.top_sec02--box--txt {
  color: #111;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .top_sec02--box--txt {
    font-size: 14px;
    text-align: left;
  }
}
.top_sec02--rec01 {
  background: rgba(0, 114, 188, 0.1);
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 0 10px 0 10px;
  width: 0;
  height: 140px;
  -webkit-transition-property: width, height;
  transition-property: width, height;
}
.top_sec02--rec01.aos-animate {
  width: 473px;
  height: 187px;
}
.top_sec02--rec02 {
  width: 0;
  height: 126px;
  border: 0.5px solid #194265;
  position: absolute;
  right: 50px;
  bottom: -90px;
  border-radius: 0 10px 0 10px;
  -webkit-transition-property: width;
  transition-property: width;
}
.top_sec02--rec02.aos-animate {
  width: 271px;
}
.top_sec02--rec03 {
  width: 0;
  height: 200px;
  background: rgba(25, 66, 101, 0.1);
  position: absolute;
  right: 179px;
  bottom: -164px;
  border-radius: 0 10px 0 10px;
  -webkit-transition-property: width, height;
  transition-property: width, height;
}
.top_sec02--rec03.aos-animate {
  width: 148px;
  height: 245px;
}
.top_sec03 .c-title1 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .top_sec03 .c-title1 {
    margin-bottom: 40px;
  }
}
.top_sec03__cont {
  position: relative;
}
.top_sec03__project {
  position: absolute;
  top: 0;
  left: 30px;
}
.top_sec03__slide {
  max-width: 1300px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .top_sec03__slide {
    padding-left: 15px;
  }
}
.top_sec03__slide .swiper-slide {
  width: 22.75%;
  margin-right: 3%;
}
@media screen and (max-width: 767px) {
  .top_sec03__slide .swiper-slide {
    width: 48%;
    margin-right: 4%;
  }
}
.top_sec03__slide .swiper-slide:last-child {
  margin-right: 0;
}
.top_sec03__slide .swiper-slide img {
  width: 100%;
  display: block;
}
.top_sec03__slide .swiper-pagination {
  position: relative;
  margin-top: 20px;
}
.top_sec03__slide .swiper-pagination .swiper-pagination-bullet {
  width: 40px;
  height: 8px;
  border-radius: 20px;
  font-size: 0;
  color: transparent;
  background: #fff;
  border: none;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .top_sec03__slide .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 4px;
  }
}
.top_sec03__slide .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #194265;
}
.top_sec03--box--img {
  border-radius: 0 20px 0 20px;
  overflow: hidden;
}
.top_sec03--box--txt {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.77;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .top_sec03--box--txt {
    font-size: 14px;
    padding: 10px 0;
  }
}
.top_sec03--btn {
  text-align: center;
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .top_sec03--btn {
    margin-top: 50px;
  }
}
.top_sec04 {
  padding: 140px 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top_sec04 {
    padding: 80px 0;
  }
}
.top_sec04 .c-title1 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .top_sec04 .c-title1 {
    margin-bottom: 40px;
  }
}
.top_sec04--inner {
  position: relative;
  padding: 0 15px;
}
.top_sec04__documents {
  position: absolute;
  top: -15px;
  left: 20px;
}
@media screen and (max-width: 767px) {
  .top_sec04__documents {
    left: 30px;
    top: -5px;
  }
  .top_sec04__documents img {
    max-width: unset;
    width: 640px;
  }
}
.top_sec04--main {
  max-width: 1300px;
  margin: 0 auto;
}
.top_sec04--txt {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 2;
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .top_sec04--txt {
    font-size: 16px;
    line-height: 1.875;
    margin-bottom: 40px;
  }
}
.top_sec04--box {
  padding: 0 80px;
}
@media screen and (max-width: 767px) {
  .top_sec04--box {
    padding: 0;
  }
}
.top_sec04--box--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .top_sec04--box--inner {
    display: block;
  }
}
.top_sec04--box--img {
  width: 46.15%;
  border-radius: 0 40px 0 40px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top_sec04--box--img {
    width: 100%;
  }
  .top_sec04--box--img img {
    height: 230px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.top_sec04--box--cont {
  width: 43%;
  padding-left: 25px;
  margin-left: 5.7%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top_sec04--box--cont {
    width: 100%;
    padding-left: 0;
    margin-top: 60px;
    margin-left: 0;
  }
}
.top_sec04--box--title {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #194265;
  text-align: center;
  margin-bottom: 20px;
  color: #e55e5e;
}
@media screen and (max-width: 767px) {
  .top_sec04--box--title {
    font-size: 26px;
    margin-bottom: 10px;
  }
}
.top_sec04--box--txt {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-bottom: 20px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .top_sec04--box--txt {
    font-size: 14px;
    line-height: 1.875;
  }
}
.top_sec04--box--list {
  display: inline-block;
}
.top_sec04--box--list li {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
  padding-left: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_sec04--box--list li {
    font-size: 14px;
  }
}
.top_sec04--box--list li:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../img/common/icon/check.png") center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 5px;
}
.top_sec04--box--btn {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .top_sec04--box--btn {
    margin-top: 30px;
  }
}
.top_sec04__slide {
  max-width: 1460px;
  margin: 0 auto;
}
.top_sec04__slide .swiper-button-next,
.top_sec04__slide .swiper-button-prev {
  width: 60px;
  height: 60px;
  border: 1px solid #194265;
  border-radius: 0 10px 0 10px;
}
@media screen and (max-width: 767px) {
  .top_sec04__slide .swiper-button-next,
  .top_sec04__slide .swiper-button-prev {
    width: 32px;
    height: 32px;
  }
}
.top_sec04__slide .swiper-button-next:after,
.top_sec04__slide .swiper-button-prev:after {
  color: #194265;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .top_sec04__slide .swiper-button-next:after,
  .top_sec04__slide .swiper-button-prev:after {
    font-size: 16px;
  }
}
.top_sec04__slide .swiper-button-next {
  right: 0;
}
@media screen and (max-width: 767px) {
  .top_sec04__slide .swiper-button-next {
    top: 270px;
    right: 0;
  }
}
.top_sec04__slide .swiper-button-prev {
  left: 0;
}
@media screen and (max-width: 767px) {
  .top_sec04__slide .swiper-button-prev {
    top: 270px;
    left: auto;
    right: 40px;
  }
}
.top_sec05 {
  padding-top: 140px;
}
@media screen and (max-width: 767px) {
  .top_sec05 {
    padding-top: 80px;
  }
}
.top_sec05 .c-title1 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .top_sec05 .c-title1 {
    margin-bottom: 30px;
  }
}
.top_sec06 {
  overflow: hidden;
  padding-bottom: 260px;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .top_sec06 {
    padding-bottom: 100px;
  }
}
.top_sec06 .c-title1 {
  margin-bottom: 75px;
}
@media screen and (max-width: 767px) {
  .top_sec06 .c-title1 {
    margin-bottom: 40px;
  }
}
.top_sec06--main {
  position: relative;
}
.top_sec06__cons {
  position: absolute;
  left: 87px;
  top: -3px;
  z-index: -1;
}
.top_sec06__cons img {
  max-width: 1962px;
}
.top_sec06__cont {
  max-width: 1335px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top_sec06--box {
  position: relative;
  cursor: pointer;
  width: 405px;
  margin: 0 20px 120px;
  background: #fff;
  border-radius: 0 20px 0 20px;
}
@media screen and (max-width: 767px) {
  .top_sec06--box {
    margin: 0 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .top_sec06--box--title {
    font-size: 22px;
  }
}
.top_sec06--box:nth-child(1) .top_sec06--box--title {
  background: #D8DADB;
}
.top_sec06--box:nth-child(2) .top_sec06--box--title {
  background: #EDE1D3;
}
.top_sec06--box:nth-child(3) {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#82B8E6), to(#194265));
  background-image: linear-gradient(to bottom, #82B8E6, #194265);
}
.top_sec06--box:nth-child(3) .top_sec06--box--title {
  background: #194265;
  color: #fff;
}
.top_sec06--box:nth-child(3) .top_sec06--box--txt1 {
  color: #fff;
}
.top_sec06--box:nth-child(3) .top_sec06--box--txt2 {
  color: #fff;
  border-color: #fff;
}
.top_sec06--box:nth-child(3) .top_sec06--box--btn {
  background: #295478;
}
.top_sec06--box:nth-child(3) .top_sec06--box--btn:after {
  border-color: #fff;
}
.top_sec06--box.open .top_sec06--box--btn:after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.top_sec06--box--title {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  color: #194265;
  padding: 26px 0;
  border-radius: 0 20px 0 0;
}
.top_sec06--box--txt1 {
  font-size: 24px;
  font-weight: 700;
  color: #194265;
  text-align: center;
  padding: 33px 0;
}
.top_sec06--box--txt1 span {
  font-size: 30px;
}
.top_sec06--box--txt3 {
  font-size: 16px;
  font-weight: 700;
  color: #194265;
  padding: 30px 30px;
}
.top_sec06--box--txt3 span {
  font-size: 30px;
}
.top_sec06--box--txttitle {
  font-size: 16px;
  font-weight: 700;
  color: #194265;
}
.top_sec06--box--txttitle span {
  font-size: 30px;
}

.top_sec06--box--cont {
  padding-bottom: 60px;
  display: none;
  min-height: 412px;
}
@media screen and (max-width: 767px) {
  .top_sec06--box--cont {
    min-height: auto;
  }
}
.top_sec06--box--txt2 {
  font-size: 14px;
  font-weight: 400;
  line-height: 2.5;
  margin: 0 26px;
  padding: 35px 0;
  border-top: 1px solid #D8DADB;
  border-bottom: 1px solid #D8DADB;
}
.top_sec06--box--txt2 ul li {
  position: relative;
  padding-left: 12px;
}
.top_sec06--box--txt2 ul li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.top_sec06--box--txt4 {
  font-size: 14px;
  font-weight: 400;
  line-height: 2.5;
  margin: 0 26px;
  padding: 0;
  text-align: center;
}
.top_sec06--box--btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  bottom: -25px;
  left: calc(50% - 30px);
}
.top_sec06--box--btn:after {
  content: "";
  width: 16px;
  height: 16px;
  border-right: 3px solid #194265;
  border-bottom: 3px solid #194265;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  bottom: 20px;
  left: calc(50% - 8px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top_sec06--btn {
  text-align: center;
}

.top_sec07 {
  background-color: white;
  overflow: hidden;
  padding: 140px 0;
}
@media screen and (max-width: 767px) {
  .top_sec07 {
    padding: 80px 0 60px;
  }
}
.top_sec07 .c-title1 {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .top_sec07 .c-title1 {
    margin-bottom: 30px;
  }
}
.top_sec07--txt {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .top_sec07--txt {
    font-size: 20px;
    margin-bottom: 40px;
    font-weight: 500;
    margin-bottom: 80px;
  }
}
.top_sec07--txt2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .top_sec07--txt2 {
    font-size: 14px;
    margin-bottom: 40px;
    font-weight: 500;
    margin-bottom: 80px;
  }
}

.top_sec07__head {
  position: relative;
}
.top_sec07__business {
  position: absolute;
  left: 213px;
  top: calc(50% - 110px);
}
@media screen and (max-width: 767px) {
  .top_sec07__business {
    left: 0;
    top: 35px;
  }
}
.top_sec07__business img {
  max-width: unset;
}
@media screen and (max-width: 767px) {
  .top_sec07__business img {
    width: 480px;
  }
}
.top_sec07--cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_sec07--cont {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: center;
  }
}
.top_sec07--box {
  width: 15%;
  max-width: 325px;
  margin-right: 3.466%;
  text-align: center;
  margin-bottom: 30px;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .top_sec07--box {
    width: 30%;
    margin-right: 0;
  }
}
.top_sec07--box:nth-child(4n), .top_sec07--box:last-child {
  /*margin-right: 0;*/
}
.top_sec07--box--title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7;
  color: #194265;
  margin: 20px 0;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .top_sec07--box--title {
    font-size: 16px;
    margin: 15px 0;
  }
}
.top_sec07--box--txt {
  color: #111;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .top_sec07--box--txt {
    font-size: 14px;
    text-align: left;
  }
}
.top_sec07--rec01 {
  background: rgba(0, 114, 188, 0.1);
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 0 10px 0 10px;
  width: 0;
  height: 140px;
  -webkit-transition-property: width, height;
  transition-property: width, height;
}
.top_sec07--rec01.aos-animate {
  width: 473px;
  height: 187px;
}
.top_sec07--rec02 {
  width: 0;
  height: 126px;
  border: 0.5px solid #194265;
  position: absolute;
  right: 50px;
  bottom: -90px;
  border-radius: 0 10px 0 10px;
  -webkit-transition-property: width;
  transition-property: width;
}
.top_sec07--rec02.aos-animate {
  width: 271px;
}
.top_sec07--rec03 {
  width: 0;
  height: 200px;
  background: rgba(25, 66, 101, 0.1);
  position: absolute;
  right: 179px;
  bottom: -164px;
  border-radius: 0 10px 0 10px;
  -webkit-transition-property: width, height;
  transition-property: width, height;
}
.top_sec07--rec03.aos-animate {
  width: 148px;
  height: 245px;
}


/*
------------------------------------------------------------*/
/*------------------------------------------------------------
Company
------------------------------------------------------------*/
.company_sec {
  padding: 130px 0 160px;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .company_sec {
    padding: 80px 0;
  }
}
.company_sec--txt {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.3em;
  line-height: 4.5;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .company_sec--txt {
    font-size: 16px;
    margin-top: 60px;
    line-height: 1.875;
  }
}
.company_sec--rec01 {
  position: absolute;
  bottom: 0;
  left: 1060px;
  width: 0;
  height: 247px;
  background: rgba(0, 114, 188, 0.18);
  border-radius: 0 10px 0 10px;
  -webkit-transition-property: width;
  transition-property: width;
}
.company_sec--rec01.aos-animate {
  width: 318px;
}
.company_sec--rec02 {
  position: absolute;
  bottom: 180px;
  left: 1208px;
  width: 0;
  height: 126px;
  border: 0.5px solid #194265;
  border-radius: 0 10px 0 10px;
  -webkit-transition-property: width;
  transition-property: width;
}
.company_sec--rec02.aos-animate {
  width: 271px;
}
.company_sec--rec03 {
  position: absolute;
  bottom: 40px;
  left: -80px;
  width: 0;
  height: 162px;
  border-radius: 0 10px 0 10px;
  background: rgba(255, 255, 255, 0.56);
  -webkit-transition-property: width;
  transition-property: width;
}
.company_sec--rec03.aos-animate {
  width: 209px;
}
.company_sec--rec04 {
  position: absolute;
  bottom: 500px;
  left: 100px;
  width: 0;
  height: 245px;
  border-radius: 0 10px 0 10px;
  background: rgba(25, 66, 101, 0.1);
  -webkit-transition-property: width;
  transition-property: width;
}
.company_sec--rec04.aos-animate {
  width: 148px;
}
.company_sec--rec05 {
  position: absolute;
  bottom: 575px;
  left: 40px;
  width: 0;
  height: 97px;
  border-radius: 0 10px 0 10px;
  border: 0.5px solid #194265;
  -webkit-transition-property: width;
  transition-property: width;
}
.company_sec--rec05.aos-animate {
  width: 132px;
}
.company_sec--rec06 {
  position: absolute;
  bottom: 0;
  left: -70px;
  width: 0;
  height: 150px;
  background: rgba(0, 114, 188, 0.18);
  border-radius: 0 10px 0 10px;
  -webkit-transition-property: width;
  transition-property: width;
}
.company_sec--rec06.aos-animate {
  width: 473px;
}
.company_sec--rec07 {
  position: absolute;
  bottom: 420px;
  left: 72px;
  width: 0;
  height: 87px;
  border-radius: 0 10px 0 10px;
  border: 0.5px solid #194265;
  -webkit-transition-property: width;
  transition-property: width;
}
.company_sec--rec07.aos-animate {
  width: 87px;
}
.company_sec--rec08 {
  position: absolute;
  bottom: 520px;
  left: 1354px;
  width: 0;
  height: 245px;
  border-radius: 0 10px 0 10px;
  background: rgba(255, 255, 255, 0.56);
  -webkit-transition-property: width;
  transition-property: width;
}
.company_sec--rec08.aos-animate {
  width: 148px;
}
.company_sec--rec09 {
  position: absolute;
  bottom: 420px;
  right: -111px;
  width: 0;
  height: 184px;
  border-radius: 10px 0 10px 0;
  border: 0.5px solid #194265;
  -webkit-transition-property: width;
  transition-property: width;
}
.company_sec--rec09.aos-animate {
  width: 85px;
}
.company_sec--rec10 {
  position: absolute;
  bottom: 0;
  left: -70px;
  width: 0;
  height: 150px;
  background: rgba(25, 66, 101, 0.1);
  border-radius: 10px 0 10px 0;
  -webkit-transition-property: width;
  transition-property: width;
}
.company_sec--rec10.aos-animate {
  width: 245px;
}
.company_sec--rec11 {
  position: absolute;
  bottom: 15px;
  left: 1330px;
  width: 0;
  height: 118px;
  border-radius: 10px 0 10px 0;
  border: 0.5px solid #194265;
  -webkit-transition-property: width;
  transition-property: width;
}
.company_sec--rec11.aos-animate {
  width: 224px;
}
.company_sec--rec12 {
  position: absolute;
  bottom: 418px;
  left: 1240px;
  width: 0;
  height: 120px;
  background: rgba(0, 114, 188, 0.1);
  border-radius: 10px 0 10px 0;
  -webkit-transition-property: width;
  transition-property: width;
}
.company_sec--rec12.aos-animate {
  width: 341px;
}
.company_sec--rec13 {
  position: absolute;
  bottom: 506px;
  left: 1170px;
  width: 0;
  height: 64px;
  border-radius: 10px 0 10px 0;
  border: 0.5px solid #194265;
  -webkit-transition-property: width;
  transition-property: width;
}
.company_sec--rec13.aos-animate {
  width: 224px;
}
.company_sec02 {
  padding: 160px 0 120px;
}
@media screen and (max-width: 767px) {
  .company_sec02 {
    padding: 0 0 80px;
  }
}
.company_sec02 .c-title3 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .company_sec02 .c-title3 {
    margin-bottom: 60px;
  }
}
.company_sec02--main {
  max-width: 880px;
  margin: 0 auto;
}
.company_sec02--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #fff;
  margin-bottom: 20px;
  padding: 19px 0;
}
@media screen and (max-width: 767px) {
  .company_sec02--row {
    display: block;
  }
}
.company_sec02--txt {

}
@media screen and (max-width: 767px) {
  .company_sec02--txt {
    margin-bottom: 20px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 2.222;
    padding-right: 1em;
    padding-left: 1em;
    text-indent: -1.4em;
    font-size: 14px;
  }
}
.company_sec02--row:last-child {
  margin-bottom: 0;
}
.company_sec02--col:nth-child(1) {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  width: 24%;
  text-align: center;
  padding: 10px;
  color: #194265;
}
@media screen and (max-width: 767px) {
  .company_sec02--col:nth-child(1) {
    font-size: 14px;
    width: auto;
    padding-left: 40px;
    text-align: left;
  }
}
.company_sec02--col:nth-child(2) {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.222;
}
@media screen and (max-width: 767px) {
  .company_sec02--col:nth-child(2) {
    font-size: 14px;
    padding-left: 40px;
    padding-right: 26px;
  }
}
.company_sec03 .c-title3 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .company_sec03 .c-title3 {
    margin-bottom: 10px;
  }
}
.company_sec03--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .company_sec03--inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.company_sec03--box {
  width: 22.4%;
  margin-right: 3.466%;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .company_sec03--box {
    width: 48%;
    margin-right: 0;
    margin-top: 30px;
  }
}
.company_sec03--box:nth-child(4n) {
  margin-right: 0;
}
.company_sec03--box--img img {
  width: 100%;
  border-radius: 0 20px 0 20px;
}
.company_sec03--box--title {
  font-size: 20px;
  font-weight: 500;
  color: #194265;
  line-height: 1.7;
  text-align: center;
  margin: 15px 0;
}
@media screen and (max-width: 767px) {
  .company_sec03--box--title {
    font-size: 16px;
    margin: 10px 0;
  }
}
.company_sec03--box--title small {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.43;
}
@media screen and (max-width: 767px) {
  .company_sec03--box--title small {
    font-size: 12px;
  }
}
.company_sec03--box--txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .company_sec03--box--txt {
    font-size: 14px;
  }
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
Contact
------------------------------------------------------------*/
.contact_sec {
  padding: 90px 0 120px;
}
@media screen and (max-width: 767px) {
  .contact_sec {
    padding: 80px 0;
  }
}
.contact--main {
  max-width: 1000px;
  margin: 0 auto;
}
.contact--txt1 {
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .contact--txt1 {
    font-size: 14px;
    margin-bottom: 60px;
  }
}
.contact--title1 {
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
  color: #194265;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .contact--title1 {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
.contact--form--row {
  margin-bottom: 40px;
}
.contact--form--name {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #194265;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .contact--form--name {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.contact--form--name span {
  font-size: 14px;
  color: #fff;
  display: inline-block;
  width: 60px;
  background: #909090;
  text-align: center;
  padding: 7px 0;
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .contact--form--name span {
    font-size: 10px;
    width: 40px;
    padding: 5px 0;
    margin-right: 10px;
  }
}
.contact--form--name span.required {
  background: #000;
}
.contact--form--input input[type=text],
.contact--form--input input[type=email] {
  width: 100%;
  height: 80px;
  background: #F3EBE1;
  text-indent: 20px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .contact--form--input input[type=text],
  .contact--form--input input[type=email] {
    font-size: 14px;
    height: 48px;
    text-indent: 10px;
  }
}
.contact--form--input textarea {
  width: 100%;
  height: 300px;
  background: #F3EBE1;
  padding: 20px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .contact--form--input textarea {
    font-size: 14px;
    height: 140px;
    padding: 10px;
  }
}
.contact--form--input--note {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.875;
  color: #194265;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .contact--form--input--note {
    font-size: 12px;
    margin-top: 10px;
  }
}
.contact--form--scroll {
  background: #fff;
  padding: 40px;
  overflow-y: scroll;
  height: 240px;
}
@media screen and (max-width: 767px) {
  .contact--form--scroll {
    padding: 20px;
  }
}
.contact--form--scroll h3 {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #194265;
  text-decoration: underline;
  margin-bottom: 30px;
}
.contact--form--scroll p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2.14;
}
.contact--form--agree {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #194265;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .contact--form--agree {
    font-size: 14px;
  }
}
.contact--form--agree input {
  width: 24px;
  height: 24px;
  background-color: #F3EBE1;
  margin-right: 15px;
  position: relative;
  bottom: -5px;
  border: none;
}
@media screen and (max-width: 767px) {
  .contact--form--agree input {
    width: 20px;
    height: 20px;
  }
}
.contact--form--submit {
  position: relative;
  margin-top: 60px;
  text-align: center;
}
.contact--form--back {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #194265;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .contact--form--back {
    left: 50%;
    bottom: -40px;
    top: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.contact--form--rowc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #fff;
  padding: 20px 0;
}
.contact--form--rowc:nth-child(1) {
  border-top: 2px solid #fff;
}
.contact--form--namec {
  font-size: 16px;
  font-weight: 500;
  color: #194265;
  letter-spacing: 0.05em;
  width: 28%;
  padding-top: 5px;
}
.contact--form--confirm {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2.14;
  width: 72%;
}

.m_error {
  position: relative;
  margin-bottom: 40px;
}

.error {
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 14px !important;
  font-weight: 500;
  color: #F44721;
}

.contact--form--back {
  display: none;
}

.txt_confirm {
  display: none;
}

.confirm_note {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 50px;
}

.mw_wp_form_confirm .hide-confirm {
  display: none;
}
.mw_wp_form_confirm .contact--form--input--note {
  display: none;
}
.mw_wp_form_confirm .contact--form--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #fff;
  padding: 20px 0;
  margin-bottom: 0;
}
.mw_wp_form_confirm .contact--form--row:nth-child(1) {
  border-top: 2px solid #fff;
}
.mw_wp_form_confirm .contact--form--name {
  font-size: 16px;
  font-weight: 500;
  color: #194265;
  letter-spacing: 0.05em;
  width: 28%;
  padding-top: 5px;
  margin-bottom: 0;
}
.mw_wp_form_confirm .contact--form--input {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2.14;
  width: 72%;
}
.mw_wp_form_confirm .contact--form--back {
  cursor: pointer;
  display: inline-block;
}
.mw_wp_form_confirm .contact--form--back:hover {
  opacity: 0;
}
.mw_wp_form_confirm .contact--form--back button, .mw_wp_form_confirm .contact--form--back input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.mw_wp_form_confirm .txt_contact {
  display: none;
}
.mw_wp_form_confirm .txt_confirm {
  display: block;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
Project
------------------------------------------------------------*/
.project--list {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .project--list {
    padding-top: 60px;
  }
}
.project--item {
  border-bottom: 1px solid #194265;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .project--item {
    padding: 30px 0;
  }
}
.project--item:nth-child(1) {
  border-top: 1px solid #194265;
}
.project--item--main {
  max-width: 1493px;
  margin: 0 auto;
  padding: 0 15px;
  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;
}
@media screen and (max-width: 767px) {
  .project--item--main {
    display: block;
  }
}
.project--item--img {
  width: 29.5%;
  max-width: 429px;
}
@media screen and (max-width: 767px) {
  .project--item--img {
    width: 100%;
    max-width: 100%;
  }
}
.project--item--img img {
  border-radius: 0 20px 0 20px;
  height: 290px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .project--item--img img {
    height: unset;
  }
}
.project--item--num {
  font-size: 18px;
  font-weight: 400;
  color: #194265;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .project--item--num {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.project--item--num span {
  display: block;
  font-size: 70px;
}
@media screen and (max-width: 767px) {
  .project--item--num span {
    font-size: 40px;
  }
}
.project--item--cont {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .project--item--cont {
    width: 100%;
  }
}
.project--item--title {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .project--item--title {
    font-size: 20px;
    margin: 20px 0 40px;
  }
}
.project--item--bot {
  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;
}
@media screen and (max-width: 767px) {
  .project--item--bot {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .project--item--bot .c-btn03 {
    margin: 5px;
  }
}
.project--item--link {
  position: relative;
  right: -20px;
}
@media screen and (max-width: 767px) {
  .project--item--link {
    right: 0;
    display: inline-block;
    width: 41px;
    margin-top: 20px;
  }
}
.project--single--head {
  position: relative;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .project--single--head {
    padding-top: 60px;
    margin-bottom: 0;
  }
}
.project--single--img {
  text-align: center;
  padding: 0 160px;
}
@media screen and (max-width: 767px) {
  .project--single--img {
    padding: 0;
  }
}
.project--single--num {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: #fff;
  background: #194265;
  position: absolute;
  top: 0;
  left: 0;
  width: 145px;
  padding: 15px 0;
  border-radius: 0 10px 0 10px;
  padding: 12px 0;
}
@media screen and (max-width: 767px) {
  .project--single--num {
    width: 100px;
    font-size: 14px;
    left: -15px;
  }
}
.project--single--num span {
  font-size: 60px;
  display: block;
}
@media screen and (max-width: 767px) {
  .project--single--num span {
    font-size: 38px;
  }
}
.project--single--cont {
  max-width: 1297px;
  margin: 0 auto;
}
.project--single--title {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2.16;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .project--single--title {
    font-size: 16px;
    line-height: 1.875;
    padding: 20px 0;
    margin-bottom: 30px;
  }
}
.project--single--title span {
  font-size: 40px;
  line-height: 1.625;
  color: #194265;
  display: block;
}
@media screen and (max-width: 767px) {
  .project--single--title span {
    font-size: 20px;
    line-height: 1.5;
  }
}
.project--single--txt1 {
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 2.1;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .project--single--txt1 {
    font-size: 14px;
  }
}
.project--single--box {
  width: 31.23%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .project--single--box {
    width: 100%;
    margin-bottom: 30px;
  }
  .project--single--box:last-child {
    margin-bottom: 0;
  }
}
.project--single--box--img img {
  border-radius: 0 20px 0 20px;
}
.project--single--box--title {
  font-size: 18px;
  line-height: 2.1;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .project--single--box--title {
    font-size: 14px;
  }
}
.project_sec {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .project_sec {
    padding-top: 80px;
  }
}
.project_sec .c-title3 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .project_sec .c-title3 {
    margin-bottom: 50px;
  }
}
.project_sec--inner {
  max-width: 1070px;
  margin: 0 auto;
  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;
}
.project_sec--col {
  width: 30.8%;
}
@media screen and (max-width: 767px) {
  .project_sec--col {
    width: 100%;
  }
}
.project_sec--col--title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
  text-align: center;
}
.project_sec--list li {
  margin-bottom: 20px;
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #194265;
  border: 3px solid #fff;
  padding: 19px 0;
}
.project_sec--list li.wt {
  background: #fff;
}
.project_sec--list li:last-child {
  margin-bottom: 0;
}
.project_sec--btn {
  margin-top: 40px;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
Business
------------------------------------------------------------*/
.business_sec01 {
  padding: 140px 0 60px;
}
@media screen and (max-width: 767px) {
  .business_sec01 {
    padding: 80px 0;
  }
}
.business_sec01--box {
  padding-left: calc(50% - 727px);
  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: 767px) {
  .business_sec01--box {
    display: block;
    padding-left: 0;
  }
}
.business_sec01--box--img {
  max-width: 1000px;
}
.business_sec01--box--img img {
  border-radius: 1000px 0 0 1000px;
}
.business_sec01--box--cont {
  max-width: 560px;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .business_sec01--box--cont {
    max-width: 100%;
    padding: 0 15px 50px;
  }
}
.business_sec01--box--title {
  font-size: 55px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #909090;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .business_sec01--box--title {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.3em;
    line-height: 1.366;
  }
}
.business_sec01--box--title span {
  display: block;
  color: #194265;
}
.business_sec01--box--txt {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.3em;
  line-height: 2.5;
}
@media screen and (max-width: 767px) {
  .business_sec01--box--txt {
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.875;
  }
}
.business_sec02 .c-title1 {
  margin-bottom: 30px;
}
.business_sec02--part {
  padding: 160px 0 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .business_sec02--part {
    padding: 60px 0 80px;
    overflow: hidden;
  }
}
.business_sec02--part .l-main {
  position: relative;
}
.business_sec02--part--num {
  position: absolute;
  top: -160px;
  left: -180px;
}
@media screen and (max-width: 767px) {
  .business_sec02--part--num {
    left: 2px;
    top: -60px;
  }
  .business_sec02--part--num img {
    height: 74px;
    width: unset;
  }
}
.business_sec02--part--text {
  position: absolute;
  top: 100px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .business_sec02--part--text {
    width: 480px;
    right: auto;
    left: 0;
  }
}
.business_sec02--part--cont {
  position: relative;
  z-index: 3;
}
.business_sec02--part--title {
  font-size: 40px;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: #194265;
  line-height: 1.45;
  margin-bottom: 60px;
  font-family: RivieraNights-Regular;
}
@media screen and (max-width: 767px) {
  .business_sec02--part--title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.8;
    margin-bottom: 50px;
  }
}
.business_sec02--part--title small {
  display: block;
  font-size: 16px;
  line-height: 1.325;
  text-transform: uppercase;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .business_sec02--part--title small {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.3em;
    line-height: 1.666;
  }
}
.business_sec02--part--txt1 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .business_sec02--part--txt1 {
    font-size: 16px;
    line-height: 1.875;
  }
}
.business_sec02--part--box {
  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;
}
@media screen and (max-width: 767px) {
  .business_sec02--part--box {
    display: block;
  }
}
.business_sec02--part--box--img {
  width: 46%;
  border-radius: 0 20px 0 20px;
  border: 10px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .business_sec02--part--box--img {
    width: 100%;
    margin-bottom: 30px;
  }
  .business_sec02--part--box--img:last-child {
    margin-bottom: 0;
  }
}
.business_sec02--part--box--cont {
  width: 46%;
}
@media screen and (max-width: 767px) {
  .business_sec02--part--box--cont {
    width: 100%;
  }
}
.business_sec02--part--list li {
  width: 100%;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .business_sec02--part--list li {
    width: 100%;
    margin-top: 20px;
  }
}
.business_sec02--part--list li:nth-child(1) {
  margin-top: 0;
}
.business_sec02--part--list li a {
  display: block;
  border: 1px solid #194265;
  border-radius: 0 10px 0 10px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #194265;
  padding: 17px 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .business_sec02--part--list li a {
    font-size: 16px;
  }
}
.business_sec03 {
  padding: 60px 0 80px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .business_sec03 {
    padding: 20px 0 60px;
  }
}
.business_sec03 .c-title1 {
  margin-bottom: 40px;
}
.business_sec03--txt {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .business_sec03--txt {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 957px) {
  .business_sec03--scroll {
    overflow-x: scroll;
  }
}
.business_sec03--box {
  width: 100%;
  margin: 0 auto;
}
.business_sec03--box img {
  min-width: 957px;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
margin
------------------------------------------------------------*/
.u-mg--0 {
  margin: 0;
}

.u-mg--auto {
  margin: auto;
}

.u-mgTop--auto {
  margin-top: auto;
}

.u-mgLeft--auto {
  margin-left: auto;
}

.u-mgRight--auto {
  margin-right: auto;
}

.u-mgBottom--auto {
  margin-bottom: auto;
}

.u-mgTop--0 {
  margin-top: 0px;
}

.u-mgTop--5 {
  margin-top: 5px;
}

.u-mgTop--10 {
  margin-top: 10px;
}

.u-mgTop--15 {
  margin-top: 15px;
}

.u-mgTop--20 {
  margin-top: 20px;
}

.u-mgTop--25 {
  margin-top: 25px;
}

.u-mgTop--30 {
  margin-top: 30px;
}

.u-mgTop--35 {
  margin-top: 35px;
}

.u-mgTop--40 {
  margin-top: 40px;
}

.u-mgTop--45 {
  margin-top: 45px;
}

.u-mgTop--50 {
  margin-top: 50px;
}

.u-mgTop--55 {
  margin-top: 55px;
}

.u-mgTop--60 {
  margin-top: 60px;
}

.u-mgTop--65 {
  margin-top: 65px;
}

.u-mgTop--70 {
  margin-top: 70px;
}

.u-mgTop--75 {
  margin-top: 75px;
}

.u-mgTop--80 {
  margin-top: 80px;
}

.u-mgTop--85 {
  margin-top: 85px;
}

.u-mgTop--90 {
  margin-top: 90px;
}

.u-mgTop--95 {
  margin-top: 95px;
}

.u-mgTop--100 {
  margin-top: 100px;
}

.u-mgLeft--0 {
  margin-left: 0px;
}

.u-mgLeft--5 {
  margin-left: 5px;
}

.u-mgLeft--10 {
  margin-left: 10px;
}

.u-mgLeft--15 {
  margin-left: 15px;
}

.u-mgLeft--20 {
  margin-left: 20px;
}

.u-mgLeft--25 {
  margin-left: 25px;
}

.u-mgLeft--30 {
  margin-left: 30px;
}

.u-mgLeft--35 {
  margin-left: 35px;
}

.u-mgLeft--40 {
  margin-left: 40px;
}

.u-mgLeft--45 {
  margin-left: 45px;
}

.u-mgLeft--50 {
  margin-left: 50px;
}

.u-mgLeft--55 {
  margin-left: 55px;
}

.u-mgLeft--60 {
  margin-left: 60px;
}

.u-mgLeft--65 {
  margin-left: 65px;
}

.u-mgLeft--70 {
  margin-left: 70px;
}

.u-mgLeft--75 {
  margin-left: 75px;
}

.u-mgLeft--80 {
  margin-left: 80px;
}

.u-mgLeft--85 {
  margin-left: 85px;
}

.u-mgLeft--90 {
  margin-left: 90px;
}

.u-mgLeft--95 {
  margin-left: 95px;
}

.u-mgLeft--100 {
  margin-left: 100px;
}

.u-mgRight--0 {
  margin-right: 0px;
}

.u-mgRight--5 {
  margin-right: 5px;
}

.u-mgRight--10 {
  margin-right: 10px;
}

.u-mgRight--15 {
  margin-right: 15px;
}

.u-mgRight--20 {
  margin-right: 20px;
}

.u-mgRight--25 {
  margin-right: 25px;
}

.u-mgRight--30 {
  margin-right: 30px;
}

.u-mgRight--35 {
  margin-right: 35px;
}

.u-mgRight--40 {
  margin-right: 40px;
}

.u-mgRight--45 {
  margin-right: 45px;
}

.u-mgRight--50 {
  margin-right: 50px;
}

.u-mgRight--55 {
  margin-right: 55px;
}

.u-mgRight--60 {
  margin-right: 60px;
}

.u-mgRight--65 {
  margin-right: 65px;
}

.u-mgRight--70 {
  margin-right: 70px;
}

.u-mgRight--75 {
  margin-right: 75px;
}

.u-mgRight--80 {
  margin-right: 80px;
}

.u-mgRight--85 {
  margin-right: 85px;
}

.u-mgRight--90 {
  margin-right: 90px;
}

.u-mgRight--95 {
  margin-right: 95px;
}

.u-mgRight--100 {
  margin-right: 100px;
}

.u-mgBottom--0 {
  margin-bottom: 0px;
}

.u-mgBottom--5 {
  margin-bottom: 5px;
}

.u-mgBottom--10 {
  margin-bottom: 10px;
}

.u-mgBottom--15 {
  margin-bottom: 15px;
}

.u-mgBottom--20 {
  margin-bottom: 20px;
}

.u-mgBottom--25 {
  margin-bottom: 25px;
}

.u-mgBottom--30 {
  margin-bottom: 30px;
}

.u-mgBottom--35 {
  margin-bottom: 35px;
}

.u-mgBottom--40 {
  margin-bottom: 40px;
}

.u-mgBottom--45 {
  margin-bottom: 45px;
}

.u-mgBottom--50 {
  margin-bottom: 50px;
}

.u-mgBottom--55 {
  margin-bottom: 55px;
}

.u-mgBottom--60 {
  margin-bottom: 60px;
}

.u-mgBottom--65 {
  margin-bottom: 65px;
}

.u-mgBottom--70 {
  margin-bottom: 70px;
}

.u-mgBottom--75 {
  margin-bottom: 75px;
}

.u-mgBottom--80 {
  margin-bottom: 80px;
}

.u-mgBottom--85 {
  margin-bottom: 85px;
}

.u-mgBottom--90 {
  margin-bottom: 90px;
}

.u-mgBottom--95 {
  margin-bottom: 95px;
}

.u-mgBottom--100 {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .u-sp-mg--0 {
    margin: 0;
  }
  .u-sp-mgTop--0 {
    margin-top: 0px;
  }
  .u-sp-mgTop--5 {
    margin-top: 5px;
  }
  .u-sp-mgTop--10 {
    margin-top: 10px;
  }
  .u-sp-mgTop--15 {
    margin-top: 15px;
  }
  .u-sp-mgTop--20 {
    margin-top: 20px;
  }
  .u-sp-mgTop--25 {
    margin-top: 25px;
  }
  .u-sp-mgTop--30 {
    margin-top: 30px;
  }
  .u-sp-mgTop--35 {
    margin-top: 35px;
  }
  .u-sp-mgTop--40 {
    margin-top: 40px;
  }
  .u-sp-mgTop--45 {
    margin-top: 45px;
  }
  .u-sp-mgTop--50 {
    margin-top: 50px;
  }
  .u-sp-mgTop--55 {
    margin-top: 55px;
  }
  .u-sp-mgTop--60 {
    margin-top: 60px;
  }
  .u-sp-mgTop--65 {
    margin-top: 65px;
  }
  .u-sp-mgTop--70 {
    margin-top: 70px;
  }
  .u-sp-mgTop--75 {
    margin-top: 75px;
  }
  .u-sp-mgTop--80 {
    margin-top: 80px;
  }
  .u-sp-mgTop--85 {
    margin-top: 85px;
  }
  .u-sp-mgTop--90 {
    margin-top: 90px;
  }
  .u-sp-mgTop--95 {
    margin-top: 95px;
  }
  .u-sp-mgTop--100 {
    margin-top: 100px;
  }
  .u-sp-mgLeft--0 {
    margin-left: 0px;
  }
  .u-sp-mgLeft--5 {
    margin-left: 5px;
  }
  .u-sp-mgLeft--10 {
    margin-left: 10px;
  }
  .u-sp-mgLeft--15 {
    margin-left: 15px;
  }
  .u-sp-mgLeft--20 {
    margin-left: 20px;
  }
  .u-sp-mgLeft--25 {
    margin-left: 25px;
  }
  .u-sp-mgLeft--30 {
    margin-left: 30px;
  }
  .u-sp-mgLeft--35 {
    margin-left: 35px;
  }
  .u-sp-mgLeft--40 {
    margin-left: 40px;
  }
  .u-sp-mgLeft--45 {
    margin-left: 45px;
  }
  .u-sp-mgLeft--50 {
    margin-left: 50px;
  }
  .u-sp-mgLeft--55 {
    margin-left: 55px;
  }
  .u-sp-mgLeft--60 {
    margin-left: 60px;
  }
  .u-sp-mgLeft--65 {
    margin-left: 65px;
  }
  .u-sp-mgLeft--70 {
    margin-left: 70px;
  }
  .u-sp-mgLeft--75 {
    margin-left: 75px;
  }
  .u-sp-mgLeft--80 {
    margin-left: 80px;
  }
  .u-sp-mgLeft--85 {
    margin-left: 85px;
  }
  .u-sp-mgLeft--90 {
    margin-left: 90px;
  }
  .u-sp-mgLeft--95 {
    margin-left: 95px;
  }
  .u-sp-mgLeft--100 {
    margin-left: 100px;
  }
  .u-sp-mgRight--0 {
    margin-right: 0px;
  }
  .u-sp-mgRight--5 {
    margin-right: 5px;
  }
  .u-sp-mgRight--10 {
    margin-right: 10px;
  }
  .u-sp-mgRight--15 {
    margin-right: 15px;
  }
  .u-sp-mgRight--20 {
    margin-right: 20px;
  }
  .u-sp-mgRight--25 {
    margin-right: 25px;
  }
  .u-sp-mgRight--30 {
    margin-right: 30px;
  }
  .u-sp-mgRight--35 {
    margin-right: 35px;
  }
  .u-sp-mgRight--40 {
    margin-right: 40px;
  }
  .u-sp-mgRight--45 {
    margin-right: 45px;
  }
  .u-sp-mgRight--50 {
    margin-right: 50px;
  }
  .u-sp-mgRight--55 {
    margin-right: 55px;
  }
  .u-sp-mgRight--60 {
    margin-right: 60px;
  }
  .u-sp-mgRight--65 {
    margin-right: 65px;
  }
  .u-sp-mgRight--70 {
    margin-right: 70px;
  }
  .u-sp-mgRight--75 {
    margin-right: 75px;
  }
  .u-sp-mgRight--80 {
    margin-right: 80px;
  }
  .u-sp-mgRight--85 {
    margin-right: 85px;
  }
  .u-sp-mgRight--90 {
    margin-right: 90px;
  }
  .u-sp-mgRight--95 {
    margin-right: 95px;
  }
  .u-sp-mgRight--100 {
    margin-right: 100px;
  }
  .u-sp-mgBottom--0 {
    margin-bottom: 0px;
  }
  .u-sp-mgBottom--5 {
    margin-bottom: 5px;
  }
  .u-sp-mgBottom--10 {
    margin-bottom: 10px;
  }
  .u-sp-mgBottom--15 {
    margin-bottom: 15px;
  }
  .u-sp-mgBottom--20 {
    margin-bottom: 20px;
  }
  .u-sp-mgBottom--25 {
    margin-bottom: 25px;
  }
  .u-sp-mgBottom--30 {
    margin-bottom: 30px;
  }
  .u-sp-mgBottom--35 {
    margin-bottom: 35px;
  }
  .u-sp-mgBottom--40 {
    margin-bottom: 40px;
  }
  .u-sp-mgBottom--45 {
    margin-bottom: 45px;
  }
  .u-sp-mgBottom--50 {
    margin-bottom: 50px;
  }
  .u-sp-mgBottom--55 {
    margin-bottom: 55px;
  }
  .u-sp-mgBottom--60 {
    margin-bottom: 60px;
  }
  .u-sp-mgBottom--65 {
    margin-bottom: 65px;
  }
  .u-sp-mgBottom--70 {
    margin-bottom: 70px;
  }
  .u-sp-mgBottom--75 {
    margin-bottom: 75px;
  }
  .u-sp-mgBottom--80 {
    margin-bottom: 80px;
  }
  .u-sp-mgBottom--85 {
    margin-bottom: 85px;
  }
  .u-sp-mgBottom--90 {
    margin-bottom: 90px;
  }
  .u-sp-mgBottom--95 {
    margin-bottom: 95px;
  }
  .u-sp-mgBottom--100 {
    margin-bottom: 100px;
  }
}
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
text
------------------------------------------------------------*/
b {
  font-weight: bold;
}

.u-text-read01 {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.286;
}

.u-text-note01 {
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  color: #D52D2D;
  background: #FFDDDD;
  line-height: 1.43;
  padding: 7px 0;
}

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

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

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

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

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

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

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

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

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

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

.privacy--txtlead {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-bottom: 90px;
  padding-left: 50px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .privacy--txtlead {
    font-size: 16px;
    line-height: 1.875;
    margin-bottom: 40px;
    padding: 20px 20px 30px 30px;
    margin-top: 0px;
  }
}

.privacy--txt {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-bottom: 90px;
  padding-left: 50px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .privacy--txt {
    font-size: 16px;
    line-height: 1.875;
    margin-bottom: 40px;
    padding: 20px 20px 0px 30px;
    margin-top: 0px;
  }
}
.privacy--txt2 {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-bottom: 90px;
  padding-left: 80px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .privacy--txt2 {
    font-size: 16px;
    line-height: 1.875;
    margin-bottom: 40px;
    padding: 20px 20px 0px 60px;
    margin-top: 0px;
  }
}

.privacy--box--list {
  display: inline-block;
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .privacy--box--list {
  padding: 20px 0 40px 20px;
  font-size: 16px;
  margin-bottom: 0px;
  }
}
.privacy--box--list li {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
  padding-left: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .privacy--box--list li {
    font-size: 14px;
  }
}

.privacy_sec {
  padding: 140px 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .privacy_sec {
    padding: 40px 0;
  }
}

.privacy_sec--inner {
  position: relative;
  padding: 0 15px;
}
.privacy_sec--main {
  max-width: 1300px;
  margin: 0 auto;
}

.privacy--day {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .privacy--day {
    font-size: 16px;
    line-height: 1.875;
  }
}


.br-sp {
  display: none;
}

@media screen and (max-width: 1080px) {
  .br-pc {
    display: none;
  }

  .br-sp {
    display: inline-block;
  }
}

.contact:hover {
  color: red;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
align
------------------------------------------------------------*/
/*
------------------------------------------------------------*/