/***********************リセットCSS*******************************/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

body {
  max-width:100%;	
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
  display:block;
}

nav ul {
  list-style:none;
}

a {
  margin:0;
  padding:0;
  vertical-align:baseline;
  background:transparent;
}

table {
  border-collapse:collapse;
  border-spacing:0;
}

input, select {
  vertical-align:middle;
}


.clear:after{
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}
.sp {
	display: none;
	}
.pc {
	display: block;
	}
.bxslider, bxslider * {
 transition:initial;
}
/***********************リセットCSSここまで*******************************/


/***********************横幅制御※書きかえる部分*******************************/
@media (max-width: 900px) {
body,article{
  max-width:100%;
  overflow-x:hidden;
}
.sp {
	display: block !important;
	}
.pc {
	display: none !important;
	}		
}
/***********************横幅制御ここまで*******************************/


/***********************フォント*******************************/

/***********************フォントここまで*******************************/


/***********************色等の設定*******************************/
body{
  background-color: #fff;
  color:#333;
  font-family: -apple-system, 'Yu Mincho', 'YuMincho', '游ゴシック', 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', 'メイリオ', meiryo, sans-serif;
  font-size:16px;
}
a{
  color:#333;/**リンク色**/
  text-decoration: none;/**リンク下線**/
}
a:hover{
}
/***********************色等の設定ここまで*******************************/

.simple01-c01-left,.simple01-c01-right {
	font-size: 45px;
	color: #103280;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
 	font-weight: 600;
 	position: relative;
	padding: 0 0 70px;
}
@media (max-width: 900px) {
  .simple01-c01-left,.simple01-c01-right {
    text-align: center;
  }
}


/***********************sample01メインビジュアル*******************************/
.simple01-m01 {
	box-sizing: border-box;
	width: 100%;
	padding-top: 90px;
	position: relative;
}
.simple01-m01 .slick-slide img {
    position: relative;
	margin: auto;
	width: 100%;
}
.slick01.sp.slick-initialized.slick-slider {
    display: none;
}
#main-txt_pc {
    width: 50%;
    position: absolute;
    bottom: -20%;
    left: 28%;
    /* padding: 0px 0; */
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    filter: drop-shadow(0 0 8px #FFF);
}

#main-txt_pc img {
    background-size: contain;
    width: 100%;
    position: absolute;
}
#main-txt02_pc {
    width: 50%;
    position: absolute;
    bottom: -20%;
    right: 0;
    /* padding: 0px 0; */
    transform: translate(-50%,-50%);
    -webkit-transform: translate(50%,-50%);
    -ms-transform: translate(-50%,-50%);
    filter: drop-shadow(0 0 8px #FFF);
}

#main-txt02_pc img {
    background-size: contain;
    width: 50%;
    position: absolute;

}
@media (max-width: 1331px) {
#main-txt_pc {
    width: 50%;
    position: absolute;
    bottom: 75%;
    left: 28%;
    /* padding: 0px 0; */
    transform: translate(28%,-50%);
    -webkit-transform: translate(28%,-50%);
    -ms-transform: translate(28%,-50%);
    filter: drop-shadow(0 0 8px #FFF) drop-shadow(0 0 8px #FFF) drop-shadow(0 0 8px #FFF);
}
#main-txt02_pc {
    width: 50%;
    position: absolute;
    bottom: 10%;
    right: 0;
    /* padding: 0px 0; */
    transform: translate(50%,-50%);
    -webkit-transform: translate(50%,-50%);
    -ms-transform: translate(50%,-50%);
    filter: drop-shadow(0 0 8px #FFF);
}
}
@media (max-width: 1000px) {

#main-txt02_pc {
    width: 50%;
    position: absolute;
    bottom: 20%;
    right: 0;
    /* padding: 0px 0; */
    transform: translate(50%,-50%);
    -webkit-transform: translate(50%,-50%);
    -ms-transform: translate(50%,-50%);
    filter: drop-shadow(0 0 8px #FFF);
}
}
/************************ｽﾏﾎ設定*************************************/
@media (max-width: 900px) {
.simple01-m01 {
	padding-top: 0px;
    padding-left: 0;
}
.slick-non.sp {
    width: 100%;
}
.slick-non.sp img {
    width: 100%;
}
div#main-txt02_sp img {
    width: 50%;
    margin: 0 auto;
}

div#main-txt02_sp {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}	
}
/************************ｽﾏﾎ設定ここまで*************************************/
/***********************sample01メインビジュアルここまで*******************************/



/***********************simple01ヘッダー*******************************/
.simple01-h01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: .3s;
  z-index: 9999;
}
.simple01-h01 .simple01-h01-logo {
	float: left;
	padding: 33px 8.3% 33px 8.3%;
	background-color: #fff;
}
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

.simple01-h01 .simple01-h01-logo a {
	color: #103280;
}
.simple01-h01 .simple01-h01-logo span {
  display: block;
  line-height: 2em;
  font-size: 0.4em;
}


/************************ｽﾏﾎ設定*************************************/
@media (max-width: 900px) {
.simple01-h01 {
	 height: 60px;
 }
.simple01-h01.on {
	background: #fff;
    box-shadow: 0 0 10px rgba( 0, 0, 0, 0.5);
 }
.simple01-h01 .simple01-h01-logo {
    padding: 71px;
    font-size: 22px;
    text-align: center;
    margin: 0 auto;
    width: 100%;
	float: none;
	background-color: transparent;
 }
.simple01-h01-logo img {
    margin: 0 auto 0 -5%;
    position: relative;
    top: 215px;	
}
.simple01-h01 .simple01-h01-logo img {
    width: 55%;
    top: -45px;
}		
#main-txt {
	width: 95%;
    position: absolute;
    bottom: -520px;
    left: -26%;
}	
 }
@media screen and (max-width: 480px) {
.simple01-h01 .simple01-h01-logo {
	background-color: transparent;
 }
.simple01-h01 .simple01-h01-logo img {
    width: 70%;
    top: -45px;
}	
.simple01-h01-logo img {
    top: 0;
}	
#main-txt_sp h2 img {
    width: 90%;
}
.simple01-c01 {
    padding: 30px 0 100px;
}
.simple01-c01-left, .simple01-c01-right {
    font-size: 40px;
}
.simple01-c01 p {
    width: 81%;
    margin: 0 auto;
}	
} 
@media screen and (max-width: 376px) {
.simple01-c01-left, .simple01-c01-right {
    font-size: 35px;	

}
}
/************************スマホ設定ここまで*************************************/

/***********************simple01ヘッダーここまで*******************************/

/************************グローバルナビ*************************************/
.simple01-n01 {
  width: 60%;
  float: right;
  padding: 30px 2.5% 0 0;
}
.simple01-n01 ul {
  width: 100%;
  display: table;
}
.simple01-n01 ul li {
	display: table-cell;
 	box-sizing: border-box;
	font-size: 17px;
	font-family: "Noto Sans CJK JP", "Noto Sans", sans-serif;
	font-weight:600;
	line-height: 2em;
	text-align: center;
	transition: .2s;
}
.simple01-n01 ul li a {
  color: #103280;
}
.simple01-n01 ul li a:hover {
    opacity: 0.6;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}
.simple01-h01.scroll ul li:hover {
/*  text-shadow: 0 0 8px rgba(0,0,0,0.8),
             0 0 1em rgba(0,0,0,0.9);*/
}
.simple01-h01.scroll .simple01-n01 ul li a { color: #103280; }
.simple01-n01-btn { display: none; }

/************************ｽﾏﾎ設定*************************************/
@media (max-width: 1331px) {
 .simple01-h01 .simple01-n01 {
	display: none;
}
.simple01-h01.on .simple01-n01 {
	display: block;
	float: none;
	position: relative;
	top: -275px;
	background: #fff;
	width: 100%;
	padding: inherit;
	box-shadow: 0 10px 10px -10px rgba( 0, 0, 0, 0.5);
	z-index: 99998;
    }
.simple01-h01.on .simple01-n01 ul {
    position: relative;
    top: -130px;
    display: inline-block;
    text-align: center;
    background-color: #fff;
}
    .simple01-h01.on .simple01-n01 ul li {
      display: block;
      width: 100%;
      line-height: 3em;
      border-bottom: dotted 1px #e6e6e6;
    }
    .simple01-h01.on .simple01-n01 ul li a {
      display: block;
      font-size: 16px;
    }
    .simple01-n01-btn,
    .simple01-n01-btn span {
      display: inline-block;
      transition: all .3s;
    }
.simple01-n01-btn {
	display: block;
	position: absolute;
	top: 7%;
	right: 3%;
	width: 25px;
	height: 25px;
	overflow: visible;
	cursor: pointer;
	z-index: 99999;
}
    .simple01-n01-btn .border {
      position: absolute;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #103280;
    }
    .simple01-n01-btn .border:nth-of-type(1) { top: 0px; }
    .simple01-n01-btn .border:nth-of-type(2) { top: 10px; }
    .simple01-n01-btn .border:nth-of-type(3) { top: 20px; }
    .simple01-h01.scroll .simple01-n01-btn,
    .simple01-h01.on .simple01-n01-btn { top: 3%; }
    .simple01-h01.scroll .simple01-n01-btn .border,
    .simple01-h01.on .simple01-n01-btn .border { background-color: #103280; }
    .simple01-h01.scroll .simple01-n01-btn .border:nth-of-type(1),
    .simple01-h01.on .simple01-n01-btn .border:nth-of-type(1) { top: 0px; }
    .simple01-h01.scroll .simple01-n01-btn .border:nth-of-type(2),
    .simple01-h01.on .simple01-n01-btn .border:nth-of-type(2) { top: 10px; }
    .simple01-h01.scroll .simple01-n01-btn .border:nth-of-type(3),
    .simple01-h01.on .simple01-n01-btn .border:nth-of-type(3) { top: 20px; }
    .simple01-h01.on .simple01-n01-btn.active .border:nth-of-type(1) {
      top: 8px;
      -webkit-transform: translateY(2px) rotate(-45deg);
      transform: translateY(2px) rotate(-45deg);
    }
    .simple01-h01.on .simple01-n01-btn.active .border:nth-of-type(2) { opacity: 0; }
    .simple01-h01.on .simple01-n01-btn.active .border:nth-of-type(3) {
      top: 47px;
      -webkit-transform: translateY(-37px) rotate(45deg);
      transform: translateY(-37px) rotate(45deg);
    }
}
@media (max-width: 900px) {
.simple01-n01-btn {
    display: block;
    position: absolute;
    top: 36%;
    right: 3%;
    width: 25px;
    height: 25px;
    overflow: visible;
    cursor: pointer;
}
.simple01-h01.scroll .simple01-n01-btn, .simple01-h01.on .simple01-n01-btn {
    top: 25%;
}	
.simple01-h01.on .simple01-n01 {
    display: block;
    float: none;
    position: relative;
    top: -365px;
    background: #fff;
    width: 100%;
    padding: inherit;
    box-shadow: 0 10px 10px -10px rgb(0 0 0 / 50%);
    z-index: 99998;
}	
}

@media (max-width: 798px) {
.simple01-h01.on {
    position: fixed;
 }	
.simple01-h01.on > .simple01-h01-logo {
	visibility:hidden;
 }		
.DSbtn-h {
    position: fixed;
    z-index: 99999;
    top: 2%;
    right: 3%;
}	
.simple01-n01-btn {
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
	width: 50px;
    height: 50px;
    overflow: visible;
    cursor: pointer;
    border-radius: 50%;
    background-color: rgba(0,140,194,0.5);
}
.simple01-n01-btn .border {
    position: absolute;
    left: 13px;
    width: 50%;
    height: 2px;
    background-color: #103280;
}	
.DSbtn:before {
    content: "menu";
    color: #103280;
	position: absolute;
    font-weight: bold;
    font-size: 10px;
    font-family: "Noto Sans CJK JP", "Noto Sans", sans-serif;
    letter-spacing: 0;
    bottom: 9px;
    left: 10px;
    opacity: 1;
}
.simple01-h01.on .DSbtn:before {
    opacity: 0;
    bottom: -15px;
}
.simple01-h01.on .simple01-n01 {
	display: block;
	float: none;
	position: relative;
	top: -365px;
	background: #fff;
	width: 100%;
	padding: inherit;
	box-shadow: 0 10px 10px -10px rgba( 0, 0, 0, 0.5);
	z-index: 99998;
    }
.simple01-h01.on .simple01-n01 ul {
    position: relative;
    top: -302px;
    display: inline-block;
    text-align: center;
    background-color: #fff;
	padding: 50px 0;
}
    .simple01-h01.on .simple01-n01 ul li {
      display: block;
      width: 100%;
      line-height: 3em;
      border-bottom: dotted 1px #e6e6e6;
    }
    .simple01-h01.on .simple01-n01 ul li a {
      display: block;
      font-size: 16px;
    }
    .simple01-n01-btn,
    .simple01-n01-btn span {
      display: inline-block;
      transition: all .3s;
    }
    .simple01-n01-btn .border:nth-of-type(1) { top: 15px; }
    .simple01-n01-btn .border:nth-of-type(2) { top: 20px; }
    .simple01-n01-btn .border:nth-of-type(3) { top: 25px; }
    .simple01-h01.scroll .simple01-n01-btn,
    .simple01-h01.on .simple01-n01-btn {top: 15px; }
    .simple01-h01.scroll .simple01-n01-btn .border,
    .simple01-h01.on .simple01-n01-btn .border { background-color: #103280; }
    .simple01-h01.scroll .simple01-n01-btn .border:nth-of-type(1),
    .simple01-h01.on .simple01-n01-btn .border:nth-of-type(1) { top: 15px; }
    .simple01-h01.scroll .simple01-n01-btn .border:nth-of-type(2),
    .simple01-h01.on .simple01-n01-btn .border:nth-of-type(2) { top: 20px; }
    .simple01-h01.scroll .simple01-n01-btn .border:nth-of-type(3),
    .simple01-h01.on .simple01-n01-btn .border:nth-of-type(3) { top: 25px; }
    .simple01-h01.on .simple01-n01-btn.active { top: 15px; background-color: transparent; }	
    .simple01-h01.on .simple01-n01-btn.active .border:nth-of-type(1) {
      top: 8px;
      -webkit-transform: translateY(2px) rotate(-45deg);
      transform: translateY(2px) rotate(-45deg);
    }
    .simple01-h01.on .simple01-n01-btn.active .border:nth-of-type(2) { opacity: 0; }
    .simple01-h01.on .simple01-n01-btn.active .border:nth-of-type(3) {
      top: 47px;
      -webkit-transform: translateY(-37px) rotate(45deg);
      transform: translateY(-37px) rotate(45deg);
    }
    .simple01-h01.on .border:nth-of-type(1) {
      top: 8px !important;
      -webkit-transform: translateY(2px) rotate(-45deg);
      transform: translateY(2px) rotate(-45deg);
    }
    .simple01-h01.on .border:nth-of-type(2) { opacity: 0; }
    .simple01-h01.on .border:nth-of-type(3) {
      top: 47px !important;
      -webkit-transform: translateY(-37px) rotate(45deg);
      transform: translateY(-18px) rotate(45deg);
    }
div#main-txt02_sp img {
    width: 80%;
    margin: 0 auto;
}	
}
@media screen and (max-width: 480px) {
.DSbtn-h {
    position: fixed;
    z-index: 99999;
    top: 1%;
    right: 0;
}
.DSbtn:before {
    content: "menu";
    color: #103280;
    position: absolute;
    font-weight: bold;
    font-size: 10px;
    font-family: "Noto Sans CJK JP", "Noto Sans", sans-serif;
    letter-spacing: 0;
    bottom: 9px;
    left: 11px;
    opacity: 1;
}	
.simple01-h01.on .simple01-n01 ul {
    position: relative;
    top: -333px;
    display: inline-block;
    text-align: center;
    background-color: #fff;
    padding: 63px 0;
}
.simple01-h01.on .simple01-n01 {
    display: block;
    float: none;
    position: relative;
    top: -150px;
    background: #fff;
    width: 100%;
    padding: inherit;
    box-shadow: 0 10px 10px -10px rgb(0 0 0 / 50%);
    z-index: 99998;
}	
.about .simple01-h01.on .simple01-n01 {
    display: block;
    float: none;
    position: relative;
    top: -162px;
    background: #fff;
    width: 100%;
    padding: inherit;
    box-shadow: 0 10px 10px -10px rgb(0 0 0 / 50%);
    z-index: 99998;
}	
}
@media screen and (max-width: 376px) {
.simple01-h01.on .simple01-n01 ul {
    position: relative;
    top: -300px;
    display: inline-block;
    text-align: center;
    background-color: #fff;
    padding: 63px 0;
}	
.about .simple01-h01.on .simple01-n01 {
    display: block;
    float: none;
    position: relative;
    top: -195px;
    background: #fff;
    width: 100%;
    padding: inherit;
    box-shadow: 0 10px 10px -10px rgb(0 0 0 / 50%);
    z-index: 99998;
}
.simple01-h01.on .simple01-n01 {
    display: block;
    float: none;
    position: relative;
    top: -120px;
    background: #fff;
    width: 100%;
    padding: inherit;
    box-shadow: 0 10px 10px -10px rgb(0 0 0 / 50%);
    z-index: 99998;
}	
}
/************************ｽﾏﾎ設定ここまで*************************************/
/************************グローバルナビここまで*************************************/

/***********************「英語と海とぼくらの学校」とは*******************************/
.simple01-c01 {
	width: 100%;
	margin: 0 auto;
    padding: 100px 0;
}
.simple01-c01-inner {
  width: 1080px;
  max-width: 100%;
  margin: auto;
}
.simple01-c01-txtarea {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    line-height: 2em;
	font-weight: 500;
}
.simple01-c01 p {
    font-size: 16px;
    color: #000;
	font-family: "Noto Sans CJK JP", "Noto Sans", sans-serif;
    text-align: center;
}
.simple01-c01-img img {
	padding: 100px 0;
}
.simple01-c01-button {
  display: inline-block;
  margin:  60px auto 0;
  padding: .5em 4em;
  border-width: 2px;
  border-style: solid;
  border-color: #000;
  font-size: 18px;
  transition: .3s;
}
.simple01-c01-button:hover {
  box-shadow: 0 0 30px rgba(0,0,0,0.1) inset;
}
/************************ｽﾏﾎ設定*************************************/
@media (max-width: 798px) {
.simple01-c01 {
	width: 100%;
    margin: 0 auto;
	text-align: center;
    padding: 50px 0 100px;
}
.simple01-c01 h2 {
    padding: 0 0 50px;
}
.c01-txtareain02 {
    width: 81%;
    margin: 0 auto;
	text-align: left !important;
}	
}
/************************ｽﾏﾎ設定ここまで*************************************/
/***********************「英語と海とぼくらの学校」とは2ここまで*******************************/

/***********************「英語と海とぼくらの学校」とは2*******************************/
.simple01-c02 {
    width: 100%;
    margin: 0 auto;
	position: relative;
}
.simple01-c02-1-inner {
	width: 1080px;
    max-width: 100%;
    margin: auto;
    padding: 5% 0%;
    box-sizing: border-box;
    overflow: hidden;
}
.simple01-c02-1-txtarea01 {
    width: 45%;
    float: left;
    margin: 0 2.5%;
	box-sizing: border-box;
	padding: 10% 0% 8%;
 	background: url(../img/frame_1.png) center bottom no-repeat;
 	background-position: center;
	background-size: cover;
 	overflow: hidden;
	-webkit-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
    -moz-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
    -ms-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
}
.simple01-02-1-section-ttl01 {
    font-size: 32px;
	font-family: "Noto Sans CJK JP", "Noto Sans", sans-serif;
	text-align: center;	
    margin: 2em 0 1em;
    color: #d61817;
}
.simple01-c02-1-txtarea02 {
    width: 45%;
    float: left;
    margin: 0 2.5%;
    box-sizing: border-box;
	padding: 10% 0% 8%;
 	background: url(../img/frame_2.png) center bottom no-repeat;
 	background-position: center;
	background-size: cover;
 	overflow: hidden;
	-webkit-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
    -moz-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
    -ms-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
}

.simple01-c02-1-section-ttl02 {
    font-size: 32px;
	font-family: "Noto Sans CJK JP", "Noto Sans", sans-serif;
	text-align: center;	
    margin: 2em 0 1em;
    color: #ea5f00;
}
.simple01-c02-1-txtarea03 {
    width: 45%;
    float: left;
    margin: 10% 2.5% 0;
    box-sizing: border-box;
	padding: 10% 0% 8%;
 	background: url(../img/frame_3.png) center bottom no-repeat;
 	background-position: center;
	background-size: cover;
 	overflow: hidden;
	-webkit-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
    -moz-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
    -ms-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
}

.simple01-c02-1-section-ttl03 {
    font-size: 32px;
	font-family: "Noto Sans CJK JP", "Noto Sans", sans-serif;
	text-align: center;
    margin: 2em 0 1em;
    color: #772d85;
}
.simple01-c02-1-txtarea04 {
    width: 45%;
    float: left;
    margin: 10% 2.5% 0;
    box-sizing: border-box;
	padding: 10% 0% 8%;
 	background: url(../img/frame_4.png) center bottom no-repeat;
 	background-position: center;
	background-size: cover;
 	overflow: hidden;
	-webkit-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
    -moz-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
    -ms-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
}

.simple01-c02-1-section-ttl04 {
    font-size: 32px;
	font-family: "Noto Sans CJK JP", "Noto Sans", sans-serif;
	text-align: center;	
    margin: 2em 0 1em;
    color: #13923c;
}
.simple01-c02-1 p {
	font-size: 16px;
    color: #000;
	font-family: "Noto Sans CJK JP", "Noto Sans", sans-serif;
    width: 75%;
    margin: 0 auto;
    box-sizing: border-box;
}
.simple01-c02-inner {
  width: 100%;
  padding: 8% 0%;
  background: url(../img/img09.jpg) center bottom no-repeat;
  background-position: center;
  overflow: hidden;
}
.simple01-c02-txtarea {
  width: 75%;
  margin: 0 auto;
  box-sizing: border-box;
  text-shadow: 2px 2px 4px rgba(0,0,0,1);
  line-height: 2em;
}
.simple01-c02-section-ttl {
  font-size: 22px;
  margin-bottom: 1em;
  color: #fff;
}
.simple01-c02 p {
	font-size: 16px;
	line-height: 1.8;
    color: #000;
	font-family: "Noto Sans CJK JP", "Noto Sans", sans-serif;
    width: 75%;
	height: 150px;
    margin: 0 auto;
    box-sizing: border-box;
}
/************************ｽﾏﾎ設定*************************************/
@media (max-width: 798px) {
    .simple01-c02 {
      width: 100%;
  }
.simple01-c02-1-txtarea01 {
    width: 85%;
    float: none;
    margin: 0 auto 50px;
    padding: 20% 0% 8%;
    background: url(../img/SP_frame_1.png) center bottom no-repeat;
    background-position: center;
    background-size: cover;
}
.simple01-02-1-section-ttl01 {
    font-size: 32px;
	font-family: "Noto Sans CJK JP", "Noto Sans", sans-serif;
	text-align: center;	
    margin: 2em 0 1em;
    color: #d61817;
}
.simple01-c02-1-txtarea02 {
    width: 85%;
    float: none;
    margin: 0 auto 50px;
    padding: 20% 0% 8%;
 	background: url(../img/SP_frame_2.png) center bottom no-repeat;
 	background-position: center;
	background-size: cover;
}

.simple01-c02-1-section-ttl02 {
    font-size: 32px;
	font-family: "Noto Sans CJK JP", "Noto Sans", sans-serif;
	text-align: center;	
    margin: 2em 0 1em;
    color: #ea5f00;
}
.simple01-c02-1-txtarea03 {
    width: 85%;
    float: none;
    margin: 0 auto 50px;
    padding: 20% 0% 8%;
 	background: url(../img/SP_frame_3.png) center bottom no-repeat;
 	background-position: center;
	background-size: cover;
}

.simple01-c02-1-section-ttl03 {
    font-size: 32px;
	font-family: "Noto Sans CJK JP", "Noto Sans", sans-serif;
	text-align: center;
    margin: 2em 0 1em;
    color: #772d85;
}
.simple01-c02-1-txtarea04 {
    width: 85%;
    float: none;
    margin: 0 auto 50px;
    padding: 20% 0% 8%;
 	background: url(../img/SP_frame_4.png) center bottom no-repeat;
 	background-position: center;
	background-size: cover;
}

.simple01-c02-1-section-ttl04 {
    font-size: 32px;
	font-family: "Noto Sans CJK JP", "Noto Sans", sans-serif;
	text-align: center;	
    margin: 2em 0 1em;
    color: #13923c;
}
    .simple01-c02-bghalf {
      width: 100%;
    }
    .simple01-c02-txtarea {
      width: 96%;
      padding: 20px 0;
      word-wrap: break-word;
    }
    .simple01-c02-bghalf-L {
      float: none;
      background: inherit;
      width: 100%;
    }
  }
@media screen and (max-width: 480px) {

.simple01-c02-1-txtarea01 {
    width: 95%;
    float: none;
	text-align: center;
    margin: 0 auto 50px;
    padding: 17% 0 35%;
    background: url(../img/SP_frame_1.png) no-repeat;
    background-position: 52.5% bottom;
    background-size: cover;
	white-space: normal;
    text-overflow: ellipsis;
}
.simple01-02-1-section-ttl01 {
    font-size: 24px;
    font-family: "Noto Sans CJK JP", "Noto Sans", sans-serif;
    text-align: center;
    margin: 3.5em 0 0.8em;
    color: #d61817;
	line-height: 1.2;
}
.simple01-c02-1-txtarea02 {
    width: 95%;
    float: none;
	text-align: center;
    margin: 0 auto 50px;
    padding: 17% 0 35%;
 	background: url(../img/SP_frame_2.png) no-repeat;
 	background-position: 52.5% bottom;
	background-size: cover;
    white-space: normal;
    text-overflow: ellipsis;
}

.simple01-c02-1-section-ttl02 {
    font-size: 24px;
    font-family: "Noto Sans CJK JP", "Noto Sans", sans-serif;
    text-align: center;
    margin: 3.5em 0 0.8em;
    color: #ea5f00;
	line-height: 1.2;	
}
.simple01-c02-1-txtarea03 {
    width: 95%;
    float: none;
	text-align: center;
    margin: 0 auto 50px;
    padding: 17% 0 35%;
 	background: url(../img/SP_frame_3.png) no-repeat;
 	background-position: 52.5% bottom;
	background-size: cover;
    white-space: normal;
    text-overflow: ellipsis;
}

.simple01-c02-1-section-ttl03 {
    font-size: 24px;
    font-family: "Noto Sans CJK JP", "Noto Sans", sans-serif;
    text-align: center;
    margin: 3.5em 0 0.8em;
    color: #772d85;
	line-height: 1.2;	
}
.simple01-c02-1-txtarea04 {
    width: 95%;
    float: none;
	text-align: center;
    margin: 0 auto 50px;
    padding: 17% 0 35%;
 	background: url(../img/SP_frame_4.png) no-repeat;
 	background-position: 52.5% bottom;
	background-size: cover;
    white-space: normal;
    text-overflow: ellipsis;
}

.simple01-c02-1-section-ttl04 {
    font-size: 24px;
    font-family: "Noto Sans CJK JP", "Noto Sans", sans-serif;
    text-align: center;
    margin: 3.5em 0 0.8em;
    color: #13923c;
	line-height: 1.2;	
}
.simple01-c02 p {
	display: inline-block;
    width: 92%;
	line-height: 2;	
	text-align: left;
}	
} 
@media screen and (max-width: 391px) {
.simple01-c02-1-txtarea01 {
    padding: 17% 0% 35%;
}
.simple01-c02-1-txtarea02 {
    padding: 17% 0% 35%;
}
.simple01-c02-1-txtarea03 {
    padding: 17% 0% 35%;
}
.simple01-c02-1-txtarea04 {
    padding: 17% 0% 35%;
}
.simple01-02-1-section-ttl01 {
    line-height: 1.2;
}
.simple01-c02 p {
	display: block;
    font-size: 14.5px;
    line-height: 1.8;
    color: #000;
    font-family: "Noto Sans CJK JP", "Noto Sans", sans-serif;
    width: 85%;
    height: 150px;
    margin: 0 auto;
    box-sizing: border-box;
}	
} 	
/************************ｽﾏﾎ設定ここまで*************************************/
/***********************「英語と海とぼくらの学校」とは2ここまで*******************************/

/***********************琉学の様子*******************************/
.simple01-c03 {
    width: 1080px;
	max-width: 100%;
    margin: 0 auto;
    position: relative;
}

.simple01-c03:before {
    content: "";
    display: block;
    position: absolute;
    background: url(../img/logo_parts_3.png) no-repeat;
    width: 288px;
    height: 132px;
    top: auto;
    bottom: 1%;
    left: -3%;
    right: auto;
    z-index: 1;
}
.simple01-c03:after {
    content: "";
    display: block;
    position: absolute;
    background: url(../img/logo_parts_4.png) no-repeat;
    width: 231px;
    height: 200px;
    top: auto;
    bottom: 1%;
    left: auto;
    right: -3%;
    z-index: 1;
}
.simple01-c03-inner {
	width: 1080px;
    max-width: 100%;
	position: relative;
    margin: auto;
    padding: 5% 0%;
    box-sizing: border-box;
    overflow: hidden;
    background: #f4d822;
    border-radius: 50px;
}
.simple01-c03-inner:before {
    content: "";
    display: block;
    position: absolute;
    background: url(../img/logo_parts_1.png) no-repeat;
    width: 209px;
    height: 157px;
    top: 1%;
    bottom: auto;
    left: 3%;
    right: auto;
}
.simple01-c03-inner:after {
    content: "";
    display: block;
    position: absolute;
    background: url(../img/logo_parts_2.png) no-repeat;
    width: 177px;
    height: 143px;
    top: 1%;
    bottom: auto;
    left: auto;
    right: 3%;
}
*, *:before, *:after {
    box-sizing: border-box;
}
.simple01-c03-txtarea {
    width: 90%;
    margin: 0 auto;
    box-sizing: border-box;
    line-height: 2em;
}
.txt_bottom01 {
    width: 100% !important;
	font-size: 16px;
    font-family: "Noto Sans CJK JP", "Noto Sans", sans-serif;
    margin-bottom: 50px !important;
    text-align: center;
	
}
.simple01-c03-txtareaBox01 {
    width: 100%;
    margin: 0 auto 2px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 50px 50px 0 0;
	padding: 35px;
}
.simple01-c03-txtareaBox02 {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    background: #fff;
	padding: 35px;
}
.simple01-c03-txtareaBox03 {
    width: 100%;
    margin: 2px auto 0;
    box-sizing: border-box;
    background: #fff;
    border-radius: 0 0 50px 50px;
    padding: 35px 35px 80px;
}
.simple01-c03-1-section-ttl {
    font-size: 26px;
	font-family: "Noto Sans CJK JP", "Noto Sans", sans-serif;
    border-bottom: 2px solid;
    color: #194374;
    line-height: 2em;
}
.simple01-c03-txtareaBoxIn01.pc , .simple01-c03-txtareaBoxIn02.pc , .simple01-c03-txtareaBoxIn03.pc{
	display: block;
}
.simple01-c03-txtareaBoxIn01.pc , .simple01-c03-txtareaBoxIn02.sc , .simple01-c03-txtareaBoxIn03.sc{
	display: none;
}
.simple01-c03-txtareaBoxIn01.pc , .simple01-c03-txtareaBoxIn02.pc , .simple01-c03-txtareaBoxIn03.pc {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    margin: 5% 3% 5%;
}
.simple01-c03-txtareaBoxInL {
    padding-right: 2%;
}
.simple01-c03-1-section-ttl i {
    font-style: normal;
    text-indent: 40px;
    display: inline-block;
}
.simple01-c03 p {
	font-size: 16px;
    color: #000;
    font-family: "Noto Sans CJK JP", "Noto Sans", sans-serif;
    width: 75%;
    margin: 0 auto;
    box-sizing: border-box;
}
.simple01-c03 .txt_01 {
	font-size: 16px;
    color: #000;
    font-family: "Noto Sans CJK JP", "Noto Sans", sans-serif;
    width: 100%;
    margin: 0 auto 50px;
    box-sizing: border-box;
}
.simple01-c03 .txt_02 {
	font-size: 16px;
    color: #000;
    font-family: "Noto Sans CJK JP", "Noto Sans", sans-serif;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

/************************ｽﾏﾎ設定*************************************/
@media (max-width: 1331px) {
.simple01-c03 {
    padding: 0 2%;
}
}

@media (max-width: 798px) {
.simple01-c03 {
	width: 100%;
	margin: 0;
	padding: 0 5%;
}
.simple01-c03-inner {
    padding: 5% 0% 10%;
}
.simple01-c03:before {
    content: "";
    display: block;
    position: absolute;
    background: url(../img/logo_parts_3.png) no-repeat;
    background-size: 100%;
    width: 200px;
    height: 132px;
    top: auto;
    bottom: -1%;
    left: 2%;
    right: auto;
    z-index: 1;
}	
.simple01-c03:after {
    content: "";
    display: block;
    position: absolute;
    background: url(../img/logo_parts_4.png) no-repeat;
    background-size: 100%;
    width: 160px;
    height: 200px;
    top: auto;
    bottom: -1%;
    left: auto;
    right: 0%;
    z-index: 1;
}	
/*.simple01-c03:before {
content: none;
}
.simple01-c03:after {
content: none;
}		
.simple01-c03-inner {
	width: 100%;
	overflow: visible;
	margin: 0 auto 2%;
	padding: 6% 5%;
	border-radius: 0;
}
.simple01-c03-inner {
    padding: 6% 5%;
}
.simple01-c03-inner:after {
content: none;
}*/
.simple01-c03-txtarea {
    width: 90%;
    float: none;
    margin: 0 auto;
    padding: 0;
    word-wrap: break-word;
}
.simple01-c03-inner:before {
    content: "";
    display: block;
    position: absolute;
    background: url(../img/logo_parts_1.png) no-repeat;
    background-size: 100%;
    width: 170px;
    height: 157px;
    top: 10px;
    bottom: auto;
    left: 5%;
    right: auto;
}	
/*.simple01-c03-inner:before {
    content: "";
    display: block;
    position: absolute;
    background: url(../img/head_parts.png) center top no-repeat;
    background-position: center;
    background-size: 100%;
    width: 106.1%;
    height: auto;
    padding: 25% 0% 8%;
    top: -130px;
    bottom: auto;
    left: -20px;
    right: auto;
}*/
.simple01-c03-inner:after {
    content: "";
    display: block;
    position: absolute;
    background: url(../img/logo_parts_2.png) no-repeat;
    background-size: 100%;
    width: 150px;
    height: 143px;
    top: 0.5%;
    bottom: auto;
    left: auto;
    right: 5%;
}	
/*.simple01-c03-inner:after {
    content: "";
    display: block;
    position: absolute;
    background: url(../img/bottom_parts.png) center bottom no-repeat;
    background-position: center;
    background-size: 100%;
    width: 106.1%;
    height: auto;
    padding: 28% 0% 8%;
    top: auto;
    bottom: -120px;
    left: -19px;
    right: auto;
}*/
.simple01-c03-txtareaBoxIn01.pc {
	display: none;
}
.simple01-c03-txtareaBoxIn01.sp	{
	display: block;
}
.simple01-c03 .txt_01 {
    margin: 30px auto 50px;
}
.simple01-c03-txtareaBoxInL img {
    width: 100%;
}
.simple01-c03-txtareaBoxInL {
    padding-right: 0;
}
.simple01-c03 .txt_02 {
    margin: 30px auto;
}
.simple01-c03-txtareaBox01 {
    padding: 35px 35px 80px;
}	
.simple01-c03-txtareaBox03 {
    padding: 80px 35px;
}
.simple01-c06-txtarea {
    width: 90%;
    margin: 0 auto;
}	
}
@media screen and (max-width: 480px) {
.simple01-c01 {
    padding: 50px 0;
}
.simple01-c03-inner:before {
    content: "";
    display: block;
    position: absolute;
    background: url(../img/logo_parts_1.png) no-repeat;
    background-size: 100%;
    width: 115px;
    height: 157px;
    top: 5px;
    bottom: auto;
    left: 5%;
    right: auto;
}
.simple01-c03-inner:after {
    content: "";
    display: block;
    position: absolute;
    background: url(../img/logo_parts_2.png) no-repeat;
    background-size: 100%;
    width: 100px;
    height: 143px;
    top: 0.3%;
    bottom: auto;
    left: auto;
    right: 5%;
}
.simple01-c03:before {
    content: "";
    display: block;
    position: absolute;
    background: url(../img/logo_parts_3.png) no-repeat;
    background-size: 100%;
    width: 130px;
    height: 132px;
    top: auto;
    bottom: -1%;
    left: 2%;
    right: auto;
    z-index: 1;
}	
.simple01-c03:after {
    content: "";
    display: block;
    position: absolute;
    background: url(../img/logo_parts_4.png) no-repeat;
    background-size: 100%;
    width: 110px;
    height: 200px;
    top: auto;
    bottom: -2%;
    left: auto;
    right: 0%;
    z-index: 1;
}	
/*.simple01-c03-inner:before {
    content: "";
    display: block;
    position: absolute;
    background: url(../img/head_parts.png) center top no-repeat;
    background-position: center;
    background-size: 100%;
    width: 106.1%;
    height: auto;
    padding: 25% 0% 8%;
    top: -121px;
    bottom: auto;
    left: -11px;
    right: auto;
}*/	
.simple01-i01-about-list-txt {
    font-size: 30px !important;
    padding: 30px 0 25px!important;
}
.simple01-c03-1-section-ttl {
    font-size: 16px;
}	
.simple01-c03 .txt_01 {
    font-size: 14px;
}
.simple01-c03 .txt_02 {
	font-size: 14px;
}	
.simple01-c03-txtareaBox01 {
    padding: 20px 20px 80px;
}
.simple01-c03-txtareaBox03 {
    padding: 80px 20px;
}	
.simple01-c03-1-section-ttl i {
    font-style: normal;
    text-indent: 20px;
    display: inline-block;
}
.txt_bottom01 {
    width: 100% !important;
	font-size: 14px!important;
	font-family: "Noto Sans CJK JP", "Noto Sans", sans-serif;
    margin-bottom: 30px !important;
    text-align: center;
}
.add-l {
	text-align: left !important;
}	
.txt_bottom02 {
    font-size: 14px!important;
}	
/*.simple01-c03-inner:after {
    content: "";
    display: block;
    position: absolute;
    background: url(../img/bottom_parts.png) center bottom no-repeat;
    background-position: center;
    background-size: 100%;
    width: 106.1%;
    height: auto;
    padding: 28% 0% 8%;
    top: auto;
    bottom: -50px;
    left: -10px;
    right: auto;
}*/
.simple01-c04-txtareaBoxInlist li {
    padding: 50px 0;
}
.simple01-c06.fade-bottom {
    padding: 60px 2% 0 !important;
}	
}
@media screen and (max-width: 376px) { 	
.simple01-c03:before {
    content: "";
    display: block;
    position: absolute;
    background: url(../img/logo_parts_3.png) no-repeat;
    background-size: 100%;
    width: 120px;
    height: 132px;
    top: auto;
    bottom: -1%;
    left: 2%;
    right: auto;
    z-index: 1;
}	
.simple01-c03:after {
    content: "";
    display: block;
    position: absolute;
    background: url(../img/logo_parts_4.png) no-repeat;
    background-size: 100%;
    width: 100px;
    height: 200px;
    top: auto;
    bottom: -2%;
    left: auto;
    right: 0%;
    z-index: 1;
}	
.simple01-c03-inner:before {
    content: "";
    display: block;
    position: absolute;
    background: url(../img/logo_parts_1.png) no-repeat;
    background-size: 100%;
    width: 100px;
    height: 157px;
    top: 10px;
    bottom: auto;
    left: 5%;
    right: auto;
}
.simple01-c03-inner:after {
    content: "";
    display: block;
    position: absolute;
    background: url(../img/logo_parts_2.png) no-repeat;
    background-size: 100%;
    width: 100px;
    height: 143px;
    top: 0.5%;
    bottom: auto;
    left: auto;
    right: 5%;
}	
/*.simple01-c03-inner:before {
    content: "";
    display: block;
    position: absolute;
    background: url(../img/head_parts.png) center top no-repeat;
    background-position: center;
    background-size: 100%;
    width: 106.1%;
    height: auto;
    padding: 25% 0% 8%;
    top: -90px;
    bottom: auto;
    left: -11px;
    right: auto;
}*/
.simple01-i01-about-list-txt {
    font-size: 35px;
    padding: 0 0 30px;
}
.simple01-c03-txtarea {
    margin: 25px auto;
}	
.simple01-c03-1-section-ttl i {
    font-style: normal;
    text-indent: 10px;
    display: inline-block;
}
.simple01-c03-txtareaBox03 {
    padding: 80px 20px;
}
}
/************************ｽﾏﾎ設定ここまで*************************************/
/***********************琉学の様子ここまで*******************************/

/***********************協賛・後援について*******************************/
.simple01-c04 {
    width: 100%;
    margin: 0 auto;
	position: relative;
}
.simple01-c04-inner {
	width: 1080px;
    max-width: 100%;
	position: relative;
    margin: auto;
    padding: 5% 0% 0;
    box-sizing: border-box;
    overflow: hidden;
}
.simple01-i01-ttl {
  font-size: 24px;
  color: #D5B52B;
  margin-bottom: 2em;
  font-weight: normal;
  text-align: center;
}
.simple01-c04-txtareaBoxInlist {
    overflow: hidden;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
	align-items:center;
}
.simple01-c04-txtareaBoxInlist li {
    width: 33%;
    text-align: center;
	margin-bottom: 30px;
    box-sizing: border-box;
    list-style-type: none;
}
.simple01-c04-txtareaBoxInlist li:hover {
    opacity: 0.6;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}
.simple01-c04-txtareaBoxInlist li .simple01-c04-img01 {
    display: block;
    width: 100%;
    max-width: 245px;
    margin: 0 auto;
}
.simple01-c04-txtareaBoxInlist li .simple01-c04-img02 {
    display: block;
    width: 100%;
    max-width: 213px;
    margin: 0 auto;
}
.simple01-c04-txtareaBoxInlist li .simple01-c04-img03 {
    display: block;
    width: 100%;
    max-width: 338px;
    margin: 0 auto;
}
.add-b01 {
    width: 100% !important;
    font-size: 25px;
    font-family: "Noto Sans CJK JP", "Noto Sans", sans-serif;
    margin-top: 20px !important;
    text-align: center;
	font-weight: 600;
    color: #1b337b;
}
/************************ｽﾏﾎ設定*************************************/
@media (max-width: 1331px) {
.simple01-c04 {
    padding: 0 2%;
}
}

@media (max-width: 798px) {

.simple01-c04-txtareaBoxInlist {
    display: block;
}
.simple01-c04-txtareaBoxInlist li {
    width: 100%;
    padding: 100px 0;
}
	
}
/************************ｽﾏﾎ設定ここまで*************************************/
/***********************協賛・後援についてここまで*******************************/

.simple01-c05 {
    width: 100%;
    margin: 100px auto 0;
    FONT-WEIGHT: 500;
    background: #c4e4ce;
}
.simple01-c05-inner {
	width: 1080px;
    max-width: 100%;
	position: relative;
    margin: auto;
    padding: 5% 0%;
    box-sizing: border-box;
    overflow: hidden;
}

.simple01-i01-about-list {
    width: 45%;
    float: left;
    margin: 10% 2.5% 0;
    border-radius: 10px;
}
/*.simple01-i01-about-list {
    width: 80%;
    float: none;
    margin: 0 auto;
    border-radius: 10px;
}*/
.simple01-c05-txtareaBox {
    width: 100%;
    margin: 0 auto;
	position: relative;
}
.simple01-c05-txtareaBoxIn {
	width: 1080px;
    max-width: 100%;
	position: relative;
    margin: auto;
    padding: 10% 0%;
    box-sizing: border-box;
    overflow: hidden;
}
.simple01-i01-about-list dt {
    background-color: #cd662b;
    border-radius: 10px 10px 0 0;
}
.txt_add01 {
    background-color: #1b337b !important;
}
.simple01-i01-about-list {
    text-align: center;
    margin-bottom: 100px;
    box-sizing: border-box;
    list-style-type: none;
    box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
}
.simple01-i01-about-list:hover {
    opacity: 0.6;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}
.con-top01 {
    padding: 30px 0 0;
}
.con-top02 {
    padding: 50px 0 0;
}
.simple01-i01-about-list-txt {
    font-size: 35px;
    color: #103280;
    font-family: "Noto Sans CJK JP", "Noto Sans", sans-serif;
    text-align: center;
    font-weight: 600;
    position: relative;
    padding: 0 0 50px;	
}
.simple01-i01-about-list-txt02 {
    font-size: 35px;
    color: #ffffff;
    font-family: "Noto Sans CJK JP", "Noto Sans", sans-serif;
    text-align: center;
    font-weight: 600;
    position: relative;
    padding: 20px 0;
}
/*.simple01-i01-about-list dd p {
    text-align: left;
    padding: 30px 0;
    width: 85%;
    margin: 0 auto;
    font-size: 16px;
    font-family: "Noto Sans CJK JP", "Noto Sans", sans-serif;
}*/
.simple01-i01-about-list dd p {
    text-align: center;
    width: 85%;
    margin: 0 auto;
    font-size: 16px;
    font-family: "Noto Sans CJK JP", "Noto Sans", sans-serif;
	font-weight: 600;
    color: #1b337b;
}
.txt_03 {
	color: #c92434 !important;
}
.simple01-i01-about-list dd a {
	display: block;	
    position: relative;
    text-align: center;
    width: 85%;
    margin: 0 auto;
    font-size: 35px;
    font-family: "Noto Sans CJK JP", "Noto Sans", sans-serif;
    font-weight: 600;
    color: #1b337b;
}
.icon02 {
    width: 49.5%;
}
.simple01-i01-about-list dd a b {
    font-size: 20px;
}
.simple01-i01-about-list dd a p {
    position: absolute;
	top: 40%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: 0;
    padding: 0;
    font-size: 19px;
    font-family: "Noto Sans CJK JP", "Noto Sans", sans-serif;
    font-weight: 600;
    color: #fff;
}
.simple01-i01-about-list dd a icon01 {
	width: 100%;
	max-width: 252px;
}
.simple01-i01-about-list dd a icon02 {
	width: 100%;
	max-width: 124px;
}
.txt_bottom02 {
    width: 80% !important;
    margin-bottom: 50px !important;
    text-align: left;
	margin: 0 auto;
    font-family: "Noto Sans CJK JP", "Noto Sans", sans-serif;
	font-size: 16px;
}
.txt_bottom03 {
	padding: 50px 0 71px;
}
.txt_bottom04 {
    padding: 0 0 55px;
}
.simple01-c06-inner {
    width: 1080px;
    max-width: 88%;
    position: relative;
    margin: auto;
    padding: 4% 0% 0;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 35px;
    border: solid 10px #f4d822;
}
.add-txt01.addbox01 {
    padding: 0 0 75px;
}
.simple01-c06-txtareaBoxIn01 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: center;
    font-size: 16px;
    color: #000;
    font-family: "Noto Sans CJK JP", "Noto Sans", sans-serif;
    width: 100%;
    margin: 0 auto 50px;
    box-sizing: border-box;
}
.simple01-c03-txtareaBoxInR dl dt ,.simple01-c03-txtareaBoxInR dl .txtB_last01 {
    border-top: dashed 3px #f4d822;
    border-bottom: dashed 3px #f4d822;
    padding: 20px 0;
}
.simple01-c03-txtareaBoxInR dl dd ul li {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: flex-start;
    margin: 5% 0;
}
.add-txt01 {
    display: block;
	text-align: center;
    margin: 0 auto;
    font-size: 16px;
    font-family: "Noto Sans CJK JP", "Noto Sans", sans-serif;
    font-weight: 600;
    color: #1b337b;
}
.simple01-c03-txtareaBoxInL .add-txt02 {
    display: inline-block;
    background: #d45d17;
    color: #fff;
    padding: 15px 35px;
    text-decoration: none;
    border-radius: 20px;
    font-size: 19px;
    font-family: "Noto Sans CJK JP", "Noto Sans", sans-serif;
    font-weight: 600;
}
.add-txt03 {
    font-weight: normal;
    margin-right: 5%;
}
.simple01-c06-txtarea p span {
    padding: 15px 0;
    display: block;
    text-align: center;
    font-family: "Noto Sans CJK JP", "Noto Sans", sans-serif;
}
.add-txt01.addbox02 {
    margin: 0 0 30px 0;
}
.simple01-c06-txtarea .icon_txt_add01::before {
    content: "";
    background-image: url(../img/logo-black.png);
    display: inline-block;
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    margin: 0 15px 0 0;
}
.simple01-c06-txtarea .icon_txt_add01 {
    font-weight: bold;
    text-decoration: none;
}
.simple01-c06-txtarea .icon_txt_add02::before {
    content: "";
    background-image: url(../img/Instagram_Glyph_Gradient_RGB.png);
    display: inline-block;
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    margin: 0 15px 0 0;
  }
  .simple01-c06-txtarea .icon_txt_add02 {
    font-weight: bold;
    text-decoration: none;
  }
.simple01-c06-txtarea .add-l01.txt_bottom03 {
    width: 100% !important;
    text-align: center;
}
.simple01-c06.fade-bottom {
    padding: 100px 2% 0;
}
.simple01-c06-txtarea .add-l01.txt_bottom03 a {
    display: block;
    position: relative;
    text-align: center;
    width: 85%;
    margin: 0 auto;
    font-size: 35px;
    font-family: "Noto Sans CJK JP", "Noto Sans", sans-serif;
    font-weight: 600;
    color: #1b337b;
}
.simple01-c06-txtarea .add-l01.txt_bottom03 a p {
    position: absolute;
    top: 40%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: 0;
    padding: 0;
    font-size: 19px;
    font-family: "Noto Sans CJK JP", "Noto Sans", sans-serif;
    font-weight: 600;
    color: #fff;
}
.simple01-c06-txtarea .add-l01.txt_bottom03 a:hover {
    opacity: 0.6;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}
.simple01-c02 {
    width: 100%;
    margin: 0 auto;
    padding: 100px 0 0;
}

/***********************ご支援のお願いここまで*******************************/
/************************ｽﾏﾎ設定*************************************/
@media (max-width: 798px) {
.simple01-c06-txtareaBoxIn01 {
    display: block;
}		
.simple01-c06-txtareaBoxIn01 .simple01-c03-txtareaBoxInL {
    padding-right: 0;
    text-align: center;
    margin-bottom: 40px;
}
.txtB_last01 {
    text-align: center;
}	
.simple01-i01-about-list {
    width: 85%;
    text-align: center;
    float: none;
    margin: 0 auto 50px;
}
.simple01-i01-about-list dt {
	margin-bottom: .5em;
	font-weight: bold;
}
  .site_area{
    padding: 0 4%;
  }
.non {
	display: none;
}
.simple01-c03-txtareaBoxInR dl dd ul li {
    display: block;
}	
}
@media screen and (max-width: 480px) {
.simple01-c06-inner {
    max-width: 95%;
}
.simple01-c06-txtarea .simple01-i01-about-list-txt {
    font-size: 22px !important;
}
.simple01-c03-txtareaBoxInL .add-txt02 {
    padding: 10px 25px;
    font-size: 14px;
	border-radius: 15px;
}	
.simple01-c06-txtareaBoxIn01 {
    display: block;
    font-size: 16px;
}	
.simple01-c06-txtareaBoxIn01 .simple01-c03-txtareaBoxInR {
    font-size: 12px !important;
}

.simple01-c06-txtarea .add-l01.txt_bottom03 {
    width: 100% !important;
    text-align: center;
}
.simple01-c06-txtarea .add-l01.txt_bottom03 a {
    width: 100%;
}	
.simple01-c06-txtarea .add-l01.txt_bottom03 a p {
	width: 100%;
    top: 39%;
    font-size: 16px;
}	
.icon01 {
    width: 100%;
}	
.simple01-i01-about-list {
    width: 85%;
    text-align: center;
    float: none;
    margin: 0 auto 50px;
}
.simple01-i01-about-list-txt02 {
    font-size: 26px;
    color: #fff;
    font-family: "Noto Sans CJK JP", "Noto Sans", sans-serif;
    text-align: center;
    font-weight: 600;
    position: relative;
    padding: 10px 0;
}
.simple01-i01-about-list dd {
    margin-inline-start: 0;
}
.con-bottom01 {
    padding: 20px 0 10px;
}	
.simple01-i01-about-list dd p {
    text-align: center;
    padding: 10px 0;
    width: 80%;
    margin: 0 auto;
    font-size: 16px;
    font-family: "Noto Sans CJK JP", "Noto Sans", sans-serif;
}
.simple01-i01-about-list dd a img {
    width: 90%;
}
.icon02 {
    width: 60% !important;
}	
.simple01-i01-about-list dd a p {
	width: 100%;
    position: absolute;
    top: 37%;
    left: 50%;
    -ms-transform: translate(-50%,-30%);
    -webkit-transform: translate(-50%,-30%);
    transform: translate(-50%,-30%);
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: "Noto Sans CJK JP", "Noto Sans", sans-serif;
    font-weight: 600;
    color: #fff;
}
.simple01-i01-about-list dd {
    margin-inline-start: 0;
}
.con-top01 {
    padding: 20px 0 0;
}	
.con-top02 {
    padding: 35px 0 0;
}
.simple01-i01-about-list dd a {
    text-align: center;
    font-size: 25px;
    width: 90%;
    margin: 0 auto;
}
.con-top02 a {
    text-align: center !important;
}	
.simple01-i01-about-list dd a b {
    font-size: 16px;
}
.add-l01{
	text-align: center;
}
.txt_bottom03 {
    padding: 20px 0 30px;
}
.txt_bottom04 {
    padding: 0 0 30px;
}	
}
@media screen and (max-width: 391px) {
.simple01-c06-txtareaBoxIn01 .simple01-c03-txtareaBoxInR {
    font-size: 11px !important;
}	
}
@media screen and (max-width: 376px) {
.add-txt03 {
    font-weight: normal;
    margin-right: 1%;
}	
.simple01-c06-txtareaBoxIn01 {
    width: 100%;
}	
.simple01-i01-about-list dd a p {
    position: absolute;
    top: 18px;
    left: 50%;
    -ms-transform: translate(-50%,-25%);
    -webkit-transform: translate(-50%,-25%);
    transform: translate(-50%,-25%);
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: "Noto Sans CJK JP", "Noto Sans", sans-serif;
    font-weight: 600;
    color: #fff;
}
.simple01-i01-about-list dd p {
    text-align: center;
    padding: 10px 0;
    width: 85%;
    margin: 0 auto;
    font-size: 14px;
    font-family: "Noto Sans CJK JP", "Noto Sans", sans-serif;
}
.simple01-i01-about-list dd a {
    text-align: center;
    font-size: 25px;
    width: 85%;
    margin: 0 auto;
}
}
/***********************ご支援のお願いここまで*******************************/
/************************ｽﾏﾎ設定ここまで*************************************/
/***********************プライバシーポリシー*******************************/
.head_banner img {
	width: fit-content;
    height: 378px;
}
.head_banner {
	width: 100%;
	height: 378px;
    background: url(../img/head_banner.png) center bottom no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
	position: relative;
}
.head_text {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    margin: 0 auto;
    z-index: 9999;
}
.head_text div h3 span {
	font-size: 35px;
	color: #103280;
    font-family: "Noto Sans CJK JP", "Noto Sans", sans-serif;
}
.policy.fade-bottom {
    padding: 100px 0 250px;
}
#pankuzu {
    width: 100%;
}
.inner {
    margin: 0 auto;
    width: 1080px;
}
#pankuzu ul {
    padding: 30px 0 5px;
}
nav ul {
    list-style: none;
}
#pankuzu ul li {
    display: inline-block;
    font-family: "Noto Sans CJK JP", "Noto Sans", sans-serif;
    color: #000;
}
#pankuzu ul li a {
	font-size: 12px;
    font-family: "Noto Sans CJK JP", "Noto Sans", sans-serif;
    color: #000;
	font-weight: 600;
}
#pankuzu ul li:not(:first-child):before {
    content: ">";
    margin: 0.5em;
}
.add-txt04 {
    width: 1080px;
    max-width: 100%;
    margin: 0 auto;
    padding: 50px 0;
    font-size: 16px;
    font-family: "Noto Sans CJK JP", "Noto Sans", sans-serif;
    color: #000;
    padding: 30px 0 50px;
}
.policy_inner {
    width: 1080px;
    max-width: 100%;
    margin: 0 auto;
    padding:50px 0;
}
.policy_inner h4 {
    font-size: 35px;
    font-family: "Noto Sans CJK JP", "Noto Sans", sans-serif;	
    color: #000;
    border-bottom: solid 1px #103280;
}
.policy_inner h4 span{
	font-family: "Noto Sans CJK JP", "Noto Sans", sans-serif;	
	font-weight: 500;
    margin: 20px auto 10px 3%;
}
.policy_inner p {
	width: 80%;
    font-size: 16px;
    font-family: "Noto Sans CJK JP", "Noto Sans", sans-serif;	
    color: #000;
    padding:30px 0 0;
    margin: 0 auto 0 3%;
}
/***********************プライバシーポリシーここまで*******************************/
/************************ｽﾏﾎ設定*************************************/
@media (max-width: 900px) {
.about.sp{
	display: block;
}
.about > .simple01-h01 {
    position: relative;
}
.head_banner img {
    width: 100%;
    height: auto;
}
.head_banner {
	width: 100%;
	height: 478px;
    background: url(../img/SP_head.png) center bottom no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}	
.head_text {
    width: 70%;
    height: auto;
    position: absolute;
    z-index: 9999;
    display: block;
    top: 50%;
    left: 0;
    margin: auto;
    text-align: center;	
}
	
#pankuzu {
    width: 80%;
    margin: 0 auto 0 5%;
}
.policy.fade-bottom {
    width: 80%;
    padding: 100px 0 250px;
    margin: 0 auto;
}	
}
@media (max-width: 798px) {

.head_text div h3 span {
    font-size: 30px;
    color: #103280;
    font-family: "Noto Sans CJK JP", "Noto Sans", sans-serif;
}
.inner {
    width: 100%;
}	
.policy_inner {
    width: 100%;
}	
.policy.fade-bottom {
    width: 80%;
    padding: 0 0 1%;
    margin: 0 auto;
}
.policy_inner h4 {
    font-size: 25px;
}
.policy_inner p {
    width: 95%;
}
}
@media (max-width: 480px) {

.head_text div h3 span {
    font-size: 28px;
    color: #103280;
    font-family: "Noto Sans CJK JP", "Noto Sans", sans-serif;
}
.about .simple01-h01-logo img {
    top: 30px;
    height: auto;
    width: 243px;
}	
}
@media (max-width: 376px) {
.head_text {
    width: 80%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9999;
}	
.about .simple01-h01-logo img {
    top: 30px;
    height: auto;
    width: 243px;
}	
}
/***********************プライバシーポリシーここまで*******************************/
/************************ｽﾏﾎ設定ここまで*************************************/
/***********************simple01フッター*******************************/
.simple01-f01 {
	background-color: #103380;
    width: 100%;
    position: relative;
    padding-top: 50px;
	color: #FFF;
}
.simple01-f01-inner {
    width: 1080px;
    max-width: 100%;
    position: relative;
    margin: auto;
    box-sizing: border-box;
    overflow: hidden;
	font-family: "Noto Sans CJK JP", "Noto Sans", sans-serif;
}
.simple01-f01-inner section div h2 {
    padding: 0 0 30px;
}
.simple01-f01-inner section div {
    display: flex;
    justify-content: space-between;
	padding: 0 2% 0 0;
}
.simple01-f01-inner > section > div > ul > li {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    display: block;
    line-height: 1.7;
    position: relative;
	margin: 0 0 10px;
}
ol, ul {
    box-sizing: border-box;
}
ol, ul {
    list-style: none;
}
.simple01-f01-inner > section > div > ul > li > p > a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    display: block;
    line-height: 1.7;
    text-indent: -0.5em;
}
.simple01-f01-inner > section > div > ul > li > p > a:hover {
    opacity: 0.2;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}
.simple01-f01-legal {
    margin: 40px 0 30px;
    text-align: left;
    font-size: 14px;
    line-height: 1.8em;
}
/************************ｽﾏﾎ設定*************************************/
@media (max-width: 1331px) {
.simple01-f01-inner section div {
    display: block;
}
.simple01-f01-inner {
    padding: 30px 0;
    box-sizing: border-box;
    max-width: 90%;
}	
}
@media (max-width: 798px) {
.simple01-f01-inner {
    width: 100%;
    max-width: 100%;
}	
.simple01-f01 { margin-top: 40px; }
.simple01-f01-inner {
    padding: 30px 0;
    box-sizing: border-box;
    max-width: 90%;
}
    .simple01-f01-snslist { width: 320px; }
    .simple01-f01-snslist li {
      float: left;
      width: 33%;
      text-align: center;
    }
    .simple01-f01-snslist li i {
      color: #D5B52B;
    }
    .simple01-f01-legal {
      margin-top: 40px;
      text-align: center;
      font-size: 14px;
      line-height: 1.8em;
    }
.simple01-f01 {
    background-color: #103380;
    width: 100%;
    position: relative;
    padding-top: 30px;
    color: #FFF;
}	
.simple01-f01-inner {
    padding: 5px 0;
}
.simple01-f01-inner section div h2 {
    padding: 0 0 20px;
}	
}

/************************スマホ設定ここまで*************************************/
/***********************simple01フッターここまで*******************************/