@charset "utf-8";
/* CSS Document */

@font-face {
  /*フォントの名前*/
  font-family: "din_mid";
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("../../subset/din_mid.woff2") format("woff2"),
       url("../../subset/din_mid.woff") format("woff");
}


#news_main {
    background-image: url(../../img/news/bg_main.jpg);
    background-position: center top;
    background-size: cover;
}
#news_catch {
    width: 100%;
    text-align: center;
    padding-top: 9%;
    padding-bottom: 9%;
    margin-top: 64px;
}
#info_main {
    background-image: url(../../img/information/photo_main.jpg);
    background-position: center top;
    background-size: cover;
}
#info_catch {
    width: 100%;
    text-align: center;
    padding-top: 9%;
    padding-bottom: 9%;
    margin-top: 64px;
}
#company_main {
    background-image: url(../../img/company/bg_main.jpg);
    background-position: center top;
    background-size: cover;
}
#company_catch {
    width: 100%;
    text-align: center;
    padding-top: 9%;
    padding-bottom: 9%;
    margin-top: 64px;
}

#benefits_main {
    background-image: url(../../img/benefits/photo_main.jpg);
    background-position: center top;
    background-size: cover;
}
#benefits_catch {
    width: 100%;
    text-align: center;
    padding-top: 9%;
    padding-bottom: 9%;
    margin-top: 64px;
    background-image: url(url);
}
#education_main {
    background-image: url(../../img/education/bg_main.jpg);
    background-position: center top;
    background-size: cover;
}
#education_catch {
    width: 100%;
    text-align: center;
    padding-top: 9%;
    padding-bottom: 9%;
    margin-top: 64px;
}
#message_main {
    background-position: center top;
    background-size: cover;
    margin-top: 64px;
    height: 100vh;
    position: relative;
    z-index: 10;
}
#message_main #pannav {
    padding-top: 40px;
    color: #FFFFFF;
}
#message_main #pannav a {
    color: #FFFFFF;
    text-decoration: none;
}


#message_catch {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
}
#role_main {
    background-position: center top;
    background-size: cover;
    margin-top: 64px;
    position: relative;
    z-index: 10;
    background-image: url("../../img/role/bg_main.jpg");
    padding-top: 13%;
    padding-bottom: 21%;
}
#role_catch {
    width: 1160px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 10;
}
#voice_main {
    background-image: url("../../img/interview/bg_main.jpg");
    background-position: center top;
    background-size: cover;
    margin-top: 64px;
}
#voice_catch {
    width: 100%;
    text-align: center;
    padding-top: 9%;
    padding-bottom: 9%;
    margin-top: 64px;
}
#data_main {
    background-position: center top;
    background-size: cover;
    margin-top: 64px;
    position: relative;
    z-index: 10;
    background-image: url("../../img/data/bg_main.png");
    padding-top: 5%;
    padding-bottom: 5%;
}
#data_catch {
    width: 1160px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 10;
}
#entry_main {
    background-image: url(../../img/entry/bg_main.jpg);
    background-position: center top;
    background-size: cover;
}
#entry_catch {
    width: 100%;
    text-align: center;
    padding-top: 9%;
    padding-bottom: 9%;
    margin-top: 64px;
}
#evoice_main {
	background-position: center top;
	background-size: 1800px auto;
	margin-top: 64px;
	position: relative;
	z-index: 10;
	background-image: url(../../img/voice/bg_main.png);
	padding-top: 160px;
	padding-bottom: 160px;
}
#evoice_catch {
	width: 1160px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 10;
	padding-bottom: 0px;
}

#pannav {
    width: 1160px;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
    font-size: 13px;
    padding-bottom: 120px;
}
.inner1000 {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.inner1160 {
    width: 1160px;
    margin-left: auto;
    margin-right: auto;
}
.wp-pagenavi {
    font-size: 16px;
    text-align: center;
}
.wp-pagenavi .pages {
    display: none;
    margin-right: 8px;
    padding: 6px;
    background: #005bac;
    color: #fff;
    font-size: medium;
}
.wp-pagenavi .current {
    display: inline-block;
    margin: 8px;
    color: #000000;
    font-weight: bold;
    border-bottom: 2px solid #FA6980;
}
.wp-pagenavi .extend {
	display: inline-block;
	margin: 8px;
	font-weight: bold;
	line-height: 30px;
}
.wp-pagenavi a {
    text-decoration: none;
    color: #A6ADB4;
    font-weight: bold;
}
.wp-pagenavi a.first,
.wp-pagenavi a.last {
	width: auto;
	margin: 8px;
	padding-right: 4px;
	padding-left: 4px;
	border: 0;
	border-bottom: 1px solid #005bac;
	border-radius: 0;
	background: transparent;
}
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.smaller,
.wp-pagenavi a.larger {
    display: inline-block;
    margin: 8px
}
.wp-pagenavi a.previouspostslink:hover,
.wp-pagenavi a.nextpostslink:hover,
.wp-pagenavi a.smaller:hover,
.wp-pagenavi a.larger:hover {
    color: #000000;
    font-weight: bold;
    border-bottom: 2px solid #FA6980;
}
.img_but {
    padding-bottom: 50px;
    text-align: center;
}
.img_but_entry {
	text-align: center;
}
.img_but_entry p {
	display: inline-block;
	padding-left: 2px;
	padding-right: 2px;
	vertical-align: middle;
}



.newsdetail {
    margin-top: 64px;
}
.midashi_news {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.6em;
}
.date {
    padding-bottom: 180px;
}
/*画像の中央寄せ*/
.aligncenter {
  height: auto;
  margin: 0 auto;
  max-width: 100%;
    padding-bottom: 10px;
}
/*figureタグで囲まれた画像の中央寄せ*/
.aligncenter img {
  height: auto;
  max-width: 100%;
}
/*画像左寄せ*/
.alignleft {
    height: auto;
    margin-left: auto;
    max-width: 100%;
    float: left;
    padding-right: 60px;
    padding-bottom: 10px;
}
/*figureタグで囲まれた画像右寄せ*/
.alignleft img {
  height: auto;
  max-width: 100%;
}
/*画像右寄せ*/
.alignright {
    height: auto;
    margin-left: auto;
    max-width: 100%;
    float: right;
    padding-left: 60px;
    padding-bottom: 10px;
}
/*figureタグで囲まれた画像右寄せ*/
.alignright img {
  height: auto;
  max-width: 100%;
}
/*位置指定のない画像*/
.alignnone {
  height: auto;
  max-width: 100%;
}
/*figureタグで囲まれた位置指定のない画像*/
.alignnone img {
  height: auto;
  max-width: 100%;
}
.midashi_faq {
    padding-bottom: 8%;
}
.benefitswrap {
    padding-bottom: 20px;
}
.benefitswrap02 {
    padding-bottom: 150px;
}
.benefitswrap .box  {
    width: 530px;
    display: inline-block;
    vertical-align: top;
    padding-left: 22px;
    padding-right: 22px;
    padding-bottom: 120px;
    font-size: 16px;
    line-height: 1.6em;
    padding-top: 64px;
    margin-top: -64px;
}
.benefitswrap .box01  {
	width: 530px;
	display: inline-block;
	vertical-align: top;
	padding-left: 22px;
	padding-right: 22px;
	padding-bottom: 60px;
	font-size: 16px;
	line-height: 1.6em;
}
.benefitswrap .box01 .baloon {
    min-height: 280px;
    padding-top: 40px;
}

.benefitswrap .come {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
    min-height: 120px;
}
.baloon  {
    padding-top: 20px;
    padding-right: 30px;
    padding-left: 30px;
    border-radius: 10px;
    background-color: #FFFFFF;
    margin-bottom: 15px;
    padding-bottom: 10px;
    min-height: 150px;
    font-size: 17px;
    line-height: 2em;
}
.arrow_box.baloon  {
    padding-top: 20px;
    padding-right: 30px;
    padding-left: 30px;
    border-radius: 10px;
    background-color: #FFFFFF;
    margin-bottom: 25px;
    padding-bottom: 10px;
    min-height: 150px;
    position: relative;
}
.arrow_box.baloon:after{
    content: url("../img/baloon.png");
    visibility: visible;
    position: absolute;
    top:100%;
    left:130px;
}

.baloon02  {
    padding-top: 20px;
    padding-right: 30px;
    padding-left: 30px;
    border-radius: 10px;
    background-color: #FFFFFF;
    margin-bottom: 25px;
    padding-bottom: 10px;
    min-height: 480px;
}
.baloon02 p {
    padding-bottom: 20px;
}

.benefitswrap .photo {
    text-align: center;
}
.educationwrap02 {
    padding-bottom: 20px;
}

.educationwrap02 .box {
    padding-bottom: 50px;
    color: #6F6F6F;
}

.educationwrap02 .box .photo {
    width: 266px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 20px;
}
.educationwrap02 .box .box01 {
    padding-top: 30px;
    padding-right: 29px;
    padding-left: 29px;
    padding-bottom: 20px;
    width: 810px;
    display: inline-block;
    background-color: #FFFFFF;
    vertical-align: middle;
    line-height: 2em;
    min-height: 210px;
}
.educationwrap02 .box01 h5 {
    font-size: 28px;
    line-height: 1.6em;
    font-weight: bold;
}
.bg_white {
    background-color: #FFFFFF;
    padding-top: 140px;
    padding-bottom: 90px;
    margin-bottom: 140px;
}
.bg_gray {
    background-color: #E9EFF2;
    padding-top: 90px;
    padding-bottom: 90px;
    margin-bottom: 140px;
}
.bg_gray_tri {
    background-color: #F2F4F5;
    padding-top: 350px;
    padding-bottom: 90px;
    background-image: url(../../img/data/bg.png);
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.bg_gray_tri02 {
	background-color: #F1F3F4;
	padding-top: 200px;
	padding-bottom: 90px;
clip-path: polygon(0% 1%, 100% 0%, 100% 99%, 0% 100%);
}
.bg_white .educationwrap02 .box .box01 {
    background-color: #F6F8F9;
}
#messe_color {
    width: 100%;
    height: 100vh;
    background-color: #72ACFF;
    opacity: 1;
    position: fixed;
    top: 64px;
    padding-bottom: 64px;
    z-index: 1;
    mix-blend-mode: multiply;
    transition: 1s;
  height: -webkit-fill-available;
}
#messe_color.messe_fade{
    opacity: 0.2;
}
#massage #cont {
    background-color: #FFFFFF;
}
#messe_img {
    position: fixed;
    margin-top: 64px;
    width: 100%;
    height: 100vh;
    background-image: url(../../img/message/bg_main.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0px;
    z-index: 0;
  height: -webkit-fill-available;
}
#cont_message {
    text-align: center;
    color: #FFFFFF;
    position: relative;
    z-index: 20;
    padding-top: 170px;
    font-size: 18px;
    line-height: 3em;
    padding-bottom: 10%;
}
#cont_message p {
    padding-bottom: 5%;
}

body#message{
    background-color: rgba(114,172,255,0.60);
}
#messe_come {
    position: relative;
    margin-top: 64px;
    z-index: 20;
    padding-bottom: 14%;
    padding-top: 2%;
}
#messe_come .centerphoto {
    width: 100%;
}
.rolewrap02 {
    padding-bottom: 180px;
}
.rolewrap01 {
    width: 670px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
    font-size: 16px;
    line-height: 2em;
}
.rolewrap02 .box {
    width: 930px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 2em;
}
.rolewrap02 .box .photo {
    width: 260px;
    float: left;
}
.rolewrap03 {
    width: 930px;
    margin-left: auto;
    margin-right: auto;
}
.rolewrap03 .box-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.rolewrap03 .box {
    width: 190px;
    display: inline-block;
    text-align: center;
    padding-left: 58px;
    padding-right: 58px;
    padding-bottom: 80px;
    vertical-align: top;
}
.rolewrap03 .box .year {
    padding-top: 10px;
    padding-bottom: 0px;
    font-size: 11px;
}
.link02 a {
    background-color: #FA6980;
    display: block;
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    padding-top: 10px;
    border-radius: 10px;
    padding-bottom: 10px;
    border: 1px solid #FA6980;
}
.link02 a:hover {
    background-color: #FFFFFF;
    color: #E1728D;
}



.rolewrap03 .box .name {
    font-size: 24px;
    line-height: 1.6em;
    font-weight: bold;
}
#interview_main {
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 64px;
}
#interview_main #pannav {
    padding-top: 30px;
    padding-bottom: 36px;
}
#talk_main {
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 64px;
    background-image: url(../../img/talk/bg_main.jpg);
}
#talk_main #pannav {
    padding-top: 30px;
    padding-bottom: 36%;
}
.main_prof {
    width: 924px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 336px;
}
.main_prof .year {
    width: 138px;
    height: 92px;
    text-align: center;
    background-color: #4580D8;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 1.6em;
    padding-top: 46px;
    position: relative;
}
.main_prof .name {
    width: 250px;
    text-align: center;
    background-color: #82B0F4;
    color: #FFFFFF;
    height: 130px;
    padding-top: 120px;
    margin-left: 27px;
    margin-top: -108px;
    line-height: 1.4em;
}
.main_prof .name02 {
    width: 250px;
    text-align: center;
    background-color: #82B0F4;
    color: #FFFFFF;
    height: 160px;
    padding-top: 90px;
    margin-left: 27px;
    line-height: 1.4em;
}
.main_prof .name h3 ,.main_prof .name02 h3{
    font-size: 26px;
    line-height: 1.6em;
}
#interview_img {
    width: 650px;
    margin-left: auto;
    margin-right: auto;
    top: -48px;
    position: relative;
}
#talk_img {
    width: 775px;
    margin-left: auto;
    margin-right: auto;
    top: -48px;
    position: relative;
    text-align: center;
    padding-right: 0pt;
}





.interview01 {
	background-image: url(../../img/interview/takeo/bg_main.jpg);
}
.interview02 {
    background-image: url(../../img/interview/morita/bg_main.jpg);
}
.interview03 {
	background-image: url(../../img/interview/tsuno/bg_main.jpg);
}
.interview04 {
    background-image: url(../../img/interview/fujiki/bg_main.jpg);
}
.interview05 {
    background-image: url("../../img/interview/katayama/bg_main.jpg");
}
.interview06 {
    background-image: url(../../img/interview/ogawa/bg_main.jpg);
}
.interviewwrap01 {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 90px;
    background-image: url(../../img/interview/dot.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 22px auto;
    margin-bottom: 60px;
    font-size: 30px;
    line-height: 1.2em;
}
.interviewwrap02 {
    padding-bottom: 70px;
}
.interviewwrap02 .box {
    padding-top: 28px;
    padding-right: 28px;
    padding-left: 28px;
    padding-bottom: 18px;
    background-color: #FFFFFF;
    border-radius: 10px;
    margin-bottom: 45px;
    font-size: 16px;
    line-height: 1.6em;
    width: 734px;
    margin-left: auto;
    margin-right: auto;
}
.interviewwrap02 .box02 {
    padding-bottom: 18px;
	padding-top: 0;
    font-size: 16px;
    line-height: 1.6em;
    width: 790px;
    margin-left: auto;
    margin-right: auto;
	margin-top: -20px;
}
.interviewwrap02 .intdate {
    width: 128px;
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    text-align: left;
    line-height: 1.6em;
    font-weight: bold;
    color: #FF4D4D;
}
.interviewwrap02 .box01 {
    display: inline-block;
    width: 596px;
}

.interviewwrap02 .caption {
    padding-left: 15px;
}
.interviewwrap02 h4 {
    font-size: 18px;
    line-height: 1.6em;
    font-weight: bold;
    padding-bottom: 4px;
}
.interviewwrap02 .arrow {
    text-align: center;
    padding-bottom: 45px;
}
.interviewwrap03 {
    font-size: 16px;
    line-height: 1.8em;
    padding-bottom: 20px;
    width: 1160px;
    margin-left: auto;
    margin-right: auto;
}
.interviewwrap03 .centerphoto {
    padding-bottom: 80px;
}
.interviewwrap03 .midashi03 {
    padding-bottom: 40px;
}
.interviewwrap04 .box {
    width: 530px;
    text-align: center;
    float: left;
    margin-left: auto;
    margin-right: auto;
}
.interviewwrap04 .box01 {
    width: 594px;
    float: right;
}
.interviewwrap04 .midashi03 {
    padding-bottom: 40px;
}
.interviewwrap04 .box .come {
    text-align: left;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 60px;
    padding-top: 20px;
    font-size: 12px;
    line-height: 1.6em;
}
.datawrap {
    padding-bottom: 60px;
}
.datawrap02 {
    padding-bottom: 60px;
}
.datawrap .box {
    width: 260px;
    display: inline-block;
    vertical-align: top;
    padding-right: 105px;
    padding-bottom: 100px;
}
.datawrap02 .box {
    width: 258px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 96px;
    padding-bottom: 100px;
    padding-left: 96px;
}
.datawrap02 .box01 {
    vertical-align: middle;
    padding-bottom: 20px;
}
.datawrap02 .box02 {
    width: 610px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
.datawrap02 .box02 .baloon03 {
    padding-left: 80px;
    padding-right: 80px;
    min-height: auto;
}
.datawrap02 .datadate {
    text-align: right;
}



.datawrap .box01 {
    width: 440px;
    display: inline-block;
    vertical-align: top;
    padding-right: 68px;
    padding-bottom: 100px;
    padding-left: 68px;
}
.datawrap .box02 {
    width: 280px;
    display: inline-block;
    vertical-align: top;
    padding-right: 69px;
    padding-bottom: 100px;
    padding-left: 69px;
}
.datawrap .box03 {
	width: 320px;
	display: inline-block;
	vertical-align: top;
	padding-right: 87px;
	padding-bottom: 100px;
	padding-left: 87px;
	padding-top: 0px;
}
.upcap {
    font-size: 12px!important;
    vertical-align: 40%!important;
}

.datawrap .photo  {
    text-align: center;
}
.datawrap02 .photo  {
    text-align: center;
}
.datawrap h4  {
    font-size: 22px;
    line-height: 1.6em;
    font-weight: bold;
    text-align: center;
    padding-bottom: 20px;
}
.datawrap02 h4  {
    font-size: 26px;
    line-height: 1.6em;
    font-weight: bold;
    text-align: center;
    padding-bottom: 20px;
}
.datawrap .num  {
    font-size: 60px;
    line-height: 1.2em;
    text-align: center;
    color: #4292DC;
    padding-bottom: 0px;
    font-family: "din_mid";
    font-weight: normal;
}
.datawrap02 .num  {
    font-size: 60px;
    line-height: 1.2em;
    text-align: center;
    color: #4292DC;
    padding-bottom: 0px;
    font-family: "din_mid";
    font-weight: normal;
}
.datawrap .num .small {
    color: #707070;
    font-size: 28px;
}
.datawrap02 .num .small {
    color: #707070;
    font-size: 28px;
}
.numwrap {
    text-align: center;
    font-weight: bold;
}
.numwrap .numbox {
    display: inline-block;
    padding-left: 24px;
    padding-right: 24px;
    vertical-align: middle;
    font-size: 20px;
}


.paddhing_right0 {
    padding-right: 0px!important;
}
.baloonbox {
    width: 270px;
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 100px;
}

.baloon03 {
    padding-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    background-color: #FFFFFF;
    background-image: url(../../img/data/img19.png);
    background-position: right bottom;
    background-size: auto 57px;
    border-radius: 10px;
    background-repeat: no-repeat;
    min-height: 100px;
    font-size: 15px;
    line-height: 1.6em;
}
.voice_bn {
    padding-bottom: 160px;
}
.voicewrap {
    margin-bottom: 220px;
}

.voicewrap ul {
    /* position: relative;
    width: 1166px;
    height: 478px;
    overflow: hidden!important; */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 66px;
    column-gap: 42px;
}

.voicewrap ul li{
    width: calc((100% - 42px * 2) / 3);
}

.voicewrap ul li img{
    width: 100%;
    height: 100%;
}

.voicewrap h4 {
    padding-bottom: 60px;
}


.voicewrap .sp-none li {
    float: left;
    margin-right: 34px;
    z-index: 0;
    background-color: #DDE9F7;
    width: 165px;
    height: 478px;
}
.voicewrap .sp-none li .interview_hover {
    display: none;
			transition: 1.0s ;
}

.voicewrap .sp-none li:hover {
    z-index: 10;
}
.voicewrap .sp-none li .voice_img{
    transform-origin: 0 0;
    transform: translateX(0px);
			transition: 1.0s ;
    opacity: 1;
}
.voicewrap:hover .sp-none li .voice_img {
    transform-origin: 0 0;
    transform: translateX(50px);
    opacity: 0;
}
.voicewrap .sp-none li:hover .interview_hover {
    display: block;
    z-index: 20;
}


.voicewrap .sp-none li:last-of-type {
    margin-right: 0px;
}
#talk_gray {
    background-color: #E9EFF2;
    margin-bottom: 130px;
}


.talkwrap01 {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 90px;
    background-image: url(../../img/interview/dot.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 22px auto;
    margin-bottom: 60px;
    font-size: 16px;
    line-height: 2em;
}
.talkwrap01 h4 {
    padding-bottom: 100px;
}
.talkwrap02 {
    width: 820px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-bottom: 60px;
}
.talkwrap02 .box {
    width: 153px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 30px;
    padding-left: 24px;
    padding-right: 23px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}
.talkwrap02 .photo {
    padding-bottom: 25px;
}
.talkwrap02 .name {
    font-size: 25px;
    line-height: 2em;
}
.talkwrap03 {
    width: 1160px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
}
.talkwrap03 h3 {
    text-align: center;
    background-image: url(../../img/talk/bg_midashi.png);
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 45px;
    padding-bottom: 45px;
    font-size: 30px;
    line-height: 1.6em;
    font-weight: bold;
    margin-bottom: 50px;
}
.talkwrap03 .box {
    padding-bottom: 40px;
}

.talkwrap03 .box .photo {
    width: 80px;
    display: inline-block;
    vertical-align: top;
    padding-right: 10px;
}
.talkwrap03 .box .photo img {
    width: 100%;
    height: auto;
}
.talkwrap03 .box01  {
    width: 1062px;
    display: inline-block;
    vertical-align: top;
    line-height: 2em;
    padding-top: 4px;
    font-size: 16px;
}
.talkphoto {
    width: 1160px;
    margin-left: auto;
    padding-bottom: 120px;
    margin-right: auto;
}
.talkphoto .sp-none img {
}
.talkphoto .sp-none img:nth-of-type(2)  {
    padding-right: 0px;
    padding-left: 26px;

}
.mb100 {
    margin-bottom: 80px!important;
    padding-bottom: 0px;
}
.interview_hover {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 1160px;
    height: 478px;
}
.voicewrap .sp-none li .interview_hover .name01 {
    position: absolute;
    right: 170px;
    top: 136px;
}
.interview_hover .name02 {
    position: absolute;
    right: 170px;
    top: 239px;
}
.interview_hover .name03 {
    position: absolute;
    right: 170px;
    top: 346px;
}
.interview_hover .linkbut  {
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
}

@keyframes intname01 {
from {
opacity: 0;
    right: 270px;
}
to {
opacity: 1;
    right: 170px;
}
}
.interview_hover .name01{
    animation-name: intname01;
    animation-duration: 0.5s;
    animation-delay:0s;
}
@keyframes intname02 {
from {
opacity: 0;
    right: 370px;
}
to {
opacity: 1;
    right: 170px;
}
}
.interview_hover .name02{
    animation-name: intname02;
    animation-duration: 0.5s;
    animation-delay:0.15s;
}
@keyframes intname03 {
from {
opacity: 0;
    right: 420px;
}
to {
opacity: 1;
    right: 170px;
}
}
.interview_hover .name03{
    animation-name: intname03;
    animation-duration: 0.5s;
    animation-delay:0.2s;
}
.interview_hover .photo{
}
@keyframes intbg {
from {
    transform: translateX(-100px);
opacity: 0;
}
to {
    transform: translateX(0px);
opacity: 1;
}
}
.interview_hover .photo{
    animation-name: intbg;
    animation-duration: 1s;
}
.interview_hover .blind {
    position: absolute;
    left: 0px;
    top: 0px;
}

.komidashi02 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6em;
	width: auto;
}
.caption_red {
    color: #FA6980;
}
.cont100per{
    height: 100%!important;
}
.pt20 {
	padding-top: 20px;
}
.evoicewrap02 {
    padding-bottom: 180px;
}
.evoicewrap01 {
	width: 670px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
	font-size: 30px;
	line-height: 2em;
	text-align: center;
}
.evoicewrap01 .notes {
    font-size: 16px;
}
.evoicemenu select  {
	padding: 6px;
	border-radius: 4px;
	border: 2px solid #72ACFF;
}
.evoicemenu select option{
}
.evoicewrap02 .box {
    width: 930px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 2em;
}
.slickwrap .box01  {
	padding: 40px 30px 30px;
	border-radius: 15px;
	background-color: #FFFFFF;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}
.slickwrap .box01 .come {
	float: left;
	width: calc(100% - 180px);
}
.slickwrap .photo {
	width: 152px;
	float: right;
	text-align: center;
	padding-top: 30px;
	font-size: 15px;
	line-height: 1.2em;
}
.slickwrap .photo h5 strong {
	font-size: 25px!important;
	line-height: 1.2em;
	font-weight: bold;
}
.slickwrap {
	padding-left: 30px;
	padding-right: 30px;
}
.slickwrap .img img {
	width: 100%;
	height: auto;
}

.evoicewrap03 {
	width: 1160px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 200px;
	margin-top: -64px;
	padding-top: 64px;
}
.evoicewrap03 h3 {
    text-align: center;
    background-image: url(../../img/talk/bg_midashi.png);
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 45px;
    padding-bottom: 45px;
    font-size: 30px;
    line-height: 1.6em;
    font-weight: bold;
    margin-bottom: 50px;
}
.evoicewrap04 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 200px;
}
.evoicewrap04 h3 {
    text-align: center;
    background-image: url(../../img/talk/bg_midashi.png);
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 45px;
    padding-bottom: 45px;
    font-size: 30px;
    line-height: 1.6em;
    font-weight: bold;
    margin-bottom: 50px;
}
.evoicewrap05 {
	width: 870px;
	padding-top: 150px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
	text-align: center;
}
.evoice_img01 {
	width: 860px;
    height: 430px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 30px;
	background-color: #FFFFFF;
	position: relative;
	margin-bottom: 70px;
}
.evoice_img01 .photo,
.evoice_img01 .photo02{
    width: calc(860px - 60px * 2);
    height: calc(430px - 40px * 2);
    padding: 0;
    position: absolute;
    top: 40px;
}
.evoice_img01 .photo img,
.evoice_img01 .photo02 img{
    width: 100%;
    height: 100%;
    display: block;
}
.evoice_img01 .photo {
	left: 60px;
}
.evoice_img01 .photo02 {
	right: 60px;
}
.evoice_baloon01 {
	width: 1080px;
	margin-left: auto;
	margin-right: auto;
}
.evoice_baloon01 .box {
    display: flex;
    gap: 29px;
}
.evoice_baloon01 .box:after {
    display: none;
}
/* .evoice_baloon01 .box01 {
	width: 460px;
	display: inline-block;
	font-size: 30px;
	line-height: 1.6em;
	font-weight: bold;
	vertical-align: middle;
	padding-right: 60px;
}
.evoice_baloon01 .box02 {
	width: 460px;
	display: inline-block;
	font-size: 30px;
	line-height: 1.6em;
	font-weight: bold;
	vertical-align: middle;
} */
.baloon_ev01,
.baloon_ev02,
.baloon_ev03 {
    width: calc((100% - 58px) / 3);
    height: 150px;
	background-color: #fff;
    font-size: 28px;
	line-height: 1.4;
	font-weight: bold;
    text-align: center;
	border-radius: 24px;
	color: #6F6F6F;
	position: relative;
	margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* .baloon_ev01:after {
	content: " ";
	visibility: visible;
	background-image: url(../../img/voice/bg_baloon01.png);
	background-size: 100% auto;
	width: 25px;
	height: 35px;
	position: absolute;
	right: 0;
	bottom: -25px;
} */
/* .baloon_ev02 {
	padding: 40px 30px 30px;
	background-color: #fff;
	border-radius: 24px 24px 0 24px;
	position: relative;
	width: calc(100% - 60px);
	margin-bottom: 50px;
} */
/* .baloon_ev02:after {
	content: " ";
	visibility: visible;
	background-image: url(../../img/voice/bg_baloon03.png);
	background-size: 100% auto;
	width: 25px;
	height: 35px;
	position: absolute;
	right: 0;
	bottom: -25px;
} */
/* .baloon_ev03 {
	padding: 40px 30px 30px;
	background-color: #B7D4FF;
	border-radius: 24px 24px 0 24px;
	color: #FFFFFF;
	position: relative;
	width: calc(100% - 60px);
	margin-bottom: 50px;
} */
/* .baloon_ev03:after {
	content: " ";
	visibility: visible;
	background-image: url(../../img/voice/bg_baloon02.png);
	background-size: 100% auto;
	width: 25px;
	height: 35px;
	position: absolute;
	right: 0;
	bottom: -25px;
}*/
    .evoice_rank {
	padding-bottom: 160px;
}
.evoice_rank .box {
	width: 340px;
	height: 230px;
	border-radius: 30px;
	background-color: #FFFFFF;
	text-align: center;
	font-size: 30px;
	line-height: 1.6em;
	font-weight: bold;
	padding-top: 50px;
	float: left;
	margin-right: 30px;
}
.evoice_rank .box:nth-of-type(3) {
	margin-right: 0px;
}
.evoice_rank .box:nth-of-type(2) .come {
	padding-top: 20px;
}
.evoice_baloon02 {
	width: 890px;
	margin-left: auto;
	margin-right: auto;
}
.evoice_baloon03 .box {


}
.evoice_baloon02 .photo {
	width: 152px;
	float: right;
	text-align: center;	font-size: 15px;
	line-height: 1.2em;
}

.evoice_baloon02 .photo h5 strong {
	font-size: 25px!important;
	line-height: 1.2em;
	font-weight: bold;
}


.evoice_baloon02 .come {
	padding: 25px 35px 15px;
	border-radius: 15px;
	background-color: #FFFFFF;
	width: 620px;
	float: left;
	min-height: 150px;
	margin-bottom: 120px;
	font-size: 16px;
	line-height: 2;
	position: relative;
    display: flex;
    align-items: center;
}
.evoice_baloon02 .come:after{
	visibility: visible;
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
     border-color: rgba(255, 255, 255, 0);
    border-top-width:20px;
    border-bottom-width:20px;
    border-left-width:30px;
    border-right-width:30px;
    margin-top: -20px;
    border-left-color:#fff;
    left:100%;
    top:50%;
}
.evoice_baloon03 {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

.evoice_baloon03 li {
	background-image: url(../../img/voice/bg01.png);
	width: 201px;
	height: 203px;
	background-position: center top;
	background-size: 100% auto;
	padding-bottom: 50px;
	text-align: center;
	display: table;
	font-size: 26px;
	line-height: 1.6em;
	font-weight: bold;
	float: left;
}
.evoice_baloon03 li:first-of-type {
	margin-right: 110px;
}
.evoice_baloon03 li:nth-of-type(2) {
	margin-right: 110px;
	background-image: url(../../img/voice/bg03.png);
}
.evoice_baloon03 li:nth-of-type(3) {
	margin-right: 120px;
}
.evoice_baloon03 li:nth-of-type(4) {
	margin-left: 150px;
	top: -170px;
	margin-top: -170px;
	background-image: url(../../img/voice/bg02.png);
}
.evoice_baloon03 li:nth-of-type(5) {
	margin-left: 110px;
	top: -170px;
	margin-top: -170px;
	background-image: url(../../img/voice/bg02.png);
}
.evoice_baloon03 li:nth-of-type(6) {
	margin-left: 110px;
	top: -170px;
	margin-top: -170px;
	background-image: url(../../img/voice/bg03.png);
}
.evoice_baloon03 ul li p {
	display: table-cell;
	vertical-align: middle;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
}
.evoice_baloon04 {
	width: 1084px;
	margin-left: auto;
	margin-right: auto;
}
.bl01 {
	padding: 30px 40px 20px;
	background-color: #FFFFFF;
	width: 200px;
	height: 130px;
	font-size: 16px;
	border-radius: 64px;
	line-height: 1.8em;
	float: left;
	margin-right: 32px;
	margin-bottom: 25px;
	position: relative;
}

.bl01:after{
  content: "";
	visibility: visible;
  position: absolute;
  margin: 0;
  bottom: 0px;
  right: 0px;
  width: 0;
  height: 0;
  border-top: 30px solid #fff;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  transform: rotate(-45deg);
}
.bl02 {
	padding: 30px 40px 20px;
	background-color: #FFFFFF;
	width: 400px;
	height: 130px;
	font-size: 16px;
	border-radius: 64px;
	line-height: 1.8em;
	float: left;
	margin-right: 32px;
	margin-bottom: 25px;
	position: relative;
}
.bl02:after{
  content: "";
	visibility: visible;
  position: absolute;
  margin: 0;
  bottom: -25px;
  left: 170px;
  width: 0;
  height: 0;
  border-top: 25px solid #fff;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  transform: rotate(0deg);
}
.bl03 {
	padding: 30px 40px 20px;
	background-color: #FFFFFF;
	width: 180px;
	height: 130px;
	font-size: 16px;
	border-radius: 64px;
	line-height: 1.8em;
	float: left;
	margin-bottom: 25px;
	position: relative;
}
.bl03:after{
  content: "";
	visibility: visible;
  position: absolute;
  margin: 0;
  bottom: 0px;
  left: 0px;
  width: 0;
  height: 0;
  border-top: 30px solid #fff;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  transform: rotate(45deg);
}
.bl04 {
	padding: 30px 40px 20px;
	background-color: #FFFFFF;
	width: 200px;
	height: 130px;
	font-size: 16px;
	border-radius: 64px;
	line-height: 1.8em;
	float: left;
	margin-right: 32px;
	margin-bottom: 25px;
	position: relative;
}
.bl04:after{
  content: "";
	visibility: visible;
  position: absolute;
  margin: 0;
  top: 50%;
  right: -30px;
  width: 0;
  height: 0;
  border-top: 25px solid #fff;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  transform: rotate(-90deg)
	  translateY(-50%);
}
.bl05 {
	width: 480px;
	height: 130px;
	text-align: center;
	float: left;
	margin-right: 32px;
	margin-bottom: 25px;
	font-weight: bold;
	padding-top: 50px;
	color: #579EDF;
	position: relative;
}

.bl06 {
	padding: 30px 40px 20px;
	background-color: #FFFFFF;
	width: 180px;
	height: 130px;
	font-size: 16px;
	border-radius: 64px;
	line-height: 1.8em;
	float: left;
	margin-bottom: 25px;
	position: relative;
}
.bl06:after{
  content: "";
	visibility: visible;
  position: absolute;
  margin: 0;
  top: 50%;
  left: -30px;
  width: 0;
  height: 0;
  border-top: 25px solid #fff;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  transform: rotate(90deg)
	  translateY(-50%);
}
.bl07 {
	padding: 30px 40px 20px;
	background-color: #FFFFFF;
	width: 200px;
	height: 130px;
	font-size: 16px;
	border-radius: 64px;
	line-height: 1.8em;
	float: left;
	margin-right: 32px;
	margin-bottom: 25px;
	position: relative;
}
.bl07:after{
  content: "";
	visibility: visible;
  position: absolute;
  margin: 0;
  top: 0px;
  right: 0px;
  width: 0;
  height: 0;
  border-top: 30px solid #fff;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  transform: rotate(-135deg);
}
.bl08 {
	padding: 30px 40px 20px;
	background-color: #FFFFFF;
	width: 400px;
	height: 130px;
	font-size: 16px;
	border-radius: 64px;
	line-height: 1.8em;
	float: left;
	margin-right: 32px;
	margin-bottom: 25px;
	position: relative;
}
.bl08:after{
  content: "";
	visibility: visible;
  position: absolute;
  margin: 0;
  top: -25px;
  right: 170px;
  width: 0;
  height: 0;
  border-top: 25px solid #fff;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  transform: rotate(180deg);
}
.bl09 {
	padding: 30px 40px 20px;
	background-color: #FFFFFF;
	width: 180px;
	height: 130px;
	font-size: 16px;
	border-radius: 64px;
	line-height: 1.8em;
	float: left;
	margin-bottom: 25px;
	position: relative;
}
.bl09:after{
  content: "";
	visibility: visible;
  position: absolute;
  margin: 0;
  top: 0px;
  left: 0px;
  width: 0;
  height: 0;
  border-top: 30px solid #fff;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  transform: rotate(135deg);
}
.evoice_baloon06 .box{
	margin-bottom: 140px;
}
.evoicewrap05 .komidashi02{
	padding-bottom: 190px;
}
.evoice_baloon06 .come {
	width: 670px;
	height: 328px;
	background-position: left top;
	background-size: 100% auto;
    background-repeat: no-repeat;
	float: left;
}
.evoice_baloon06 .come.no1 {
    background-image: url(../../img/voice/bg04.png);
}
.evoice_baloon06 .come.no2 {
    background-image: url(../../img/voice/bg05.png);
}
.evoice_baloon06 .come h4{
	padding: 40px 260px 100px 80px;
	height: 70px;
	font-weight: bold;
}
.evoice_baloon06 .come p{
	padding: 0px 50px 0px 260px;
	height: 70px;
	font-weight: bold;
	color: #fff;
}
.evoice_baloon06 .photo{
	padding-top: 135px;
	width: 152px;
	float: right;
font-size: 15px;
	line-height: 1.2em;
}
.evoice_baloon06 .photo h5 strong {
	font-size: 25px!important;
	line-height: 1.2em;
	font-weight: bold;
	padding-right: 6px;
}
