/*共通----------*/
p,ul,li,dl,dt,dd,div,h1,h2,h3,h4,h5,a {
	text-decoration: none;
    color: #2d1f17;
    margin: 0;
	padding: 0;
	list-style: none;
}
body {
  position: relative;
  z-index: 0;
    background-color: #fff;
    font-family: source-han-serif-japanese, serif;
    font-size: 16px;
}
.en {
	font-weight: 400;
}
img {
  max-width: 100%;
  height: auto;
}
.sp {
  display: none;
}
.pc {
  display: block;
}
/*unit----------*/
.unit {
    position: relative;
    z-index: 100;
}
.unit .right {
    display: none;
}
.unit .fixed.sp {
    display: none;
}
.unit .fixed {
    position: fixed;
    bottom: 3%;
    left: 2%;
  transition: all ease 0.5s 0s;
  -webkit-transition: all ease 0.5s 0s;
  -moz-transition: all ease 0.5s 0s;
}
.unit.on .fixed {
    bottom: unset;
    top: 3%;
}
.unit .fixed ul {
}
.unit .fixed .logo {
    margin: 0 auto;
    width: 80px;
    margin-bottom: 30px;
    opacity: 0;
  transition: all ease 0.5s 0s;
  -webkit-transition: all ease 0.5s 0s;
  -moz-transition: all ease 0.5s 0s;
}
.unit.on .fixed .logo {
    opacity: 1;
}
.unit .fixed ul li {
}
.unit .fixed ul li:not(:nth-of-type(1)) {
    padding-top: 5px;
}
.unit .fixed ul li:nth-of-type(6) {
    padding-top: 10px;
}
.unit .fixed ul li a {
    color: #fff;
  transition: all ease 0.5s 0s;
  -webkit-transition: all ease 0.5s 0s;
  -moz-transition: all ease 0.5s 0s;
}
.unit.on .fixed ul li a {
    color: #2d1f17;
    font-size: 0.9em;
}
.unit .bg {
}
.form_banner {
    z-index: 100;
    position: fixed;
    bottom: 0;
    right: 0;
    background-color: #23314e;
    padding: 15px 50px;
    border-radius: 20px 0 0 0;
  transition: all ease 0.5s 0s;
  -webkit-transition: all ease 0.5s 0s;
  -moz-transition: all ease 0.5s 0s;
}
.form_banner.on {
    opacity: 0;
    pointer-events: none;
}
.form_banner a {
    color: #fff;
}
.form_banner a span {
    font-size: 1.2em;
}
/*TOP共通----------*/
.fadein {
  opacity: 0;
  transition: all ease 0.8s 0s;
  -webkit-transition: all ease 0.8s 0s;
  -moz-transition: all ease 0.8s 0s;
  transform: translate(0px, 20px);
}
a {
  transition: all ease 0.5s 0s;
  -webkit-transition: all ease 0.5s 0s;
  -moz-transition: all ease 0.5s 0s;
}
a:hover {
    opacity: 0.6;
}
.fadein.on {
  opacity: 1;
  transform: translate(0px, 0px);
}
.top_section {
  overflow: hidden;
  position: relative;
  z-index: 0;
    margin: 3rem 0;
    padding: 3rem 0;
}
.top_box {
    width: 1200px;
    max-width: 90%;
    margin: 0 auto;
}
.link_box {
    position: relative;
    z-index: 0;
}
.link_box:hover {
}
.link_box a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	margin: auto;
	z-index: 1;
}
.h2ti {
    text-align: center;
    position: relative;
    z-index: 0;
    font-size: 2.5em;
    letter-spacing: 1px;
    padding: 1.5rem 0;
    margin-bottom: 3rem;
}
.h2ti::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(.././img/ti_bg01.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.h2ti span {
    font-size: 0.85em;
}
.h3ti {
    font-size: 2em;
    padding-bottom: 10px;
    position: relative;
    z-index: 0;
}
.h3ti::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-image: url(.././img/ti_bg02.png);
    background-size: 280px auto;
    background-repeat: no-repeat;
    background-position: left bottom;
    bottom: 0;
    left: 0;
}
.ti_box {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 3rem 0;
    margin-bottom: 3rem;
}
.ti_box h2 {
    width: 1200px;
    max-width: 90%;
    margin: 0 auto;
    color: #fff;
    font-size: 2.5em;
    margin-bottom: 10px;
    font-weight: 500;
}
.ti_box p {
    width: 1200px;
    max-width: 90%;
    margin: 0 auto;
    color: #fff;
}
#top_03 .ti_box {
    background-image: url(.././img/sec02_bg.jpg);
}
#top_04 .ti_box {
    background-image: url(.././img/sec03_bg.jpg);
}
#top_05 .ti_box {
    background-image: url(.././img/sec04_bg.jpg);
}
#top_06 .ti_box {
    background-image: url(.././img/sec05_bg.jpg);
}
/*TOPPAGE----------*/
body::before {
    content: "";
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background-image: url(.././img/main_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.5;
}
#top_fv {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
    z-index: 0;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
#top_fv::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #000;
    opacity: 0.4;
}
#top_fv .bg_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}
#top_fv .bg_box .img_box {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100vh;
}
#top_fv .bg_box .img_box.img_bg01 {
    background-image: url(.././img/fv_bg01.jpg);
}
#top_fv .bg_box .img_box.img_bg02 {
    background-image: url(.././img/fv_bg02.jpg);
}
#top_fv .bg_box .img_box.img_bg03 {
    background-image: url(.././img/fv_bg03.jpg);
}
#top_fv .logo_box {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    max-width: 25%;
}
#top_fv .txt_box {
    width: 1200px;
    max-width: 90%;
    margin: 0 auto;
}
#top_fv .txt_box h1 {
    color: #fff;
    font-size: 3.5em;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 3px;
}
#top_fv .txt_box h1 span {
    border-bottom: 1px solid #fff;
}
#top_01 {
    margin-top: 0;
    padding-top: 0;
}
#top_01 .obi_box {
    background-color: #151515;
    padding: 2.5rem 0;
    position: relative;
    z-index: 0;
    pointer-events: none;
}
#top_01 .obi_box::before {
    content: "";
    position: absolute;
    z-index: -1;
    background-color: #23314e;
    width: 70%;
    height: 100%;
    top: 0;
    right: 5%;
    transform: skewX(-80deg);
}
#top_01 .obi_box .swiper-wrapper {
  transition-timing-function: linear;
}
#top_01 .obi_box .inbox {
}
#top_01 .top_box {
    background-image: url(.././img/top01_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    max-width: 100%;
}
#top_01 .top_box .inner {
    width: 1200px;
    max-width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    padding: 4rem 0;
}
#top_01 .top_box .txt_box {
    width: 80%;
    padding: 0 5%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: flex-end;
    flex-direction: row-reverse;
}
#top_01 .top_box .txt_box p {
    color: #fff;
    -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
    line-height: 260%;
    font-weight: 100;
    letter-spacing: 2px;
}
#top_01 .top_box .txt_box img {
    padding-right: 15px;
}
#top_01 .top_box .ti_box {
    max-width: 20%;
    width: 180px;
}
#top_02 {
}
#top_02 .top_box {
}
#top_02 .top_box ul {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
}
#top_02 .top_box ul li {
    width: 48%;
    margin-bottom: 4%;
}
#top_02 .top_box ul li p {
    margin-top: 15px;
}
#top_03 {
}
#top_03 .top_box {
}
#top_03 .top_box .inner {
    position: relative;
    z-index: 0;
}
#top_03 .top_box .inner:not(:nth-of-type(1)) {
    margin-top: 3rem;
}
#top_03 .top_box .inner:nth-of-type(even) {
}
#top_03 .top_box .inner:nth-of-type(even) .txt {
    left: unset;
    right: 0;
    text-align: right;
    justify-content: flex-end;
}
#top_03 .top_box .txt {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    margin: auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
    flex-wrap: wrap;
    width: 55%;
}
#top_03 .top_box .txt h3 {
    width: 100%;
    border-bottom: 1px solid;
    font-size: 1.9em;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
#top_03 .top_box .txt p {
}
#top_03 .top_box .img {
    width: 50%;
    margin: 0 0 0 auto;
}
#top_03 .top_box .inner:nth-of-type(even) .img {
    margin: 0 auto 0 0;
}
#top_04 {
}
#top_04 .top_box {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
#top_04 .top_box .img {
    width: 45%;
    padding-right: 5%;
}
#top_04 .top_box .txt {
    width: 55%;
}
#top_04 .top_box .txt h2 {
    font-size: 2.8em;
    margin-bottom: 2rem;
}
#top_04 .top_box .txt ul {
}
#top_04 .top_box .txt ul li {
}
#top_04 .top_box .txt ul li:not(:nth-of-type(1)) {
    margin-top: 2rem;
}
#top_04 .top_box .txt ul li .h3ti {
    font-size: 1.6em;
    padding-bottom: 5px;
}
#top_04 .top_box .txt ul li .h3ti::before {
    background-size: 180px auto;
}
#top_04 .top_box .txt ul li p {
    margin-top: 1rem;
}
#top_05 {
}
#top_05 .top_box {
}
#top_05 .top_box .inner {
}
#top_05 .top_box .inner h3 {
    font-size: 1.6em;
    letter-spacing: 1px;
    text-align: center;
    padding-bottom: 1rem;
}
#top_05 .top_box .inner1 {
}
#top_05 .top_box .inner1 dl {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 1000px;
    max-width: 80%;
    margin: 0 auto;
    background-color: #fff;
    padding: 15px 0;
}
#top_05 .top_box .inner1 dl:nth-of-type(even) {
    background-color: #e7e7e7;
}
#top_05 .top_box .inner1 dl dt {
    width: 40%;
    text-align: center;
    padding: 0 10px;
}
#top_05 .top_box .inner1 dl dd {
    width: 60%;
    padding: 0 10px;
}
#top_05 .top_box .inner1 p {
    padding: 15px 0;
    background-color: #23314e;
    color: #fff;
    font-size: 1.6em;
    width: calc(100% - 100px);
    max-width: calc(100% - 10%);
    padding-left: 250px;
    position: relative;
    z-index: 0;
}
#top_05 .top_box .inner1 p::before {
    content: "";
    position: absolute;
    z-index: 1;
    background-image: url(.././img/sec04_img01.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom;
    bottom: 0;
    left: 0;
    width: 200px;
    height: 280px;
}
#top_05 .top_box .inner2 {
    margin-top: 3rem;
}
#top_05 .top_box .inner2 ul {
    border-top: 1px solid #2d1f17;
    padding-top: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
}
#top_05 .top_box .inner2 ul li {
    width: 49%;
}
#top_05 .top_box .inner2 ul li h4 {
    background-color: #fff;
    border-left: 3px solid #b30000;
    padding: 15px;
    font-weight: 600;
}
#top_05 .top_box .inner2 ul li p {
    margin: 1rem 13px;
}
#top_05 .top_box .inner2 ul li .table {
}
#top_05 .top_box .inner2 ul li .table .inbox2 {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    border-top: 1px solid #7a7a7a;
    border-right: 1px solid #7a7a7a;
}
#top_05 .top_box .inner2 ul li .table .inbox3 dl {
    border-bottom: 0px solid #7a7a7a;
}
#top_05 .top_box .inner2 ul li .table .inbox4 dl {
    border: 1px solid #23314e;
}
#top_05 .top_box .inner2 ul li .table .inbox2 ,
#top_05 .top_box .inner2 ul li .table .inbox3 ,
#top_05 .top_box .inner2 ul li .table .inbox4 {
    margin-top: 20px;
}
#top_05 .top_box .inner2 ul li .table .inbox2 p {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin: 0px 0px;
    padding: 0 5px;
    background-color: #7a7a7a;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
#top_05 .top_box .inner2 ul li .table .inbox2 .in {
    width: calc(100% - 34px);
}
#top_05 .top_box .inner2 ul li .table dl {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 1.2em;
    padding: 10px;
    border-bottom: 1px solid #7a7a7a;
}
#top_05 .top_box .inner2 ul li .table .inbox1 dl:nth-of-type(3) {
    background-color: #7a7a7a;
}
#top_05 .top_box .inner2 ul li .table .inbox1 dl:nth-of-type(3) dt {
    color: #fff;
}
#top_05 .top_box .inner2 ul li .table .inbox1 dl:nth-of-type(3) dd {
    color: #fff;
}
#top_05 .top_box .inner2 ul li .table dl dt {
    width: auto;
}
#top_05 .top_box .inner2 ul li .table dl dd {
    width: auto;
}
#top_05 .top_box .inner2 ul li .table dl dd span {
    font-size: 0.8em;
}
#top_05 .top_box .inner2 ul li .table dl dd.red {
    color: #23314e;
}
#top_05 .top_box .inner2 p {
    margin-top: 2rem;
    text-align: right;
}
#top_06 {
}
#top_06 .inner.inner1 {
    position: relative;
    z-index: 0;
}
#top_06 .inner.inner1 .bg_img {
    position: absolute;
    z-index: -1;
    width: 27%;
}
#top_06 .inner.inner1 .bg_img.img_01 {
    top: 13%;
    right: 0;
}
#top_06 .inner.inner1 .bg_img.img_02 {
    top: 46%;
    left: 0;
}
#top_06 .inner.inner1 .bg_img.img_03 {
    right: 0;
    bottom: 3%;
}
#top_06 .inner.inner2 {
    margin-top: 4rem;
}
#top_06 .inner.inner1 .top_box {
}
#top_06 .inner.inner1 .top_box h3 {
    text-align: center;
    font-size: 1.4em;
    border-bottom: 1px solid;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
#top_06 .inner.inner1 .top_box ul {
}
#top_06 .inner.inner1 .top_box ul li {
}
#top_06 .inner.inner1 .top_box ul li:not(:last-of-type) {
    padding-bottom: 5rem;
    position: relative;
    z-index: 0;
}
#top_06 .inner.inner1 .top_box ul li:not(:last-of-type)::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 14px 0 14px;
    border-color: #23314e transparent transparent transparent;
    bottom: calc(2.5rem - 7px);
    right: 0;
    left: 0;
    margin: auto;
}
#top_06 .inner.inner1 .top_box ul li h4 {
    background-color: #fff;
    border-left: 3px solid #23314e;
    padding: 10px 15px;
    font-size: 1.1em;
}
#top_06 .inner.inner1 .top_box ul li h4 span {
    font-size: 0.8em;
    display: block;
    letter-spacing: 1px;
}
#top_06 .inner.inner1 .top_box ul li p {
    padding: 10px 15px 0px;
    line-height: 160%;
}
#top_06 .inner.inner2 h2 {
    text-align: center;
    font-size: 1.9em;
    padding-bottom: 5px;
}
#top_06 .inner.inner2 h2 span {
    border-bottom: double 4px #23314e;
}
#top_06 .inner.inner2 h2 em {
    font-style: normal;
    font-size: 0.9em;
}
#top_06 .inner.inner2 p {
    text-align: center;
    margin: 15px 0 30px;
}
#top_06 .inner.inner2 .slider_box {
}
#top_06 .inner.inner2 .slider_box .swiper-wrapper {
    transition-timing-function: linear;
}
#top_06 .inner.inner2 .slider_box .img_box {
}
#top_06 .inner.inner2 .slider_box  p {
    margin: 10px 0 0px;
}
#top_07 {
}
#top_07 .top_box {
    width: 100%;
    max-width: 100%;
}
#top_07 .top_box .inner {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
#top_07 .top_box .inner:not(:last-of-type) {
    margin-bottom: 4rem;
}
#top_07 .top_box .inner:nth-of-type(even) {
    flex-direction: row-reverse;
}
#top_07 .top_box .inner .txt {
    width: 50%;
    padding: 0 2.5% 0 5%;
}
#top_07 .top_box .inner:nth-of-type(even) .txt {
    padding: 0 5% 0 2.5%;
}
#top_07 .top_box .inner .txt h3 {
    font-size: 2.3em;
    margin-bottom: 1rem;
}
#top_07 .top_box .inner .txt p {
    line-height: 160%;
}
#top_07 .top_box .inner .img {
    width: 50%;
}
#top_08 {
}
#top_08 .top_box {
}
#top_08 .top_box ul {
}
#top_08 .top_box ul li {
    position: relative;
    z-index: 0;
}
#top_08 .top_box ul li:not(:last-of-type) {
    margin-bottom: 3rem;
}
#top_08 .top_box ul li .img {
    width: 50%;
    text-align: center;
}
#top_08 .top_box ul li:nth-of-type(even) .img {
    margin: 0 0 0 auto;
}
#top_08 .top_box ul li .txt {
    position: absolute;
    width: 55%;
    background-color: #fff;
    box-shadow: 0px 0px 5px #0000007a;
    padding: 20px;
}
#top_08 .top_box ul li:nth-of-type(odd) .txt {
    bottom: 0;
    right: 0;
}
#top_08 .top_box ul li:nth-of-type(even) .txt {
    bottom: 0;
    left: 0;
}
#top_08 .top_box ul li .txt h3 {
    font-size: 1.3em;
    margin-bottom: 20px;
}
#top_08 .top_box ul li .txt h3 span {
    padding-right: 30px;
}
#top_08 .top_box ul li .txt p {
    line-height: 170%;
}
#top_09 {
}
#top_09 .top_box {
}
#top_09 .top_box ul {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
}
#top_09 .top_box ul li {
    width: 31%;
    margin-bottom: 4%;
}
#top_09 .top_box ul li .img {
}
#top_09 .top_box ul li .img img {
    border-radius: 15px;
}
#top_09 .top_box ul li .txt {
    margin-top: 10px;
}
#top_09 .top_box ul li .txt dl {
}
#top_09 .top_box ul li .txt dl dt {
    font-size: 1.3em;
}
#top_09 .top_box ul li .txt dl dd {
}
#top_10 {
}
#top_10 .top_box {
    width: 1000px;
}
#top_10 .top_box dl {
    background-color: #fff;
    box-shadow: 0px 0px 5px #00000057;
    padding: 30px 20px;
}
#top_10 .top_box dl:not(:last-of-type) {
    margin-bottom: 2rem;
}
#top_10 .top_box dl dt {
    position: relative;
    z-index: 0;
    padding-left: 40px;
    padding-right: 30px;
    line-height: 30px;
    cursor: pointer;
}
#top_10 .top_box dl dt::before {
    content: "Q";
    position: absolute;
    font-style: normal;
    background-color: #23314e;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    line-height: 30px;
    color: #fff;
    left: 0;
}
#top_10 .top_box dl dt span::before ,
#top_10 .top_box dl dt span::after {
    content: "";
    position: absolute;
    background-color: #23314e;
    width: 20px;
    height: 2px;
    right:0;
    top: 0;
    bottom: 0;
    margin: auto;
  transition: all ease 0.8s 0s;
  -webkit-transition: all ease 0.8s 0s;
  -moz-transition: all ease 0.8s 0s;
}
#top_10 .top_box dl:hover dt span::before ,
#top_10 .top_box dl:hover dt span::after {
    opacity: 0.6;
}
#top_10 .top_box dl dt span::before {
}
#top_10 .top_box dl dt span::after {
    transform: rotate(90deg);
}
#top_10 .top_box dl.active dt span::after {
    transform: rotate(0deg);
}
#top_10 .top_box dl dd {
    position: relative;
    z-index: 0;
    border-top: 1px solid #bdbdbd;
    padding-top: 30px;
    margin-top: 30px;
    padding-left: 40px;
    line-height: 180%;
    display: none;
}
#top_10 .top_box dl dd::before {
    content: "A";
    position: absolute;
    font-style: normal;
    background-color: #6d0606;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    line-height: 30px;
    color: #fff;
    left: 0;
}
#top_11 {
}
#top_11 .top_box {
    width: 1000px;
}
#top_11 .top_box .inner {
    padding-top: 15px;
}
#top_11 .top_box .inner:not(:first-of-type) {
    border-top: 1px solid #737374;
}
#top_11 .top_box .inner dl {
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
#top_11 .top_box .inner dl dt {
    width: 25%;
}
#top_11 .top_box .inner dl dt span {
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
}
#top_11 .top_box .inner dl dt span::after {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #f02e2e;
    border-radius: 50%;
    display: inline-block;
    margin-left: 5px;
}
#top_11 .top_box .inner dl dd {
    width: 75%;
}
#top_11 .top_box .inner.add {
}
#top_11 .top_box .inner.add dl {
}
#top_11 .top_box .inner.add dl dt {
}
#top_11 .top_box .inner.add dl dd {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
#top_11 .top_box .inner.add dl dd p {
    width: 100%;
}
#top_11 .top_box .inner.add dl dd p:not(:last-of-type) {
    margin-bottom: 15px;
}
#top_11 .top_box .inner.add dl dd p:nth-of-type(1),
#top_11 .top_box .inner.add dl dd p:nth-of-type(2) {
    width: 48%;
}
#top_11 .top_box .inner.add dl dd p em {
    display: inline-block;
    width: 24%;
    font-style: normal;
}
#top_11 .top_box .inner.add dl dd p:nth-of-type(1) em,
#top_11 .top_box .inner.add dl dd p:nth-of-type(2) em {
    width: 50%;
}
#top_11 .top_box .inner.add dl dd p span {
    display: inline-block;
    width: 76%;
}
#top_11 .top_box .inner.add dl dd p:nth-of-type(1) span,
#top_11 .top_box .inner.add dl dd p:nth-of-type(2) span {
    width: 50%;
}
#top_11 .top_box .inner textarea ,
#top_11 .top_box .inner input[type="email"],
#top_11 .top_box .inner input[type="text"] {
    width: 100%;
    background-color: #eaeaea;
    border: unset;
    outline: 1px solid #b3b3b3;
    padding: 15px;
    font-family: source-han-serif-japanese, serif;
}
#top_11 .top_box .inner textarea {
}
#top_11 .top_box .check_box {
    width: 80%;
    margin: 30px auto 50px;
    text-align: center;
    border: 1px solid #737374;
    padding: 30px 15px;
}
#top_11 .top_box .check_box p {
    margin-bottom: 10px;
}
#top_11 .top_box .check_box p a {
    border-bottom: 1px solid;
    padding-bottom: 3px;
    display: inline-block;
}
#top_11 .top_box .check_box .check {
}
#top_11 .top_box .check_box .check {
}
#top_11 .top_box .contactForm__btnBox {
    text-align: center;
}
#top_11 .top_box .contactForm__btnBox input[type="submit"] {
    background-color: #23314e;
    text-align: center;
    color: #fff;
    outline: none;
    border: unset;
    padding: 20px 0;
    width: 250px;
    font-size: 1em;
    max-width: 100%;
    font-family: source-han-serif-japanese, serif;
  transition: all ease 0.8s 0s;
  -webkit-transition: all ease 0.8s 0s;
  -moz-transition: all ease 0.8s 0s;
    cursor: pointer;
}
#top_11 .top_box .contactForm__btnBox input[type="submit"]:hover {
    opacity: 0.6;
}
.footer {
}
.footer .f_menu {
    width: 1200px;
    max-width: 90%;
    margin: 3rem auto;
}
.footer .f_menu ul {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
}
.footer .f_menu ul li {
    line-height: 20px;
}
.footer .f_menu ul li.line {
    display: block;
    height: 20px;
    width: 1px;
    background-color: #787878;
}
.footer .f_menu ul li dl {
}
.footer .f_menu ul li dl dt {
}
.footer .f_menu ul li dl dd {
    margin-top: 10px;
}
.footer .f_menu ul li dl dd a:not(:last-of-type) {
    margin-bottom: 5px;
}
.footer .f_menu ul li a {
    display: block;
}
.footer .inbox {
    background-image: url(.././img/footer_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 3rem 0;
    text-align: center;
}
.footer .inbox .logo {
    max-width: 25%;
    margin: 0 auto;
}
.footer .inbox .cop {
    font-size: 0.8em;
    color: #fff;
    margin-top: 1rem;
    font-weight: 400;
}
@media screen and (max-width:1500px) {
body {
    font-size: 1.3vw;
}
}
@media screen and (max-width:1300px) {
#top_fv {
    height: calc(100vh - 67px);
}
.unit .fixed {
    display: none;
}
.unit {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
}
.unit .right {
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 15px;
}
.unit.on .right {
}
.unit .right .logo {
    width: 220px;
}
.unit .right .menu_botton {
    width: 30px;
    height: 15px;
    display: block;
    position: relative;
    z-index: 0;
}
.unit .right .menu_botton span {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 1px;
    margin: auto;
    left: 0;
    right: 0;
    background-color: #2d1f17;
  transition: all ease 0.5s 0s;
  -webkit-transition: all ease 0.5s 0s;
  -moz-transition: all ease 0.5s 0s;
}
.unit .right .menu_botton span:nth-of-type(1) {
    top:0;
}
.unit .right .menu_botton span:nth-of-type(2) {
    top:0;
    bottom: 0;
}
.unit .right .menu_botton span:nth-of-type(3) {
    bottom: 0;
}
.unit.active .right .menu_botton span:nth-of-type(1) {
    top:0;
    bottom: 0;
    transform: rotate(-45deg);
}
.unit.active .right .menu_botton span:nth-of-type(2) {
    top:0;
    bottom: 0;
    opacity: 0;
}
.unit.active .right .menu_botton span:nth-of-type(3) {
    bottom: 0;
    top:0;
    transform: rotate(45deg);
}
.unit .fixed {
    position: relative;
    left: 0;
    top: 0;
    bottom: unset;
    background-color: #23314e;
    padding: 30px;
}
.unit.active .fixed {
}
.unit .fixed .logo {
    display: none;
}
.unit.on .fixed ul li a {
    color: #ffffff;
    font-size: 1.1em;
}
.unit .fixed ul li a {
    color: #ffffff;
    font-size: 1.1em;
    display: block;
    text-align: center;
    padding: 7px 0;
}
.unit .fixed ul li:not(:last-of-type) a {
    border-bottom: 1px solid #fff;
}
.unit .fixed ul li:not(:nth-of-type(1)) {
    padding-top: 0px;
}
.unit .fixed.pc {
    display: none;
}
}
@media screen and (max-width:1100px) {
#top_05 .top_box .inner1 p {
    width: calc(100% - 10%);
    padding-left: 20vw;
}
#top_05 .top_box .inner1 p::before {
    width: 18vw;
}
/*unit----------*/
.unit {
}
/*TOP共通----------*/
.link_box {
}
.toptih2 {
}
/*TOPPAGE----------*/
/*サブ共通----------*/
.subtih2 {
}
}
@media screen and (max-width:800px) {
body {
    font-size: 1.7vw;
}
#top_07 .top_box .inner .txt h3 {
    font-size: 1.8em;
}
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }

}
@media screen and (max-width:650px) {
#top_fv .logo_box {
    max-width: 55%;
}
body {
    font-size: 14px;
}
#top_fv {
    align-content: flex-end;
}
#top_fv .txt_box h1 {
    font-size: 2.8em;
}
#top_fv .txt_box {
    bottom: 10%;
    position: relative;
}
#top_01 .obi_box {
    padding: 2rem 0;
}
#top_01 .obi_box::before {
    transform: skewX(-50deg);
}
#top_01 .top_box .ti_box {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    width: 120px;
}
#top_01 .top_box .txt_box {
    width: 100%;
    padding: 2rem 0 0;
}
#top_01 .top_box .inner {
    padding: 3rem 0;
    flex-direction: column-reverse;
}
#top_01 .top_box .txt_box img {
    padding-right: 10px;
    width: 40px;
}
#top_01 .top_box .txt_box p {
    line-height: 160%;
}
#top_02 .top_box ul li {
    width: 100%;
}
#top_02 .top_box ul li:not(:last-of-type) {
    margin-bottom: 1.5rem;
}
.top_section {
    margin: 2rem 0;
    padding: 2rem 0;
}
.h2ti {
    margin-bottom: 2rem;
    font-size: 2.2em;
}
.ti_box {
    padding: 2rem 0;
    margin-bottom: 2rem;
}
.ti_box h2 {
    font-size: 2.1em;
}
.h3ti {
    font-size: 1.8em;
    padding-bottom: 5px;
}
.h3ti::before {
    background-size: 230px auto;
}
#top_03 .top_box .img {
    width: 75%;
}
#top_03 .top_box .inner {
    padding-bottom: 15%;
}
#top_03 .top_box .txt {
    height: auto;
    width: 90%;
    background-color: #ffffffa3;
    padding: 10px;
    top: unset;
    bottom: 0;
}
#top_03 .top_box .txt h3 {
    font-size: 1.6em;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
#top_03 .top_box .txt p {
    text-align: left;
}
.ti_box p {
    max-width: 93%;
}
#top_04 .top_box {
    position: relative;
    z-index: 0;
}
#top_04 .top_box .img {
    width: 90%;
    padding-right: 0%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    opacity: 0.3;
}
#top_04 .top_box .txt {
    width: 100%;
}
#top_04 .top_box .txt h2 {
    font-size: 1.8em;
    margin-bottom: 1rem;
}
#top_05 .top_box .inner1 dl {
    max-width: 100%;
}
#top_05 .top_box .inner1 dl dt {
    width: 35%;
    padding: 0 5px;
}
#top_05 .top_box .inner1 dl dd {
    width: 65%;
    padding: 0 5px;
}
#top_05 .top_box .inner1 p {
    width: 100%;
    padding-left: 20vw;
    max-width: initial;
    font-size: 1.1em;
}
#top_05 .top_box .inner2 {
    margin-top: 2rem;
}
#top_05 .top_box .inner2 ul li {
    width: 100%;
}
#top_05 .top_box .inner2 ul li:nth-of-type(1) {
    margin-bottom: 2rem;
}
#top_05 .top_box .inner2 ul li p {
    margin: 1rem 0px;
}
#top_05 .top_box .inner2 ul li .table dl dd {
    text-align: right;
    width: 90px;
}
#top_05 .top_box .inner2 ul li .table dl {
    font-size: 1.2em;
    padding: 5px;
}
#top_05 .top_box .inner2 ul li .table dl dt {
    width: calc(100% - 90px);
}
#top_05 .top_box .inner2 ul li .table .inbox2, #top_05 .top_box .inner2 ul li .table .inbox3, #top_05 .top_box .inner2 ul li .table .inbox4 {
    margin-top: 10px;
}
#top_06 .inner.inner1 .bg_img {
    width: 55%;
}
#top_06 .inner.inner1 .bg_img.img_01 {
    top: 11%;
}
#top_06 .inner.inner1 .bg_img.img_02 {
    top: 48%;
}
#top_07 .top_box .inner .img {
    width: 100%;
}
#top_07 .top_box .inner .txt {
    width: 100%;
    padding: 1rem 0 0;
}
#top_07 .top_box .inner {
    flex-direction: column-reverse;
}
#top_07 .top_box {
    max-width: 90%;
}
#top_07 .top_box .inner .txt h3 {
    font-size: 1.5em;
    margin-bottom: 0.5rem;
}
#top_07 .top_box .inner:nth-of-type(even) .txt {
    padding: 1rem 0 0;
}
#top_07 .top_box .inner:nth-of-type(even) {
    flex-direction: column-reverse;
}
#top_07 .top_box .inner:not(:last-of-type) {
    margin-bottom: 2rem;
}
#top_08 .top_box ul li .img {
    width: 100%;
}
#top_08 .top_box ul li .txt {
    position: relative;
    width: 100%;
    padding: 15px;
    margin-top: -10%;
}
#top_08 .top_box ul li .txt h3 {
    margin-bottom: 15px;
}
#top_09 .top_box ul li {
    width: 48%;
    margin-bottom: 2rem;
}
#top_09 .top_box ul li .img img {
    border-radius: 5px;
}
#top_10 .top_box dl {
    padding: 20px 10px;
}
#top_10 .top_box dl dt {
    line-height: 23px;
}
#top_11 .top_box .inner dl dt {
    width: 100%;
    margin-bottom: 5px;
}
#top_11 .top_box .inner dl dd {
    width: 100%;
}
#top_11 .top_box .inner textarea, #top_11 .top_box .inner input[type="email"], #top_11 .top_box .inner input[type="text"] {
    padding: 10px;
}
#top_11 .top_box .inner dl {
    margin-bottom: 10px;
}
#top_11 .top_box .inner {
    padding-top: 10px;
}
#top_11 .top_box .inner.add dl dd p:nth-of-type(1), #top_11 .top_box .inner.add dl dd p:nth-of-type(2) {
    width: 100%;
}
#top_11 .top_box .inner.add dl dd p:nth-of-type(1) span, #top_11 .top_box .inner.add dl dd p:nth-of-type(2) span {
    width: 100%;
}
#top_11 .top_box .inner.add dl dd p:nth-of-type(1) em, #top_11 .top_box .inner.add dl dd p:nth-of-type(2) em {
    width: 100%;
}
#top_11 .top_box .inner.add dl dd p em {
    width: 100%;
}
#top_11 .top_box .inner.add dl dd p span {
    display: inline-block;
    width: 100%;
}
#top_11 .top_box .inner.add dl dd p:not(:last-of-type) {
    margin-bottom: 10px;
}
#top_11 .top_box .check_box {
    width: 100%;
    margin: 20px auto 40px;
    padding: 20px 10px;
}
.footer .f_menu {
    display: none;
}
}