@charset "utf-8";

/*
font-family: 'M PLUS 2', sans-serif;
font-family: 'Oswald', sans-serif;
*/


html {

}
body {
    font-family: 'M PLUS 2', sans-serif;
    caret-color: transparent;
    background: #fff;
    color: #1e1e1e;
    min-width: auto;
    margin: 0 auto;
    font-feature-settings: "palt";
}
.inner {max-width: 1080px;width: 100%;margin: 0 auto;box-sizing: border-box;}
.marker {background: linear-gradient(transparent 60%, rgba(249, 240, 78, 0.8) 60%);}

.fmctr {
    caret-color: #1e1e1e;
    border-radius: 0.3em
}
em {
    font-style: normal;
}
a {
    caret-color: #231815;
    transition: .2s;
}
/* **************************************************************** */
/* ヘッダー
*/
header {

}
header .logo {
    text-align: left;
    padding: 1em 0;
}
/* **************************************************************** */
/* フッター
*/
footer {
	background: #fff;
    padding: 0;
}
footer .copy {
    display: block;
    background: #ec6f01;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    padding: 1em 0 1em;
}

.footer_content {
    padding: 1em 0;
}
.footer_content .logo {
    margin-bottom: 1em;
}
.footer_content address {
    color: #000;
    font-size: 14px;
    line-height: 1.4em;
    font-style: normal;
    font-weight: bold;
}



/* **************************************************************** */
/* コンタクト
*/
.contact {
    padding: 0;
}
.contact_wrap {
    padding: 3em 0;
}

.contact_upper {
    display: inline-block;
    text-align: left;
}
.contact_upper p {
    font-size: 18px;
    font-weight: bold;
}
.contact_upper ul {
    
}
.contact_upper ul li {
    position: relative;
    font-size: 14px;
    font-weight: bold;
    padding-left: 1em;
}
.contact_upper ul li:before {
    content:"※";
    position:absolute;
    top:0;
    left:0;

}

.contact_bloc dl dt.required:after {
    background: #fc1807; 
}
.btn_bloc button {
    display: inline-block;
    padding: 0;
    max-width: none;
    width: auto;
    background: none;
    box-shadow: none;
}
.btn_bloc button:hover img {
    opacity:0.8;
}


.contact dl {
    max-width: 700px;
    margin:0 auto;
}

.contact_bloc dl {
    border: none;
    padding: 0;
}
.contact_bloc dl + dl {
    margin-top:1em;
}
.contact_bloc dl:nth-child(odd) {
    background: none;
}
.contact_bloc dl:last-child {
    border-bottom: none;
}

.contact_bloc dl dt {
    width: 100%;
    padding: 0;
    margin-bottom: 0.5em;
}
.contact_bloc dl dt span {
    font-size: 20px;
    line-height: 1em;
    font-weight: bold;
}
.contact_bloc dl dt.required:after {
    background: #ff7d00;;
}
.contact_bloc dl dd {
    padding: 0;
}

.fmctr {
    background: #f2f1f1;
}
select.fmctr {
    background: #f2f1f1;
}













/* **************************************************************** */
/* 個別CSS
*/
.mv_content {
    background: url(../images/bg_mv.png) no-repeat center bottom;
    background-size: cover;
}
.mv {
    overflow: hidden;
}
.mv .inner {
    background: url(../images/bg_mv_inner.png) no-repeat right 34% top 8%;
    align-items: flex-end;
    justify-content: space-between;
}
.mv figure {
    margin-right: -4em;
}
.mv_bloc {
    text-align: left;
    padding-bottom: 1em;
}
.mv_box {
    display: inline-block;
    margin-bottom: 1em;
}
.mv_box p {
    background: #fd654e;
    color: #fff;
    font-size: 30px;
    line-height: 1em;
    font-weight: bold;
    padding: 0.4em 0.5em 0.5em;
    margin-bottom: 0.5em;
    text-align: center;
}
.mv_box h1 {
    padding: 0 0.5em;
}
.mv_list {

}
.mv_list ul {
    
}
.mv_list ul li {
    
}

.cv {
    background:#e4f4fe;
    padding:3em 0;
}

.cv_upper {
    margin-bottom: 3em;
}
.cv_upper h2 {
    font-size: 42px;
    line-height: 1.2em;
    font-weight: 900;
    margin-bottom: 0.5em;
}
.cv_upper h2 em {
    color:#df0b0b;
    background: linear-gradient(transparent 60%, #fbfe06 60%);
}
.cv_upper p {
    font-size: 36px;
    line-height: 1.2em;
    font-weight: 900;
}

.cv_bloc {
    max-width: 1000px;
    margin: 0 auto;
    border: solid 6px #f37111;
    border-radius: 1em;
    background: #fff;
    align-items: center;
    justify-content: space-between;
    padding-right: 0.5em;
}
.cv_bloc figure {
    margin-top: -2em;
}

.cv_cell {
    align-items: center;
    justify-content: space-between;
    gap: 0.5em;
}
.cv_cell h3 {
    background: #18be46;
    color: #fff;
    font-size: 54px;
    line-height: 1.1em;
    letter-spacing: 0.1em;
    padding: 0.1em 0.1em 0.2em 0.2em;
}
.cv_cell ul {
    width: 13.6em;
    gap: 0.5em;
}
.cv_cell ul li {
    background: #f47212;
    color: #fff;
    font-size: 21px;
    line-height: 1em;
    font-weight: bold;
    padding: 0.4em 0.8em 0.5em;
    min-width: 5.6em;
    border-radius: 30px;
}

.cv_box {
    align-items: center;
    justify-content: space-between;
    gap: 0.5em;
}
.cv_box h3 {
    font-size: 28px;
    line-height: 1.2em;
    font-weight: 900;
    text-align: left;
}
.cv_box p {
    color: #df0b0b;
    font-size: 42px;
    line-height: 1em;
    font-weight: 900;
}
.cv_box p em {
    font-family: 'Oswald', sans-serif;
    font-size: 120px;
    line-height: 120px;
}

.cv_btn_bloc {
    max-width: 1000px;
    margin: 0 auto;
}
.cv_btn_bloc ul {
    gap: 1em;
}
.cv_btn_bloc ul li {
    
}
.cv_btn_bloc ul li:first-child {
    
}

.cv_btn_bloc ul li a {
    display: block;
    background: #fff;
    border-radius: 1em;
}
.cv_btn_bloc ul li a:hover img {
    opacity:0.8;
}

.cv_add_02 {
    margin: 2em auto;
}

.cv_add_01 {
    margin-top: 2em;
}



.trouble {
    padding: 3em 0 0;
    overflow: hidden;
}
.trouble h2 {
    font-size: 36px;
    line-height: 1.2em;
    font-weight: 900;
    margin-bottom: 1em;
}
.trouble h2 .dotted {
    color: #961dd4;
    font-size: 60px;
    line-height: 1.2em;
    margin: 0 0.2em;
}
.trouble h2 .dotted span {
    
}
.trouble h2 .dotted span:after {
    background: #961dd4;
    width: 12px;
    height: 12px;
}

.trouble_bloc {
    align-items: flex-end;
    justify-content: center;
}
.trouble_item {

}
.trouble_item p {
    
}
.trouble_item figure {
    
}

.trouble_item:nth-child(1) p {
    margin-left: -14em;
}
.trouble_item:nth-child(2) p {

}
.trouble_item:nth-child(3) p {
    margin-right: -12em;
}

.cm {
    overflow: hidden;
}
.cm_band {
    background: #f47212;
    color: #fff;
    padding: 1.5em 0;
    position: relative;
}
.cm_band:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 30px 0 30px;
    border-color: #f47212 transparent transparent transparent;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.cm_band h2 {
    
}
.cm_band h2 span {
    display: inline-block;
    position: relative;
    color: #fbec03;
    font-size: 36px;
    line-height: 1.4em;
    font-weight: 900;
}
.cm_band h2 span:before {
    content: "";
    width: 2px;
    height: 100%;
    border-left: solid 2px #fbec03;
    transform: rotate(-20deg);
    position: absolute;
    top: 0;
    left: -1em;
}
.cm_band h2 span:after {
    content: "";
    width: 2px;
    height: 100%;
    border-left: solid 2px #fbec03;
    transform: rotate(20deg);
    position: absolute;
    top: 0;
    right: -1em;
}

.cm_band p {
    font-size: 20px;
    line-height: 1.2em;
    font-weight: bold;
}

.cm_content {
    padding: 3em 0;
}
.cm_bloc {
    align-items: stretch;
    justify-content: space-between;
}
.cm_item {
    width: calc(100% / 3 - 0.5em);
    border-radius: 1em;
    overflow: hidden;
}

.cm_item .upper {
    padding: 1em;
    margin-bottom: 0.5em;
}
.cm_item .upper h3 {
    color: #000;
    font-size: 22px;
    line-height: 1.2em;
    font-weight: 900;
    text-align: center;
    align-items: center;
    justify-content: center;
    height: 2.5em;
    margin-bottom: 0.5em;
}
.cm_item .upper h3 span {
    
}
.cm_item .upper p {
    font-size: 26px;
    line-height: 1.2em;
    font-weight: bold;
    text-align: left;
}

.cm_item .box {
    position: relative;
    padding: 0 1em 1em;
}
.cm_item .box figure {
    margin-bottom: 0.5em;
}
.cm_item .box i {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 4em;
}
.cm_item .box p {
    background: #fff;
    border-radius: 0.4em;
    font-size: 30px;
    line-height: 1em;
    font-weight: bold;
    padding: 0.5em 0.5em 0.7em;
}

.cm_item .bottom {
    
}
.cm_item .bottom a {
    display: block;
    font-size: 26px;
    line-height: 1em;
    font-weight: bold;
    text-decoration: none;
    width: 100%;
    padding: 0.7em 0.5em 0.8em;
}



.cm_item:nth-child(1) {
    color:#f47212;
    background:#fbeccf;
}
.cm_item:nth-child(2) {
    color:#179fff;
    background:#e4f4fe;
}
.cm_item:nth-child(3) {
    color:#0eb63d;
    background:#e2fcf0;
}

.cm_item:nth-child(1) a {
    color:#fff;
    background:#f47212;
}
.cm_item:nth-child(2) a {
    color:#fff;
    background:#179fff;
}
.cm_item:nth-child(3) a {
    color:#fff;
    background:#0eb63d;
}




.band {
    background: #f47212;
    color: #fff;
    padding: 1.5em 0 1.8em;
    position: relative;
}
.band:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 30px 0 30px;
    border-color: #f47212 transparent transparent transparent;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.band h2 {
    font-size: 36px;
    line-height: 1em;
    font-weight: bold;
}



.maker {

}
.maker_content {
    padding:3em 0;
}

.maker_upper {
    margin-bottom: 2em;
}
.maker_upper p {
    font-size: 18px;
    text-align: left;
    font-weight: bold;
}

.maker_bloc {
    margin-bottom: 6em;
}
.maker_bloc ul {
    gap: 1em;
}
.maker_bloc ul li {
    width: calc(100% / 5 - 1em);
}


.hosho_bloc {

}

.hosho_item {
    position: relative;
    background-image: url(../images/bg_01.png),url(../images/bg_02.png),url(../images/bg_03.png),url(../images/bg_04.png);
    background-repeat: no-repeat;
    background-position: left top,right top,left bottom,right bottom;
}
.hosho_item:before {
    content: "";
    border: solid 3px rgb(186,138,31);
    position: absolute;
    top: 12px;
    left: 10px;
    width: calc(100% - 26px);
    height: calc(100% - 29px);
    z-index: -1;
}
.hosho_item:after {
    content: "";
    background-color: #fffaec;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -2;
}
.hosho_item h3 {

}
.hosho_item h3 img {
    margin-top: -2em;
}
.hosho_box {
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1em;
    padding: 0 2em 14px;
}
.hosho_box ul {
    gap: 2em;
}
.hosho_box ul li {
    
}

.hosho_box figure {
    margin-top: -10em;
}

.hosho_bloc p {
    font-size: 14px;
    text-align: left;
    font-weight: bold;
    text-align: center;
}


.merit {

}
.merit_content {
    padding:3em 0;
}

.merit_item{

}
.merit_item + .merit_item {
    margin-top: 3em;
}

.merit_bloc {

}
.merit_bloc figure {
    flex: 1 0 0%;
    text-align: center;
}


.merit_box {
    width: 50%;
}
.merit_box p {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}

.merit_meta {
    border-top: solid 1px #ec6f01;
    border-bottom: solid 1px #ec6f01;
    padding: 0.5em 0;
    position: relative;
    align-items: center;
    justify-content: flex-start;
    gap: 1em;
    margin-bottom: 1em;
}
.merit_meta span {
    color: #f47212;
    font-size: 21px;
    line-height: 1em;
    font-weight: 900;
    background: #fff;
    padding: 0 0.5em;
    position: absolute;
    top: -13px;
    left: 0;
}
.merit_meta i {
    color: #f47212;
    font-family: 'Oswald', sans-serif;
    font-size: 100px;
    line-height: 100px;
    font-style: normal;
    font-weight: 900;
}
.merit_meta h3 {
    font-size: 36px;
    line-height: 1.2em;
    font-weight: 900;
    text-align: left;
}

.merit_bottom1 {
    margin-top: 2em;
}
.merit_bottom1 h4 {
    color: #f47212;
    font-size: 30px;
    line-height: 1.4em;
    font-weight: 900;
    margin-bottom: 0.5em;
}
.merit_bottom1 p {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 2em;
}
.merit_bottom1 figure {
    
}

.merit_bottom2 {
    margin-top: 2em;
}
.merit_bottom2 figure {
    flex: 1 0 0%;
    margin-left: -4em;
}
.merit_bottom2 .box {

}


.merit_bottom2 .box .upper {
    margin-bottom: 1em;
}
.merit_bottom2 .box .upper h4 {
    color: #f47212;
    font-size: 30px;
    line-height: 1.4em;
    font-weight: 900;
    margin-bottom: 0.5em;
    text-align: left;
}
.merit_bottom2 .box .upper p {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}

.merit_bottom2 .box .cell {
    background: #fffee6;
    padding: 1em;
    margin-bottom: 1em;
    align-items: center;
    justify-content: center;
    gap: 1em;
}
.merit_bottom2 .box .cell h4 {
    color: #f47212;
    font-size: 24px;
    line-height: 1em;
    font-weight: bold;
}
.merit_bottom2 .box .cell ul {

}
.merit_bottom2 .box .cell ul li {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
}

.merit_bottom2 .box .bottom {

}
.merit_bottom2 .box .bottom h5 {
    font-size: 14px;
    text-align: left;
}
.merit_bottom2 .box .bottom p {
    font-size: 14px;
    text-align: left;
}



.point {

}
.point_content {
    padding:3em 0;
}

.point_item{

}
.point_item + .point_item {
    margin-top: 3em;
}

.point_bloc {

}
.point_bloc .figure_box {
    flex: 1 0 0%;
    text-align: center;
}
.point_bloc .figure_box figure {

}
.point_bloc .figure_box figure + figure {
    margin-top: 0.5em;
}

.point_box {
    width: 50%;
}
.point_box p {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}

.point_meta {
    border-top: solid 1px #ec6f01;
    border-bottom: solid 1px #ec6f01;
    padding: 0.5em 0;
    position: relative;
    align-items: center;
    justify-content: flex-start;
    gap: 1em;
    margin-bottom: 1em;
}
.point_meta span {
    color: #f47212;
    font-size: 21px;
    line-height: 1em;
    font-weight: 900;
    background: #fff;
    padding: 0 0.5em;
    position: absolute;
    top: -13px;
    left: 0;
}
.point_meta i {
    color: #f47212;
    font-family: 'Oswald', sans-serif;
    font-size: 100px;
    line-height: 100px;
    font-style: normal;
    font-weight: 900;
}
.point_meta h3 {
    font-size: 36px;
    line-height: 1.2em;
    font-weight: 900;
    text-align: left;
}


.reason {
    background:#fdfcf0;
    padding:3em 0;
}

.reason_title {
    background: url(../images/img_reason_title_bg.png) no-repeat right bottom;
    margin-bottom: 2em;
    align-items: center;
    justify-content: space-between;
}
.reason_title figure {
    
}
.reason_title_bloc {
    align-items: center;
    justify-content: flex-end;
    gap: 1em;
    margin-left: -5em;
}
.reason_title_bloc h2 {
    font-size: 56px;
    line-height: 1.4em;
    font-weight: 900;
    text-align: right;
}
.reason_title_bloc h2 em {
    font-size: 70px;
    line-height: 1em;
}
.reason_title_bloc i {
    
}

.reason_content {

}
.reason_item {
    border: solid 6px #f37111;
    background: #fff;
    border-radius: 1.5em;
}
.reason_item + .reason_item {
    margin-top: 2em;
}

.reason_item figure {

}

.reason_bloc {
    flex: 1 0 0%;
    padding: 1em;
}
.reason_bloc p {
    font-size: 18px;
    text-align: left;
    font-weight: bold;
}

.reason_meta {
    align-items: center;
    justify-content: flex-start;
    gap: 1em;
    margin-bottom: 1em;
}
.reason_meta i {
    
}
.reason_meta h3 {
    font-size: 36px;
    line-height: 1.2em;
    font-weight: 900;
    text-align: left;
}
.reason_meta h3 span {
    background: linear-gradient(transparent 60%, #fee9a0 60%);
}


.flow {

}
.flow_content {
    padding:3em 0;
}

.flow_bloc {
    align-items: stretch;
    justify-content: space-between;
    gap: 1em 0.5em;
}

.flow_item {
    background: #f3f2f2;
    border-radius: 1em;
    width: calc(100% / 3 - 0.5em);
    padding: 3em 1em 1em;
    position: relative;
    margin-top: 2em;
}
.flow_item i {
    color: #f47212;
    font-family: 'Oswald', sans-serif;
    font-size: 72px;
    line-height: 72px;
    font-style: normal;
    font-weight: 900;
    position: absolute;
    top: -0.6em;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.flow_item h3 {
    font-size: 30px;
    line-height: 1em;
    font-weight: 900;
    margin-bottom: 0.5em;
}
.flow_item figure {
    margin-bottom: 1em;
}
.flow_item p {
    font-size: 16px;
    line-height: 1.4em;
    text-align: left;
    font-weight: bold;
}


.area {

}
.area_content {
    background: #fdfcf0;
}

.area_item {

}
.area_item > figure {
    flex: 1 0 0%;
    margin-left: -5em;
    padding-top: 1em;
}

.area_bloc {
    max-width: 674px;
}
.area_bloc > figure {

}

.area_box > .cv_cell {
    gap: 1em;
}
.area_box > .cv_cell ul {
    width: calc(100% - 135px - 1em);
    align-items: flex-start;
    justify-content: flex-start;
}
.area_box > .cv_cell ul li {
    font-size: 28px;
}

.area_box > .logo {
    padding: 1em 0;
}



.thanks .detail h1 + p {
    font-size: 18px;
}


