@charset "utf-8";
/* voice css */

html {
scroll-padding-top: 110px;
}

/* voice 一覧ページ
-------------------------------------------------- */

.intro_copy {
font-family: "Zen Maru Gothic", sans-serif;
font-weight: 700;
font-size: 2.2rem;
letter-spacing: 0.2em;
color: #fff;
margin-bottom: 30px;
display: block;
text-align: center;
}
.intro_txt {
font-size: 1.6rem;
line-height: 200%;
color: #fff;
font-weight: 500;
margin-bottom: 50px;
display: block;
text-align: center;
}

@media all and (max-width : 1024px ){
.intro_copy {
font-size: 1.8rem;
letter-spacing: 0.15em;
margin-bottom: 20px;
}
.intro_txt {
font-size: 1.4rem;
margin-bottom: 40px;
}
}

@media all and (max-width : 767px ){
.intro_copy {
font-size: 1.45rem;
letter-spacing: 0.1em;
margin-bottom: 20px;
}
.intro_txt {
font-size: 1.2rem;
line-height: 180%;
margin-bottom: 25px;
}
}

.content_box {
width: calc(50% - 60px / 2);
margin-right: 60px;
margin-bottom: 40px;
position: relative;
}
.content_box:nth-child(2) {
margin-right: 0px;
}
.content_box_wrap {
display: flex;
flex-wrap: wrap;
}

@media all and (max-width : 1024px ){
.content_box {
width: calc(50% - 30px / 2);
margin-right: 30px;
margin-bottom: 30px;
}
}

@media all and (max-width : 767px ){
.content_box {
width: 100%;
margin-right: 0px;
margin-bottom: 20px;
}
.content_box_wrap {
display: flex;
flex-direction: column;
padding-top: 0px;
}
}

.content_imgbox {
position: relative;
margin-bottom: 15px;
overflow: hidden;
background: #fff;
border-radius: 10px;
}
.content_imgbox img {
width: 100%;
border-radius: 10px;
transition-duration: 0.7s;	
}
.content_box:hover .content_imgbox img {
transform: scale(1.05);	
transition-duration: 0.7s;	
opacity: 0.8;
}
.content_txt_box dt {
font-family: "Quicksand", sans-serif;
font-weight: 500;
font-size: 1.6rem;
color: #FFE34D;
letter-spacing: 0.1em;
line-height: 100%;
margin-bottom: 15px;
}
.content_txt_box dd {
font-size: 2.0rem;
font-family: "Zen Maru Gothic", sans-serif;
font-weight: 700;
letter-spacing: 0.2em;
color: #fff;
line-height: 180%;
}

@media all and (max-width : 1024px ){
.content_txt_box dt {
font-size: 1.4rem;
margin-bottom: 10px;
}
.content_txt_box dd {
font-size: 1.6rem;
letter-spacing: 0.15em;
}
}

@media all and (max-width : 767px ){
.content_txt_box dt {
font-size: 1.2rem;
margin-bottom: 10px;
}
.content_txt_box dd {
font-size: 1.4rem;
letter-spacing: 0.1em;
}
}


/* voice詳細ページ
-------------------------------------------------- */

.sec_report {
background: #fff;
padding: 60px 0 100px;
border-radius: 10px;
}

@media all and (max-width : 1050px ){
.sec_report {
padding: 30px 30px 50px;
}
}

@media all and (max-width : 980px ){
.sec_report {
padding: 30px 0px 60px;
}
}

@media all and (max-width : 767px ){
.sec_report {
padding: 10px 0px 30px;
margin-top: 15px;
}
}

.con_copy {
font-family: "Zen Maru Gothic", sans-serif;
font-weight: 700;
font-size: 2.2rem;
color: #00A469;
letter-spacing: 0.2em;
display: inline-block;
margin-bottom: 25px;
position: relative;
z-index: 0;
}
.con_copy::before {
content: "";
width: calc(100% + 1rem);
height: 1.1rem;
border-radius: 0.3rem;
background-color: #ffe34d;
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
z-index: -1;
}
.con_read {
font-size: 1.5rem;
line-height: 200%;
margin-bottom: 40px;
}

@media all and (max-width : 820px ){
.con_copy {
font-size: 2.0rem;
letter-spacing: 0.1em;
margin-bottom: 15px;
}
.con_read {
font-size: 1.4rem;
line-height: 180%;
margin-bottom: 20px;
}
}

@media all and (max-width : 767px ){
.con_copy {
font-size: 1.6rem;
padding-top: 15px;
margin-bottom: 15px;
display: block;
text-align: center;
}
.con_copy::before {
display: none;
}
.con_read {
font-size: 1.2rem;
line-height: 160%;
margin-bottom: 20px;
}
}

.main_img {
margin-bottom: 20px;
}
.main_img img {
width: 100%;
}
.title_outline {
font-family: "Zen Maru Gothic", sans-serif;
font-weight: 700;
font-size: 2.0rem;
color: #51656F;
padding-left: 15px;
background-image: url("../img/voice/icon_circle.svg");
background-repeat: no-repeat;
background-position: left center;
margin-bottom: 20px;
}
.outline_box {
width: 100%;
background: #fff;
border: solid 8px #F5F8FA;
border-radius: 10px;
padding: 20px 40px;
margin-bottom: 60px;
}
.outline_box dl {
display: flex;
padding: 20px 0;
border-bottom: dotted 1px #ccc;
font-size: 1.6rem;
}
.outline_box dl:last-of-type {
border-bottom: none;
}
.outline_box dl dt {
width: 20%;
font-weight: 700;
padding-left: 10px;
}
.outline_box dl dd {
width: 80%;
font-weight: 500;
padding-right: 10px;
}

@media all and (max-width : 767px ){
.title_outline {
font-size: 1.4rem;
padding-left: 10px;
margin-bottom: 15px;
}
.outline_box {
border: solid 4px #F5F8FA;
padding: 5px 20px;
margin-bottom: 30px;
}
.outline_box dl {
color: #555;
display: flex;
flex-direction: column;
padding: 15px 0;
font-size: 1.2rem;
}
.outline_box dl dt {
width: 100%;
padding-left: 0px;
margin-bottom: 5px;
}
.outline_box dl dd {
width: 100%;
}
}

/*-------------------------------------------------
voice_box
-------------------------------------------------*/

.voice_box {
width: 100%;
background: #fff;
border: solid 4px #ED99A3;
border-radius: 10px;
position: relative;
padding: 40px 40px 40px 25px;
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 40px;
}
.voice_img {
width: 200px;
height: auto;
margin-right: 20px;
}
.voice_img img {
width: 100%;
}
.voice_txtbox {
width: 67.35%;
}
.voice_txtbox dt {
font-family: "Zen Maru Gothic", sans-serif;
font-weight: 700;
font-size: 2.0rem;
color: #555;
padding-bottom: 10px;
border-bottom: solid 1px #ddd;
margin-bottom: 15px;
}
.voice_txtbox dd {
font-size: 1.5rem;
line-height: 200%;
}
.profile_box {
position: absolute;
top: -12px;
left: -4px;
z-index: 2;
}
.profile_txt {
font-family: "Zen Maru Gothic", sans-serif;
font-weight: 700;
position: relative;
display: block;
padding: 8px 20px;
font-size: 1.3rem;
color: #fff;
background: #ED99A3;
border-radius: 10px 0 0 0;
}
.profile_box::after {
content: "";
position: absolute;
top: 0;
right: -11px;
display: block;
width: 0;
height: 0;
border-style: solid;
border-width: 9px 0 0 11px;
border-top-color: transparent;
border-right-color: transparent;
border-bottom-color: transparent;
border-left-color: #000;
}
.link_btn_box {
padding-top: 30px;
}

@media all and (max-width : 820px ){
.voice_txtbox dt {
font-size: 1.8rem;
}
.voice_txtbox dd {
font-size: 1.4rem;
line-height: 180%;
}
}

@media all and (max-width : 767px ){
.voice_box {
padding: 30px 20px 25px 20px;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
margin-bottom: 30px;
}
.voice_img {
width: 200px;
height: auto;
margin: 0 auto 20px;
}
.voice_txtbox {
width: 100%;
}
.voice_txtbox dt {
font-size: 1.4rem;
padding-bottom: 10px;
margin-bottom: 15px;
}
.voice_txtbox dd {
font-size: 1.3rem;
line-height: 180%;
}
.profile_box {
position: absolute;
top: -12px;
left: -4px;
z-index: 2;
}
.profile_txt {
padding: 6px 15px;
font-size: 1.2rem;
}
.link_btn_box {
padding-top: 0px;
}
}

.red {
color: red;
}