html,body{
    overflow-x: hidden;
    width: 100%;
    margin: 0;
}

ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

a{
	text-decoration: none;
}

p{
    margin: 0;
    padding: 0;
}

.cm-nav, .ymti-breadcrumbs{
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro" , "Hiragino Kaku Gothic Pro" , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

.ymti-breadcrumbs {
    margin: 20px 0;
}

.ymti-breadcrumbs ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
}

.ymti-breadcrumbs ul li{
    display: inline-block;
}

.ymti-breadcrumbs ul li:after{
    content: ">";
    margin: 0 10px;
}

.ymti-breadcrumbs ul li:last-child:after {
    display: none;
}

.ymti-breadcrumbs ul li a{
    color: #2557A7;
    text-decoration: underline;
}

.ymti-main-contents{
    font-size: 15px;
    color: #000000;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, "Meiryo UI", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    -webkit-font-smoothing: subpixel-antialiased;
}

.ymti-row{
	padding: 60px 0;
}

.ymti-wrap{
	max-width: 1000px;
	padding: 0 20px;
	margin: auto;
}

.pink-wrap-bg{
	position: relative;
}

.pink-wrap-bg:before{
	content: "";
    position: absolute;
    display: inline-block;
	background: #FCEFEB;
	left: 0;
	top: 0;
	height: 100%;
	width: 50%;
	border-top-right-radius: 40px;
	border-bottom-right-radius: 40px;
}

.scr{
    opacity: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.scrd{
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.ymti-tbl-contents>ul{
    display: flex;
    justify-content: space-between;
    margin: 0 0 0 20px;
}

ul.ymti-link-down li{
    position: relative;
}


ul.ymti-link-down li:before{
    content: "";
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    background: url(https://d341ezm4iqaae0.cloudfront.net/assets/sites/43/2023/03/13225500/arrow-1.png) 100% 100% / cover;
    left: 0;
    top: 1px;
}

ul.ymti-link-down li:hover:before{
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
    transform: translateY(3px);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.ymti-link-down a{
    font-weight: bold;
    color: #000000;
    padding: 0 0 0 30px;
}

.ymti-ttl-1,
.ymti-ttl-3,
.ymti-ttl-4{
	text-align: center;
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 700;
    font-size: 38px;
    margin: 0 0 30px 0;
}

.ymti-ttl-3 br{
    display: none;
}

.ymti-ttl-3{
    font-weight: 700;
}

.ymti-ttl-4{
    font-size: 28px;
    color: #fff;
}

.ymti-ttl-1>h2,
.ymti-ttl-3>h2{
    font-size: 38px;
}

.ymti-ttl-3>p{
    display: inline;
}

.ymti-main-text{
	text-align: center;
	line-height: 1.7;
    font-size: 18px;
    box-shadow: 0 5px 10px 5px rgb(0 0 0 / 7%);
    background-color: #fff;
    border-radius: 10px;
    padding: 70px;
    position: relative;
}

.ymti-wrap-sml{
    max-width: 950px;
	padding: 0 20px;
	margin: auto;
    line-height: 1.7;
}

.ttl-icon>h2{
    position: relative;
    display: inline-block;
}

.ttl-icon>h2:before{
    content: "";
    position: absolute;
    display: block;
    background: url(https://d341ezm4iqaae0.cloudfront.net/assets/sites/43/2023/03/13225613/parts-2.png) no-repeat;
    background-size: contain;
    width: 50px;
    height: 100%;
    top: 0;
    left: -50px;
}

.ymti-notes{
    border: 1px solid #E2E2E2;
    border-radius: 10px;
    padding: 20px 40px;
    margin: 30px 0;
}

.ymti-notes li{
    display: flex;
    flex-wrap: nowrap;
    color: #595959;
    padding: 5px 0;
}

.ymti-notes span{
    white-space: nowrap;
}

.sry-wrap{
    margin: 60px 0;
    padding: 20px 0 100px 0;
    position: relative;
    border-bottom: solid 1px #E5E5E5;
}

.sry-wrap-last{
    margin: 60px 0 0 0;
    border-bottom: none;
}

#sry-section9.sry-wrap{
    border-bottom: none;
}

#sry-section9 .ymti-ttl-2>span{
    font-size: 38px;
}

.sry-wrap>div:before,
.sry-wrap>div:after{
    content:"";
    display:table;
}

.sry-wrap>div:after{
    clear:both;
}

.ymti-ttl-2{
    text-align: center;
    font-size: 30px;
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 700;
    margin: 0 0 40px 0;
    padding: 0;
}

.ymti-ttl-2>span{
    display: block;
    width:-moz-fit-content;
    width:fit-content;
    color: #D88198;
    border-bottom: 6px solid #D88198;
    font-size: 50px;
    font-family: 'Roboto', sans-serif;
    margin: 0 auto 20px auto;
}

.sry-wrap>div{
    width: 100%;
    height: auto;
}

.ymti-graph-wrap{
    width: 50%;
    display: block;
    float: right;
    position: relative;
}

.ymti-graph-wrap img{
    width: 100%;
    margin: 30px 0 0 0;
}

.pie-chart-label{
    color: #555;
    margin: 0 0 0 50px;
}

.pie-chart-label.pcl-mln{
    margin: 0 0 0 20px;
}

.pie-chart-label li{
    position: relative;
}

.pie-chart-label li:before{
    content: "";
    display: inline-block;
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin: 0 5px 0 0;
    top: 5px;
    left: -20px;
}

.blt-blue:before{
    background-color: #409EC8;
}

.blt-orange:before{
    background-color: #DF7838;
}

.blt-green:before{
    background-color: #4CA38F;
}

.blt-pink:before{
    background-color: #C74289;
}

.pl-bg{
    background: url(https://d341ezm4iqaae0.cloudfront.net/assets/sites/43/2023/03/13225619/pl-bg.png) no-repeat;
    background-size: contain;
}

.svy-bg{
    position: absolute;
    width: 90%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}

.svy-img{
    position: relative;
    z-index:1;

}

.lightyl-bg{
    background: url(https://d341ezm4iqaae0.cloudfront.net/assets/sites/43/2023/03/13225557/lightyl-bg.png) no-repeat;
    background-size: contain;
    background-position: bottom;
}

.lightgr-bg{
    background: url(https://d341ezm4iqaae0.cloudfront.net/assets/sites/43/2023/03/13225549/lightgr-bg.png) no-repeat;
    background-size: contain;
    background-position: bottom;
}

.lightpi-bg{
    background: url(https://d341ezm4iqaae0.cloudfront.net/assets/sites/43/2023/03/13225552/lightpi-bg.png) no-repeat;
    background-size: contain;
}

.lightyl-bg-2{
    background: url(https://d341ezm4iqaae0.cloudfront.net/assets/sites/43/2023/03/13225554/lightyl-bg-2.png) no-repeat;
    background-size: contain;
    background-position: bottom;
}


.ymti-text-wrap{
    width: 45%;
    font-size: 18px;
    line-height: 1.7;
    float: left;
}

.ymti-link{
    margin: 40px 0;
    font-size: 16px;
}

.ymti-text-note{
    display: block;
    font-size: 15px;
    color: #555;
}

.ymti-text-note>a{
    color: #2557A7;
    text-decoration: underline;
}

.ymti-link>a,
.ymti-card-link>a{
    display: inline-block;
    color: #C74289;
    text-decoration: underline;
}

.ymti-link>a:after,
.ymti-card-link>a:after{
    content: "";
    display: inline-block;
    background-position: center center;
    background: url(https://d341ezm4iqaae0.cloudfront.net/assets/sites/43/2023/04/04071013/arrow-pink.png);
    width: 7px;
    height: 12px;
    vertical-align: middle;
    background-size: 100% auto;
    background-repeat: no-repeat;
    margin: 0 0 0 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ymti-link>a:hover:after,
.ymti-card-link>a:hover:after{
    -webkit-transform: translateX(3px);
    -moz-transform: translateX(3px);
    -ms-transform: translateX(3px);
    -o-transform: translateX(3px);
    transform: translateX(3px);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.ymti-social-links{
    margin: 40px 0 0 0;
    max-width: 320px;
    text-align: center;
}

.ymti-social-links p{
    text-align: center;
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 500;
}

.ymti-social-links>div{
    display: flex;
    justify-content: space-between;
    
}

.ymti-social-links a{
    width: 150px;
    height: 35px;
    display: block;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
    margin: 10px 5px;
}

.ymti-social-links a:hover{
    box-shadow: 0 3px 6px rgb(0 0 0 / 20%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.ymti-social-links svg{
    width: 20px;
    margin: 0 7px 0 0;
}

.ymti-social-links img{
    width: 34px;
    margin: 0 7px 0 0;
}

.line-link{
    background-color: #06C755;
}

.twitter-link{
    background-color: #1DA1F2;
}


.ymti-anchor{
    text-align: center;
    position: relative;
    top: 10px;
}

.ymti-anchor>a{
    width: 50px;
    display: inline-block;
    margin: 0 40px;
}

.ymti-anchor img{
    width: 100%;
    background-color: #fff;
    position: relative;
    z-index: 2;
}

.ymti-anchor:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #E5E5E5;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
}

.spch-bble{
    position: relative;
    background-color: #F2F2F2;
    margin: 0 0 30px 0;
    padding: 10px 0;
    border-radius: 10px;
}

.spch-bble:after{
    content:'';
    position: absolute;
    height: 0;
    left: 80%;
    top: -20px;
    border-right: 20px solid transparent;
    border-bottom: 30px solid #f2f2f2;
    border-left: 20px solid transparent;
}

.spch-bble li{
    font-size: 20px;
    padding: 9px 15px;
    display: flex;
    align-items: center;
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 500;
}

.no-1{
    color: #409EC8;
    font-size: 24px;
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 700;
}

.spch-bble span{
    font-size: 20px;
    display: inline-block;
    position: relative;
    width: 43px;
    height: 40px;
    line-height:40px;
    border-radius: 50%;
    text-align: center;
    margin: 0 20px 0 0;
    color: #fff;
    font-weight: 800;
    transform: scale(.5);
    -moz-transform: scale(.5);
    -webkit-transform: scale(.5);
    -khtml-transform: scale(.5);
    -o-transform: scale(.5);
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}

.spch-bble .scrd span{
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -o-transform: scale(1);
}

.spch-bble div{
    width: 75%;
    line-height: 1.2;
}

.spch-bble>ul>li>div>p:after{
    display: none;
}

.spch-bble span:after{
    content: "";
    position: absolute;
    transform: rotate(25deg);
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    top: 24px;
    left: 37px;
  
}

.bl-bg{
    background-color: #409EC8;
}

.gr-bg{
    background-color: #4CA38F;
}

.yl-bg{
    background-color: #C08A38;
}

.bl-bg:after{
    border-left: 10px solid #409EC8;
}

.gr-bg:after{
    border-left: 10px solid #4CA38F;
}

.yl-bg:after{
    border-left: 10px solid #C08A38;
}

.bl-font{
    color: #409EC8;
}

.gr-font{
    color: #4CA38F;
}

.yl-font{
    color: #C08A38;
}

.spch-bble p:after{
    content: "%";
    font-size: 15px;
}

ul.ymti-list{
    padding: 0 0 0 20px;
    color: #409EC8;
    list-style: disc;
    font-size: 17px;
    margin: 10px 0;
}

.line-section{
    background-color: rgb(205 230 249 / 76%);
    max-width: 320px;
    margin: 0 auto;
    padding: 20px 0;
    border-radius: 16px;
    color: #555;
}

.line-section>div{
    position: relative;
}

.line-section img{
    position: absolute;
    z-index: 5;
}

.line-section>div:nth-child(1) img{
    width: 60px;
    height: 60px;
    top: -82px;
    left: 281px;
}

.line-section>div:nth-child(2) img{
    width: 80px;
    height: 60px;
    top: -56px;
    left: -38px;
}

.line-section>div:nth-child(3) img{
    width: 80px;
    height: 60px;
    top: -62px;
    left: 281px;
}

.line-section>div:nth-child(4) img{
    width: 80px;
    height: 60px;
    top: -54px;
    left: -29px;
}

.line-section p{
    position: relative;
    display: inline-block;
    max-width: 100%;
    margin: 30px 20px;
    padding: 14px 40px;
    border-radius: 65px;
    overflow-wrap: break-word;
    clear: both;
    box-shadow: 5px 5px rgb(0 0 0 / 10%);
    z-index: 5;
}

.fkds-right>p{
    background-color: #fff;
}

.fkds-right>p:before{
    content:'';
    position: absolute;
    height: 0;
    left: 241px;
    top: -26px;
    border-right: 10px solid transparent;
    border-bottom: 30px solid #fff;
    border-left: 10px solid transparent;
    transform: rotate(17deg);
    filter: drop-shadow(4px 4px rgb(0 0 0 / 10%));
}

.fkds-right>p:after{
    content:'';
    position: absolute;
    height: 12px;
    width: 30px;
    left: 231px;
    top: 1px;
    background-color: #fff;
    border-radius: 50px;
}

.fkds-left>p{
    background-color: #F9DAE8;
}

.fkds-left>p:before{
    content:'';
    position: absolute;
    height: 0;
    left: 26px;
    top: -26px;
    border-right: 10px solid transparent;
    border-bottom: 30px solid #F9DAE8;
    border-left: 10px solid transparent;
    transform: rotate(346deg);
    filter: drop-shadow(4px 4px rgb(0 0 0 / 10%));
}

.fkds-left>p:after{
    content:'';
    position: absolute;
    height: 12px;
    width: 30px;
    left: 26px;
    top: 1px;
    background-color: #F9DAE8;
    border-radius: 50px;
}

#section3{
    position: relative;
    color: #fff;
    margin: 60px 0;
}

#section3:before{
    content: "";
    position: absolute;
    display: inline-block;
	background: #CDE8E1;
	left: 0;
	top: -60px;
	height: 50%;
	width: 65%;
	border-top-right-radius: 80px;
    z-index: -2;
}

#section3:after{
    content: "";
    position: absolute;
    display: inline-block;
	background: #358271;
	left: 0;
	top: 0;
	height: 100%;
	width: 90%;
	border-top-right-radius: 40px;
	border-bottom-right-radius: 40px;
    z-index: -1;
}

.section3-pic{
    position: absolute;
    width: 100px;
    height: 80px;
    top: -30px;
    left: 63%;
}

.section4-pic img,
.section3-pic img{
    width: 100%;
    height: auto;
    display: block;
}

#section3 .ymti-ttl-3,
#section3 .ymti-text,
#section3 .ymti-int-text{
    color: #fff;
}

.ymti-text{
    text-align: center;
	line-height: 1.7;
    font-size: 18px;
    margin: 0;
    padding: 0 30px;
}

.ymti-int-text{
    text-align: lrft;
	line-height: 1.7;
    font-size: 16px;
    margin: 0;
    padding: 0 30px;

}

.icon-anchor{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 0 30px 0;
}

.icon-anchor>a{
    width: 6vw;
    height: 6vw;
    max-width: 89px;
    max-height: 89px;
    margin: 0 5px 10px 5px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    border-radius: 50%;
}

.icon-anchor img{
    width: 100%;
    height: auto;
}

.ymti-card-wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 60px 30px 0 30px;
    font-size: 16px;
}

.card-smr-text{
    padding: 0 30px 30px 30px;
}

.ymti-card-wrap>div{
    width: 45%;
    max-width: 370px;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 25px 35px 25px;
    margin: 0 0 80px 0;
    box-shadow:  0 5px 15px rgb(0 0 0 / 16%);
    position: relative;
}

.ymti-card-wrap.ymti-card-itv>div {
    padding: 25px 25px 43px 25px;
    margin: 0 0 65px 0;
}

.ymti-card-top{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;

}

.ymti-card-name{
    width: 40%;
    font-weight: bold!important;
    color: #000;
    display: flex;
    justify-content: center;
    text-align: center;
    
}

.ymti-card-name>img{
    width: 70px;
    border: 3px solid #7ABBDF;
    border-radius: 50%;
    position: absolute;
    top: -37px;
}


.or-border>img{
    border: 3px solid #F39E78;
}

.ymti-card-tag{
    width: 50%;
    text-align: right;
    font-size: 12px;
}

.ymti-card-tag>p{
    color: #fff;
    background-color: #000000;
    display: inline-block;
    padding: 5px 10px;
    margin: 7px 0 0 0;
    border-radius: 30px;
}

.ymti-card-text{
    width: 100%;
    margin: 15px 0 20px 0;
    color: #555;
    font-size: 14px;
}

.ymti-card-link{
    margin: 0 0 0 auto;
    text-align: right;
    position: absolute;
    bottom: 22px;
    right: 23px;
}

.ymti-card-link>a{
    font-size: 14px;
}

.pink-wrap-bg-2{
    margin: 150px 0;
    position: relative;
}

.pink-wrap-bg-2:before{
    content: "";
    position: absolute;
    height: 100%;
    width: 65%;
    background-color: #F2F1FE;
   z-index: -2;
   border-radius: 30px;
   top: -70px;
   left: 50%;
   transform: translate(-50%,0);
}

.pink-wrap-bg-2:after{
    content: "";
    position: absolute;
    height: 100%;
    width: 80%;
    background-color: #FEF8F7;
    z-index: -1;
    border-radius: 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.pink-wrap-bg-2>.ymti-wrap-sml{
    position: relative;
}

.section4-pic{
    position: absolute;
    width: 80px;
    height: 90px;
    top: -143px;
    left: 77%;
}

.bl-pat-bg{
    background: url(https://d341ezm4iqaae0.cloudfront.net/assets/sites/43/2023/03/15032312/bl-pat-bg-1.png) no-repeat;
    background-size: cover;
}

.cm-form-inner {
    margin: auto;
    max-width: 1000px;
    background-color: #fff;
    padding: 50px 20px;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 6px 2px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 2px 6px 2px rgba(0,0,0,.2);
    box-shadow: 0 2px 6px 2px rgb(0 0 0 / 20%);
}

.cm-hero-form{
    text-align: center;
}

.cm-hero-form label{
    margin: 0 0 7px 0;
    color: #000!important;
    font-size: 16px;
}

.cm-form-links {
    margin: 30px 0 0 0;
    text-align: center;
}

.cm-form-links a {
    display: inline-block;
    margin: 0 20px;
    text-decoration: underline;
    color: #C74289;
}

.with-arrow:after {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7.1 12.3"><path fill="%23C74289" d="M1.5,12.3L0 11 4.4 6.2 0 1.3 1.5 0 7.1 6.2 z"></path></svg>')!important;
    width: 6px!important;
    height: 11px!important;
}

.cmfm-col input{
    padding: 13px 13px!important;
    border-radius: 10px!important;
    font-size: 14px;
}

.ymti-job-wrap{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    margin: 30px 0 60px 0;
}

.ymti-job-wrap>a {
    background-color: #fff;
    padding: 7px 23px;
    color: #2557A7;
    border-radius: 28px;
    margin: 5px;
    border: 1px solid #3F73D3;
    font-size: 14px;
}

.ymti-job-wrap>a:hover{
    background-color: #2557A7;
    color: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.ymti-job-wrap .cat-cta-ho{
    display: none;
}

.cat-cta{
    padding: 0!important;
    border-radius: 50%!important;
    width: 53px;
    height: 53px;
}

.ymti-job-wrap>a>img{
    width: 53px;
    height: 53px;
    border-radius: 50%;
}

.ymti-job-wrap>a:hover .cat-cta-ho{
    display: block;
}

.ymti-job-wrap>a:hover .cat-cta-no{
    display: none;
}


.ymti-piechart {
  display: block;
  height: 0;
  margin: 40px auto 0 auto;
  position: relative;
  font-size:16px;
  font-size:1vw;
  width: 450px;
  padding: 0 0 450px 0;
}

.ymti-piechart:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 40%;
    height: 40%;
    border-radius: 50%;
    background-color: #fff;
}

.ymti-piechart svg {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: visible;
}


.ymti-piechart circle {
    fill:rgba(0,0,0,0);
    stroke-width:31.8309886184;
    stroke-dasharray: 0,0,0,100;
    stroke-dashoffset: 25;
}

.ymti-piechart.scrd  circle.pie1,
.ymti-piechart.scrd  circle.pie2,
.ymti-piechart.scrd  circle.pie3,
.ymti-piechart.scrd  circle.pie3b{
  -moz-animation: pie1 0.8s  ease both;
  -o-animation: pie1 0.8s  ease both;
  -webkit-animation: pie1 0.8s  ease both;
  animation: pie1 0.8s ease both;
}

.ymti-piechart.scrd  circle.pie4,
.ymti-piechart.scrd  circle.pie5,
.ymti-piechart.scrd  circle.pie6{
  -moz-animation: pie4 0.8s  ease both;
  -o-animation: pie4 0.8s  ease both;
  -webkit-animation: pie4 0.8s  ease both;
  animation: pie4 0.8s ease both;
}


.ymti-piechart.scrd  circle.pie7,
.ymti-piechart.scrd  circle.pie8,
.ymti-piechart.scrd  circle.pie9,
.ymti-piechart.scrd  circle.pie10{
  -moz-animation: pie7 0.8s  ease both;
  -o-animation: pie7 0.8s  ease both;
  -webkit-animation: pie7 0.8s  ease both;
  animation: pie7 0.8s ease both;
}

.ymti-piechart.scrd circle.pie1 {
  stroke: #409EC8;
}

.ymti-piechart.scrd circle.pie2 {
  stroke:#DF7838;
  -moz-animation-name: pie2;
  -o-animation-name: pie2;
  -webkit-animation-name: pie2;
  animation-name: pie2;
}

.ymti-piechart.scrd circle.pie3 {
  stroke:#4CA38F;
  -moz-animation-name: pie3;
  -o-animation-name: pie3;
  -webkit-animation-name: pie3;
  animation-name: pie3;
}

.ymti-piechart.scrd circle.pie3b {
  stroke:#C74289;
  -moz-animation-name: pie3b;
  -o-animation-name: pie3b;
  -webkit-animation-name: pie3b;
  animation-name: pie3b;
}

.ymti-piechart.scrd  circle.pie4 {
  stroke:#7ABBDF;
  -moz-animation-name: pie4;
  -o-animation-name: pie4;
  -webkit-animation-name: pie4;
  animation-name: pie4;
}

.ymti-piechart.scrd  circle.pie5 {
  stroke:#DF7838;
  -moz-animation-name: pie5;
  -o-animation-name: pie5;
  -webkit-animation-name: pie5;
  animation-name: pie5;
}

.ymti-piechart.scrd  circle.pie6 {
  stroke:#4CA38F;
  -moz-animation-name: pie6;
  -o-animation-name: pie6;
  -webkit-animation-name: pie6;
  animation-name: pie6;
}

.ymti-piechart.scrd circle.pie7 {
  stroke: #409EC8;
}

.ymti-piechart.scrd circle.pie8 {
  stroke:#DF7838;
  -moz-animation-name: pie8;
  -o-animation-name: pie8;
  -webkit-animation-name: pie8;
  animation-name: pie8;
}

.ymti-piechart.scrd circle.pie9 {
  stroke:#4CA38F;
  -moz-animation-name: pie9;
  -o-animation-name: pie9;
  -webkit-animation-name: pie9;
  animation-name: pie9;
}

.ymti-piechart.scrd circle.pie10 {
  stroke:#C74289;
  -moz-animation-name: pie10;
  -o-animation-name: pie10;
  -webkit-animation-name: pie10;
  animation-name: pie10;
}


@-webkit-keyframes pie1 {
 100% {stroke-dasharray: 5,95,0,0;}
}
@keyframes pie1 {
  100% {stroke-dasharray: 5,95,0,0;}
}

@-webkit-keyframes pie2 {
  0%,100% {stroke-dasharray: 0,5,41,54;}
}
@keyframes pie2 {
 100% {stroke-dasharray: 0,5,41,54;}
}

@-webkit-keyframes pie3 {
100% {stroke-dasharray: 0,46,39,15;}
}
@keyframes pie3 {
 100% {stroke-dasharray: 0,46,39,15;}
}

@-webkit-keyframes pie3b {
100% {stroke-dasharray: 0,85,15,0;}
}
@keyframes pie3b {
 100% {stroke-dasharray: 0,85,15,0;}
}

@-webkit-keyframes pie4 {
 100% {stroke-dasharray: 42,58,0,0;}
}
@keyframes pie4 {
  100% {stroke-dasharray: 42,58,0,0;}
}

@-webkit-keyframes pie5 {
  0%,100% {stroke-dasharray: 0,42,53.8,4.2;}
}
@keyframes pie5 {
 100% {stroke-dasharray: 0,42,53.8,4.2;}
}

@-webkit-keyframes pie6 {
100% {stroke-dasharray: 0,88.2,11.8,0;}
}
@keyframes pie6 {
 100% {stroke-dasharray: 0,88.2,11.8,0;}
}

@-webkit-keyframes pie7 {
 100% {stroke-dasharray: 49,51,0,0;}
}
@keyframes pie7 {
  100% {stroke-dasharray: 49,51,0,0;}
}

@-webkit-keyframes pie8 {
  0%,100% {stroke-dasharray: 0,49,12,39;}
}
@keyframes pie8 {
 100% {stroke-dasharray: 0,49,12,39;}
}

@-webkit-keyframes pie9 {
100% {stroke-dasharray: 0,61,23,16;}
}
@keyframes pie9 {
 100% {stroke-dasharray: 0,61,23,16;}
}

@-webkit-keyframes pie10 {
100% {stroke-dasharray: 0,84,16,0;}
}
@keyframes pie10 {
 100% {stroke-dasharray: 0,84,16,0;}
}



.ymti-pch-labels>div{
    position: absolute;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 0;
}

.ymti-piechart.scrd .ymti-pch-labels>div{
    transition-delay: 750ms;
    transition-property: opacity;
    opacity: 1;
}

.ymti-pch-labels span{
  font-weight: normal;
  font-size: 15px;
  display: block;
  text-align: center;
}

.ymti-pchl-1 {
    top: 9%;
    right: 36%;
}

.ymti-pchl-2 {
    right: 6%;
    top: 43%;
}

.ymti-pchl-3 {
    top: 52%;
    left: 7%;
}

.ymti-pchl-3b {
    top: 14%;
    left: 28%;
}

.ymti-pchl-4 {
    top: 37%;
    right: 9%;
}

.ymti-pchl-5 {
    bottom: 23%;
    left: 15%;
}

.ymti-pchl-6 {
    top: 13%;
    left: 29%;
}

.ymti-pchl-8{
    top: 42%;
    right: 6%;
}

.ymti-pchl-9{
    left: 32%;
    bottom: 12%;
}

.ymti-pchl-10{
    top: 49%;
    left: 7%;
}

.ymti-pchl-11{
    top: 15%;
    left: 24%;
}

.ymti-pch-labels>div.ymti-pchl-7{
  font-size: 15px;
  font-weight: normal;
  color: #555;
  left: 7%;
  top: -8%;
  animation: fadeInLeft .5s ease-in-out;
  transition-delay: .8s!important;
 

}

.ymti-pch-labels>div.ymti-pchl-7:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 57px;
    left: 113%;
    top: 27%;
    background-image: url(https://d341ezm4iqaae0.cloudfront.net/assets/sites/43/2023/03/13225645/ymti-pchl-7.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.ymti-pch-img-1,
.ymti-pch-img-2 {
    height: auto;
    position: absolute;
    opacity: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.ymti-pch-img-1.scrd,
.ymti-pch-img-2.scrd{
    transition-property: opacity;
    opacity: 1;
}

.ymti-pch-img-2.scrd{
    transition-delay: 0.8s;
}


.ymti-pch-img-1{
  width: 17%;
  bottom: 5%;
  left: 0%;
}

.ymti-pch-img-2{
  width: 22%;
  top: 0%;
  right: 0%;
}

.ymti-pch-img-1 img,
.ymti-pch-img-2 img{
  width: 100%;
  height: auto;
  display: block;
}

.ymti-hero{
  background-color: #E8F3FC;
  padding: 50px 0;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, "Meiryo UI", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.ymti-hero-text p{
  background-color: #123141;
  display: inline-block;
  margin: 0 0 .5em 0;
  padding: 5px 10px;
  display: inline-block;
    overflow: hidden;
    animation: fadeInLeft 1s ease-in-out;
    white-space: nowrap;
}

.ymti-hero-text p:last-child{
  margin: 0;
}

.scrd.fir,
.fadeInRight{
  animation: fadeInRight 1s ease-in-out;
}

.scrd.fil,
.fadeInLeft{
  animation: fadeInLeft 1s ease-in-out;
}

.ymti-hero .ymti-wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis:  auto;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ymti-hero-text{
  width: 48%;
  color: #fff;
  font-size: 4vw;
  position: relative;
}

.ymti-hero-img{
  width: 48%;
  position: relative;
}

.ymti-hero-img img{
  width: 100%;
  height: auto;
}

.ymti-graph-wrap.scrd .svy-img,
.ymti-hero-img-1{
  animation: fadeInRight2 1s ease-in-out;
  position: relative;
  z-index: 1;
}


.ymti-hero-img-2{
  animation: leftIn 2s ease-in-out;
  display:block;
  position:absolute;
  top:50%;
  left:0;
  right: 0;
  margin: auto;
  width: 90%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ymti-graph-wrap .svy-bg{
/*    top: 80%;*/
    left: -100px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    opacity: 0;
}

.ymti-graph-wrap.scrd .svy-bg{
    left: 0;
    opacity: 1;
}

.idtext-org{
  color: #F7A305;
}

.idtext-blue{
  color: #8FDADD;
}

.up-anchor:hover.up-anchor>img{
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.down-anchor:hover.down-anchor>img{
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
    transform: translateY(3px);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


@keyframes pchlbl {
    0% {
       opacity: 0;
    }
    100% {
       opacity: 1;
    }
 }

@keyframes widt {
    0% {
       width: 0;
    }
    100% {
       width: calc(100% - 40px);
    }
 }

@keyframes leftIn {
    0% {
       left: -200px;
    }
    100% {
       left: 0;
    }
 }

@keyframes fadeIn {
    0% {
       opacity: 0;
    }
    100% {
       opacity: 1;
    }
 }

@keyframes fadeInRight {
    0% {
       opacity: 0;
       transform: translateX(50px);
    }
    100% {
       opacity: 1;
       transform: translateX(0);
    }
 }

 @keyframes fadeInRight2 {
    0% {
       opacity: 0;
       transform: translateX(100px);
    }
    100% {
       opacity: 1;
       transform: translateX(0);
    }
 }


@keyframes fadeInLeft {
    0% {
       opacity: 0;
       transform: translateX(-50px);
    }
    100% {
       opacity: 1;
       transform: translateX(0);
    }
 }

.ymti-wrap{
  max-width: 1000px;
  padding: 0 20px;
  margin: auto;
  position: relative;
}

.ymti-bar-wrap>div.ymti-bar-pic{
    width: 150px;
    margin: -30px 0 0 0;
    float: right;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.ymti-bar-wrap>div.ymti-bar-pic.scrd{
    opacity: 1;
}

.ymti-bar-wrap>div.ymti-bar-pic img{
    margin: 0;
}

.ymti-bar-wrap>div{
  margin: 0 0 20px 0;
}

.ymti-bar-in p{
  color: #555555;
  margin: 0 0 3px 0;
  font-size: 16px;
}

.ymti-bar{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-basis:  auto;
    height: 46px;
    color: #fff;
    padding: 0 0 0 40px;
}

.scrd>div>.ymti-bar{
    animation: widt .8s ease-in-out;
}



.ymti-bar>div{
  position: relative;
}

.ymti-bar span{
  text-align: center;
  line-height: 46px;
  display: block;
  font-size: 17px;
}

.ymti-bar .ymti-bar-1 span {
    position: absolute;
    left: -45px;
}

.ymti-bar .ymti-bar-4 span {
    position: absolute;
    right: 10px;
}

.ymti-bar-1{
  background-color: #409EC8;
  color: #409EC8;
  position: relative;
}

.ymti-bar-2{
  background-color: #F39E78;
}

.ymti-bar-3{
  background-color: #4CA38F;
}

.ymti-bar-4{
  background-color: #C74289;
}

.ymti-bar-per{
    font-weight: bold;
    font-size: 17px;
    color: #000;
    padding: 0 0 0 7px;
}

.ymti-bar-txt-per{
    font-weight: bold;
    font-size: 17px;
    color: #000;
}

@media all and (min-width:768px){
.ymti-hero-text-inner{
  display:block;
  position:absolute;
  top:50%;
  left:0;
  -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ymti-hero-img-2{
  -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

}

@media (max-width: 1200px){
#section3:after,
.pink-wrap-bg-2:after{
    width: 95%;
}

.pink-wrap-bg-2:before{
    width: 80%;
}

}


@media (max-width: 1000px){
.ymti-tbl-contents>ul{
    flex-wrap: wrap;
}

ul.ymti-link-down li{
    width: 50%;
    margin: 20px 0 0 0;
}

.spch-bble div{
    width: 65%;
}

.spch-bble>ul>li>div>p{
    display: inline;
}

#section3:before{
    width: 80%;
}

#section3:after{
    width: 100%;
}

#section3>.ymti-wrap-sml:before{
    left: 70%;
}

.ymti-card-wrap>div{
    width: 40%;
}

.pink-wrap-bg-2:after{
    width: 98%;
}

.ymti-card-tag{
    padding: 0;
    width: 60%;
}

.icon-anchor>a{
    width: 8vw;
    height: 8vw;
}

.ymti-main-text{
    padding: 50px 30px;
}

.ymti-main-text p{
    display: inline;
}

.ymti-bar span{
    font-size: 14px;
}

.ymti-bar .ymti-bar-4 span{
    right: 3px;
}

.ymti-bar .ymti-bar-1 span {
    left: -37px;
}

.ymti-bar{
    padding: 0 0 0 38px;
}

.ymti-bar-wrap>div.ymti-bar-pic{
    width: 100px;
}

.section3-pic{
    left: 70%;
}

}

@media (max-width: 940px){
.ymti-graph-wrap,
.ymti-text-wrap{
    float: none;
}

.ymti-graph-wrap{
    width: 100%;
    position: relative;
    height: auto;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.ymti-link{
    margin: 30px 0;
}


.ymti-text-wrap,
.ymti-social-links{
    width: 100%;
    margin: 30px auto 0 auto;
    font-size: 16px;
}

.ymti-text-wrap{
    max-width: 500px;
}
}

@media (max-width: 800px){
    .cmfm-col input{
        box-sizing: border-box;
    }
}

@media (max-width: 767px){
.ymti-job-wrap>a {
    margin: 8px 5px;
    font-size: 13px;
}

.ymti-piechart{
    width: 80vw;
    padding: 0 0 80vw 0;
}

.ymti-pch-labels>div{
    font-size: 20px;
}

.ymti-pchl-1 {
    top: 8%;
    right: 39%;
}

.ymti-pchl-2 {
    right: 8%;
    top: 46%;
}

.ymti-pchl-3 {
    top: 50%;
    left: 10%;
}

.ymti-pchl-3b {
    top: 16%;
    left: 30%;
}

.ymti-pchl-4 {
    top: 38%;
    right: 12%;
}

.ymti-pchl-5 {
    bottom: 22%;
    left: 17%;
}

.ymti-pchl-6 {
    top: 13%;
    left: 31%;
}

.ymti-pch-labels>div.ymti-pchl-7:after {
    width: 30px;
    height: 43px;
}

.ymti-pch-labels>div.ymti-pchl-7 {
    left: 11%;
    top: -7%;
}

.ymti-pch-img-2 {
    top: -9%;
}

.pink-wrap-bg:before {
    width: 80%;
}
ul.ymti-link-down li{
    width: 100%;
}

.svy-img, .ymti-hero-img-1{
    margin-top: 50px
}

.ymti-hero-img-2 {
    top: 40%;
}

.ymti-main-text{
    padding: 20px 30px 50px 30px;
    margin: 30px 0 0 0;
}

.ymti-ttl-1,
.ymti-ttl-3,
.ymti-ttl-4{
    margin: 30px 0 30px 0;
}

.ymti-ttl-4{
    margin: 30px 0 30px 0;
}

.ymti-ttl-3{
    text-align: left;
    margin: 30px 0 30px 10px;
    font-size: 26px;
}

.ymti-int-text{
    padding: 0;
}

.ymti-text p,
.ymti-ttl-2 p,
.ymti-int-text p{
    display: inline;
}

.ymti-ttl-3 br{
    display: block;
}

.ymti-ttl-2 br{
    display: none;
}

.ymti-ttl-2{
    margin: 0 0 30px 0;
    font-size: 20px;
}

.ymti-notes{
    padding: 20px 30px;
}

ul.ymti-list{
    font-size: 16px;
}

.spch-bble{
    padding: 20px 0;
    margin: 0;
}

.spch-bble:after{
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    top: -20px;
}

.spch-bble span{
    margin: 0 20px 0 5px;
    width: 40px;
}

.spch-bble div{
    width: 75%;
}

.no-1 {
    font-size: 19px;
}

.ymti-link p{
    display: inline;
}

.ymti-social-links{
    max-width: 100%;
}

.ymti-social-links>div{
    justify-content: center;
}

.ymti-social-links a{
    margin: 10px 7px;
    width: 45%;
    max-width: 300px;
}

.line-section{
    margin: 50px auto 0 auto;
}

.line-section p{
    padding: 14px 21px;
}

.ymti-card-wrap{
    padding: 60px 0 0 0;
    justify-content: center;
}

.card-smr-text{
    padding: 0 0 30px 0;
}

.ymti-card-wrap>div{
    width: 100%;
    max-width: 100%;
    padding: 15px 15px 45px 15px;
}

.pink-wrap-bg-2:before{
    width: 80%;
    top: -48px;
}

.ymti-card-name:after{
    left: 28%;
}

.icon-anchor>a{
    width: 10vw;
    height: 10vw;
}

.ymti-job-wrap{
    justify-content: flex-start;
}

.ymti-hero{
  padding: 40px 0;
}

.ymti-hero .ymti-wrap{
  display: block;
}

.ymti-hero-img{
    width: 85%;
    margin: auto;
}

.ymti-hero-img-2{
    width: 75%;
}

.ymti-hero-text{
  width: 100%;
}

.ymti-hero-img{
  position: static;
}

.ymti-hero-text{
  position: relative;
  z-index: 2;
}

.bl-pat-bg {
    background: url(https://d341ezm4iqaae0.cloudfront.net/assets/sites/43/2023/03/13225505/bl-pat-bg-mb.png) no-repeat;
    background-size: cover;
}

.ymti-hero-text{
  font-size: 8vw;
}

.ymti-hero-img-2{
  top: 65%;
}



.ymti-ttl-1>h2,
.ymti-ttl-3>h2{
    font-size: 28px;
}

.ymti-row{
    padding: 20px 0 60px 0;
}

.ymti-text{
    padding: 0;
}
}



@media all and (max-width:480px){
.spch-bble li{
    justify-content: space-between;
    font-size: 17px;
}

.spch-bble div{
    width: 55%;
}

.line-section p{
    margin: 36px 10px;
}

.line-section>div:nth-child(1):after,
.line-section>div:nth-child(3):after{
    left: 261px;
}

.line-section>div:nth-child(2):after,
.line-section>div:nth-child(4):after {
    left: -17px;
}

.icon-anchor>a{
    width: 16vw;
    height: 16vw;
}

.ymti-pchl-1 {
    top: 7%;
    right: 35%;
}

.ymti-pchl-2 {
    right: 5%;
}

.ymti-pchl-3 {
    left: 5%;
}

.ymti-pchl-3b {
    top: 14%;
    left: 28%;
}

.ymti-pchl-4 {
    top: 35%;
    right: 9%;
}

.ymti-pchl-5 {
    bottom: 17%;
    left: 17%;
}

.ymti-pchl-6 {
    left: 26%;
}

.ymti-pch-labels>div.ymti-pchl-7 {
    left: -1%;
    top: -11%;
}

.scrd.fir{
  animation: fadeIn 1s ease-in-out;
}

.scrd.fil{
  animation: fadeIn 1s ease-in-out;
}
}