@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
@import url('http://fonts.cdnfonts.com/css/roboto');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;200;300;400;500;600;700&display=swap');


html{
font-family:'Noto Sans JP','メイリオ', Meiryo,'ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
color: #1A1A1A;
font-size: 16px;
line-height: 1.7;
scroll-behavior: smooth;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin:0;
	padding:0;
}
* {
box-sizing: border-box;
}
a {
display: inline-block;
transition: .3s;
text-decoration: none;
}
img {
vertical-align: top;
max-width: 100%;
}
a:hover {
text-decoration: none;
}
.sp {
display: none;
}
.yakuhan {
font-family: YakuHanJP,'Noto Sans JP','メイリオ', Meiryo,'ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
}
.roboto {
font-family:'Roboto','Noto Sans JP','メイリオ', Meiryo,'ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
}
h2 {
display: flex;
flex-direction: column;
flex-wrap: wrap;
align-content: center;
justify-content: center;
align-items: center;
margin: 0 0 66px;
color: #4B58A6;
font-size: 40px;
font-weight: 700;
position: relative;
}
h2 .small {
font-size: 24px;
line-height: 1;
}
h2 .caption {
font-size: 12px;
margin: -10px 0 0;
}
h2:before {
content: "";
display: inline-block;
width: 64px;
height: 2px;
background: #4B58A6;
position: absolute;
left: calc(50% - 32px);
bottom: -18px;
}
.fs16 {
font-size: 1.0rem;
}
.mt100 {
margin-top: 100px !important;
}
.f_blue {
color: #4B58A6;
}
.t_center {
text-align: center;
}

@media screen and (max-width:767px) {
html{
}
.pc {
display: none;
}
.sp {
display: inline-block;
}
img {
width: 100%;
}
h2 {
text-align: center;
margin: 0 0 50px;
font-size: 32px;
line-height: 1.4;
}
h2 .small {
font-size: 20px;
}
h2:before {
bottom: -14px;
}
}
ol, ul, li {
list-style: none;
}
main {
/*height: 2000px;*/
}


/**ヘッダー**/
header {
background: #fff;
box-shadow: 0 2px 5px rgb(0 0 0 / 20%);
padding: 0 40px;
width: 100%;
position: fixed;
left: 0;
top: 0;
z-index: 99;
}
/*header a {
color: #000;
font-weight: 800;
font-size: 21px;
}*/
.header_inner_left_logo {
display: flex;
justify-content: space-between;
align-items: center;
height: 90px;
}
.header_inner_left_logo img {

}
.header_inner {
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: center;
justify-content: space-between;
align-items: center;
width: 100%;
height: 60px;
}
.header_inner_left {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-content: center;
justify-content: flex-start;
align-items: center;
}
.header_inner_left_link img {
margin-top: 5px;
width: 120px;
}
.header_inner_left_link ol {
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: center;
justify-content: flex-start;
align-items: center;
}
.header_inner_left_link li a {
color: #333333;
}
.header_inner_left_link li:not(:first-child) {
font-weight: 700;
font-size: 14px;
text-decoration: none;
margin: 0 0 0 30px;
}
.header_inner_right_btn a {
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: center;
justify-content: center;
align-items: center;
width: 140px;
height: 40px;
background: transparent linear-gradient(113deg, #F78D28 0%, #FD5F52 100%);
border-radius: 300px;
color: #fff;
font-size: 12px;
font-weight: 700;
text-decoration: none;
}
@media screen and (min-width: 768px) {
.header_inner_left_link li a:hover,.header_inner_right_btn a:hover {
opacity: 0.7;
}
.header_inner_left_logo {
display: none !important;
}
}
@media screen and (max-width:767px) {
header {
padding: 0 8px;
}
.header_inner {
height: 64px;
}
.header_inner_left {
width: 180px;
}
.header_inner_right_btn a {
width: 150px;
height: 40px;
font-size: 11px;
}
}


/**mv**/
section#mv {
background: #232F76;
margin: 60px 0 0;
padding: 65px 20px;
}
.mv_inner {
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: center;
justify-content: space-between;
align-items: center;
width: 100%;
max-width: 1024px;
margin: 0 auto;
}
.mv_inner_left_logo_box {
display: flex;
align-items: center;
}
.mv_inner_left_text {
color: #fff;
font-size: 24px;
font-weight: 700;
margin: 0 0 20px;
}
.mv_inner_left_text .or {
color: #FF9C29;
}
.ast_small {
font-size: 0.3em;
vertical-align: top;
}
.small {
font-size: xx-small;
font-weight: normal;
}
.mv_inner_left_catch {
display: flex;
flex-direction: column;
flex-wrap: wrap;
align-content: flex-start;
justify-content: center;
align-items: flex-start;
margin: 0 0 10px;
}
.mv_inner_left_catch span {
display: inline-block;
background: #fff;
margin: 0 0 6px;
padding: 2px 4px;
color: #232F76;
font-size: 18px;
font-weight: 700;
}
.mv_inner_left_logo_works {
font-weight: 700;
color: #FFF;
font-size: 52px;
margin-left: 15px;
}
.mv_inner_left_logo img {
width: 280px;
}
.mv_inner_right {
width: 450px;
margin: 0 auto;
}
.mv_inner_right_img img {
border-radius: 15px;
}

@media screen and (min-width: 768px) {

}
@media screen and (max-width:767px) {
section#mv {
margin: 64px 0 0;
padding: 32px 20px;
}
.mv_inner_left {
margin: 0 0 10px;
}
.mv_inner_left_text {
font-size: 18px;
margin: 0 0 12px;
}
.mv_inner_left_catch {
margin: 0 0 8px;
}
.mv_inner_left_catch span {
padding: 0px 4px;
font-size: 17px;
}
.mv_inner_left_logo_box {
display: block !important;
margin-top: 20px;
text-align: center;
}
}


/**CTAボタン**/
.kakedastoc_btn_box {
text-align: center;
padding: 20px 0;
margin: 0 auto;
background: #F7F7F7;
}
.kakedastoc_btn {
text-align: center;
margin: 40px auto;
}
.kakedastoc_btn_catch {
color: #FA783B;
font-size: 24px;
font-weight: 700;
margin: 0 0 12px;
}
.kakedastoc_btn_btn a {
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: center;
justify-content: center;
align-items: center;
width: 470px;
height: 92px;
background: transparent linear-gradient(113deg, #F78D28 0%, #FD5F52 100%);
border-radius: 300px;
margin: 0 auto;
color: #fff;
font-size: 24px;
font-weight: 700;
text-decoration: none;
}
@media screen and (min-width: 768px) {
.kakedastoc_btn_btn a:hover {
opacity: 0.7;
}
}
@media screen and (max-width:767px) {
.kakedastoc_btn_catch {
font-size: 18px;
}
.kakedastoc_btn_btn a {
width: 100%;
max-width: 320px;
height: 96px;
font-size: 20px;
}
}


/**とは？**/
section#about {
background: #FFF;
padding: 40px 0;
}
.about_inner {
background: #FFF;
width: 100%;
max-width: 1024px;
margin: 0 auto;
padding: 40px 60px 60px;
}
.about_text {
text-align: center;
/*color: #4B58A6;*/
font-size: 24px;
font-weight: 700;
line-height: 1.7;
/*margin: 0 0 64px;*/
}
.about_text_ul {
border-bottom: 3px solid #F06777;
}
.about_text_small {
	font-size: 80%;
}
.about_inner_box {
background: #FFF;
width: 100%;
max-width: 1024px;
margin: 0 auto;
}
.about_jutaku, .about_bosyu {
padding: 20px 40px;
background: #F7F7F7;
border-radius: 20px;
}
.about_jutaku {
margin-bottom: 40px;
}
.about_jutaku_catch, .about_bosyu_catch {
display: block;
text-align: center;
color: #F06777;
font-size: 24px;
font-weight: 700;
margin: 0 auto 20px;
}
.about_catch_inner {
padding: 20px;
border-radius: 15px;
background: #FFF;
}

@media screen and (min-width: 768px) {

}
@media screen and (max-width:767px) {
section#about {
padding: 64px 16px 0;
}
.about_inner {
padding: 0;
}
.about_text {
margin-bottom: 40px;
}
.about_jutaku, .about_bosyu {
padding: 20px;
}
}


/**コンサルタント一例**/
section#example {
background: #F7F7F7;
padding: 40px 0;
}
.example_inner {
width: 100%;
background: #FFF;
max-width: 1024px;
margin: 0 auto;
padding: 40px 60px;
border-radius: 20px;
}
.example_text01 {
text-align: center;
/*color: #4B58A6;*/
font-size: 20px;
font-weight: 700;
line-height: 1.9;
margin: 0 0 20px;
}
.example_text02 {
text-align: center;
font-size: 20px;
font-weight: 700;
/*line-height: 1.9;*/
margin: 0 0 20px;
}
.feature_inner_content_box02_data_box {
background: #F7F7F7;
border-radius: 20px;
width: 100%;
max-width: fit-content;
margin: 0 auto 40px;
padding: 40px;
}
.feature_inner_content_box02_data_box dl {
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: center;
justify-content: flex-start;
align-items: center;
}
.feature_inner_content_box02_data_box dl + dl {
margin: 16px 0 0;
}
.feature_inner_content_box02_data_box dt {
color: #4B58A6;
font-size: 18px;
font-weight: 700;
margin: 0 12px 0 0;
}
.feature_inner_content_box02_data_box dd {
font-size: 14px;
}
.feature_inner_content_box02_text02 {
text-align: center;
font-size: 20px;
font-weight: 700;
}
.feature_inner_content_box02_text02 p + p {
margin: 20px 0 0;
}

@media screen and (min-width: 768px) {

}
@media screen and (max-width:767px) {
section#example {
padding: 64px 16px;
}
.example_inner {
padding: 30px 10px;
}
.example_text02 {
text-align: left;
}
.about_text {
margin-bottom: 40px;
}
.circle_box {
display: block !important;
}
.circle_box_menwomen {
margin-bottom: 60px !important;
}
}


/**円グラフ**/
.circle_box {
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: center;
justify-content: space-between;
align-items: top;
margin: 60px auto 20px;
}
.circle_box_menwomen, .circle_box_ages {
width: 50%;
margin: 0 auto;
}
.circle_box_menwomen_title {
font-size: 1.5em;
font-weight: 700;
text-align: center;
margin-bottom: 20px;
}
.circle_box_menwomen_box {
position: relative;
width: 300px;
height: 300px;
margin: 0 auto;
border-radius: 50%;
background-image: conic-gradient(#4e59a5 46%, #f06777 46% 100%);
}
.circle_box_men {
position: absolute;
top: 50%;
right: 25%;
transform: translate(50%, -50%);
color: #fff;
font-weight: 600;
font-size: 1.1em;
text-shadow: 2px 2px 2px #323A6B, 2px -2px 2px #323A6B, -2px 2px 2px #323A6B, -2px -2px 2px #323A6B;
}
.circle_box_women {
position: absolute;
top: 50%;
left: 15%;
transform: translate(50%, -50%);
color: #fff;
font-weight: 600;
font-size: 1.1em;
text-shadow: 2px 2px 2px #A34550, 2px -2px 2px #A34550, -2px 2px 2px #A34550, -2px -2px 2px #A34550;
}
.circle_box_ages_box {
position: relative;
width: 300px;
height: 300px;
margin:0 auto;
border-radius: 50%;
background-image: conic-gradient(rgb(78,89,165,1) 6%, rgb(78,89,165,0.8) 6% 38%, rgb(78,89,165,0.6) 38% 66%, rgb(78,89,165,0.4) 66% 89%, rgb(78,89,165,0.2) 89% 100%);
}
.ages_1, .ages_2, .ages_3, .ages_4, .ages_5 {
position: absolute;
font-weight: 600;
font-size: 1.1em;
display: block;
color: #FFF;
text-shadow: 2px 2px 2px #4E59A5, 2px -2px 2px #4E59A5, -2px 2px 2px #4E59A5, -2px -2px 2px #4E59A5;
}
.ages_1 {
top: 5%;
left: 50%;
}
.ages_2 {
top: 35%;
right: 10%;
}
.ages_3 {
top: 70%;
right: 42%;
}
.ages_4 {
top: 35%;
left: 10%;
}
.ages_5 {
top: 10%;
left: 25%;
}
.circle_box_ages_info {
/*position: absolute;
top: 100%;
left: 60%;*/
font-size: 0.8em;
text-align: center;
margin-top: 10px;
}

@media screen and (max-width:767px) {
.feature_inner_content_box02_data_box {
border-radius: 10px;
padding: 20px 16px;
}
.feature_inner_content_box02_data_box dl {
flex-direction: column;
align-content: flex-start;
align-items: flex-start;
}
.feature_inner_content_box02_data_box dl + dl {
margin: 12px 0 0;
}
.feature_inner_content_box02_data_box dt {
font-size: 14px;
margin: 0;
}
.feature_inner_content_box02_data_box dd {
font-size: 12px;
}
.feature_inner_content_box02_text02 {
text-align: left;
font-size: 14px;
}
.circle_box_menwomen, .circle_box_ages {
width: 100%;
}
.circle_box_ages_info {
/*position: absolute;
top: 365px;
left: 34%;*/
}
}


/**事例**/
section#casestudy {
background: #FFF;
padding: 40px 0 0;
margin: 40px auto;
}
.casestudy_inner {
width: 100%;
background: #FFF;
max-width: 1024px;
margin: 0 auto;
padding: 40px 0;
/*border-radius: 20px;*/
}
.casestudy_inner h2 {
text-align: center;
}
.casestudy_inner_box {
background: #F7F7F7;
border-radius: 15px;
padding: 0 20px 0;
margin: 80px auto 20px;
}
.casestudy_inner_box_h3 {
font-weight: 600;
font-size: 1.5em;
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: center;
justify-content: center;
align-items: center;
width: 180px;
height: 60px;
margin: 0 auto 0;
background: #4E59A5;
border-radius: 300px;
color: #fff;
font-size: 24px;
font-weight: 700;
position: relative;
top: -30px;
}
.casestudy_inner_box_inner {
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: center;
justify-content: space-between;
/*align-items: center;*/
}
.casestudy_inner_box_inner_box {
background: #FFF;
width: 49%;
padding: 20px;
/*height: 160px;*/
border-radius: 15px;
margin-bottom: 20px;
}
.casestudy_inner_box_inner_box_title {
font-weight: 600;
font-size: 1.2em;
margin-bottom: 5px;
}
.casestudy_inner_box_inner_text_info {
font-size: 0.8em;
}

@media screen and (min-width: 768px) {

}
@media screen and (max-width:767px) {
section#casestudy {
padding: 64px 16px 0;
}
.casestudy_inner {
padding: 10px;
}
.casestudy_inner_box {
padding: 0 10px 1px;
}
.casestudy_inner_box_inner {
display: block !important;
}
.casestudy_inner_box_inner_box {
width: 100%;
}
}


/**理由**/
section#reason {
background: #F7F7F7;
padding: 40px 0 1px;
}
.reason_inner {
background: #F7F7F7;
width: 100%;
max-width: 1024px;
margin: 0 auto;
padding: 40px 0 0;
}
.reason_inner_content {
margin: 0 0 32px;
}
.reason_inner_content li {
background: #FFF;
border-radius: 15px;
padding: 20px;
}
.reason_inner_content li + li {
margin: 24px 0 0;
}
.reason_inner_content_catch {
color: #4958aa;
font-weight: bold;
font-size: 1.4em;
margin: 0 0 15px;
}
.reason_inner_content_text {
background: #F7F6F9;
border-radius: 15px;
padding: 12px;
font-size: 18px;
}

@media screen and (min-width: 768px) {

}
@media screen and (max-width:767px) {
section#reason {
padding: 64px 16px 1px;
}
.reason_inner {
padding: 10px;
}
}


/**導入事例コメント**/
section#comment {
background: #F7F7F7;
padding: 80px 0;
}
.comment_inner {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
}
.comment_inner_content {
	width: 100%;
	background: #FFF;
	max-width: 1024px;
	margin: 0 auto;
	padding: 40px 60px;
	border-radius: 20px;
}
.comment_inner_content_company {
text-align: center;
font-size: 24px;
font-weight: 700;
}
.comment_inner_content_catch {
margin: 0 0 24px;
color: #4B58A6;
font-size: 40px;
font-weight: 700;
position: relative;
text-align: center;
}
.comment_inner_content_text {
border-bottom: 2px solid #eaebf4;
margin: 0 0 20px;
padding: 0 0 20px;
}
.comment_inner_content_text p {
font-size: 18px;
}
.comment_inner_content_text p+p {
margin: .7em 0 0;
}
.comment_inner_content_profile {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
align-content: center;
align-items: center;
}
.comment_inner_content_profile_left {
width: calc(100% - 260px);
}
.comment_inner_content_profile_right {
width: 240px;
}
.comment_inner_content_profile_left_company {
font-size: 18px;
font-weight: bold;
}
.comment_inner_content_profile_left_link {
margin: 0 0 16px;
}

.comment_inner_content_profile_left_link a {
color: #4b58a6;
}
.comment_inner_content_profile_left_adress {
margin: 0 0 24px;
line-height: 1.2;
}
.comment_inner_content_profile_left_position {
font-weight: bold;
}
.comment_inner_content_profile_left_name {
font-size: 18px;
font-weight: bold;
line-height: 1.2;
}


@media screen and (min-width: 768px) {

}
@media screen and (max-width:767px) {
section#comment {
padding: 32px 16px 64px;
}
.comment_inner_content {
padding: 30px 20px;
}
.comment_inner_content_company {
font-size: 18px;
margin: 0 0 8px;
}
.comment_inner_content_catch {
margin: 0 0 16px;
font-size: 32px;
line-height: 1.3;
}
.comment_inner_content_text p {
font-size: 16px;
}
.comment_inner_content_profile_left {
width: 100%;
margin: 0 0 20px;
}
.comment_inner_content_profile_left_company {
font-size: 16px;
}
.comment_inner_content_profile_left_link {
margin: 0 0 12px;
}
.comment_inner_content_profile_left_link a {
font-size: 14px;
}
.comment_inner_content_profile_left_adress {
margin: 0 0 16px;
font-size: 14px;
}
.comment_inner_content_profile_left_position {
font-size: 14px;
}
.comment_inner_content_profile_left_name {
font-size: 16px;
}
}


/**使い方**/
section#use {
background: #FFF;
padding: 40px 0 0;
margin: 40px auto;
}
.use_inner {
width: 100%;
background: #FFF;
max-width: 1024px;
margin: 0 auto;
padding: 40px 0;
}
.use_inner_box {
position: relative;
background: #EAEBF4;
/*border-top-left-radius: 15px;
border-top-right-radius: 15px;*/
border-radius: 10px;
padding: 12px;
margin: 0 0 20px;
}
/*.use_inner_box:after {
content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 50px 40px 0 40px;
border-color: #FFF transparent transparent transparent;
position: absolute;
top: 100%;
left: 0;
right: 0;
margin: 0 auto;
}*/
.triangle {
margin: 20px auto;
width: 100%;
max-width: 100px;
border-top: 25px solid rgb(149,155,201,0.2);
border-right: 50px solid transparent;
border-left: 50px solid transparent;
}
.triangle2 {
border-top: 25px solid rgb(149,155,201,0.3);
}
.triangle3 {
border-top: 25px solid rgb(149,155,201,0.5);
}
.triangle4 {
border-top: 25px solid rgb(149,155,201,0.7);
}
.use_inner_box_title {
font-weight: 600;
margin-bottom: 10px;
font-size: 14px;
}
.use_inner_box_text {
padding: 12px;
background: #FFF;
border-radius: 10px;
font-size: 14px;
}
.bg1 {
background: rgb(149,155,201,0.2);
}
.bg1:after {
border-color:rgb(149,155,201,0.2) transparent transparent transparent;
}
.bg2 {
background: rgb(149,155,201,0.3);
}
.bg2:after {
border-color:rgb(149,155,201,0.3) transparent transparent transparent;
}
.bg3 {
background: rgb(149,155,201,0.5);
}
.bg3:after {
border-color:rgb(149,155,201,0.5) transparent transparent transparent;
}
.bg4 {
background: rgb(149,155,201,0.7);
}
.bg4:after {
border-color:rgb(149,155,201,0.7) transparent transparent transparent;
}
.bg5 {
background: rgb(149,155,201,1);
}
.bg5:after {
border-color:rgb(149,155,201,1) transparent transparent transparent;
}

@media screen and (min-width: 768px) {

}
@media screen and (max-width:767px) {
section#use {
padding: 64px 16px 0;
}
.use_inner {
padding: 10px;
}
}

/**よくある質問**/
section#faq {
background: #F7F7F7;
padding: 80px 20px;
}
.faq_inner {
width: 100%;
max-width: 680px;
margin: 0 auto;
}
.faq_inner_content dl + dl {
margin: 52px 0 0;
}
.faq_inner_content dt {
color: #4B58A6;
font-size: 20px;
font-weight: 700;
margin: 0 0 24px;
position: relative;
}
.faq_inner_content dt:before {
content: "Q.";
font-family: 'Arial',sans-serif;
font-size: 32px;
position: absolute;
left: -42px;
top: -12px;
}
.faq_inner_content dd {
position: relative;
}
.faq_inner_content dd:before {
content: "A.";
font-family: 'Arial',sans-serif;
color: #F06777;
font-size: 24px;
font-weight: 700;
position: absolute;
left: -32px;
top: -6px;
}
@media screen and (max-width:767px) {
section#faq {
padding: 64px 16px;
}
.faq_inner_content dl {
padding: 0 0 0 36px;
}
.faq_inner_content dl + dl {
margin: 40px 0 0;
}
.faq_inner_content dt {
font-size: 18px;
margin: 0 0 18px;
}
.faq_inner_content dt:before {
font-size: 24px;
left: -32px;
top: -4px;
}
.faq_inner_content dd {
font-size: 14px;
}
}


/**フォーム**/
section#form {
padding: 64px 20px 120px;
}
.form_inner {
width: 100%;
max-width: 878px;
margin: 0 auto;
}
.form_inner_lead {
text-align: center;
margin: -20px 0 32px;
}
#form_contact form#mktoForm_8251 {
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: center;
justify-content: space-between;
align-items: flex-start;
width: 100% !important;
}
#form_contact .mktoForm .mktoFormCol {
width: 100%;
}
#form_contact .mktoForm .mktoFieldWrap {
display: flex;
flex-direction: column;
flex-wrap: wrap;
align-content: center;
justify-content: center;
align-items: flex-start;
width: 100%;
}
#form_contact .mktoForm label {
color: #33475b;
font-size: 14px;
margin: 0 0 8px;
padding: 0;
width: initial !important;
}
#form_contact .mktoForm .mktoGutter {
display: none;
}
#form_contact .mktoForm input,
#form_contact .mktoForm select.mktoField {
background-color: #f5f8fa;
border: 1px solid #cbd6e2;
border-radius: 3px;
width: 100% !important;
height: 38px !important;
padding: 0 15px;
font-size: 16px;
}
#form_contact .mktoForm textarea {
background-color: #f5f8fa;
border: 1px solid #cbd6e2;
border-radius: 3px;
width: 100% !important;
height: initial !important;
padding: 0 15px;
font-size: 16px;
}
#form_contact .mktoForm .mktoFormRow {
width: 100%;
}
#form_contact .mktoForm .mktoFormRow:nth-of-type(5),
#form_contact .mktoForm .mktoFormRow:nth-of-type(6) {
width: 47%;
}
#form_contact .mktoForm .mktoFormRow:nth-of-type(11) {
margin: 40px 0 0;
}
#form_contact .mktoForm .mktoFormRow:nth-of-type(11) legend {
font-size: 20px;
}
#form_contact .mktoForm .mktoFormRow:nth-of-type(11) .mktoHtmlText {
width: 100% !important;
}
#form_contact .mktoForm .mktoFormRow:nth-of-type(11) .mktoHtmlText span {
font-size: 14px !important;
}
.mktoButtonRow {
width: 100%;
}
#form_contact .mktoForm button.mktoButton {
height: 60px;
font-size: 20px !important;
background-color: #ff7a59 !important;
border-color: #ff7a59 !important;
box-shadow: none !important;
margin: 0;
}
@media screen and (min-width: 768px) {
#form_contact .mktoForm button.mktoButton:hover {
transform: none;
opacity: 0.7;
}
}
@media screen and (max-width:767px) {
section#form {
padding: 64px 15px 80px;
}
.form_inner_lead {
margin: -20px 0 20px;
}
#form_contact .mktoForm label {
margin: 0;
}
#form_contact .mktoForm .mktoFormCol {
margin: 0 0 20px !important;
}
#form_contact .mktoForm .mktoFormRow:nth-of-type(11) {
margin: 20px 0 0;
}
#form_contact .mktoForm .mktoFormRow:nth-of-type(11) legend {
font-size: 16px;
}
#form_contact .mktoForm .mktoFormRow:nth-of-type(11) .mktoHtmlText {
margin: 12px 0 0;
}
}


/**フッター**/
footer {
padding: 32px 20px;
border-top: 1px solid #232F76;
}
.footer_inner {
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: center;
justify-content: space-between;
align-items: stretch;
}
.footer_inner_left {
padding: 0 0 10px;
}
footer a.company {
font-family: 'Josefin Sans', sans-serif;
color: #111111;
font-size: 18px;
font-weight: 600;
line-height: 1.2;
text-decoration: none;
}
footer a.Privacy {
color: rgba(0, 0, 0, 0.64);
font-size: 13px;
line-height: 1.2;
opacity: 1;
margin: 0 0 30px;
}
footer p.address {
font-size: 14px;
}
footer a.map {
text-decoration: none;
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: center;
justify-content: flex-start;
align-items: center;
margin: 10px 0 0;
}
footer a.map p {
border-bottom: solid 1px #000;
font-family: 'Josefin Sans', sans-serif;
color: #333;
font-size: 12px;
font-style: normal;
font-weight: 500;
letter-spacing: 0.1em;
line-height: 1.6;
margin: 0px 0px 0px 6px;
transition: .3s;
}
footer a.map i {
font-size: 18px;
color: #333;
transition: .3s;
}
.footer_inner_right {
display: flex;
flex-direction: column;
flex-wrap: wrap;
align-content: center;
justify-content: flex-end;
align-items: flex-end;
}
footer .copy {
font-family: 'Josefin Sans', sans-serif;
font-size: 10px;
}
@media screen and (min-width: 768px) {
footer a.company:hover {
color: #ffdb00;
}
footer a.Privacy:hover {
opacity: .7;
}
footer a.map:hover p {
color: #a7d86d;
border-bottom: solid 1px #fff;
}
footer a.map:hover i {
color: #a7d86d;
}
}
.fa-map-marker:before {
content: "\f041";
}
@media screen and (max-width:767px) {
footer {
padding: 32px 16px;
}
.footer_inner {
flex-direction: column;
justify-content: center;
align-items: center;
}
.footer_inner_left {
text-align: center;
margin: 0 0 48px;
padding: 0;
}
footer p.address {
font-size: 12px;
}
footer a.map {
justify-content: center;
}
}