::selection {
  background: #f4b81c;
  color: #fff; }
::-moz-selection {
  background: #f4b81c;
  color: #fff; }

/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
html {
  font-size: 62.5%; }
body {
  font-size: 1.4em;
  line-height: 1.6;
  font-weight: 500;
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #222;
  background: #fcfcfc;
  position: relative;
  overflow-x: hidden; }

.fcRed {color: #EC4D29;}
.small {font-size: 1em;}
.txtC {text-align: center;}
.txtR {text-align: right;}

.containerA {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 40px;
  display: block;
  box-sizing: border-box; }

@media (max-width: 600px) {
  .containerA {
    padding: 0 20px; }
}

/* header
–––––––––––––––––––––––––––––––––––––––––––––––––– */
header {
  width: 100%;
  height: 320px;
  position: relative; }
header h1 img {
  position: absolute;
  top:0;right:0;bottom:0;left:0;
  margin: auto;
  z-index: 88888; }
.h1Wide {
  display: none; }

.swiper-container {
  width: 100%;
  height: 320px; }
.swiper-slide {
  background-position: top center!important;
  background-size: cover!important; }
.swiper-slide.slide1 {
  background: url(../images/slide1.png) no-repeat;
  background-position: bottom center!important; }
.swiper-slide.slide2 {
  background: url(../images/slide2.png) no-repeat; }
.swiper-slide.slide3 {
  background: url(../images/slide3.png) no-repeat; }
.swiper-slide.slide4 {
  background: url(../images/slide4.png) no-repeat; }
.swiper-slide.slide5 {
  background: url(../images/slide5.png) no-repeat; }

@media (min-width: 961px) {
  header,
  .swiper-container {
    height: 360px; }
}
@media (min-width: 1280px) {
  .h1Wide {
    display: block; }
  .h1Wide img {
    width: 40%;}
  .h1Default {
    display: none; }
  header,
  .swiper-container {
    height: 380px; }
}
@media (min-width: 1440px) {
  header,
  .swiper-container {
    height: 440px; }
}
@media (min-width: 1680px) {
  header,
  .swiper-container {
    height: 520px; }
}
@media (max-width: 768px) {
  header h1 img {
    width: 65%; }
  header,
  .swiper-container {
    height: 290px; }
}
@media (max-width: 420px) {
  header h1 img {
    width: 65%; }
  header,
  .swiper-container {
    height: 150px; }
}
@media (max-width: 375px) {
  header h1 img {
    width: 65%; }
  header,
  .swiper-container {
    height: 135px; }
}
@media (max-width: 320px) {
  header h1 img {
    width: 60%; }
  header,
  .swiper-container {
    height: 120px; }
}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h2, h3, h4 {
  letter-spacing: 0.1em;
  line-height: 1.6;
  font-weight: 400;
  text-align: left; }
h2 { font-size: 3.6rem; }
h3 { font-size: 2rem; }

h2 {
  color: rgba(255,255,255, .95);
  letter-spacing: 0.05em;
  padding: 0 0.5em;
  background: #00b050;
  display: inline-block; }

h3 {
  position:  relative;
  color: #00b050;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-left: 0.6em; }
h3::before {
  content: "";
  width: 6px;
  height: 100%;
  display: inline-block;
  background: #00b050;
  position: absolute;
  left: -0.6em;  top: 0em; }

@media (max-width: 480px) {
  h2 { font-size: 9vw; }
}

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #00b050;
  transition-duration: 0.3s; }
a:hover {
  color: #f4b81c;
  text-decoration: none;
  transition-duration: 0.3s; }

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ol {
  list-style: decimal; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
li {
  margin-bottom: 1rem; }

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
figure,
table,
div,
p,
dl,
ul, li,
ol, li,
form {
  box-sizing: border-box; }

/* Images
–––––––––––––––––––––––––––––––––––––––––––––––––– */
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container:after,
.row:after,
.cf:after {
  content: "";
  display: table;
  clear: both; }

/* Coding190730
–––––––––––––––––––––––––––––––––––––––––––––––––– */
section {
  text-align: center; }
section p {
  font-size: 1.8rem;
  text-align: left;
  line-height: 2; }
section.containerA + section {
  margin-top: 60px; }

.ineedu {
  max-width: 960px;
  margin: 40px auto 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between; }
.ineeduTxt {
  margin-left: 40px; }

@media (max-width: 959px) {
  .ineedu {
    display: block;
    text-align: center; }
  .ineeduTxt {
    margin-left: 0;
    margin-bottom: 40px; }
}
@media (max-width: 480px) {
  .ineeduTxt img {
    width: 50%; }
}

.about {
  margin: 40px 0;
  display: flex;
  flex-wrap: nowrap; }
.about figure {
  width: 48%;
  text-align: left;
  margin: 0; }
.about figure + figure {
  margin-left: 4%; }
.about figure p {
  color: rgba(255,255,255, .95);
  font-weight: 400;
  letter-spacing: 0.05em;
  padding: 0.25em 0.5em 0;
  background: #00b050;
  display: inline-block; }
.about figure img {
  border: solid 2px #00b050; }
.about figure p.spOnly {
  display: none; }

@media (max-width: 959px) {
  .about {
    display: block; }
  .about figure {
    width: 100%; }
  .about figure + figure {
    margin-left: 0;
    margin-top: 40px; }
}
@media (max-width: 480px) {
  .about figure {
    text-align: center; }
  .about figure p {
    padding: 0 0.5em;
    margin-bottom: 10px; }
  .about figure p + p {
    margin-top: -5px; }
  .about figure p.ptOnly {
    display: none; }
  .about figure p.spOnly {
    display: inline-block; }
}

.sumaho {
  background: url(../images/sumaho.png) no-repeat;
  background-position: top center;
  background-size: cover;
  width: 520px;
  height: 1014px;
  padding: 130px 40px;
  margin: 40px auto 0; }
.que {
  text-align: left; }
.ans {
  text-align: right; }
.ans + .que {
  margin-top: 30px; }

.que p,
.ans p {
  font-size: 1.6rem;
  background: #fff;
  padding: 0.6em 0;
  margin: 0 0.5em;
  max-width: 80%;
  line-height: 1.6;
  display: inline-block;
  border-radius: 0.8em;
  text-indent: -1.65em;
  padding-left: 2.6em;
  padding-right: 0.8em;
  position: relative; }
.ans p {
  color: #fff;
  font-weight: 400;
  background: #00b050;
  margin-top: 10px; }
.ans p a {
  color: #fff; }
.ans p a:hover {
  color: #f4b81c; }
.que p::before,
.ans p::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 15px;
  position: absolute; }
.que p::before {
  background: url(../images/tuno_w.png);
  top: 0;
  left: -10px; }
.ans p::before {
  background: url(../images/tuno_g.png);
  top: 0;
  right: -10px; }

.ans.stuff p {
  text-indent: 0;
  padding-left: 1em; }
.stuff img {
  margin: 0.4em 0; }
.stuff span {
  font-size: 1.4rem;
  display: block;
  text-align: right; }

@media (max-width: 959px) {
  .que p span.ptOnly,
  .ans p span.ptOnly {
    display: inline; }
}

@media (max-width: 480px) {
  .sumahoBox {
    width: 100%;
    padding: 0; }
  .sumaho {
    background-image: none;
    background-color: #d6d6da;
    width: auto;
    height: auto;
    padding: 120px 20px 160px;
    position: relative; }
  .sumaho::before {
    content: "";
    background: url(../images/sumaho_sp_top.png) no-repeat;
    background-position: center center;
    width: 100%;
    height: 94px;
    display: inline-block;
    position: absolute;
    top: 0; left: 0; }
  .sumaho::after {
    content: "";
    background: url(../images/sumaho_sp_bottom.png) no-repeat;
    background-position: center center;
    width: 100%;
    height: 126px;
    display: inline-block;
    position: absolute;
    bottom: 0; left: 0; }
    .que p,
    .ans p {
    text-indent: 0;
    padding-left: 0.8em; }
  .que,
  .ans {
    position: relative; }
  .que {
    margin-left: 40px; }
  .ans {
    margin-right: 40px; }
  .que::before {
    content: "";
    width: 40px;
    height: 40px;
    display: inline-block;
    background: url(../images/que.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: -5px;
    left: -45px; }
  .ans::after {
    content: "";
    width: 40px;
    height: 40px;
    display: inline-block;
    color: #fff;
    background: url(../images/ans.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0;
    right: -45px; }
  .ans.stuff::after {
    display: none; }
  .que p span.ptOnly,
  .ans p span.ptOnly {
    display: none; }
}

.jyosei {
  margin: 40px 0;
  text-align: center; }
.jyosei figure {
  width: 48%;
  margin: auto; }
.jyosei figure img {
  border: solid 2px #00b050; }
p + p {
  margin-top: 1em; }
#jyosei a {
  word-break: break-all; }

.entry h2 + p,
.entry p + h3 {
  margin-top: 40px; }
.entry h3 + p {
  margin-top: 1em; }
.entry form {
  margin: 40px 0; }

/* footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */
footer {
  text-align: center;
  margin: 60px 0 10px; }

/* copyright */
small {
  font-size: 1.4rem;
  letter-spacing: 0.05em; }

/* フォーム
-------------------------------------------------------------------------------- */
/* 初期化 */
button, input, optgroup, textarea, select, label {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  line-height: 1;
  letter-spacing: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
  display: block; }
form {
  text-align: left; }
form ul,
form ul li {
  margin: 0; }
section form p {
  font-size: 1.6rem;
  letter-spacing: 0.05em; }
section form .small {
  margin-top: 1em;
  font-size: 1.2rem; }

form li + li {
  margin-top: 40px; }
form p + input {
  margin-top: 0.4em; }
form p + label,
form span + textarea {
  margin-top: 1em; }
form label + label {
  margin-top: 1.5em; }

/* 各項目の間にスペース */
form .first ~ div {
  margin-top: 3em; }

/* 基本設定 */
input, textarea, select {
  background: #c8c8c8;
	background: rgba(200, 200, 200, 0.2);
  border: solid 1px #c8c8c8;
	border: solid 1px rgba(200, 200, 200, 0.7);
	border-radius: 0.25em;
	color: inherit;
	text-decoration: none;
  padding: 0.6em 0.6em; }
textarea {
  padding: 0.8em 0.6em; }
select {
  padding: 0.6em 0.6em 0.4em; }

::placeholder{
  color: #c5c5c5; }

/* 入力文字数 */
input[type="text"], input[type="password"],
input[type="tel"], input[type="number"],
input[type="email"] {
  width: 100%;
  max-width: 22em; }
textarea {
  width: 100%;
  max-width: 30em;
  height: 8em; }

/* オートコンプリート時に背景をクリーム色にしない */
input:-webkit-autofill {
  -moz-box-shadow: 0 0 0 1000px #fff inset;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  box-shadow: 0 0 0 1000px #fff inset; }

/* 選択時 */
input[type="text"]:focus, input[type="password"]:focus,
input[type="tel"]:focus, input[type="number"]:focus, input[type="email"]:focus,
textarea:focus, select:focus, button:focus {
  outline: 0;
	border-color: #f4b81c;
	box-shadow: 0 0 0 1px #f4b81c; }

/* 必須・任意タグ */
.required:before,
.any:before {
  color: #fff;
  font-size: 0.8em;
  border-radius: 0.1em;
  display: inline-block;
  text-align: center;
  line-height: 1;
  padding: 0.3em 0.7em;
  margin-bottom: 0.4em;
  margin-right: 0.7em; }
.required:before {
  content: "必須";
  background-color: #ea5550; }
.any:before {
  content: "任意";
  background-color: #b5b5ae; }

/* 送信ボタン */
button, input {
  overflow:visible; }
button, select {
  text-transform:none; }
button, [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance:button;
  -moz-appearance: button;
  appearance: button; }
button {
  background: #00b050;
  border-radius: 0.5em;
  text-decoration: none;
  letter-spacing: 0.05em;
  font-size: 1.8rem;
  color: #fff;
  cursor: pointer;
  display: inline-block;
	text-align: center;
  padding: 1.2em 4em;
  transition-duration: 0.3s; }
button:hover {
  background: #f4b81c;
  transition-duration: 0.3s; }

/* チェックボタン、ラジオボタン
-------------------------------------------------------------------------------- */
.checkWrap label,
.radioWrap label {
  position: relative;
  word-break: break-all; }
.checkWrap label:hover,
.radioWrap label:hover {
  cursor: pointer; }
.checkWrap label input + span,
.radioWrap label input + span {
  position: relative;
  padding-left: 2em; }
.checkWrap label input,
.radioWrap label input {
  position: absolute;
  top: 0;left: 0;
  opacity: 0; }

.checkWrap label input + span::before,
.checkWrap label input + span::after {
  content: "";
  position: absolute;
  top: 0;left: 0;
  display: inline-block;
  box-sizing: border-box; }
.checkWrap label input + span::before {
  z-index: 0;
  background-color: transparent;
  width: 22px;
  height: 22px;
  border: 2px #00b050 solid;
  border-radius: 5px; }
.checkWrap label input + span::after {
  z-index: 1;
  margin: 5px 8px;
  width: 6px;
  height: 9px; }
.checkWrap label input:checked + span::before {
  background-color: #00b050; }
.checkWrap label input:checked + span::after {
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg); }

.radioWrap label input + span::before {
  content: "";
  position: absolute;
  display: inline-block;
  box-sizing: border-box;
  border-radius: 22px; }
.radioWrap label input + span::before {
  z-index: 0;
  top: 0;left: 0;
  background-color: transparent;
  width: 22px;
  height: 22px;
  border: 2px #00b050 solid; }
.radioWrap label input:checked + span::before {
  border-width: 7px; }

.formBtn {
  text-align: center; }
.formBtn button {
  margin: 5px; }

.formContainer {
  margin-top: 60px; }
.formContainer table {
  width: 90%;
  margin: auto;
  margin-bottom: 40px; }
.formContainer table th,
.formContainer table td {
  font-size: 1.1em;
  padding: 0.8em 1em;
  border: solid 1px #D5D5D5; }
.formContainer table th {
  width: 220px;
  font-weight: 500;
  background: #F4F4F4; }

@media (max-width: 480px) {
  .formContainer table th,
  .formContainer table td {
    display: block;
    width: 100%; }
}

/* 一部のみ */
.tbOnly,
.spOnly {
  display: none; }

.ptONly,
.tsOnly {
  display: none; }

/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width: 959px) {
  .tbOnly,
  .ptOnly,
  .tsOnly {
    display: block; }
  .pcOnly {
    display: none; }
  h2.tsOnly {
    display: inline-block;
    padding: 0 0.2em; }
  h2.tsOnly + h2 {
    margin-top: 10px; }
}
@media (max-width: 480px) {
  .spOnly {
    display: block; }
  .tbOnly,
  .ptOnly {
    display: none; }
}
