body {
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 400;
    font-style: normal;
}
a:hover {opacity: .7;}

@media screen and (min-width:481px) {.pc_none {display: none!important;}}
@media screen and (max-width:480px) {.sp_none {display: none!important;}}
.fixed_contact01 {
    position: fixed;
    bottom: 2%;
    right: 2%;
    width: 12%;
    z-index: 99;
}
@media screen and (max-width:480px) {
    .fixed_contact01 {
    width: 25%;
}
}
.fixed_contact01 img {
    width: 100%;
}
.header_fixed {
    position: fixed;
    top: 0;
    width: 100%;
    margin: 0;
    z-index: 99;
}
.header_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: 100%;
    margin: 0 auto;
    padding: 0;
    background: #004da0;
}
.header_box_left {
	width: 300px;
	padding: 10px 0 5px;
	background: #fff;
	border-radius: 0 20px 0 0;
}
.header_box_left img {
	width: 100%;
	padding: 0 10%;
}
.header_box_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;
	padding-top: 5px;
    padding-right: 1%;
}
.header_box_right_left {
    margin-top: 15px;
}
.header_box_right_left p {
    font-size:  20px;
    font-weight: 700;
    color: #ffd817;
}
.header_box_right_center {
    margin: 0 20px 0;
}
.header_box_right_center img {
    display: inline-block;
    width: 45px;
}
.header_box_right_center p {
    display: inline-block;
    margin-left: 5px;
    font-size:  30px;
    font-weight: 700;
    color: #fff;
}
.header_box_right_center p a {
    font-family: "din-2014", sans-serif;
    font-weight: 600;
    font-style: normal;
}
.header_box_right_center p span {
    display: block;
    font-size:  13px;
}
.header_box_right_right {
    margin-top: 8px;
}
.header_box_right_right img {
    display: inline-block;
    width: 60px;
}
.header_box_right_right p {
    display: inline-block;
    margin-left: 5px;
    font-size:  20px;
    font-weight: 700;
    color: #fff;
}
.header_box_right_right p a {
    font-family: "din-2014", sans-serif;
    font-weight: 600;
    font-style: normal;
}
.header_box_right_right p span {
    display: block;
    font-size:  15px;
}
@media screen and (max-width:1130px) {
.header_box_left {
	width: 200px;
}
.header_box_right_left {
    margin-top: 15px;
}
.header_box_right_left p {
    font-size:  14px;
}
.header_box_right_center {
    margin: 0 10px 0;
}
.header_box_right_center img {
    width: 35px;
}
.header_box_right_center p {
    font-size:  20px;
}
.header_box_right_center p span {
    font-size:  12px;
}
.header_box_right_right {
    margin-top: 4px;
}
.header_box_right_right img {
    width: 40px;
}
.header_box_right_right p {
    font-size:  15px;
}
.header_box_right_right p span {
    font-size:  12px;
}
}
@media screen and (max-width:830px) {
    .header_box_right {
        width: 100%;
    }
.header_box_right_left {
    display: none;
}
.header_box_right_center {
    margin: 5px 0  0 10px;
}
.header_box_right_center img {
    width: 25px;
}
.header_box_right_center p {
    margin-left: 5px;
    font-size:  17px;
}
.header_box_right_center p span {
    display: block;
    font-size:  9px;
}
	.header_box_right {
		position: fixed;
		top: 0;
		right: 50px;
	justify-content:flex-end;
	}
.header_box_right_right {
    margin: 10px 10px 0 0;
}
.header_box_right_right img {
    display: inline-block;
    width: 20px;
}
.header_box_right_right p {
    display: inline-block;
    margin-left: 5px;
    font-size:  12px;
    font-weight: 700;
    color: #fff;
}
.header_box_right_right p a {
    font-family: "din-2014", sans-serif;
    font-weight: 600;
    font-style: normal;
}
.header_box_right_right p span {
    display: block;
    font-size:  9px;
}
}
@media screen and (max-width:630px) {
	
	.header_box_right {
		padding-bottom: 10px;
		position: inherit;
		top: 0;
		right: 0;
		justify-content:space-between;
	}
}
#menu-btn-check {
    display: none;
}
.menu-content {
    display: block;
    width: 100%;
    margin: 0 auto;
    background: #fff;
}
.menu-content 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:space-between;
}
.menu-content ul li::before {
    content: '|';
    position: absolute;
    top: 30%;
    left: -5%;
    color: #5cb5e0;
}
.menu-content ul li {
    position: relative;
    width: 13%;
}
.menu-content ul li a {
    display: block;
    padding: 15px 0;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #004da0;
}
@media screen and (max-width:1330px) {
    .menu-content ul li a {
    font-size: 14px;
}
}
@media screen and (max-width:830px) {
    .menu-btn {
    position: fixed;
    top: 3px;
    right: 10px;
    display: flex;
    height: 50px;
    width: 50px;
    justify-content: center;
    align-items: center;
    z-index: 90;
}
.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;
}
#menu-btn-check {
    display: none;
}
#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-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #004da0;
    transition: all 0.5s;/*アニメーション設定*/
}
.menu-content ul {
    display: block;
    padding: 70px 10px 0;
}
.menu-content ul li {
    width: 100%;
    border-bottom: solid 1px #ffffff;
    list-style: none;
}
    .menu-content ul li::before {
        content: '';
    }
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
    text-align: left;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}
#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}
}
.header_img {
    position: relative;
    width: 100%;
    margin-top: 120px;
    padding-bottom: 60vw;
    background: #f8f5f2;
}
@media screen and (max-width:1330px) {
    .header_img {
    margin-top: 115px;
}
}@media screen and (max-width:830px) {
    .header_img {
    margin-top: 105px;
    }
    .header_img_sp {
    margin-top: 90px;
}
}
.header_img_logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    z-index: 2;
}
.header_img_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
.header_img_right {
    position: absolute;
    top: 0;
    right: 2%;
    width: 50%;
    z-index: 2;
}

/* 画像を重ねる */
.header_img_right .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

/* 表示中の画像 */
.header_img_right .slide.active {
    opacity: 1;
}

.header_img h1 {
    position: absolute;
    top:2.5%;
    left: 3%;
    font-size: 1.8vw;
    font-weight: 900;
	line-height: 150%;
    color: #fff;
    text-shadow: .1vw .1vw 0 #000;
    z-index: 2;
}
.header_img h1 span {
    color: #ffd817;
}
.header_img ul {
    position: absolute;
    top:18%;
    left: 3%;
    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: 43%;
    z-index: 2;
}
.header_img ul li {
    width: 48%;
}
.header_img ul li img {
    width: 100%;
}
.header_sample_banner {
    position: absolute;
    top: 72%;
    left: 10%;
    z-index: 2;
    width: 30%;
}
.header_sample_banner img {
    width: 100%;
}
.header_img_sp {display: none;}
@media screen and (max-width:480px) {
    .header_img {display: none;}
    .header_img_sp {
        display: block;
    position: relative;
    width: 100%;
    background: #f8f5f2;
}
.header_img_sp_logo {
    position: absolute;
    top: 4%;
    left: 0;
    right: 0;
    margin: auto;
    width: 90%;
    z-index: 2;
}
.header_img_sp_bg {
    width: 100%;
    z-index: 1;
}
.header_img_sp h1 {
    position: absolute;
    top:34%;
    left: 3%;
    font-size: 4vw;
    font-weight: 900;
    color: #fff;
    text-shadow: .4vw .4vw 0 #000;
    z-index: 2;
}
.header_img_sp h1 span {
    color: #ffd817;
}
    
.header_img_sp ul {
    position: absolute;
    top:45%;
    left: 0;
    right: 0;
    margin: auto;
    width: 80%;
    z-index: 2;
}
.header_img_sp ul li {
    width: 100%;
}
.header_img_sp ul li img {
    width: 100%;
}
.header_sample_banner_sp {
    position: absolute;
    top: 92%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    width: 80%;
}
.header_sample_banner_sp img {
    width: 100%;
}
}
.top_works01 {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 50px 0;
    background: #fff;
}
.top_works01 h2 {
    display: block;
    width: 90%;
    margin: 0 auto;
    font-size: 2vw;
    font-weight: 700;
    text-align: center;
}
.top_works01 h2 span {
    color: #e8473f;
    font-size: 3vw;
}
.top_works01 p {
    display: block;
    width: 90%;
    margin: 0 auto;
    font-size: 3vw;
    font-weight: 700;
    text-align: center;
}
.top_works01 p span {
    color: #e8473f;
    font-size: 5vw;
}
@media screen and (max-width:480px) {
    .top_works01 h2 {
    font-size: 15px;
}
    .top_works01 h2 span {
    font-size: 20px;
}
    .top_works01 p {
    font-size: 22px;
}
.top_works01 p span {
    font-size: 25px;
}
}
.top_works_img01 {
    position: absolute;
    top: 10%;
    left: 5%;
    width: 7%;
}
.top_works_img02 {
    position: absolute;
    bottom: 10%;
    right: 5%;
    width: 7%;
}
.top_works02_bg {
    padding: 50px 0;
    background-image: url("../images/header_bg01.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.top_works02 {
    display: block;
    width: 80%;
    margin: 0 auto;
    padding: 20px;
    background: #fff;
    border-radius: 20px;
}
.top_works02 img {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.top_service {
    display: block;
    background: #F1F9FF;
    padding: 50px 0 0;
}

.top_service_title h2::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 35%;
    height: 3px;
    background: #004da0;
}
.top_service_title h2::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 35%;
    height: 3px;
    background: #004da0;
}
.top_service_title h2 {
    display: block;
    width: 90%;
    margin: 0 auto;
    position: relative;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
}
.top_service_title p {
    margin: 15px 0;
    font-size: 20px;
    text-align: center;
    line-height: 160%;
}
.top_service_title p span {
    color: #e8473f;
    font-size: 30px;
    font-weight: 700;
}
.top_service_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-evenly;
    width: 90%;
    margin: 50px auto 0;
}
.top_service_box_block {
    position: relative;
    width: 23%;
    margin-bottom: 4vw;
    padding: 3vw 1vw 1vw;
    background: #fff;
    border: 5px solid #004da0;
}
.top_service_box_block h3 {
    position: absolute;
    top: -2.5vw;
    left: 0;
    right: 0;
    width: 90%;
    margin: 0 auto;
}
.top_service_box_block h3 img {
    width: 100%;
    margin: 0;
}
.top_service_box_block h4 {
    width: 80%;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;
}
.top_service_box_block p {
    font-size: 18px;
    line-height: 150%;
}
.top_service_box_block img {
    display: block;
    width: 100%;
    margin: 10px auto;
}
@media screen and (max-width:480px) {
    .top_service_title h2::before {
    display: none;
}
.top_service_title h2::after {
    display: none;
}
.top_service_title h2 {
    font-size: 30px;
}
.top_service_title p {
    display: block;
    width: 90%;
    margin: 15px auto;
    font-size: 16px;
    text-align: left;
    line-height: 160%;
}
.top_service_title p span {
    font-size: 20px;
}
.top_service_box {
    margin: 25px auto 0;
}
.top_service_box_block {
    width: 48%;
    margin-bottom: 25px;
    padding: 35px 10px 10px;
    border: 3px solid #004da0;
}
.top_service_box_block h3 {
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    width: 90%;
    margin: 0 auto;
}
.top_service_box_block h3 img {
    width: 100%;
}
.top_service_box_block h4 {
    width: 100%;
    font-size: 16px;
}
.top_service_box_block p {
    font-size: 16px;
    line-height: 150%;
}
}
.top_topics {
    padding: 50px 0;
    background-image: url("../images/top_topics_bg.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.top_topics_title h2::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 35%;
    height: 3px;
    background: #004da0;
}
.top_topics_title h2::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 35%;
    height: 3px;
    background: #004da0;
}
.top_topics_title h2 {
    display: block;
    width: 90%;
    margin: 0 auto;
    position: relative;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
}
.top_topics_box {
    display: block;
    width: 90%;
    margin: 50px auto 0;
    padding: 10px 40px 30px;
    background: #fff;
}
.top_topics_box ul {
    margin: 0;
    padding: 0;
}
.top_topics_box ul li {
    margin: 0;
    padding: 0;
}
.top_topics_box ul li a {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 25px 10px 10px;
    border-bottom: 2px solid #000;
}
.top_topics_box_date {
    font-size: 20px;
    margin-right: 50px;
}
.top_topics_box_title {
    font-size: 20px;
}
@media screen and (max-width:480px) {
    .top_topics_title h2::before {
    display: none;
}
.top_topics_title h2::after {
    display: none;
}
.top_topics_title h2 {
    font-size: 30px;
}
    .top_topics_box {
    display: block;
    width: 90%;
    margin: 50px auto 0;
    padding: 10px 20px 30px;
    background: #fff;
}
.top_topics_box_date {
    display: block;
    font-size: 16px;
    margin-right: 0;
}
.top_topics_box_title {
    font-size: 16px;
}
}
.top_column {
    padding: 50px 0;
    background: #c7e9ff;
}
.top_column_title h2::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 35%;
    height: 3px;
    background: #004da0;
}
.top_column_title h2::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 35%;
    height: 3px;
    background: #004da0;
}
.top_column_title h2 {
    display: block;
    width: 90%;
    margin: 0 auto;
    position: relative;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
}
.top_column_box {
    display: block;
    width: 90%;
    margin: 50px auto 0;
}
.top_column_box 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:space-between;
    margin: 0 auto;
}
.top_column_box ul li {
    width: 23%;
    background: #fff;
}
.top_column_box ul li a {
    display: block;
    width: 100%;
    padding: 20px;
}
.top_column_box_img {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}
.top_column_box_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    height: 100%;
}
.top_column_box_title {
    font-size: 20px;
    font-weight: 700;
    line-height: 140%;
}
.top_column_box_text {
    display: block;
    width: 100%;
    margin-top: 20px;
    padding: 20px 0;
    font-size: 16px;
    line-height: 150%;
    border-top:2px solid #5cb5e0;
}

@media screen and (max-width:480px) {
    .top_column_title h2::before {
    display: none;
}
.top_column_title h2::after {
    display: none;
}
.top_column_title h2 {
    font-size: 30px;
}
.top_column_box ul li {
    width: 48%;
    margin-bottom: 25px;
    background: #fff;
}
.top_column_box ul li a {
    display: block;
    width: 100%;
    padding: 15px;
}
.top_column_box_title {
    font-size: 16px;
}
.top_column_box_text {
    display: block;
    width: 100%;
    margin-top: 15px;
    padding: 15px 0;
    font-size: 16px;
    line-height: 150%;
    border-top:2px solid #5cb5e0;
}
}
footer {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 50px 0;
    background: #004da0;
}
.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: 90%;
    max-width: 1920px;
    margin: 0 auto;
}
.footer_box_left {
    width: 45%;
    margin: 0 auto;
}
.footer_box_left 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:space-between;
}
.footer_box_left ul li {
    margin-right: 3em;
    margin-bottom: 25px;
}
.footer_box_left ul li a::before {
    content: '▶';
    margin-right: 3px;
    font-size: 13px;
    vertical-align: middle;
}
.footer_box_left ul li a {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}
.footer_box_left ul ul {
    display: block;
    margin-top:10px;
}
.footer_box_left ul li li {
    padding: 0 0 0 1em;
    margin-bottom:7px;
}
.footer_box_left ul li li a::before {
    content: '・';
}
.footer_box_left ul li li a {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.footer_box_left_box01 {
    width: 100%;
    margin: 50px auto 0;
}
.footer_box_left_box01_block {
    width: 100%;
    margin: 25px 0;
}
.footer_box_left_box01_block a {
    display: block;
    width: 80%;
    margin: 0 auto;
    padding: 10px 0;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    background: #ffd817;
    border-radius: 10px;
}
.footer_box_left_box01_block p {
    margin-top: 3px;
    text-align: center;
    color: #fff;
    line-height: 130%;
}
.footer_box_right {
    width: 45%;
    margin: 0 auto;
}
.footer_box_right iframe {
    width: 100%;
    height: 400px;
    margin: 0 auto 10px;
}
.footer_box_right h2 {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}
.footer_box_right p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 150%;
}
.copy img {
    display: block;
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
    padding: 100px 0;
}
copy {
    display: block;
    font-size: 13px;
    text-align: center;
}
@media screen and (max-width:480px) {
    .footer_box_left {
        width: 100%;
    }
    .footer_box_right {
    width: 100%;
    margin: 30px auto 0;
}
}