@charset "UTF-8";
@media screen and (max-width: 768px) {
  .isPc{
    display: none !important;
  }
  /* -------------------- 
   * override
   * -------------------- */
  #page-wrapper{
    overflow: hidden;
  }
  #contentsContainer{
    margin-top: 0;
  }
  #contentsContainer *{
    box-sizing: border-box;
  }
  #contents{
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 40px;
  }
  /* ----- index-hero ----- */
  .index-hero{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 -15px;
    border-bottom: 1px solid #dddddd;
  }
  .index-hero-inner{
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
  }
  .index-hero-head{
    overflow: visible;
    display: flex;
    justify-content: center;
    margin: 0 -15px;
  }
  .index-hero-body{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 15px;
  }
  .index-hero-image {
    line-height: 0;
  }
  .index-hero-image img{
    width: 100%;
    height: auto;
    line-height: 1;
  }
  .index-hero-title-wrap {
    display: flex;
    align-items: center;
    min-height: 64px;
    margin-left: -5px;
    padding: 2px 0 0 44px;
    background: url("/3min/images/index_ex01_sp.webp") no-repeat left center/ auto 100%;
  }
  .index-hero-title {
    margin: 0;
    font-weight: bold;
    font-size: 25px;
    line-height: 1.5;
  }
  .index-hero-title .index-hero-text-emphasis{
    font-size: 35px;
    line-height: 41px;
  }
  .index-hero-title .index-hero-text-small{
    font-size: 23px;
    line-height: 41px;
    vertical-align: text-bottom;
  }
  .index-hero-title .index-hero-text-red{
    color: #d7063b;
  }

  /* ----- index-heading1 ----- */
  .index-heading1{
    margin-top: 45px;
  }
  .index-heading1-title{
    text-align: center;
    font-weight: bold;
    font-size: 25px;
  }
  .index-heading1-title .index-heading1-title-red{ 
    color: #d7063b;
  }

  /* ----- index-figure-wrap ----- */  
  .index-figure-wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 27px;
  }

  /* ----- index-figure ----- */  
  .index-figure{
    margin: 0;
  }
  .index-figure-frame{
    display: inline-block;
  }
  .index-figure-frame > img{
    max-width: 100%;
    width: 100%;
    height: auto;
    vertical-align: top;
  }
  .index-figure-text{
    margin-top: 1.7em;
    font-size: 14px;
  }
  
  /* ----- index-bg-layout1 ----- */
  .index-bg-layout1{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    margin: 28px -15px 0;
    background-color: #fdf3f5;
  }
  .index-bg-layout1-inner{
    width: 100%;
    max-width: calc(1200px + 10px* 2);
    margin: 0 auto;
    padding: 42px 15px;
  }
  .index-bg-layout1-inner > *:first-child,
  .index-bg-layout1-inner > section:first-child > *:first-child{
    margin-top: 0;
  }

  /* ----- index-card-wrap ----- */
  .index-card-wrap{
    display: flex;
    flex-direction: column;
    gap: 14px 0;
    margin-top: 24px;
  }
  /* ----- index-card ----- */
  .index-card{
    overflow: hidden;
    border-radius: 30px;
    background: #fff;
  }
  .index-card-head{
  }
  .index-card-body{
    flex: 1 1;
    padding: 17px 20px 20px;
  }
  .index-card-image > img{
    max-width: 100%;
    width: 100%;
    height: auto;
    vertical-align: top;
  }
  .index-card-heading{
    display: flex;
    gap: 0 10px;
  }
  .index-card-number{
    font-weight: 200;
    font-size: 75px;
    color: #96d5ea;
    line-height: 1;
  }
  .index-card-title{
    padding-top: 8px;
    font-weight: bold;
    font-size: 21px;
    line-height: 1.4;
  }
  .index-card-text{
    margin-top: 1em;
    font-size: 14px;
  }

  /* ----- index-heading2 ----- */
  .index-heading2{
    margin: 14px 0 10px;
  }
  .index-heading2-inner{
  }
  .index-heading2-title{
    text-align: center;
    font-weight: bold;
    font-size: 21px;
    color: #d7063b;
    line-height: 1.4;
  }
  
  /* ----- index-card-wrap-v2 ----- */
  .index-card-wrap-v2{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 15px 0;
    margin-top: 12px;
  }
  .index-card-wrap-v2 > *{
    width: 100%;
  }
  
  /* ----- index-card-v2 ----- */
  .index-card-v2{
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    border-radius: 15px;
    border: 2px solid #dddddd;
    padding: 10px 12px 13px;
    overflow: hidden;
    gap: 0 26px;
  }
  .index-card-v2-head{
    width: 65px;
  }
  .index-card-v2-body{
    flex: 1 1;
  }
  .index-card-v2-image{
  }
  .index-card-v2-image > img{
    max-width: 100%;
    height: auto;
    vertical-align: top;
  }
  .index-card-v2-title{
    font-weight: bold;
    font-size: 14px;
    line-height: 1.4;
  }
  .index-card-v2-title .index-card-v2-title-small-text{
    font-size: 12px;
  }
  .index-card-v2-time{
    margin-top: 4px;
    font-size: 10px;
    color: #666666;
  }
  .index-card-v2-text{
    font-weight: bold;
    font-size: 14px;
    line-height: 1.1;
    margin-top: 8px;
  }
  .index-card-v2-text-emphasis{
    font-weight: bold;
    font-size: 30px;
    color: #d7063b;
  }
  .index-card-v2-text-emphasis span{
    font-size: 23px;
  }
  
  /* ----- index-card-v3 ----- */
  .index-card-v3{
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    border-radius: 15px;
    border: 2px solid #dddddd;
    padding: 10px 12px 13px;
    overflow: hidden;
    gap: 10px 0;
  }
  .index-card-v3-head{
  }
  .index-card-v3-body{
  }
  .index-card-v3-image > img{
    max-width: 100%;
    height: auto;
    vertical-align: top;
  }
  .index-card-v3-title{
    text-align: center;
    font-weight: bold;
    font-size: 14px;
  }
  .index-card-v3-time{
    text-align: center;
    margin-top: 4px;
    font-size: 10px;
    color: #666666;
  }
  .index-card-v3-text{
    margin-top: 4px;
    font-weight: bold;
    font-size: 14px;
  }
  .index-card-v3-text-emphasis{
    font-weight: bold;
    font-size: 36px;
    color: #d7063b;
    line-height: 1.1;
  }
  .index-card-v3-text-emphasis span{
    font-size: 27px;
  }
  
  /* ----- index-card-wrap-v3 ----- */
  .index-card-wrap-v3{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 15px 0;
    margin-top: 15px;
  }
  .index-card-wrap-v3 > *{
    width: 100%;
  }
  
  /* ----- index-card-v4 ----- */
  .index-card-v4{
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    border: 2px solid #dddddd;
    padding: 10px 6px 13px;
    overflow: hidden;
    gap: 0 5px;
  }
  .index-card-v4-head{
  }
  .index-card-v4-body{
  }
  .index-card-v4-image > img{
    max-width: 100%;
    height: auto;
    vertical-align: top;
  }
  .index-card-v4-title{
    text-align: center;
    font-weight: bold;
    font-size: 14px;
  }
  .index-card-v4-time{
    text-align: center;
    margin-top: 6px;
    font-size: 10px;
    color: #666666;
  }
  .index-card-v4-text{
    font-weight: bold;
    font-size: 28px;
  }
  .index-card-v4-text-emphasis{
    font-weight: bold;
    font-size: 64px;
    color: #d7063b;
    line-height: 1.1;
  }
  .index-card-v4-text-emphasis span{
    font-size: 44px;
  }
  
  /*index-card-graph*/
  .index-card-graph {
    display: flex;
    flex-wrap: wrap;
    gap: 7px 10px;
    margin-top: 6px;
  }
  .index-card-graph-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px 0;
    width: calc((100% - (10px * 4))/5);
  }
  .index-card-graph-image {
    width: 43px;
  }
  .index-card-graph-image > img{
    max-width: 100%;
    height: auto;
    vertical-align: top;
  }
  .index-card-graph-title {
    text-align: center;
    font-weight: 500;
    font-size: 10px;
    line-height: 1.125;
  }

  /* ----- index-card-v5 ----- */
  .index-card-v5{
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    border-radius: 15px;
    border: 2px solid #dddddd;
    padding: 12px 12px 13px;
    overflow: hidden;
    gap: 0 15px;
  }
  .index-card-v5-head{
    width: calc((100% - 15px)/2);
  }
  .index-card-v5-body{
    flex: 1 1;
  }
  .index-card-v5-image{
    display: flex;
    justify-content: flex-end;
  }
  .index-card-v5-image > img{
    max-width: 100%;
    height: auto;
    vertical-align: top;
  }
  .index-card-v5-title{
    font-weight: bold;
    font-size: 14px;
    line-height: 1.4;
  }
  .index-card-v5-time{
    margin-top: 6px;
    font-size: 10px;
    color: #666666;
  }
  .index-card-v5-text{
    margin-top: 8px;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.1;
  }
  .index-card-v5-text-emphasis{
    font-weight: bold;
    font-size: 36px;
    color: #d7063b;
  }
  
  /* ----- index-column ----- */
  .index-column{
    display: flex;
    flex-wrap: wrap;
    gap: 15px 36px;
    margin-top: 15px ;
  }
  .index-column > *{
    width: 100%;
  }
  
  /* ----- index-note-list ----- */
  .index-note-list{
    margin-top: 6px;
  }
  .index-note-list > li{
    position: relative;
    padding-left: 1.1em;
    font-size: 10px;
    color: #666666;
  }
  .index-note-list > li > .index-note-list-mark{
    position: absolute;
    top: 0.25em;
    left: 0;
  }
  
  /* ----- index-vision-box ----- */
  .index-vision-box{
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    border: 2px solid #dddddd;
    padding: 13px 14px 14px;
    overflow: hidden;
    gap: 0 26px;
  }
  .index-vision-box-body{
    margin-top: 10px;
  }
  .index-vision-box-image{
    text-align: center;
  }
  .index-vision-box-image > img{
    max-width: 100%;
    height: auto;
    vertical-align: top;
  }
  .index-vision-box-title{
    text-align: center;
    line-height: 1.4;
    font-weight: bold;
    font-size: 14px;
  }
  .index-vision-box-title .index-vision-box-title-small-text{
    text-align: center;
    font-size: 12px;
  }
  .index-vision-box-time{
    margin-top: 4px;
    text-align: center;
    font-size: 10px;
    color: #666666;
  }
  .index-vision-box-text{
    font-weight: bold;
    font-size: 24px;
  }
  .index-vision-box-text-emphasis{
    font-weight: bold;
    font-size: 48px;
    color: #d7063b;
  }
  .index-vision-box-text-emphasis span{
    font-size: 30px;
  }
  
  /* ----- index-bg-layout2 ----- */
  .index-bg-layout2{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    margin: 45px -15px 0;
    background-color: #e5f4fa;
  }
  .index-bg-layout2-inner{
    width: 100%;
    max-width: calc(1200px + 10px* 2);
    margin: 0 auto;
    padding: 46px 15px 44px;
  }
  .index-bg-layout2-inner > *:first-child,
  .index-bg-layout2-inner > section:first-child > *:first-child{
    margin-top: 0;
  }

  /* ----- index-heading3 ----- */
  .index-heading3{
    margin: 46px 0 24px;
  }
  .index-heading3-inner{
  }
  .index-heading3-title{
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.4;
  }
  
  /* ----- index-text1 ----- */
  .index-text1{
    margin-top: 1em;
    font-size: 14px;
  }
  
  /* ----- index-figure-v2-wrap ----- */
  .index-figure-v2-wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px ;
  }
  
  /* ----- index-figure-v2 ----- */
  .index-figure-v2{
    margin: 0;
  }
  .index-figure-v2-frame{
    display: inline-block;
  }
  .index-figure-v2-frame > img{
    max-width: 100%;
    width: 100%;
    height: auto;
    vertical-align: top;
  }
  
  /* ----- index-about ----- */
	.index-about {
		margin: 28px 0 0;
	}
	.index-about .index-about-inner {
		margin-right: -15px;
		margin-left: -15px;
	}
	.index-about .index-about-title {
		text-align: center;
		font-weight: bold;
		font-size: 17px;
		line-height: 1.4;
	}

	/*index-about-card*/
	.index-about .index-about-card-wrap {
		display: flex;
		flex-direction: column;
		gap: 0 0;
		margin-top: 15px;
	}
	.index-about .index-about-card {
	}
	.index-about .index-about-card .index-about-card-type {
		position: relative;
		display: block;
		height: 100%;
	}
	.index-about .index-about-card .index-about-card-head {
	}
	.index-about .index-about-card .index-about-card-body {
		position: absolute;
		bottom: 0;
		left: 0;
		display: flex;
		justify-content: center;
		width: 100%;
		padding: 15px 15px;
		background: rgba(0, 0, 0, 0.5);
	}
	.index-about .index-about-card .index-about-card-frame {
		line-height: 1;
	}
	.index-about .index-about-card .index-about-card-image {
		max-width: 100%;
		width: 100%;
		height: auto;
	}
	.index-about .index-about-card .index-about-card-title {
		margin-right: -15px;
		font-weight: bold;
		font-size: 16px;
		line-height: 1.4;
		color: #fff;
	}
	.index-about .index-about-card .index-about-card-type:not(.blankIc) .index-about-card-title::after {
		position: relative;
		top: -2px;
		display: inline-block;
		width: 6px;
		height: 6px;
		margin: 0 0 0 6px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		transform: rotateZ(45deg);
		content: '';
	}
	.index-about .index-about-card .index-about-card-type.blankIc .index-about-card-title::after {
		position: relative;
		top: -2px;
		display: inline-block;
    width: 12px;
    height: 11px;
    margin-left: 8px;
    background-color: #fff;
    mask-image: url("/3min/images/index_ic09.svg");
    mask-size: 100% 100%;
    vertical-align: middle;
    content: "";
  }
  
  /*animation*/
  .animation-fade-in{
    transform: translateY(50px);
    opacity: 0;
    transition: transform 800ms ease-out 0s,
      opacity 800ms ease-out 0s;
  }
  .animation-fade-in.is-active{
    transform: translateY(0);
    opacity: 1;
  }
  
}
