﻿@charset "UTF-8";


/*---------- ページ全体の指定 ----------*/

body {
  margin: 0;
  padding: 0;
  font-size: 100%;
  color: #111;
  -webkit-text-size-adjust: none;
  background: #fff;
  font-family: "Noto Sans Japanese";
}

a:link {
  color: #3b5998;
  text-decoration: underline;
}

a:visited {
  color: #3b5998;
  text-decoration: underline;
}

a:hover {
  color: #206CFF;
  text-decoration: none;
}

a {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a img {
  border-style: none;
}

img {
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
}

a:hover img {
  -webkit-transition: all .3s;
  transition: all .3s;
}

a img {
  border-style: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

p {
  font-size: 100%;
  line-height: 180%;
}

@media screen and (min-width:769px) {
  p {
    font-size: 18px;
    letter-spacing: 1px;
  }
}


.white {
  color: #ffffff;
}

.border {
  border-bottom: 1px solid #ffffff;
}

.center {
  text-align: center;
}
/*---------- 見出し ----------*/




/*---------- 見出し ----------*/

h1 {}

h2 {}

h3 {}

h4 {}


/*---------- PC・スマホの非表示指定 ----------*/

@media screen and (max-width:768px) {
  .spnone {
    display: none;
  }
}

@media screen and (min-width:769px) {
  .pcnone {
    display: none;
  }
}

/* #mv{
margin:0 0 60px 0;
padding:0 0 45px 0;
background:#fff;
position:relative;
z-index:0;
overflow:hidden;
}
#mv::before {
content: '';
display:block;
position:absolute;
top:0;
right:0;
bottom:0;
left:0;
background-color:#fff;
transform-origin:bottom right;
transform:skewY(-60deg);
z-index: -1;
} */
/* 
header{
margin:0 auto;
padding:10px 20px 0 20px;
background: #202f55;
}
 */
/*---------------------------------------

header

---------------------------------------*/
.header {
  z-index: 8;
  width: 100%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  background: #202f55;
}

.header__inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  /* padding: 10px 20px; */
}

.header__logo {
  max-width: 200px;
  min-width: 120px;
  width: 40%;
  padding: 8px;
}


header img {
  width: 120px;
}

/* .mv_box {
  margin: 0 auto;
  padding: 30px 0 20px 0;
}

.mv_copy {
  margin: 0;
  padding: 0;
  text-align: center;
}

.mv_copy img {
  width: 80%;
}

.mv_book {
  margin: 0;
  padding: 20px 0 0 0;
  text-align: center;
}

.mv_book img {
  width: 45%;
} */

@media screen and (min-width:769px) {

  /* #mv{margin:0 0 90px 0;padding:0 0 60px 0;}
#mv::before {transform:skewY(-30deg);} */
  header {
    width: 1080px;
    /* padding:15px 0 0 0; */
  }

  header img {
    width: 140px;
  }

  /* .mv_box {
    width: 900px;
    padding: 45px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .mv_copy {
    width: 500px;
  }

  .mv_copy img {
    width: 100%;
  }

  .mv_book {
    width: 350px;
    padding: 0;
  }

  .mv_book img {
    width: 100%;
  } */
}

.device_bg {
  margin: 0;
  padding: 45px 0 30px 0;
  background: #202f55;
}

.device_title {
  margin: 0 20px 3px 20px;
  padding: 0;
  text-align: center;

}

.device_title img {
  width: 100%;
}

.device {
  margin: 0;
  padding: 25px 13px;
  text-align: center;
  background: #202f55;
}

.device2 {
  margin: 0;
  text-align: center;
  background: #202f55;
}

.device a:link {
  color: #fff;
  text-decoration: none;
}

.device a:visited {
  color: #fff;
  text-decoration: none;
}

.device a:hover {
  color: #fff;
  text-decoration: none;
}

.btn {
  width: 100%;
  margin: 0 auto;
  padding: 25px 0;
  font-size: 125%;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background: #06c655;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.btn:hover {
  filter: brightness(120%);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/* 変更 */
.device_caption {
  margin: 20px 20px 0 20px;
  padding: 0;
  font-size: 75%;
  color: #ffe33f;
  line-height: 160%;
}

.yureru-j {
  animation: yureru-j 2s infinite;
}

@keyframes yureru-j {
  0% {
    transform: translate(0px, 2px);
  }

  5% {
    transform: translate(0px, -2px);
  }

  10% {
    transform: translate(0px, 2px);
  }

  15% {
    transform: translate(0px, -2px);
  }

  20% {
    transform: translate(0px, 2px);
  }

  25% {
    transform: translate(0px, -2px);
  }

  30% {
    transform: translate(0px, 0px);
  }
}

@media screen and (min-width:769px) {
  .device_bg {
    padding: 60px 0 75px 0;
  }

  .device_title {
    margin: 0 0 45px 0;
  }

  .device_title img {
    width: 768px;
  }

  .device {
    padding: 32px 0;
  }

  .device2 {
    padding: 32px 0;
  }

  .btn {
    width: 640px;
    padding: 30px 0;
    font-size: 28px;
  }

  .device_caption {
    width: 600px;
    margin: 30px auto 0 auto;
    font-size: 12px;
    letter-spacing: 1px;
  }
}

.subhead {
  margin: 0 0 35px 0;
  padding: 0;
  font-size: 160%;
  font-weight: bold;
  /* font-family: 'Noto Serif JP', serif; */
  line-height: 140%;
  text-align: center;
  position: relative;
  color: #202f55;
}

.subhead::after {
  content: '';
  width: 36px;
  height: 6px;
  display: inline-block;
  background-color: #41aa92;
  position: absolute;
  bottom: -25px;
  left: calc(50% - 18px)
}

.top_space {
  margin-top: 60px;
}

.contents_box {
  margin: 0 25px 60px 25px;
  padding: 0;
}

.contents_half {
  margin: 0 25px 30px 25px;
}

.contents_pict {
  margin: 0;
  padding: 20px 0 5px 0;
}

.contents_pict img {
  width: 100%;
}

.contents_txt {
  margin: 0;
  padding: 0;
}

.strong_txt {
  margin: 0;
  padding: 0;
}

.strong_txt p {
  font-size: 140%;
  line-height: 160%;
}

@media screen and (min-width:769px) {
  .subhead {
    margin: 0 0 75px 0;
    font-size: 48px;
  }

  .subhead::after {
    bottom: -35px;
  }

  .top_space {
    margin-top: 100px;
  }

  .contents_box {
    width: 1180px;
    margin: 0 auto 120px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .contents_half {
    margin: 0 auto 60px auto;
  }

  .contents_pict {
    width: 48%;
    padding: 25px 0 0 0;
  }

  .contents_txt {
    width: 48%;
  }

  .strong_txt p {
    font-size: 24px;
    line-height: 160%;
  }
}


.note_bg {
  margin: 0;
  padding: 60px 25px 30px 25px;
  background: #eff5f7;
  border-top: solid 1px #cedce4;
}

.note_top {
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 160%;
  font-weight: 900;
  line-height: 140%;
  text-align: center;
}

.note_box {
  margin: 0 auto 30px auto;
  padding: 0;
}

.note_pict {
  margin: 0;
  padding: 25px 0 5px 0;
}

.note_pict img {
  width: 100%;
}

.note_txt {
  margin: 0;
  padding: 0;
}

@media screen and (min-width:769px) {
  .note_bg {
    padding: 100px 0 60px 0;
  }

  .note_top {
    margin: 0 0 45px 0;
    font-size: 36px;
  }

  .note_box {
    width: 1180px;
    margin: 0 auto 60px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .note_pict {
    width: 48%;
    padding: 25px 0 0 0;
  }

  .note_txt {
    width: 48%;
  }
}

.order_01 {}

.order_02 {}

@media screen and (min-width:769px) {
  .order_01 {
    order: 1;
  }

  .order_02 {
    order: 2;
  }
}

.detail_bg {
  /* margin: 0 0 60px 0; */
  padding: 60px 20px 60px 20px;
  background: #fff;
}

.detail_top {
  margin: 0 0 30px 0;
  padding: 0;
  font-size: 180%;
  font-weight: 900;
  line-height: 140%;
  text-align: center;
  color: #202f55;
}

.detail_box {
  margin: 0 auto;
  padding: 15px 25px 30px 20px;
  /* background:#fff; */
  border: 2px solid #202f55;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.detail_item {
  margin: 0;
  padding: 0;
}

table.check {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}

table.check th {
  width: 28px;
  font-size: 18px;
  line-height: 150%;
  padding: 10px 0;
  color: #41aa92;
  vertical-align: top;
  text-align: left;
}

table.check td {
  font-size: 16px;
  line-height: 150%;
  font-weight: bold;
  padding: 10px 0;
  border-bottom: dotted 1px #999;
  vertical-align: top;
}


ol {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin: 0;
}

.detail_list {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin:10px 0 ;
  padding-left: 30px;
  position: relative;
  letter-spacing: 1px;
}

.detail_list:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #fff;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 22px;
  width: 22px;
  color: #000;
  font-size: 10px;
  line-height: 1;
  position: absolute;
  top: 2px;
  left: 0;
}


@media screen and (min-width:769px) {
  .detail_bg {
    /* margin: 0 0 100px 0; */
    padding: 100px 0 120px 0;
  }

  .detail_top {
    margin: 0 0 45px 0;
    font-size: 48px;
  }

  .detail_box {
    width: 740px;
    padding: 45px 60px 60px 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .detail_item {
    /* width:48%; */
  }

  table.check th {
    width: 30px;
    font-size: 18px;
  }

  table.check td {
    font-size: 18px;
    letter-spacing: 1px;
  }

  .detail_list {
    font-size: 18px;
  }
}


.voice_area {
  margin: 0 auto;
  padding: 25px 20px 15px 20px;
}

.voice {
  margin: 0 0 45px 0;
  padding: 30px 25px 30px 25px;
  border-radius: 10px;
  background: #e2eff8;
}

.voice_title {
  margin: 0;
  padding: 0 0 20px 0;
  font-size: 140%;
  font-weight: bold;
  line-height: 160%;
  text-align: center;
  color: #4482b1;
}

.voice_box {
  margin: 0;
  padding: 0;
}

.voice_pict {
  width: 50%;
  margin: 0 auto;
  padding: 0;
}

.voice_pict img {
  width: 100%;
  border-radius: 50%;
}

.voice_txt {
  margin: 15px 0 0 0;
  padding: 25px 25px 10px 25px;
  background: #fff;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #cedce4;
}

.voice_name {
  margin: 0;
  padding: 15px 0;
  font-size: 120%;
  font-weight: bold;
  line-height: 150%;
  text-align: center;
  border-top: solid 1px #cedce4;
  border-bottom: solid 1px #cedce4;
}

@media screen and (min-width:769px) {
  .voice_area {
    width: 1080px;
    padding: 15px 0 45px 0;
  }

  .voice {
    margin: 0 0 75px 0;
    padding: 45px 45px 60px 45px;
  }

  .voice_title {
    padding: 0 0 45px 0;
    font-size: 32px;
  }

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

  .voice_pict {
    width: 30%;
    margin: 0;
    padding: 0;
  }

  .voice_txt {
    width: 67%;
    margin: 0;
    padding: 35px 45px 10px 45px;
  }

  .voice_name {
    font-size: 21px;
    text-align: left;
  }
}


/*------------------------------ 開閉 ------------------------------*/

.text_wrapper {
  margin: 0;
  padding: 0 0 25px 0;
  position: relative;
}

.text {
  margin: 0;
  padding: 0;
  height: 150px;
  overflow: hidden;
}

.show_more {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  height: 30px;
  padding-top: 60px;
  text-align: center;
  line-height: 30px;
  background: linear-gradient(180deg, rgb(255, 255, 255, 0) 0%, rgb(255, 255, 255, 1) 70%);
  cursor: pointer;
  transition: bottom 0.2s;
  font-size: 100%;
  font-weight: bold;
  color: #333;
}

.active {
  background: none;
  bottom: 5px;
}

@media screen and (min-width:769px) {
  .text_wrapper {
    margin: 0;
    padding: 0 0 30px 0;
  }
}


.program_bg {
  margin: 0;
  padding: 60px 20px 15px 20px;
  background: #202f55;
}

.program_top {
  margin: 0;
  padding: 0;
  font-size: 160%;
  font-weight: 900;
  /* font-family: 'Noto Serif JP', serif; */
  line-height: 140%;
  text-align: center;
  color: #fff;
}

.program_sub {
  margin: 5px 0 30px 0;
  padding: 0;
  font-size: 120%;
  font-weight: bold;
  line-height: 150%;
  text-align: center;
  color: #fff;
}

.program_box {
  margin: 0 auto;
  padding: 0;
}

.program {
  margin: 0 0 45px 0;
  padding: 30px 25px 20px 25px;
  background: #fff;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.program:nth-child(last) {

}

.program_eng {
  margin: 0;
  padding: 0;
  font-size: 100%;
  line-height: 100%;
  text-align: center;
  color: #41aa92;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 180%;
}

.program_title {
  margin: 0;
  padding: 10px 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 140%;
  text-align: center;
  /* border-bottom: solid 2px #111; */
}

.program_read {
  margin: 0;
  padding: 20px 0 0 0;
  font-size: 120%;
  font-weight: bold;
  line-height: 125%;
  text-align: center;
}

.program_read span {
  font-size: 80%;
  font-weight: normal;
}

.program_pict {
  margin: 30px 0 0 0;
  padding: 0;
}

.program_pict img {
  width: 100%;
}

.seven {
  max-width: 640px;
  margin: 0 auto;
}



.program_caption {
  margin: 0;
  padding: 10px 0 0 0;
  font-size: 80%;
  line-height: 180%;
  text-align: center;
  color: #666;
}

.explanation_bg {
  margin: 0 0 60px 0;
  padding: 25px 30px;
  background: #fdf7fd;
}

.explanation_txt {
  margin: 0 auto;
  padding: 0;
}

@media screen and (min-width:769px) {
  .program_bg {
    padding: 100px 0 75px 0;
  }

  .program_top {
    font-size: 48px;
  }

  .program_sub {
    margin: 15px 0 45px 0;
    font-size: 28px;
  }

  .program_box {
    max-width: 1180px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .program {
    width: 48%;
    margin: 0 0 45px 0;
    padding: 40px 30px 45px 30px;
  }

  .program:nth-child(7) {
    width: 100%;
  }

  .program_eng {
    font-size: 180%;
  }

  .program_title {
    font-size: 18px;
  }

  .program_read {
    font-size: 24px;
  }

  .explanation_bg {
    margin: 0 0 100px 0;
    padding: 75px 0;
  }

  .explanation_txt {
    width: 768px;
  }
}

.prf_area {
  margin: 0 20px 30px 20px;
  padding: 0;
}

.prf_top {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 130%;
  font-weight: 900;
  
  line-height: 150%;
  text-align: center;
}

.prf_degree {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  line-height: 150%;
  text-align: center;
}

.prf_name {
  margin: 0;
  padding: 0;
  font-size: 130%;
  font-weight: bold;
  line-height: 150%;
  text-align: center;
}

.prf_photo {
  margin: 0;
  padding: 15px 0 0 0;
  text-align: center;
}

.prf_photo img {
  width: 60%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.prf_subhead {
  margin: 30px 0 20px 0;
  padding: 10px;
  font-size: 130%;
  font-weight: bold;
  line-height: 100%;
  color: #fff;
  background:  #202f55;
}

.prf_batting {
  text-align: center;
  padding: 15px 0 0 0;
}

.prf_batting img {
  max-width: 480px;
  margin: 0 auto;
}

.prf_book img {
  width: 100%;
}

@media screen and (min-width:769px) {
  .prf_book  {
    text-align: center;
  }
  .prf_book img {
    width: 560px;
  }
}

@media screen and (min-width:769px) {
  .prf_area {
    max-width: 640px;
    margin: 0 auto 100px auto;
    padding: 60px 180px;
    background: #fff; 
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }

  .prf_top {
    margin: 0 0 30px 0;
    font-size: 30px;
  }

  .prf_degree {
    padding: 0 0 0 0;
    font-size: 18px;
  }

  .prf_name {
    font-size: 32px;
  }

  .prf_photo img {
    width: 45%;
  }

  .prf_subhead {
    margin: 30px 0 20px 0;
    font-size: 24px;
  }

  .prf_batting {
    padding: 16px 0 0 0;
  }

  .prf_batting img {
    max-width: 480px;
    margin: 0 auto;
  }
}


.ps_bg {
  margin: 0;
  padding: 60px 30px 30px 30px;
  background: #f5f5f5;
}

.ps {
  margin: 0 auto;
  padding: 10px 0 0 0;
}

.ps_top {
  margin: 0;
  padding: 20px 0;
  font-size: 130%;
  font-weight: bold;
  line-height: 150%;
  text-align: center;
  color: #202f55;
}


@media screen and (min-width:769px) {
  .ps_bg {
    padding: 100px 0 100px 0;
  }

  .ps {
    width: 640px;
    padding: 0;
  }

  .ps_top {
    padding: 30px 0;
    font-size: 30px;
  }
}

.faq {
  margin: 0 20px 60px 20px;
  padding: 0;
}

.faq dt:hover {
  color: #c15b8e;
  text-decoration: none;
}

.faq dt {
  margin: 0 0 15px 0;
  padding: 15px 25px 15px 15px;
  font-size: 105%;
  font-weight: bold;
  line-height: 150%;
  cursor: pointer;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 0 4px rgba(23, 50, 103, 0.15);
  position: relative;
}

.faq dt:after {
  content: "▼";
  font-size: 12px;
  color: #ccc;
  position: absolute;
  top: 15px;
  right: 15px;
}

.faq dt span {
  color: #202f55;
  font-size: 24px;
  font-family: 'Roboto Condensed', sans-serif;
}

.faq dd {
  margin: -15px 0 0 0;
  padding: 1px 0 10px 50px;
  display: none;
  position: relative;
}

.faq dd:after {
  position: absolute;
  top: 15px;
  left: 15px;
  content: "A.";
  font-size: 24px;
  color: #c15b8e;
  font-family: 'Roboto Condensed', sans-serif;
}

@media screen and (min-width:769px) {
  .faq {
    width: 768px;
    margin: 0 auto 120px auto;
  }

  .faq dt {
    margin: 0 0 25px 0;
    padding: 20px 25px 20px 20px;
    font-size: 18px;
    letter-spacing: 1px;
  }

  .faq dt:after {
    font-size: 16px;
    top: 20px;
  }

  .faq dd:after {
    top: 20px;
  }
}


/*---------- 文字装飾 ----------*/

.bold {
  font-weight: bold;
}

.ul {
  text-decoration: underline;
}

.blue {
  color: #0083b6;
  font-weight: bold;
}

.red {
  color: #CB181D;
  font-weight: bold;
}

.ym {
  font-weight: bold;
  background: linear-gradient(transparent 70%, #ffe33f 70%);
}


/*---------- 文字位置 ----------*/

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.through {
  text-decoration: line-through;
}

.mt {
  margin-top: 30px;
}

.caption {
  margin: 0;
  padding: 0;
  font-size: 75%;
  color: #666;
}

@media screen and (min-width:769px) {
  .mt {
    margin-top: 45px;
  }

  .caption {
    font-size: 14px;
  }
}

picture {
  margin: 0;
  padding: 0;
}

.thanks_top {
  margin: 30px 0 0 0;
  padding: 0;
  font-size: 150%;
  font-weight: bold;
  line-height: 150%;
  text-align: center;
}

.thanks {
  margin: 0;
  padding: 10px 30px 45px 30px;
}

@media screen and (min-width:769px) {
  .thanks_top {
    margin: 45px 0 0 0;
    font-size: 28px;
    letter-spacing: 1px;
  }

  .thanks {
    width: 480px;
    margin: 0 auto;
    padding: 15px 0 90px 0;
  }
}

#subpage {
  margin: 0;
  padding: 30px 20px;
}

#subpage p {
  font-size: 80%;
}

.page_title {
  margin: 0 0 30px 0;
  padding: 0;
  font-size: 120%;
  line-height: 150%;
  text-align: center;
}

table.info {
  width: 100%;
  border-collapse: separate;
  margin: 0 0 20px 0;
}

table.info th {
  padding: 20px 0 5px 0;
  font-size: 80%;
  line-height: 150%;
  text-align: left;
  border-bottom: solid 1px #666;
  display: block;
}

table.info td {
  padding: 10px 0 0 0;
  font-size: 80%;
  line-height: 150%;
  display: block;
}

@media screen and (min-width:769px) {
  #subpage {
    width: 768px;
    margin: 0 auto;
    padding: 75px 0 90px 0;
  }

  #subpage p {
    font-size: 14px;
  }

  .page_title {
    margin: 0 0 60px 0;
    font-size: 24px;
    letter-spacing: 1px;
  }

  table.info {
    margin: 20px 0;
  }

  table.info th {
    width: 180px;
    padding: 10px 0;
    font-size: 14px;
    letter-spacing: 1px;
    display: table-cell;
  }

  table.info td {
    padding: 10px;
    font-size: 14px;
    letter-spacing: 1px;
    border-bottom: dotted 1px #ccc;
    display: table-cell;
  }
}

/*---------- フッター ----------*/

#footer {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 200%;
  text-align: center;
  padding: 45px 0;
  color: #fff;
  background: #111;
}

#footer a:link {
  color: #fff;
  text-decoration: none;
}

#footer a:visited {
  color: #fff;
  text-decoration: none;
}

#footer a:hover {
  color: #fff;
  text-decoration: underline;
}




/* 追加 */
.top_device {
  max-width: 590px;
  margin: 0 auto;
}

p.top_device01 {
  font-size: 20px;
  font-family: serif;
  font-weight: bold;
  color: #fff;
  border-bottom: 2px solid #fff;
  margin: 0;
  line-height: 1.25;
}

@media (min-width: 768px) {
  .top_device {
    margin: 24px auto;
  }

  p.top_device01 {
    font-size: 32px;
  }
}


p.top_device02 {
  font-size: 20px;
  font-family: serif;
  font-weight: bold;
  color: #fff;
  border-bottom: 2px solid #fff;
  margin: 0 auto 16px auto;
}


@media (min-width: 768px) {
  p.top_device02{
    font-size: 32px;
  }
}



.cta__link {
  color: #ffffff;
  background: linear-gradient(to right, #8E0506 0%, #E10115 50%, #E6A30A 100%);
  font-weight: 700;
  font-size: 20px;
  display: inline-block;
  width: 100%;
  max-width: 640px;
  padding: 1em 0;
  border-radius: 4em;
  letter-spacing: 0.08em;
  transition: 0.325s ease-in-out;
}

@media (min-width: 768px) {
  .cta__link {
    font-size: 24px;
  }
}

@media (hover: hover) {
  .cta__link:hover {
    opacity: 0.8;
    letter-spacing: 0.1em;
  }
}

.cta__mail {
  padding: 20px 0;
}

.cta__mail input {
  width: 100%;
  border: 0;
  padding: 25px 15px;
  font-size: 20px;
  letter-spacing: 1px;
  background: #ffffff;
  color: #231815;
  text-align: center;
  box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
  max-width: 560px;
  width: 296px;
}

@media (min-width: 768px) {

  .cta__mail input {
    width: 100%;
    border: 0;
    padding: 25px 15px;
    font-size: 20px;
    letter-spacing: 1px;
    background: #ffffff;
    color: #231815;
    text-align: center;
    box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
    max-width: 560px;
    width: 560px;
  }
}


.cta__form-button {
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
  padding: 25px 0;
  font-weight: bold;
  line-height: 100%;
  display: block;
  text-align: center;
  border-radius: 4px;
  background: #E6A30A;
  color: #fff;
  font-size: 18px;
  transition: 0.325s ease-in-out;
}

@media (min-width: 1024px) {
  .cta__form-button {
    font-size: 24px;
  }
}

@media (hover: hover) {
  .cta__form-button:hover {
    opacity: 0.8;
  }
}

/* 追加 */
p.device_subcopy {
  margin: 0;
  line-height: 1.5;
  padding: 0 8px 16px;
  color: #fff;
  font-family: serif;
  font-weight: bold;
  font-size: 32px;
}

p.device_subcopy span {
  font-size: 24px;
}

/* 追加 */
.mainview {
  background: #fff;
  background: linear-gradient(to bottom, #fff 99%, #fff 100%);
}

.mainview__top {
  background: #fff;
}

.mainview__pc-image1 ,.mainview__pc-image2 {
  display: none;
}

.mainview__sp-image img {
  width: 100%;
}

@media (min-width: 768px) {
  .mainview__pc-image1 {
    display: block;
    width: 100%;
    background: url(img/mainview_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
  }

  .mainview__pc-image2 {
    display: block;
    width: 100%;
  }

  .mainview__pc-image1 img {
    width: 100%;
    display: block;
    max-width: 960px;
    margin: 0 auto;
    padding-top: 20px;
  }

  .mainview__pc-image2 img {
    width: 100%;
    display: block;
    max-width: 960px;
    margin: 0 auto;
  }
}

@media (min-width: 1280px) {
  .mainview__pc-image {
    /* height: 800px; */
  }
}

@media (min-width: 768px) {
  .mainview__sp-image {
    display: none;
  }
}


/* 追加 秘密招待の部分 */
.archive_bg {
  margin: 0;
  padding: 60px 30px 30px 30px;
  background: #f5f5f5;
}

.archive_bg2 {
  margin: 0;
  padding: 0 30px 30px 30px;
  background: #f5f5f5;
}

.archive__contents {
  margin: 0 auto;
  padding: 10px 0 0 0;
}


@media screen and (min-width:769px) {
  .archive_bg {
    padding: 100px 0 100px 0;
  }

  .archive_bg2 {
    padding: 20px 0 100px 0;
  }

  .archive__contents {
    width: 640px;
    padding: 0;
  }
}


.present {
  padding: 32px 10px 32px;
}

@media (min-width: 768px) {
  .present {
    padding: 32px 0 48px;
  }
}
.present__title {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  margin: 0.8em 0 1em;
  padding-bottom: 0.75em;
  color: #0d063f;
  position: relative;
}
@media (min-width: 768px) {
  .present__title {
    text-align: center;
    font-family: "Noto Serif JP", serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    margin: 0.5em 0 1em;
    padding-bottom: 0.75em;
    color: #0d063f;
    position: relative;
  }
}
.present__title::after {
  position: absolute;
  content: "";
  width: 80px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-bottom: 6px double #0d063f;
}
.present__title span {
  font-size: 150%;
}
@media (min-width: 768px) {
  .present__title {
    font-size: 40px;
  }
}
@media (min-width: 1280px) {
  .present__title {
    font-size: 48px;
    line-height: 1;
    letter-spacing: -2px;
    padding-left: 0;
    font-weight: 600;
  }
}
.present__list {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}
.present__item {
  margin-top: 40px;
  background: #202f55;
  padding: 20px;
  position: relative;
}
@media (min-width: 1024px) {
  .present__item {
    padding: 40px 140px;
  }
}
.present__item::before {
  position: absolute;
  content: "";
  background-image: url(img/frame.svg);
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  top: 10px;
  left: 10px;
  transform: rotate(-90deg);
}
@media (min-width: 768px) {
  .present__item::before {
    width: 120px;
    height: 120px;
  }
}
.present__item::after {
  position: absolute;
  content: "";
  background-image: url(img/frame.svg);
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  top: 10px;
  right: 10px;
  transform: rotate(0deg);
}
@media (min-width: 768px) {
  .present__item::after {
    width: 120px;
    height: 120px;
  }
}
.present__item-title {
  color: #ffffff;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .present__item-title {
    font-size: 32px;
  }
}
@media (min-width: 1024px) {
  .present__item-title {
    font-size: 36px;
    line-height: 1;
    letter-spacing: -2px;
    padding-left: 0;
    font-weight: 600;
  }
}
.present__item-title span {
  display: block;
}
.present__text {
  color: #ffffff;
  text-align: center;
  margin: 1.5em 0 1em;
  letter-spacing: 0.08em;
}
@media (min-width: 1024px) {
  .present__text {
    font-size: 18px;
  }
}

p.present__sub {
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.08em;
}
@media (min-width: 768px) {
  p.present__sub {
    font-size: 20px;
  }
}

p.present__annotation {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.08em;
  padding-top: 20px;
}
@media (min-width: 768px) {
  p.present__annotation {
    padding-top: 30px;
    font-size: 16px;
  }
}

.present__image img{
  width: 100%;
  padding: 40px 0 0 20px;
}

@media (min-width: 768px) {
  .present__image img{
    padding: 56px 0 0 16px;
  }
}


ul {
  list-style: none;
}


/* 追加 */

/* mainview */
.mainview_1 {
  text-align: center;
  width: 100%;
  height: auto;
  background: #f4f6f9;
  padding-bottom: 8px;
}



@media (min-width: 768px) {
  .mainview_2 {
    /* background: url(./img/mainview_bg.jpg); */
    background: linear-gradient(to left,#fff 0%,#202f55  50%, #fff 100%);
    background-size: cover;
    background-position: center;
    /* min-height: 560px; */
    margin: 0 auto;
}
}

.mainview img {
  width: 100%;
  height: auto;
}

.mainview_2 img {
  width: 100%;
  max-width: 1280px;
}

.mainview__pc-image {
  display: none;
}

.mainview__sp-image {
  text-align: center;
}

p.thanks_message {
  font-size:24px;
  font-weight: 600;
  color: #202f55;
  /* margin: 16px 0 8px; */
  margin: 0;
}

@media (min-width: 768px) {
  p.thanks_message {
    font-size:32px;
  }
}

p.special__course {
  border: 4px double #f63232;
  color: #f63232;
  font-weight: bold;
  font-size: 14px;
  line-height: 140%;
  max-width: 336px;
  margin: 0 auto;
  padding: 4px;
}


@media (min-width: 768px) {
  .mainview__pc-image {
    display: block;
    text-align: center;
  }

  .mainview__sp-image {
    display: none;
  }
  
  p.special__course {
    max-width: 720px;
    margin: 0 auto 8px auto;
  }
}













