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

/* PC：ウィンドウ幅が750px以上の場合に適用するCSS */
@media screen and (min-width: 750px) {
  /****** INTRODUCTION ******/
  .wrapper_intro {
    width: 1100px;
    margin: 0 auto 50px auto;
  }
  .wrapper_intro::before, .wrapper_intro::after {
    content: " ";
    display: inline-block;
    width: 100%;
    height: 8px;
    background-image: url("../images/common/img_line.svg");
    background-size: contain;
  }
  .box_intro {
    background: #ffffff;
    width: 100%;
		margin: -11px 0;
    padding: 50px 75px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
  }
  .box_intro div, .box_intro > img {
    width: 47%;
  }
  .box_intro h2 {
    margin-bottom: 30px;
  }
  /****** COURSE ******/
  .wrapper_course {
    width: 100%;
    margin-bottom: 50px;
  }
  .wrapper_course > h3 {
    width: 410px;
    margin: 0 auto;
    text-align: center;
  }
  .wrapper_course > h3 img {
    width: 410px;
    height: auto;
		margin-bottom: 30px;
  }
  .wrapper_course > h3 p {
    background: url("../images/top/bg_ribbon_pc.png");
    background-size: contain;
    width: 405px;
    height: 45px;
    margin-bottom: 30px;
    padding: 1rem;
    box-sizing: border-box;
    color: #ffffff;
  }
	.wrapper_course > p{
		display: block;
		margin: 20px 0 40px 0;
		text-align: center;
	}
  .box_course {
    display: flex;
    justify-content: space-between;
		align-self: flex-start;
  }
	.box_course img{
		width: 520px;
		height:680px;
	}
  .box_course > ol {
    width: 420px;
    font-size: 0.875em;
  }
  .box_course > ol li {
    margin-bottom: 10px;
    font-weight: bold;
    line-height: 1.3;
  }
  .box_course > ol li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 15px;
    box-sizing: border-box;
    border-radius: 60px;
  }
  .box_course > ol > li > a > span {
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid black;
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
    color: #ffffff;
    line-height: 1;
  }
  .box_course > ol > li > a > span > span {
    display: block;
    width: 28px;
    height: 28px;
    padding-top: 5px;
    background: #000000;
    border: 2px solid #ffffff;
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
    line-height: 1;
  }
  .box_course > ol li p {
    width: 345px;
    background: url("../images/common/icon_arrow_black.svg") no-repeat center right;
    padding: 0 20px 0 0;
    color: #000000;
    box-sizing: border-box;
  }
	
  .box_course > ol li.btn_fukushima a {
    background: #98E0F2;
    border: 3px solid #98E0F2;
  }
  .box_course > ol li.btn_fukushima a:hover {
    background: #fff;
    color: #98E0F2;
    border: 3px solid #98E0F2;
  }
  .box_course > ol li.btn_ibaraki a {
    background: #C5EB8F;
    border: 3px solid #C5EB8F;
  }
  .box_course > ol li.btn_ibaraki a:hover {
    background: #fff;
    color: #C5EB8F;
    border: 3px solid #C5EB8F;
  }
  /****** JOIN ******/
  .wrapper_join {
    width: 100%;
    padding: 50px;
    box-sizing: border-box;
    border-radius: 40px;
    border: 6px solid #E2E2E2;
    background: #fff;
  }
  .wrapper_join h3 {
    width: 152px;
    height: auto;
    margin: 0 auto 40px auto;
  }
  .box_join {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .box_step {
    background: #EDF0B7;
    width: 47%;
    box-sizing: border-box;
    padding: 25px 30px;
    border-radius: 20px;
    position: relative;
    text-align: center;
  }
  .box_step:nth-of-type(1), .box_step:nth-of-type(2) {
    margin-bottom: 30px;
  }
  .box_step .box_step_num {
    position: absolute;
    top: -10px;
    left: -10px;
    display: block;
    width: 58px;
    height: 58px;
    border: 2px solid black;
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
    color: #000000;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1;
  }
  .box_step .box_step_num span {
    display: block;
    width: 54px;
    height: 54px;
    padding-top: 16px;
    background: #FFDA00;
    border: 2px solid #ffffff;
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
    line-height: 1;
  }
  .box_step p {
    width: 100%;
    padding: 0 0 15px 30px;
    box-sizing: border-box;
    font-size: 0.825em;
    font-weight: bold;
    text-align: left;
  }
  .box_step:nth-of-type(1) p {
    height: 9.5em;
  }
  .box_step:nth-of-type(3) p {
    height: 14em;
  }
  .box_step img {
    margin: 0 auto;
  }
  .box_step:nth-of-type(1) img {
    width: 125px;
    height: auto;
    margin: 0 auto 15px auto;
  }
  .box_step:nth-of-type(2) img, .box_step:nth-of-type(3) img {
    width: 70%;
    height: auto;
    margin: 0 auto;
  }
  .wrapper_join dl {
    margin-top: 45px;
    font-size: 0.75em;
    line-height: 1.4;
  }
  .wrapper_join dl dt {
    font-weight: bold;
  }
  .wrapper_join dl li {
    padding-left: 2.7em;
    text-indent: -2.7em;
  }
  .wrapper_join dl ul {
    margin-top: 1em;
  }
  /****** APP ******/
  .wrapper_app {
    width: 100%;
		margin: 60px 0;
    padding: 40px;
    box-sizing: border-box;
    border: 6px solid #62B9D5;
    background: #fff;
  }
  .wrapper_app h3 {
		margin-bottom: 30px;
    font-size: 1.5em;
    font-weight: bold;
    color: #62B9D5;
		text-align: center;
  }
  .wrapper_app p {
		margin-bottom: 30px;
    font-size: 0.75em;
    line-height: 1.4;
  }
  .wrapper_app ul {
    display: flex;
    justify-content: space-between;
		width: 60%;
		margin: 0 auto;
  }
  .wrapper_app ul li {
    width: 47%;
  }
	.wrapper_app ul li a:hover{
		opacity: 0.7;
	}
	/****** SNS ******/
	.box_sns{
		display: flex;
		justify-content: space-between;
		width: 270px;
		margin: 0 auto;
	}
	.box_sns li{
		width: 70px;
	}
	.box_sns li a:hover{
		opacity: 0.7;
	}
}