@media screen and (min-width:481px) {.pc_none {display: none!important;}}
@media screen and (max-width:480px) {.sp_none {display: none!important;}}
html {
  visibility: hidden;
	font-size: 62.5%;
}
html.wf-active {
  visibility: visible;
}
body {
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #1e1e1e;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt";
}
.fixed_header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    padding: 1vw 0;
    width: 100%;
    z-index: 99;
}
.fixed_header_gray {background: rgba(0,0,0,0.30)!important;}
.header_top {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content:space-between;
    width: 95%;
    margin: 0 auto;
}
.header_top_left {
    width: 15%;
}
.header_top_left img {
    width: 100%;
}
.header_top_right {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    width: 77vw;
}
.header_top_right_left {
    width: 52vw;
}
    #menu-btn-check {
    display: none;
}
.header_top_right_left nav ul {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content:flex-end;
    padding-top: .7vw;
}
.header_top_right_left nav ul li {
    position: relative;
    margin-right: 1vw;
}
.header_top_right_left nav ul li a {
    font-size: 1vw;
    color: #fff;
}
    .header_top_right_left nav ul li a:hover {
        opacity: .7;
    }
.header_top_right_left nav ul li ul {
    display: none;
    width: max-content;
    position: absolute;
    top: 1vw;
    list-style: none;
    padding-left: 20px;
}
    .header_top_right_left nav ul li ul li:nth-child(2) {
        border-top: 1px solid #1e1e1e;
    }
    .header_top_right_left nav ul li ul a {
        display: block;
        padding: .6vw 1vw;
        background: #C8C8C8;
        color: #1e1e1e;
    }
    .header_top_right_left nav ul li .disabled-link {
    pointer-events: none;
    cursor: default;
}
/* アコーディオンスタイル */
.header_top_right_left nav ul li:hover > ul {
    display: block;
}
.header_top_right_right {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content:space-between;
    width: 25vw;
    margin-top: -.3vw;
}
.header_top_right_right_block {
    width: 50%;
}
.header_top_right_right_block_left {
    font-size: 1vw;
    color: #fff;
} 
.header_top_right_right_block_left a {
    display: block;
    width: 90%;
    margin-top: .3vw;
    padding: .3vw;
    text-align: center;
    background: #0080CB;
    border-radius: .4vw;
}
.header_top_right_right_block_right img {
    width: 100%;
    margin-top: .5vw;
}
@media screen and (max-width:899px) {
    .fixed_header {
    position: fixed;
    top: 1vw;
    right: 0;
    left: 0;
    margin: auto;
    padding: 1vw 0;
    width: 95%;
    border-radius: 1vw;
    z-index: 99;
}
.fixed_header_gray {background: rgba(0,0,0,0.0)!important;}
.header_top {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content:space-between;
    width: 95%;
    margin: 0 auto;
}
.header_top_left {
    display: none;
}
.header_top_left img {
    width: 100%;
}
    .menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 50px;
    width: 50px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #0080CB;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}
.header_top_right {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #1e1e1e;
    transition: all 0.5s;/*アニメーション設定*/
}
    #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
    #menu-btn-check {
    display: none;
}
    #menu-btn-check:checked ~ .header_top_right {
    left: 0;/*メニューを画面内へ*/
}
.header_top_right_left {
    width: 100%;
}
.header_top_right_left nav ul {
    display: block;
    width: 80%;
    margin: 0 auto;
    padding-top: 30vw;
}
.header_top_right_left nav ul li {
    margin-bottom: 7vw;
}
.header_top_right_left nav ul li a {
    font-size: 6vw;
    font-weight: 600;
    color: #fff;
    letter-spacing: .2vw;
}
.header_top_right_left nav ul ul {
    position: relative!important;
    display: block!important;
    width: 90%!important;
    margin: 0 auto!important;
    padding-top: 2vw!important;
    padding-left: 0!important;
}
.header_top_right_left nav ul li li {
    margin-bottom: 3vw!important;
}
    .header_top_right_left nav ul ul a::before {
        content: '・'!important;
    }
.header_top_right_left nav ul ul a {
    font-size: 4vw!important;
    font-weight: 400!important;
    color: #fff!important;
    background: none!important;
    letter-spacing: .2vw!important;
}
    .header_top_right_left nav ul li .disabled-link {
    pointer-events: none!important;
    cursor: default!important;
}
.header_top_right_right {
    display: block;
    width:80vw;
    margin: 0 auto;
}
.header_top_right_right_block {
    width: 100%;
}
.header_top_right_right_block_left {
    font-size: 4vw;
    color: #fff;
    text-align: center;
} 
.header_top_right_right_block_left a {
    display: block;
    width: 100%;
    margin: 2vw 0;
    padding: 1vw 0;
    text-align: center;
    background: #0080CB;
    border-radius: 1vw;
}
.header_top_right_right_block_right img {
    width: 100%;
    margin-top: .5vw;
}
}
.bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}
.bg video {
    width: auto;
    height: 60vw;
}
@media screen and (max-width:1260px) and (min-width:481px) {
    .bg video {
    width: auto;
    height: 100vh;
}
}
@media screen and (max-width:480px) {
    .bg video {
        position: absolute;
        right: 0;
    width: auto;
    height: 100vh;
        margin: 0 auto 0 0;
}
}
.header {
    position: relative;
    width: 100vw;
    height: 100vh;
    color: #3c3c3c;
    mix-blend-mode:multiply;
}
.header_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    width: 90%;
    max-width: 880px;
}
.header_box h1 {
    margin-bottom: 15px;
    font-family: oswald, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 80px;
    line-height: 1;
}
.header_box h1 span {
    font-size: 20px!important;
}
.header_box p {
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 1px;
}
@media screen and (max-width:480px) {
.header_box h1 {
    font-size: 60px;
}
.header_box h1 span {
    font-size: 16px!important;
}
.header_box p {
    font-size: 16px;
    letter-spacing: 0;
    text-align: justify;
} 
}
.service {
    position: relative;
    width: 100vw;
    padding: 100px 0 100px;
    color: #fff;
    background: rgba(0,0,0,0.86);
    border-top: 2px solid rgba(255,255,255,0.50);
    border-bottom: 2px solid rgba(255,255,255,0.50);
}
.service_title {
    width: 90%;
    max-width: 880px;
    margin: 0 auto;
}
.service_title h2 {
    margin-bottom: 15px;
    font-family: oswald, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 60px;
    line-height: 1;
}
.service_title h2 span {
    margin-left: 10px;
    font-size: 20px!important;
}
.service_title p {
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 1px;
}
.service_box {
    width: 90%;
    max-width: 880px;
    margin: 0 auto;
}
.service_box_left {
}
.service_box_left img {
    display: block;
    width: 55%;
    margin: 50px auto;
}
.service_box_left p {
    display: block;
    width: 80%;
    margin: 50px auto;
    font-size: 14px;
    line-height: 150%;
}
.service_box_right h3 {
    padding-bottom: 5px;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
    border-bottom: 1px solid #fff;
    letter-spacing: .3px;
}
.service_box_right ul {
    font-size: 16px;
    font-weight: 400;
}
.service_box_right ul li {
    margin-bottom: 10px;
}
@media screen and (max-width:480px) {
    .service_title h2 {
    font-size: 40px;
}
.service_title h2 span {
    margin-left: 10px;
    font-size: 16px!important;
}
.service_title p {
    font-size: 16px;
}
.service_box_left img {
    width: 90%;
    margin: 25px auto;
}
.service_box_left p {
    display: block;
    width: 100%;
    margin: 50px auto;
    font-size: 13px;
    line-height: 150%;
}
}
.flow {
    padding: 100px 0 100px;
}
.flow h2 {
    width: 90%;
    max-width: 1080px;
    margin: 0 auto 15px;
    font-family: oswald, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 60px;
    line-height: 1;
}
.flow h2 span {
    margin-left: 10px;
    font-size: 20px!important;
}
.flow_box {
    display: block;
    width: 90%;
    max-width: 1080px;
    margin: 50px auto;
    padding: 50px 25px;
    background: rgba(255, 255, 255, 0.80);
    border-radius: 10px;
}
.flow_box img {
    width: 100%;
}
.flow_box p {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    color: #3c3c3c;
    line-height: 140%;
}
@media screen and (max-width:480px) {
.flow h2 {
    font-size: 40px;
}
.flow h2 span {
    font-size: 16px!important;
}
.flow_box {
    margin: 25px auto;
    padding: 25px 10px;
}
}
.fee {
    padding: 50px 0 100px;
}
.fee h2 {
    width: 90%;
    max-width: 880px;
    margin: 0 auto 15px;
    font-family: oswald, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 60px;
    line-height: 1;
}
.fee h2 span {
    margin-left: 10px;
    font-size: 20px!important;
}
.fee_box01 {
    display: block;
    width: 90%;
    max-width: 880px;
    margin: 50px auto;
    padding: 50px 25px;
    background: rgba(255, 255, 255, 0.80);
    border-radius: 10px;
}
.fee_box01 h3 {
    font-size: 25px;
    font-weight: 600;
    color: #0080CB;
}
.fee_box01 ul {
    margin-top: 20px;
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 600;
}
.fee_box01 ul li::before {
    content: '◯ ';
    color: #0080CB;
}
.fee_box01 ul li {
    margin-bottom: 10px;
}
.fee_box01_box01 {
    display: block;
    width: 100%;
    margin: 0 0 25px 0;
    padding: 25px;
    background: #DEF2FF;
    border-radius: 10px;
}
.fee_box01_box01 h4 {
    margin-bottom: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    font-size: 20px;
    font-weight: 600;
    border-left: 5px solid #0080CB;
}
.fee_box01 p {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    color: #3c3c3c;
    line-height: 140%;
}
.fee_box01_box01_box01 {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content:space-between;
    width: 100%;
    margin: 0 auto;
}
.fee_box01_box01_box01_block {
    width: 24%;
    margin: 0;
}
.fee_box01_box01_box01_block h5 {
    padding: 15px 0;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    background: #0080CB;
    color: #fff;
    border: 3px solid #0080CB;
    border-radius: 10px 10px 0 0;
}
.fee_box01_box01_box01_block p {
    padding: 15px 0;
    margin: 0!important;
    font-size: 16px;
    text-align: center;
    background: #fff;
    border: 3px solid #0080CB;
    border-radius: 0 0 10px 10px;
}
.fee_box01_box01 span {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    color: #3c3c3c;
    line-height: 140%;
}
@media screen and (max-width:480px) {
    
.fee h2 {
    font-size: 40px;
}
.fee h2 span {
    font-size: 16px!important;
}
.fee_box01 {
    margin: 25px auto;
    padding: 25px 10px;
}
.fee_box01 h3 {
    font-size: 22px;
}
.fee_box01 ul {
    font-size: 18px;
}
.fee_box01 ul li {
    margin-bottom: 15px;
    padding-left: 1.4em;
    text-indent: -1.4em;
    line-height: 140%;
}
.fee_box01_box01 h4 {
    margin-bottom: 15px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 10px;
    font-size: 20px;
    font-weight: 600;
    border-left: 5px solid #0080CB;
}
.fee_box01_box01_box01 {
    display: block;
}
.fee_box01_box01_box01_block {
    width: 100%;
    margin-bottom: 25px;
}
    .fee_box01 p {
    padding-left: 2.5em;
    text-indent: -2.5em;
    }
}
.superiority {
    padding: 0px 0 100px;
}
.superiority h2 {
    width: 90%;
    max-width: 880px;
    margin: 0 auto 15px;
    font-family: oswald, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 60px;
    line-height: 1;
}
.superiority h2 span {
    margin-left: 10px;
    font-size: 20px!important;
}
.superiority_box {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content:space-between;
    width: 90%;
    max-width: 880px;
    margin: 50px auto;
}
.superiority_box_block {
    width: 32%;
    margin: 0;
    padding: 20px;
    background: rgba(255, 255, 255, 1.00);
    border-radius: 10px;
    box-shadow: 0 3px 20px rgba(224,224,224,1.00);
}
.superiority_box_block img {
    display: block;
    width: 50%;
    margin: 0 auto;
}
.superiority_box_block h3 {
    margin: 20px 0;
    padding-bottom: 3px;
    font-size: 20px;
    font-weight: 700;
    border-bottom: 1px solid #3c3c3c;
}
.superiority_box_block ul {
}
.superiority_box_block ul li {
    margin-bottom: 10px;
    padding-left: .5em;
    text-indent: -.5em;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
}
.superiority_box span {
    margin-top: 30px;
    font-size: 14px;
}
@media screen and (max-width:480px) {
.superiority h2 {
    font-size: 40px;
}
.superiority h2 span {
    font-size: 16px!important;
}
.superiority_box_block {
    width: 100%;
    margin: 0 0 50px;
    padding: 25px;
}
.superiority_box_block img {
    width: 40%;
}
}

.top_works {
    padding: 0px 0 100px;
}
.top_works h2 {
    width: 90%;
    max-width: 880px;
    margin: 0 auto 15px;
    font-family: oswald, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 50px;
    line-height: 1;
}
.top_works h2 span {
    margin-left: 10px;
    font-size: 20px!important;
}
.top_works_box_bg {
	display: block;
    width: 90%;
    max-width: 880px;
    margin: 50px auto;
    padding: 50px 25px;
    background: rgba(255, 255, 255, 0.80);
    border-radius: 10px;
}
.top_works_box_bg h3 {
    padding: 10px;
    margin-bottom: 20px;
    font-size: 27px;
    font-weight: 600;
    border-bottom: 2px solid #0082cd;
}
.top_works_box {
    display: grid;
    grid-template-columns: 25% 72%; /* 左右の幅を指定 */
    gap: 3%; /* ボックスの間隔 */
    width: 95%;
    margin: 50px auto;
}
.top_works_box_left {
}

.top_works_box_left h4 {
	padding-top: 10px;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
}
.top_works_box_left p {
	padding-bottom: 20px;
	font-size: 22px;
	font-family: "fot-udkakugoc80-pro", sans-serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	color: #0082cd;
}
.top_works_box_left_top p {
	line-height: 100%;
}
.top_works_box_left p span {
	font-size: 14px;
}
.top_works_box_left img {
	display: block;
	width: 35%;
	margin: 10px auto;
}
.top_works_box_left_top {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 3px 20px rgba(224, 224, 224, 1.00);
}
.top_works_box_left_bottom {
	margin-top: 25px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 3px 20px rgba(224, 224, 224, 1.00);
}
.top_works_box_right {
    padding: 25px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 3px 20px rgba(224, 224, 224, 1.00);
}
.top_works_box_right h4 {
	padding-bottom: 10px;
	font-size: 22px;
	font-weight: 600;
	color: #0082cd;
}
.top_works_box_right p {
	font-size: 18px;
	line-height: 160%;
}
.top_works_btn01 a {
    display: block;
    width: 90%;
    max-width: 480px;
    margin: 0 auto;
    padding: 15px 0;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #0080CB;
    background: #fff;
    border: 2px solid #0080CB;
    transition: .3s;
}
.top_works_btn01 a:hover {
    color: #fff;
    background: #0080CB;
}
@media screen and (max-width:480px) {
.top_works h2 {
    font-size: 40px;
}
.top_works h2 span {
    font-size: 16px!important;
}
	.top_works_box_bg {
		margin: 25px auto;
		padding: 25px 10px;
	}
.top_works_box_bg h3 {
    font-size: 22px;
}
.top_works_box {
	display: block;
    grid-template-columns: 100% 100%; /* 左右の幅を指定 */
    gap: 0; /* ボックスの間隔 */
    width: 95%;
    margin: 25px auto;
}
.top_works_box_left {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content:space-between;
	margin: 0 auto 25px;
}
	.top_works_box_left_top,
	.top_works_box_left_bottom {
		width: 48%;
	}
.top_works_box_left_bottom {
	margin-top: 0;
}
	.top_works_box_left_bottom img {
		margin: 15px auto;
	}
	.header_top_right {
		width: 100%;
	}
.top_works_box_right h4 {
	font-size: 18px;
}
.top_works_box_right p {
	font-size: 16px;
}
}
footer {
    width: 100%;
    height: 100%;
    padding: 15rem 0;
    background-color: rgba(0, 0, 0, 0.8);
    background-size: 6px 6px;
    background-position: 0 0, 3px 3px;
}
.footer_box {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content:space-between;
    width: 85%;
    max-width: 1080px;
    margin: 0 auto;
}
.footer_box_left {
    width: 50%;
}
.footer_box_left ul {
    margin: 0;
    padding: 0;
}
.footer_box_left ul li {
    margin-bottom: 3rem;
}
.footer_box_left ul li a {
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 700;
    font-style: normal;
	font-size: 2rem;
    color: #fff;
    transition: .3s;
}
.footer_box_left ul li a:hover {
    opacity: .5;
}
.footer_box_left ul li a span {
    margin-bottom: 1vw;
}
.footer_box_left ul ul{
    margin: 2rem 0 3rem 2rem;
    padding: 0;
}
.footer_box_left ul li li {
    margin-bottom: 1rem;
}
.footer_box_left ul li li a {
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: 1.6rem;
    color: #fff;
}
.footer_box_right {
    width: 50%;
}
.footer_box_right iframe{
    width: 100%;
    height: 50rem;
}
.footer_box_right h2 {
    margin: 2rem 0;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 700;
    font-style: normal;
	font-size: 2.5rem;
    color: #fff;
}
.footer_box_right p {
    margin: 1rem 0;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: 1.8rem;
    color: #fff;
    line-height: 150%;
    letter-spacing: .02rem;
}
copy {
    display: block;
    background: #1e1e1e;
    font-size: .8vw;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    color: #fff;
    padding: .3vw 0;
    letter-spacing: .02vw;
}

@media screen and (max-width:481px) {

footer {
    width: 100%;
    height: 100%;
    padding: 5rem 0;
    background-color: rgba(0, 0, 0, 0.8);
    background-size: 6px 6px;
    background-position: 0 0, 3px 3px;
}
.footer_box {
    width: 80%;
    margin: 0 auto;
}
.footer_box_left {
    width: 100%;
}
.footer_box_left ul {
    margin: 0 ;
    padding: 0;
    width: 100%;
}
.footer_box_left ul li {
    margin-bottom: 3rem;
}
.footer_box_left ul li a {
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2rem;
    color: #fff;
    transition: .3s;
}
.footer_box_left ul li a:hover {
    opacity: .5;
}
.footer_box_left ul li a span {
    font-size: 1.6rem;
    vertical-align: middle;
}
.footer_box_left ul ul{
    display: block!important;
    margin: 1rem 0 1rem 2rem;
    padding: 0;
}
.footer_box_left ul li li {
    margin-bottom: 1rem;
}
.footer_box_left ul li li a {
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.6rem;
	text-decoration: underline;
    color: #fff;
}
.footer_box_right {
    width: 100%;
    margin-top: 10rem;
}
.footer_box_right iframe{
    width: 100%;
    height: 55vw;
}
.footer_box_right h2 {
    margin: 3rem 0 0;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2rem;
    color: #fff;
}
.footer_box_right p {
    margin: 1rem 0;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5rem;
    color: #fff;
    line-height: 150%;
    letter-spacing: .1rem;
}
copy {
    display: block;
    background: #1e1e1e;
    font-size: 1.4rem;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    color: #fff;
    padding: .3rem 0;
    letter-spacing: .1rem;
}
}