body {
  padding-top: 48px;
  line-height: 1.5;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 3.0vw;
  color: #444444;
  background: #ffffff;
}

section {
  padding: 0 25px;
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.font_ttl-70 {
  font-size: 8.0vw;
  font-weight: 700;
}

.font_ttl-60 {
  font-size: 7.0vw;
  font-weight: 700;
}

.font_ttl-42 {
  font-size: 4.6vw;
  font-weight: 700;
}

.font_ttl-36 {
  font-size: 4.0vw;
  font-weight: 700;
}

.font_ttl-34 {
  font-size: 3.8vw;
  font-weight: 500;
}

.font_ttl-26 {
  font-size: 3.4vw;
  font-weight: 500;
}

.font_ttl-22 {
  font-size: 3.0vw;
  font-weight: 500;
}


.font_color-white {
  color: #ffffff;
}

.font_color-pink {
  color: #D833C5;
}

.font_color-blue {
  color: #24529F;
}

.font_color-green {
  color: #3FC0BF;
}

.font_thin {
  font-weight: 100;
}

.font_deco-underline {
  text-decoration: underline;
  text-decoration-color: #24539F;
}

header h1 {
  position: relative;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #009C6F;
}

header h1 b {
  margin-left: 70px;
  position: absolute;
  left: 50%;
  bottom: 10px;
  font-size: 14px;
}

header h1 img {
  width: 200px;
  margin-left: -40px;
}

header nav {
  width: 100%;
  height: 48px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

header nav ul {
  display: flex;
}

header nav li {
  width: 50%;
  height: 48px;
  position: relative;
  overflow: hidden;
}

header nav li img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background: #000000;
}

.mod_mv {
  padding: 0;
  position: relative; 
}

.mod_mv .junior a {
  width: 200px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute; 
  bottom: 10px; 
  right: 3vw; 
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  border-radius: 56px;
  -webkit-border-radius: 56px;
  -moz-border-radius: 56px;
  background: #24529f;
}

.mod_mv .junior a::after {
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  content: "";
}


.mod_cta {
  width: 100%;
  padding: 40px 25px;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  color: #ffffff;
  background: #1e7ee9 url(../images/cta_bg.jpg) top center no-repeat;
  background-size: cover;
}

.mod_cta p {
  width: 100%;
}

.mod_cta img {
  width: 60%;
}

.mod_cta .btn {
  width: 100%;
  height: 46px;
  margin: 30px 0 20px;
  display: flex;
  flex-direction: column;
  position: relative;
  text-align: center;
  color: #ffffff;
  border-radius: 56px;
  -webkit-border-radius: 56px;
  -moz-border-radius: 56px;
  background: -moz-linear-gradient(left, #40C0BF 50%, #88D8D8);
  background: -webkit-linear-gradient(left, #40C0BF 50%, #88D8D8);
  background: linear-gradient(to right, #40C0BF 50%, #88D8D8);
}

.mod_cta .btn::after {
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  content: "";
}

.mod_cta .font_ttl-70 {
  margin-top: 10px;
}

.mod_cta .markup {
  width: 80%;
  height: 23px;
  margin: -20px auto 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  position: relative;
  text-align: center;
  color: #3FBFBF;
  font-size: 3.2vw;
  font-weight: bold;
  background: #ffffff;
}

.mod_cta .markup::after {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  margin-left: -5px;
  border-color: rgba(255, 255, 255, 0);
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-color: #ffffff;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 50%;
}

.mod_trouble {
  padding: 40px 25px 50px;
  position: relative;
  color: #ffffff;
  background: url(../images/trouble_bg.jpg) center no-repeat;
  background-size: cover;
}

.mod_trouble .font_ttl-42 {
  margin-bottom: 20px;
}

.mod_trouble li {
  padding-left: 30px;
  position: relative;
  line-height: 1.8;
}

.mod_trouble li::before {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  content: "";
  background: url(../images/trouble_mark_check.png);
  background-size: cover;
}

.mod_trouble .img {
  width: 160px;
  position: absolute;
  bottom: -10px;
  right: 0;
}

.mod_solution {
  margin-top: 20px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: url(../images/solution_arrow.png) center no-repeat;
  background-size: contain;
}


.mod_solution .font_ttl-26 {
  font-size: 5vw;
}

.mod_solution .font_ttl-42 {
  font-size: 8vw;
}

.mod_solution .font_ttl-36 {
  font-size: 7vw;
}

.mod_solution .btn {
  width: 100%;
  height: 36px;
  margin: 10px auto 0;
  border-radius: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  line-height: 26px;
  background: -moz-linear-gradient(left, #40C0BF 50%, #88D8D8);
  background: -webkit-linear-gradient(left, #40C0BF 50%, #88D8D8);
  background: linear-gradient(to right, #40C0BF 50%, #88D8D8);
}

.mod_solution .btn::after {
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  content: "";
}

.mod_feature dl {
  display: none;
}

.mod_feature .movie {
  margin-bottom: 50px;  
  display: block; 
}

.mod_feature .movie .font_ttl-36 {
  text-align: center; 
}

.mod_feature .movie dd {
  width: 100%;
  margin-top: 20px;
  padding-top: 56.25%;
  position: relative;
}

.mod_feature .movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

.mod_feature ul {
  padding: 10px 0 50px;
}

.mod_feature li {
  padding: 25px 25px 30px;
  position: relative;
  background: #e3F4Fe;
}

.mod_feature li:nth-child(2),
.mod_feature li:nth-child(3) {
  margin-top: 25px;
}

.mod_feature li:nth-child(1)::before {
  background: url(../images/feature_point-01.png) center no-repeat;
}

.mod_feature li:nth-child(2)::before {
  background: url(../images/feature_point-02.png) center no-repeat;
}

.mod_feature li:nth-child(3)::before {
  background: url(../images/feature_point-03.png) center no-repeat;
}

.mod_feature li:nth-child(1)::before,
.mod_feature li:nth-child(2)::before,
.mod_feature li:nth-child(3)::before {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 25px;
  left: 25px;
  content: "";
  z-index: 0;
  background-size: cover;
}

.mod_feature li .font_ttl-26 {
  min-height: 40px;
  margin-bottom: 10px;
  padding-left: 50px;
}

.mod_feature li figure {
  padding: 10px 0;
}

.mod_feature li:nth-child(1) figure {
  padding: 10px 0;
}

.mod_example {
  padding: 40px 25px 50px;
  background: url(../images/example_bg.jpg) center no-repeat;
  background-size: cover;
}

.mod_example .font_ttl-26 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4.0vw;
}

.mod_example .font_ttl-42,
.mod_example .font_ttl-26 {
  text-align: center;
}

.mod_example figure {
  margin: 10px 0;
}

.mod_example li {
  margin-top: 35px;
  padding: 35px 25px 30px;
  position: relative;
  background: #ffffff;
}

.mod_example li:nth-child(1)::before {
  background: url(../images/example_case-01.png) center no-repeat;
}

.mod_example li:nth-child(2)::before {
  background: url(../images/example_case-02.png) center no-repeat;
}

.mod_example li:nth-child(1)::before,
.mod_example li:nth-child(2)::before {
  width: 40px;
  height: 40px;
  margin-left: -20px;
  display: block;
  position: absolute;
  top: -20px;
  left: 50%;
  content: "";
  z-index: 0;
  background-size: cover;
}

.mod_voice {
  padding: 40px 25px 50px;
  background: url(../images/bg.png);
  background-size: cover;
}

.mod_voice .font_ttl-42 {
  margin-bottom: 25px;
  text-align: center;
}

.mod_voice dl {
  padding: 20px 0;
  padding-left: 85px;
  border-top: #A4C4FF solid 1px;
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: center;
  position: relative;
}

.mod_voice dl:last-child {
  border-bottom: #A4C4FF solid 1px;
}

.mod_voice .man::before {
  background: url(../images/voice_img-man.png) no-repeat;
}

.mod_voice .woman::before {
  background: url(../images/voice_img-woman.png) no-repeat;
}

.mod_voice .man::before,
.mod_voice .woman::before {
  width: 75px;
  height: 75px;
  position: absolute;
  top: 25px;
  left: 0;
  display: block;
  content: "";
  background-size: cover;
}

.mod_voice dt {
  margin-bottom: 10px;
}

.mod_flow-exp {
  padding: 40px 25px 50px;
  color: #ffffff;
  background: #1e7ee9 url(../images/flow-exp_bg.jpg) top center no-repeat;
  background-size: cover;
}

.mod_flow-exp .font_ttl-42 {
  text-align: center;
}

.mod_flow-exp .font_ttl-26 {
  font-size: 5.0vw;
}

.mod_flow-exp dl {
  margin-top: 25px;
  position: relative;
}

.mod_flow-exp dl:nth-child(1)::before {
  background: url(../images/flow-exp_flow-01.png) center no-repeat;
}

.mod_flow-exp dl:nth-child(2)::before {
  background: url(../images/flow-exp_flow-02.png) center no-repeat;
}

.mod_flow-exp dl:nth-child(3)::before {
  background: url(../images/flow-exp_flow-03.png) center no-repeat;
}

.mod_flow-exp dl:nth-child(4)::before {
  background: url(../images/flow-exp_flow-04.png) center no-repeat;
}

.mod_flow-exp dl:nth-child(5)::before {
  background: url(../images/flow-exp_flow-05.png) center no-repeat;
}

.mod_flow-exp dl:nth-child(6)::before {
  background: url(../images/flow-exp_flow-06.png) center no-repeat;
}

.mod_flow-exp dl:nth-child(1)::before,
.mod_flow-exp dl:nth-child(2)::before,
.mod_flow-exp dl:nth-child(3)::before,
.mod_flow-exp dl:nth-child(4)::before,
.mod_flow-exp dl:nth-child(5)::before,
.mod_flow-exp dl:nth-child(6)::before {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: 0;
  background-size: cover;
}

.mod_flow-exp dt {
  height: 40px;
  margin-bottom: 10px;
  padding-left: 50px;
  display: flex;
  align-items: center;
}

.mod_flow-exp figure img {
  width: 100%;
  margin-top: 10px;
}

.mod_faq {
  padding: 40px 25px 50px;
  background: #1e7ee9 url(../images/faq_bg.jpg) top center no-repeat;
  background-size: cover;
}

.mod_faq .font_ttl-42 {
  margin-bottom: 25px;
  text-align: center;
}

.mod_faq dl {
  margin: 10px 0;
  padding: 15px 40px;
  border-radius: 10px;
  position: relative;
  background: #ffffff;
  cursor: pointer;
}

.mod_faq dt::before {
  display: inline;
  position: absolute;
  top: 22px;
  left: 15px;
  line-height: 0;
  font-size: 5.0vw;
  color: #24529F;
  content: "Q";
}

.mod_faq dt::after {
  display: block;
  position: absolute;
  top: 22px;
  right: 20px;
  line-height: 0;
  font-size: 5.0vw;
  font-weight: 100;
  color: #24529F;
  content: "+";
}

.mod_faq .changed dt::after {
  content: "-";
}

.mod_faq dd {
  padding-top: 15px;
  display: none;
  position: relative;
}

.mod_faq dd::before {
  display: inline;
  position: absolute;
  top: 25px;
  left: -23px;
  line-height: 0;
  font-size: 5.0vw;
  color: #D833C5;
  content: "A";
}


.mod_flow-apply {
  padding: 40px 25px 50px;
  color: #ffffff;
  background: #1e7ee9 url(../images/flow-apply_bg.jpg) bottom center no-repeat;
  background-size: cover;
}

.mod_flow-apply .font_ttl-42 {
  text-align: center;
}

.mod_flow-apply .font_ttl-22 {
  font-size: 5.0vw;
}

.mod_flow-apply dl {
  width: 100%;
  margin-top: 25px;
  position: relative;
}

.mod_flow-apply dl:nth-child(1)::before {
  background: url(../images/flow-apply_step-01.png) center no-repeat;
}

.mod_flow-apply dl:nth-child(2)::before {
  background: url(../images/flow-apply_step-02.png) center no-repeat;
}

.mod_flow-apply dl:nth-child(3)::before {
  background: url(../images/flow-apply_step-03.png) center no-repeat;
}

.mod_flow-apply dl:nth-child(4)::before {
  background: url(../images/flow-apply_step-04.png) center no-repeat;
}

.mod_flow-apply dl:nth-child(1)::before,
.mod_flow-apply dl:nth-child(2)::before,
.mod_flow-apply dl:nth-child(3)::before,
.mod_flow-apply dl:nth-child(4)::before {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: 0;
  background-size: cover;
}

.mod_flow-apply dt {
  height: 40px;
  padding-left: 50px;
  display: flex;
  align-items: center;
}

.mod_flow-apply dd {
  padding: 0 50px;
}

.mod_flow-apply figure {
  margin: 10px 0;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  background: #ffffff;
}

.mod_flow-apply figure img {
  width: 50%;
}

.mod_class {
  padding: 40px 25px 50px;
  background: url(../images/bg.png);
  background-size: cover;
}

.mod_class .font_ttl-60,
.mod_class .font_ttl-36 {
  text-align: center;
  font-size: 8vw;
}

.mod_class .font_ttl-36 {
  font-size: 7vw;
}

.mod_class .markup {
  width: 60%;
  height: 23px;
  margin: 15px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  position: relative;
  text-align: center;
  color: #ffffff;
  font-size: 3.2vw;
  font-weight: bold;
  background: #24529F;
}

.mod_class .markup::after {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  margin-left: -5px;
  border-color: rgba(255, 255, 255, 0);
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-color: #24529F;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 50%;
}

.mod_class li {
  width: 100%;
  margin-top: 20px;
  padding: 20px;
  border-radius: 10px;
  background: #ffffff;
}

.mod_class li .btn {
  width: 100%;
  height: 46px;
  margin: 0 auto;
  border-radius: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 3.6vw;
  color: #ffffff;
  background: -moz-linear-gradient(left, #40C0BF 50%, #88D8D8);
  background: -webkit-linear-gradient(left, #40C0BF 50%, #88D8D8);
  background: linear-gradient(to right, #40C0BF 50%, #88D8D8);
}

.mod_class li .btn::after {
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 30px;
  display: block;
  content: "";
}

.mod_class figure,
.mod_class dl {
  width: 48%;
}

.mod_class dd {
  margin-top: 5px;
}

.mod_class iframe {
  height: 200px;
  margin: 20px 0;
}


header h1.logo_akashi b {
  margin-left: 90px;
  position: absolute;
  left: 41%;
  bottom: 10px;
  font-size: 12px;
}

header h1.logo_akashi img {
  width: 200px;
  margin-left: -100px;
}

@media screen and (max-width:375px) {
  header h1.logo_akashi b {
    left: 31%;
  }

  header h1.logo_akashi img {
    width: 160px;
  }
}