/*
Theme Name: mizunooto
Author: Your Maiko Kazamaki
Description: mizunooto school's theme
Version: 1.0
Text Domain: shool.onecious.com
*/

/*base*/
* {
    margin: 0;
    padding: 0;
}
*, *::before, *::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    color: #333;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    background-color: #edf5fb;
}

img {
    width: 100%;
    display: block;
}
a {
  display: block;
}
p {
  line-height: 1.6;
  font-size: 18px;
  color: #041954;
  text-align: justify;
}
@media (max-width: 768px) {
  p {
    line-height: 1.4;
    font-size: 16px;
  }
}
ul,li {
  list-style: none;
}
@media (max-width: 768px) {
  article {
    margin-top: 40px;
  }
}
.mt40 {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .mb40 {
    margin-top: 20px;
  }
}
.mt40 {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .mb40 {
    margin-top: 20px;
  }
}
.wrap {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  background: #fff;
}
.sp_on {
  display: none;
}
.pc_on {
  display: block;
}
@media (max-width: 768px) {
  .sp_on {
    display: block;
  }
  .pc_on {
    display: none;
  }
}
.flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
/*recapcha　ロゴ非表示*/
.grecaptcha-badge { visibility: hidden; }

/*firstview*/
header {
  max-width:1600px;
  width: 100%;
  margin: 0 auto;
}
.area_item {
  position: relative;
}
/*cta btn*/
.area_in {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translate(-50%, 0);
}
.area_in2 {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translate(-50%, 0);
}
.cta_btn {
  max-width: 540px;
  width: 100%;
}
.area_out {
  margin: 0 auto;
  margin-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .cta_btn {
    max-width: 90%;
  }
  .area_in2 {
    bottom: 30px;
  }
}
.anime1{
    animation-name:animebtn;	/* アニメーション名の指定 */
    animation-delay:0s;		/* アニメーションの開始時間指定 */
    animation-duration: 1s;	/* アニメーション動作時間の指定 */

    animation-timing-function: ease-in-out;
    /* アニメーションの動き（徐々に早く徐々に遅く）*/
    animation-iteration-count: infinite; /* アニメーションをループさせる */
}

@keyframes animebtn {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.06);
    }

    100% {
        transform: scale(1);
    }
}

/*voice*/
.voice {
  background: #cfdee9;
  padding-top: 60px;
  padding-bottom: 40px;
}
.voice h2 {
  max-width: 320px;
  margin: 0 auto;
  margin-bottom: 60px;
  text-align:center;
}
@media (max-width: 768px) {
  .voice h2 {
    width: 50%;
    margin-bottom: 30px;
  }
}
.voice ul {
  max-width: 90%;
  margin: 0 auto;
}
.voice_list {
  padding:3% 5%;
  background: #fff;
  box-shadow: 0 0 5px #aaa;
  margin-bottom: 30px;
}
.voice_img {
  width: 32%;
}
.voice_img p {
  font-weight: bold;
  margin-top: 10px;
  text-align: center;
}
.voice_text {
  width: 60%;
  font-size: 24px;
  text-align: justify;
}

@media (max-width: 768px) {
  .voice_text {
    font-size: 15px;
  }
}


.taiken_heading:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 50px solid transparent;
    border-left: 50px solid transparent;
    border-top: 50px solid #fff;
    border-bottom: 0;
    position: absolute;
    bottom: -45px;
    left: 50%;
    transform: translate(-50%,0);
}
/*profile*/
.profile {
  background: #cfdee9;
  padding-top: 60px;
  padding-bottom: 40px;
}

.profile h2 {
  max-width: 320px;
  margin: 0 auto;
  margin-bottom: 60px;
  text-align:center;
}
@media (max-width: 768px) {
  .profile h2 {
    width: 60%;
    margin-bottom: 30px;
  }
}
.profile_img {
  margin: 0 auto;
  margin-top:40px;
  margin-bottom: 40px;
  max-width: 400px;
  width: 70%;
}
.profile_text {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 60px;
}
.profile_text p {
  font-size: 22px;
  margin-bottom: 10px;
}
.profile_career h3 {
  font-size: 28px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #041954;
  margin-bottom: 20px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
.profile_career ul {
  color: #041954;
  max-width: 90%;
  margin: 0 auto;
}
.profile_career ul li {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .profile_text {
    margin-bottom: 30px;
    width: 90%;
  }
  .profile_text p {
    font-size: 18px;
  }
.profile_career ul li {
  line-height: 1.4;
  font-size: 16px;
}
}

/*qa*/
.qa {
  background: #fff;
  padding-top: 60px;
  padding-bottom: 40px;
  }
  .qa h2 {
  max-width: 170px;
  margin: 0 auto;
  margin-bottom: 60px;
  text-align:center;
  }
.qa_list {
  max-width: 90%;
  margin: 0 auto;
}
.qa_item {
  width: 100%;
  margin-bottom: 30px;
}
.qa_item dt {
  background: #295383;
  padding:20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.qa_item dt p {
  width: calc(100% - 50px);
  color: #fff;
  font-size: 22px;
}
.qa_item dt img {
  max-width: 40px;
  margin-right: 10px;
}
.qa_item dd {
  padding: 20px;
  background: #edf5fb;
  color: #041954;
  font-size: 20px;
}
@media (max-width: 768px) {
  .qa_item dt {
    padding:10px;
  }
  .qa_item dt p {
    font-size: 18px;
  }
  .qa_item dd {
    font-size: 18px;
    padding:10px;
  }
}

/*form*/
#form {
  background: #285383;
}
#form {
  padding-top: 60px;
  padding-bottom: 40px;
  }
#form h2 {
  max-width: 540px;
  margin: 0 auto;
  margin-bottom: 60px;
  text-align:center;
  }
  @media (max-width: 768px) {
    #form  h2 {
      width: 90%;
      margin-bottom: 30px;
    }
  }
.container {
  width: 90%;
  margin: 0 auto;
}
.form_contact {
width:100%;
color: #fff;
}
.form_contact dt {
width: 100%;
text-align:left;
border:none;
margin-bottom: 8px;
font-weight: bold;
font-size: 18px;
letter-spacing: 0.05em;
}
.form_contact dt span {
  font-size: 14px;
  padding: 2px 4px;
  margin-left: 5px;
  background:#ff8c63;
  color:#fff;
  font-weight: bold;
}
.form_contact dd {
width:100%;
margin-bottom: 20px;
}

.form_contact:focus {
  outline: 0;
  border: 1px solid #eeeeee;
}
input[type=text], input[type=email],textarea {
border:none;
  border-radius: 5px;
background:none;
border:1px solid #fff;
background: #fff;
width:100%;
padding:10px 15px;
font-size: 18px;
}
input[type="submit"] {
border:none;
  border-radius: 100px;
background:none;
background: linear-gradient(to bottom, #ff9161,  #fe6f6d);
width:100%;
font-size: 24px;
}
.submit input[type="submit"]{
max-width:540px;
margin:0 auto;
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
	padding: 20px 30px;
	color: #fff;
  font-size: 28px;
	font-weight: bold;
	letter-spacing: 0.5pt;
	cursor: pointer;
	transition-duration:0.3s;
    -webkit-transition-duration:0.3s;
    -moz-transition-duration:0.3s;
    -o-transition-duration:0.3s;
    -ms-transition-duration:0.3s;
}
.submit input[type="submit"]:hover {
  opacity: 0.6;
}
.submit {
text-align:center;
}
  @media (max-width: 768px) {
    .submit input[type="submit"]{
      max-width:90%;
      font-size: 24px;
    }
  }
.recapcha_text {
  color: #fff;
  font-size: 14px;
  max-width: 90%;
  margin: 0 auto;
  text-align: center;
}
.recapcha_text a {
  display: inline;
}

/*footer*/
footer {
  background: #fff;
  padding: 20px 0;
}
footer p {
  text-align: center;
  font-size: 14px;
}
footer p a {
  display: inline;
  color: #041954;
}


/*特商法・プライバシー*/
/*--------------------------------
law.HTML　構造
--------------------------------*/
.law-page {
	color: #333;
}
.law-wrap {
	width: 750px;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	.law-wrap {
		width: 100%;
	}
}
/*--------------------------------
パーツ
--------------------------------*/
.law_title {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1;
}

/*--------------------------------
特商法
--------------------------------*/
.law-table {
	border-collapse: collapse;
  border-spacing: 0;
	margin-top: 30px;
	margin-bottom: 60px;
}
.law-table tbody tr:nth-child(1) {
	border-top: 1px solid #bbb;
}
.law-table tbody tr th {
  background:#f3f3f3;
	padding: 20px 10px;
	border-bottom: 1px solid #bbb;
	width: 30%;
	min-width: 12em;
}
.law-table tbody tr td {
	border-bottom: 1px solid #bbb;
	padding: 20px 10px;
	width: 70%;
	line-height: 1.6;
	text-align: justify;
}

@media screen and (max-width: 768px) {
	.law-table tbody tr th,.law-table tbody tr td {
		display: block;
		width: 90%;
		border: none;
		margin: 0 auto;
	}
	.law-table tbody tr:nth-child(1) {
		border-top: none;
	}
}
/*--------------------------------
プライバシーポリシー
--------------------------------*/
.pt20 {
	padding-top: 20px;
}
.pm20 {
	padding-bottom: 20px;
}
.law-heading {
	font-weight: bold;
	font-size: 22px;
	padding-top: 30px;
	margin-bottom: 10px;
}
.privacy_contents p {
	margin-bottom: 20px;
	line-height: 1.6;
	word-wrap: break-word;
	text-align: justify;
  font-size: 16px;
  color:#333;
}
.privacy_contents ul {
	margin-bottom: 20px;
	margin-left: 10px;
}
.privacy_contents ul li {
	list-style: none;
	line-height: 1.8;
	padding-left: 1.2em;
	text-indent: -1.2em;
	word-wrap: break-word;
}
@media screen and (max-width: 768px) {
	.privacy_contents {
		width: 90%;
		margin: 0 auto;
	}
}


/*サンクスページ*/
.thankes_text {
  padding-top: 60px;
  padding-bottom: 60px;
}
