@charset "UTF-8";
@import "base.css";
@import "fonts.css";
@import "normalize.css";
@import "font-family.css";
@import url('https://fonts.googleapis.com/css?family=Lato:700,900&display=swap');
h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
	font-size: 180%;
	-webkit-text-size-adjust: none;
}
header, section, footer, aside, nav, main, article, figure {
	display: block;
}
img {
	vertical-align: bottom;
}
a {
	color: #cc7adf;
}
a:not([target="_blank"]):hover, a:not([target="_blank"]):active {
	text-decoration: none;
}
table {
	width: 100%
}
p {
	margin: 0 0 1.5em;
}
section, .section {
	margin: 0 0 120px;
}
p, dd, td, th, li {
	line-height: 2em;
}
.image-l {
	float: left;
	margin: 0 80px 8px 0;
}
.image-r {
	float: right;
	margin: 0 0 8px 80px;
}
#totop {
	position: fixed;
	bottom: 60px;
	right: 50px;
	z-index: 10;
	margin-bottom: 0;
	width: 80px;
}
#totop a {
	display: block;
	transition: all 0.5s ease;
}
#totop a:hover {
	opacity: 0.8;
}
.bold {
	font-weight: bold;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
*, *:before, *:after {
	box-sizing: border-box;
}
/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/
body {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
	color: #221714;
}
#wrapper {
	min-width: 1200px;
	overflow: hidden;
	background: #fff;
}
.container {
	width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
}
img {
	max-width: 100%;
}
/*====================================Header======================================*/
#header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	padding: 30px 60px;
	transition: all 0.5s ease;
}
#header.active, #header.fixed {
	background: rgba(0, 0, 0, 0.3);
}
#header.fixed {
	padding: 10px 60px;
}
#header .container {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logo {
	margin: 0;
	width: 334px;
}
#gnavi {
	position: fixed;
	top: 135px;
	width: 100%;
	height: calc(100% - 135px);
	overflow: auto;
	padding: 60px 0;
	left: 100%;
	transition: all 0.5s ease;
	background: rgba(255, 255, 255, 0.9);
	z-index: 999;
	opacity: 0;
}
#gnavi.show {
	left: 0;
	opacity: 1;
}
#gnavi .container {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 1200px;
	flex-wrap: wrap;
}
.gnv-col {
	padding-left: 20px;
}
.gnv-ttl-home {
	width: 100%;
	padding-left: 20px;
}
.gnv-list a, .gnv-ttl, .gnv-ttl-home a {
	text-decoration: none;
	font-weight: bold;
	color: #221714;
	position: relative;
	transition: all 0.5s ease;
	display: inline-block;
}
.gnv-list a:before, .gnv-ttl:before, .gnv-ttl-home a:before {
	content: '';
	position: absolute;
	background: url("../images/icon_red_arr_right.png") no-repeat;
	background-size: 100% auto;
	width: 6px;
	height: 11px;
	left: -14px;
	top: 11px;
}
.gnv-ttl {
	margin: 0;
}
.gnv-list:not(:last-child) {
	margin-bottom: 15px;
}
.gnv-col.sub a {
	font-size: 14px;
	font-weight: normal;
}
.gnv-col.sub a:before {
	display: none;
}
.gnv-list a:hover {
	color: #ea6060;
}
.gnv-link li a {
	display: block;
	text-decoration: none;
	background: #ea6060;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	border-radius: 30px;
	padding: 8px;
	border: 2px solid #ea6060;
	transition: all 0.5s ease;
}
.gnv-link li {
	margin-bottom: 10px;
}
.gnv-link li:nth-child(2) a {
	background: #6cb765;
	border-color: #6cb765;
}
.gnv-link li a:hover {
	background: #fff;
	color: #221714;
}
.gnv-link {
	margin-bottom: 30px;
}
.gnv-img li {
	margin: 0 0 10px;
	background: #fff;
	border-radius: 5px;
	padding: 10px;
}
.gnv-col:last-child {
	min-width: 350px;
	flex-shrink: 0;
}
/* MENU-ICON */
.menu-icon {
	width: 75px;
	height: 75px;
	background: #fff;
	border-radius: 50%;
	position: relative;
	margin: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	padding: 30px 10px 10px;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
	overflow: hidden;
}
.menu-icon span {
	display: block;
	position: absolute;
	height: 4px;
	width: 30px;
	background: #d3531a;
	opacity: 1;
	left: calc(50% - 15px);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
.menu-icon span:nth-child(1) {
	top: 19px;
	background: #6cb765;
}
.menu-icon span:nth-child(2) {
	top: 29px;
	background: #ea6060;
}
.menu-icon span:nth-child(3) {
	top: 39px;
	background: #ffe072;
}
.menu-icon.active span:nth-child(1) {
	top: 29px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	background: #ea6060;
}
.menu-icon.active span:nth-child(2) {
	opacity: 0;
	left: -60px;
}
.menu-icon.active span:nth-child(3) {
	top: 29px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
	background: #ea6060;
}
/*=====================================#mainvisual=====================================*/
#index #mainvisual {
	height: 100vh;
	position: relative;
	z-index: 5;
}
.idx-cnt {
	position: relative;
	z-index: 5;
	width: 100%;
	height: 100%;
}
#index #mainvisual h2,
#index #mainvisual .h2 {
	font-family: YokosukaBlock-Regular;
	font-size: 86px;
	color: #fff;
	letter-spacing: 0.21em;
	margin: -10px 0 28px;
	flex-shrink: 0;
	text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
}
.idx-main-h2txt {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
	font-weight: 500;
	font-size: 30px;
	color: #fff;
	letter-spacing: 0.21em;
	margin: -30px 0 18px;
	flex-shrink: 0;
	text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
}
.idx-video {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background: url("../images/mv_bg.png") #000;
}
.idx-video video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0.9;
}
.idx-cnt {
	position: relative;
	z-index: 5;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.idx-main {
	height: 100%;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.idx-main-txt01 {
	flex-shrink: 0;
	width: 207px;
	height: 138px;
	background: url("../images/idx_main_txt01.svg") no-repeat;
	background-size: 100% auto;
	margin: 0;
	font-size: 26px;
	color: #fff;
	letter-spacing: 0.075em;
	line-height: 1.32em;
	padding: 20px 0 0 10px;
	font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}
.idx-main-txt02 {
	margin: 0;
}
.idx-main-bnr {
	display: flex;
	justify-content: center;
	bottom: 96px;
	position: absolute;
	width: 100%;
}
.idx-main-bnr li {
	width: 300px;
}
.idx-main-bnr li:not(:last-child) {
	margin-right: 20px;
}
.idx-main-bnr li a {
	display: flex;
	text-decoration: none;
	align-items: center;
	text-align: center;
	background: #fff;
	border: 4px solid #ea6060;
	border-radius: 5px;
	font-size: 25px;
	color: #221714;
	font-weight: bold;
	letter-spacing: 0.1em;
	height: 80px;
	transition: all 0.5s ease;
	position: relative;
}
.idx-main-bnr li a:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 31px 31px 0 0;
	border-color: #ea6060 transparent transparent transparent;
	top: 0;
	left: 0;
}
/*.idx-main-bnr li a:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 31px 31px;
  border-color: transparent transparent #ea6060 transparent;
  bottom: 0;
  right: 0;
}*/
.idx-main-bnr li a:hover {
	opacity: 0.8;
}
.idx-main-bnr li:nth-child(2) a {
	border-color: #6cb765;
}
.idx-main-bnr li:nth-child(2) a:before {
	border-top-color: #6cb765;
}
.idx-main-bnr li:nth-child(2) a:after {
	border-bottom-color: #6cb765;
}
.idx-main-bnr-txt {
	margin: 0;
	width: 100%;
	line-height: 1.25em;
	font-size: 28px;
}
.idx-main-bnr-img {
	margin: 0;
	flex-shrink: 0;
}
.idx-main-bnr li:nth-child(2) .idx-main-bnr-img img {
	width: 70px;
	flex-shrink: 0;
}
.idx-main-bnr li:nth-child(1) .idx-main-bnr-img {
	position: relative;
	top: -2px;
	margin-right: -22px;
}
.idx-clr01 {
	color: #ea6060;
}
.idx-main-bnr li:nth-child(2) .idx-main-bnr-img {
	width: 100px;
	height: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.idx-main-btn {
	position: fixed;
	top: 23%;
	right: -50px;
	z-index: 10;
	transition: all 0.5s ease;
}
.idx-main-btn.fixed {
	right: 0;
}
.idx-main-btn li a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	color: #fff;
	background: #ea6060;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.1em;
	border-radius: 5px;
	height: 250px;
	width: 50px;
	border: 2px solid #ea6060;
	transition: all 0.5s ease;
}
.idx-main-btn-txt {
	-ms-writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	writing-mode: tb-rl;
	white-space: nowrap;
}
.idx-main-btn li:not(:last-child) {
	margin-bottom: 10px;
}
.idx-main-btn li:nth-child(2) a {
	background: #6cb765;
	border-color: #6cb765;
}
.idx-main-btn li a:before {
	width: 40px;
	height: 40px;
	content: '';
	position: relative;
	display: inline-block;
	border-radius: 50%;
	margin-bottom: 10px;
	background: url("../images/f_icon01.png") no-repeat center center/20px auto #fff;
}
.idx-main-btn li:nth-child(2) a:before {
	background: url("../images/idx_main_img02.png") no-repeat center center/22px auto #fff;
}
.idx-main-btn li a:hover {
	opacity: 0.8;
}
#main {
	position: relative;
	z-index: 5;
	background: #fff;
}
/*==================================Box01========================================*/
.box01 {
	padding: 101px 0 89px;
}
.idx-h3 {
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	line-height: 1em;
	margin: 0 0 14px;
}
.idx-h3-en {
	display: block;
	font-size: 18px;
	color: #8ae082;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	letter-spacing: 0.075em;
	margin-top: -5px;
}
.idx-h3-en:before, .idx-h3-en:after {
	content: '';
	position: relative;
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #8ae082;
	top: -2px;
}
.idx-h3-en:before {
	margin-right: 5px;
}
.idx-h3-en:after {
	margin-left: 5px;
}
.box01 .idx-h3 {
	margin: 0;
	letter-spacing: -0.09em;
}
.box01 .idx-h3-en {
	color: #ea6060;
	font-size: 22px;
	font-weight: 900;
	margin-top: -9px;
}
.box01 .idx-h3-en:before, .box01 .idx-h3-en:after {
	background: #ea6060;
	top: -3px;
	width: 10px;
	height: 10px;
}
.box01 .idx-h3-en:after {
	margin-left: 7px;
}
.box01 .idx-h3-en:before {
	margin-right: 7px;
}
.b01-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 36px;
}
.b01-top-text span {
	font-weight: bold;
}
.b01-btn {
	margin: 5px 0 0;
}
.b01-btn a {
	display: block;
	text-decoration: none;
	font-size: 16px;
	color: #221714;
	font-weight: bold;
	width: 155px;
	background: #fff;
	border: 2px solid #ea6060;
	border-radius: 30px;
	text-align: center;
	padding: 2px;
	transition: all 0.5s ease;
}
.b01-btn a:before {
	content: '';
	position: relative;
	display: inline-block;
	background: url("../images/idx_arr.png") no-repeat;
	background-size: 100% auto;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	top: 4px;
	transition: all 0.5s ease;
}
.b01-btn a:hover {
	background: #ea6060;
	color: #fff;
}
.b01-btn a:hover:before {
	background-image: url("../images/idx_arr_hv.png");
}
.b01-list {
	margin: 0 -20px 50px;
}
.b01-item {
	width: 270px;
	margin: 0 20px;
	background: #f0f0f0;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}
.b01-item a {
	text-decoration: none;
	color: #221714;
	display: block;
	transition: all 0.5s ease;
	outline: none;
}
.b01-item:hover a {
	background: rgba(234, 96, 96, 0.1);
	opacity: 0.8;
}
.b01-itm-img {
	margin: 0;
}
.b01-itm-main {
	padding: 12px 13px 25px;
}
.b01-itm-date {
	margin: 0;
	font-size: 14px;
	color: #ea6060;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.8em;
}
.b01-itm-ttl {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5em;
	margin: -3px 0 9px;
	letter-spacing: -0.05em;
}
/*.b01-itm-txt {
  margin: 0;
  font-size: 16px;
  line-height: 1.5em;
  height: 48px;
  overflow: hidden;
  font-family: "游ゴシック体", "Yu Gothic Medium", "Yu Gothic", YuGothic, sans-serif;
}*/
.b01-itm-txt {
	margin: 0;
	font-size: 13px;
	line-height: 1.5em;
	height: 95px;
	overflow: hidden;
	font-family: "游ゴシック体", "Yu Gothic Medium", "Yu Gothic", YuGothic, sans-serif;
}
.b01-itm-txt02 {
	height: 65px;
}
/*==========================================================================*/
.box02 {
	background: url("../images/b02_bg.jpg");
	padding: 91px 0 97px;
}
.box02 .container {
	display: flex;
}
.b02-left {
	width: 804px;
	padding-right: 39px;
	border-right: 1px solid #c6c6c6;
	margin-right: 40px;
}
.b02-right {
	width: 360px;
}
.b02-left-txt {
	font-size: 18px;
	text-align: center;
	font-family: "游ゴシック体", "Yu Gothic Medium", "Yu Gothic", YuGothic, sans-serif;
	line-height: 1.67em;
	width: 100%;
	max-width: 605px;
	margin: 0 0 25px;
}
.b02-left-main {
	background: #fff url("../images/b02_map.png") no-repeat right 41px center/239px auto;
	border: 1px solid #e1e1e1;
	padding: 30px 20px 32px 31px;
	position: relative;
}
.b02-left-main:after {
	content: '';
	position: absolute;
	background: url("../images/b02_icon01.png") no-repeat;
	background-size: 100% auto;
	width: 165px;
	height: 184px;
	right: -4px;
	top: -170px;
	pointer-events: none;
}
.b02-left-link {
	display: flex;
	margin: 0 0 4px;
}
.b02-left-link:last-child {
	margin: 0;
}
.b02-left-link dt {
	line-height: 2em;
	font-weight: bold;
	width: 165px;
	font-size: 18px;
	flex-shrink: 0;
	letter-spacing: 0.05em;
}
.b02-left-link ul {
	display: flex;
	flex-wrap: wrap;
}
.b02-left-link dd {
	width: 100%;
}
.b02-left-link li a {
	text-decoration: none;
	color: #221714;
	letter-spacing: 0.09em;
	display: inline-block;
	font-size: 18px;
	transition: all 0.5s ease;
	font-family: "游ゴシック体", "Yu Gothic Medium", "Yu Gothic", YuGothic, sans-serif;
}
.b02-left-link li a:hover {
	color: #8ae082;
}
.b02-left-link li:not(:last-child):after {
	content: '|';
	position: relative;
	display: inline-block;
	font-family: "游ゴシック体", "Yu Gothic Medium", "Yu Gothic", YuGothic, sans-serif;
	margin: 0 7px;
}
.b02-right .idx-h3-en {
	color: #f4cf4e;
	margin-top: -8px;
}
.b02-right .idx-h3 {
	margin: 0 0 42px;
}
.b02-right .idx-h3-en:before, .b02-right .idx-h3-en:after {
	background: #f4cf4e;
}
.b02-right-bnr:not(:last-child) {
	margin-bottom: 30px;
}
.b02-right-bnr a {
	display: flex;
	background: #fff;
	border: 3px solid #8ae082;
	border-radius: 10px;
	position: relative;
	padding: 18px 18px 19px 16px;
	align-items: center;
	text-decoration: none;
	color: #221714;
	transition: all 0.5s ease;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.06);
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.06);
}
.b02-right-bnr:nth-of-type(1) a:hover {
	background: #f3fcf2;
}
.b02-right-bnr:nth-of-type(2) a:hover {
	background: #fcf5fd;
}
.b02-right-bnr:nth-of-type(3) a:hover {
	background: #f3f6ff;
}
.b02-right-img {
	margin: 0 10px 0 0;
	width: 50px;
	flex-shrink: 0;
}
.b02-right-txt {
	margin: 0;
	width: 100%;
	font-size: 18px;
	line-height: 1.5em;
	letter-spacing: -0.08em;
}
.b02-right-ttl {
	font-size: 24px;
	display: block;
	color: #8ae082;
	font-weight: bold;
	letter-spacing: -0.02em;
	margin: 0 0 3px;
}
.b02-right-bnr a:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 27px 27px 0 0;
	border-color: #8ae082 transparent transparent transparent;
	top: 0;
	left: 0;
}
.b02-right-bnr a:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 27px 27px;
	border-color: transparent transparent #8ae082 transparent;
	bottom: 0;
	right: 0;
}
.b02-right-bnr:nth-of-type(2) a {
	border-color: #e39be8;
}
.b02-right-bnr:nth-of-type(2) a:before {
	border-top-color: #e39be8;
}
.b02-right-bnr:nth-of-type(2) a:after {
	border-bottom-color: #e39be8;
}
.b02-right-bnr:nth-of-type(2) .b02-right-ttl {
	color: #e39be8;
}
.b02-right-bnr:nth-of-type(3) a {
	border-color: #7390e8;
}
.b02-right-bnr:nth-of-type(3) a:before {
	border-top-color: #7390e8;
}
.b02-right-bnr:nth-of-type(3) a:after {
	border-bottom-color: #7390e8;
}
.b02-right-bnr:nth-of-type(3) .b02-right-ttl {
	color: #7390e8;
}
/*==========================================================================*/
.box03 {
	padding: 73px 0 30px;
}
.box03 .idx-h3:before {
	content: '';
	position: relative;
	display: block;
	margin: 0 auto 15px;
	background: url("../images/b03_h3_icon.png") no-repeat;
	background-size: 100% auto;
	width: 45px;
	height: 42px;
}
.box03 .idx-h3-en {
	color: #e39be8;
}
.box03 .idx-h3-en:before, .box03 .idx-h3-en:after {
	background: #e39be8;
}
.box03 .idx-h3 {
	margin: 0 0 31px;
}
.b03-list {
	display: flex;
	flex-wrap: wrap;
	padding: 0 5%;
	justify-content: space-between;
}
.b03-item {
	width: 46%;
	margin: 0 0 46px;
}
.b03-itm-img {
	margin: 0;
	position: relative;
	z-index: 0;
}
.b03-itm-img img {
	border-radius: 10px;
}
.b03-itm-img:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background: #e39be8;
	left: 5px;
	top: 5px;
	z-index: -1;
}
.b03-itm-point {
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	text-align: center;
	position: absolute;
	width: 82px;
	height: 82px;
	background: #e39be8;
	color: #fff;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	line-height: 0.9em;
	letter-spacing: 0.075em;
	padding-top: 5px;
}
.b03-itm-point span {
	font-size: 32px;
	line-height: 1em;
}
.b03-itm-point:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 15px 9px 0;
	border-color: transparent #e39be8 transparent transparent;
	left: -1px;
	top: 10px;
	transform: rotate(30deg);
}
.b03-item:nth-child(2n+1) .b03-itm-point {
	left: -41px;
	top: -30px;
}
.b03-item:nth-child(2n+2) .b03-itm-point {
	right: -44px;
	bottom: -23px;
}
.b03-item:nth-child(3) .b03-itm-point {
	left: -38px;
	top: -27px;
}
.b03-item:nth-child(4) .b03-itm-point {
	bottom: -26px;
	right: -45px;
}
.b03-item a {
	text-decoration: none;
	display: block;
	color: #221714;
	text-align: center;
	transition: all 0.5s ease;
}
.b03-item a:hover {
	opacity: 0.7;
}
.b03-item:nth-child(4n+1) .b03-itm-point {
	background: url("../images/b03_icon_bg.png") no-repeat;
	background-size: 100% auto;
	width: 101px;
	height: 82px;
}
.b03-item:nth-child(4n) .b03-itm-point {
	background: url("../images/b03_icon_bg01.png") no-repeat;
	background-size: 100% auto;
	width: 101px;
	height: 82px;
	padding-top: 5px;
}
.b03-item:nth-child(4n) .b03-itm-point:after, .b03-item:nth-child(4n+1) .b03-itm-point:after {
	display: none;
}
.b03-item:nth-child(3) .b03-itm-point:after {
	left: auto;
	top: auto;
	right: 3px;
	bottom: 13px;
	transform: rotate(-30deg);
}
.b03-itm-ttl {
	margin: 20px 0 14px;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.25em;
	white-space: nowrap;
	display: flex;
	justify-content: center;
	align-items: center;
}
.idx-clr02 {
	color: #e39be8;
}
.b03-itm-txt {
	margin: 0 15px;
	line-height: 1.5em;
}
/*===================================Box04=======================================*/
.box04 {
	background: url("../images/b04_bg.jpg") no-repeat bottom center, url("../images/b04_bg01.jpg");
	padding: 87px 0 119px;
}
.box04 .idx-h3 img {
	width: 299px;
	margin-right: 5px;
}
.box04 .idx-h3-en {
	color: #ea6060;
	margin-top: 3px;
}
.box04 .idx-h3-en:before, .box04 .idx-h3-en:after {
	background: #ea6060;
}
.box04 .idx-h3 {
	margin: 0 0 24px;
}
.b04-txt {
	text-align: center;
	margin: 0 0 37px;
	font-size: 20px;
	font-family: "游ゴシック体", "Yu Gothic Medium", "Yu Gothic", YuGothic, sans-serif;
}
.b04-list {
	display: flex;
	justify-content: space-between;
}
.b04-item {
	width: 360px;
}
.b04-item {
	margin: 0 5px;
	display: block;
}
.b04-item a {
	text-decoration: none;
	display: block;
	padding: 20px 20px 24px;
	background: #fff;
	border-radius: 10px;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.16);
	color: #221714;
	height: 100%;
	transition: all 0.5s ease;
}
.b04-item a:hover {
	opacity: 0.8;
}
.b04-itm-img {
	margin: 0;
}
.b04-itm-img img {
	border-radius: 10px;
}
.b04-itm-num {
	width: 60px;
	height: 60px;
	background: #ea6060;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	border-radius: 50%;
	margin: -32px auto 7px;
	font-size: 30px;
	font-weight: 700;
	position: relative;
	font-family: 'Lato', sans-serif;
}
.b04-item:nth-child(2) .b04-itm-num {
	background: #8ae082;
}
.b04-item:nth-child(3) .b04-itm-num {
	background: #e39be8;
}
.b04-itm-ttl {
	text-align: center;
	font-size: 24px;
	color: #ea6060;
	font-weight: bold;
	line-height: 1.3em;
	margin: 0 0 8px;
}
.b04-item:nth-child(2) .b04-itm-ttl {
	color: #8ae082;
}
.b04-item:nth-child(3) .b04-itm-ttl {
	color: #e39be8;
}
.b04-itm-txt {
	margin: 0;
	line-height: 1.5em;
	letter-spacing: 0.05em;
}
/*======================================Box05====================================*/
.box05 {
	background: url("../images/b05_bg.jpg") repeat-x top center;
	height: 330px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.box05:before {
	content: '';
	position: absolute;
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	opacity: 0.6;
	border: 2px solid #fff;
	top: 20px;
	left: 20px;
}
.b05-txt {
	margin: 0;
}
/*=================================Box06=========================================*/
.box06 {
	background: url("../images/b06_bg.jpg");
	padding: 96px 0 130px;
}
.box06 .idx-h3 {
	margin: 0 0 26px;
}
.box06 .idx-h3-en {
	color: #ea6060;
}
.box06 .idx-h3-en:before, .box06 .idx-h3-en:after {
	background: #ea6060;
}
.b06-main {
	margin: 0 10px 20px;
	background: #fff;
	position: relative;
	border-radius: 10px;
	padding: 30px 15px 0px;
}
.b06-main-list {
	display: flex;
	justify-content: space-between;
}
.b06-main-list li {
	width: 175px;
	height: 516px;
	background: #f0f0f0;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	padding: 0 5px;
}
.b06-main-itm-txt {
	background: #ffe072;
	width: 100%;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	padding: 4px;
	margin: 0 0 -20px;
	border-radius: 5px;
	letter-spacing: 0.05em;
}
.b06-main-txt {
	position: absolute;
	width: 100%;
	height: auto;
	top: 60px;
	right: 23px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.b06-main-txt li:not(:last-child) {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	padding: 2px;
}
.b06-main-txt ul {
	position: relative;
	border: 1px dashed #a9a8a8;
	border-radius: 5px;
	padding: 10px;
	margin-bottom: 30px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.b06-main-txt ul:last-child {
	margin: 0;
}
.b06-main-txt ul:nth-child(1) li:not(:last-child) {
	background: #7390e8;
	width: 330px;
}
.b06-main-txt ul:nth-child(2) li:not(:last-child) {
	background: #e39be8;
	width: 335px;
	margin: 0px 386px 0 0;
}
.b06-main-txt ul:nth-child(2) li:nth-child(1) {
	width: 300px;
	margin: 0;
}
.b06-main-txt ul:nth-child(2) li:nth-child(2) {
	width: 530px;
	margin: 10px 0 10px 0;
}
.b06-main-txt ul:nth-child(3) li:not(:last-child) {
	background: #8ae082;
	width: 457px;
}
.b06-main-txt ul:nth-child(3) li:nth-child(2) {
	width: 780px;
	margin: 10px 67px 0 0;
}
.b06-main-txt ul:nth-child(3) li:nth-child(3) {
	width: 478px;
	margin: 10px 631px 0 0;
}
.b06-main-txt li:last-child {
	position: absolute;
	right: 100%;
	top: 0;
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-weight: bold;
	line-height: 1.15em;
	letter-spacing: -0.05em;
}
.b06-main-txt ul:nth-child(1) li:last-child {
	background: url("../images/b06_icon_bg01.png") no-repeat;
	background-size: 100% auto;
	width: 150px;
	height: 100px;
	right: calc(100% + 76px);
	top: -39px;
}
.b06-main-txt ul:nth-child(1) li:last-child:after {
	content: '';
	position: absolute;
	background: url("../images/b06_icon01.png") no-repeat;
	background-size: 100% auto;
	width: 117px;
	height: 93px;
	left: calc(100% - 24px);
	bottom: -40px;
}
.b06-main-txt ul:nth-child(2) li:last-child {
	background: url("../images/b06_icon_bg02.png") no-repeat;
	background-size: 100% auto;
	width: 150px;
	height: 100px;
	right: calc(100% + 84px);
	top: -37px;
}
.b06-main-txt ul:nth-child(2) li:last-child:after {
	content: '';
	position: absolute;
	background: url("../images/b06_icon02.png") no-repeat;
	background-size: 100% auto;
	width: 107px;
	height: 101px;
	left: calc(100% + 5px);
	bottom: -40px;
}
.b06-main-txt ul:nth-child(3) li:last-child {
	background: url("../images/b06_icon_bg03.png") no-repeat;
	background-size: 100% auto;
	width: 140px;
	height: 85px;
	left: 41px;
	top: -11px;
}
.b06-main-txt ul:nth-child(3) li:last-child:after {
	content: '';
	position: absolute;
	background: url("../images/b06_icon03.png") no-repeat;
	background-size: 100% auto;
	width: 69px;
	height: 81px;
	left: calc(100% + 7px);
	bottom: -24px;
}
.b06-list {
	display: flex;
	justify-content: space-between;
	padding: 0 20px;
	position: relative;
}
.b06-list:after {
	content: '';
	position: absolute;
	background: url("../images/b06_icon04.png") no-repeat;
	background-size: 100% auto;
	width: 389px;
	height: 136px;
	left: calc(100% - 107px);
	bottom: 59px;
	pointer-events: none;
}
.b06-item {
	width: 360px;
	background: #8ae082;
	border-radius: 10px;
	color: #fff;
	padding: 20px;
	position: relative;
	z-index: 0;
}
.b06-item:nth-child(2) {
	background: #e39be8;
}
.b06-item:nth-child(3) {
	background: #7390e8;
}
.b06-itm-img {
	width: 205px;
	margin: 80px auto 20px;
	position: relative;
	z-index: 0;
	flex-shrink: 0;
}
.b06-itm-img:after {
	content: '';
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	top: 5px;
	left: 10px;
	border-radius: 50%;
	background: #ffe072;
}
.b06-itm-img img {
	border-radius: 50%;
	flex-shrink: 0;
}
.b06-item:nth-child(2) .b06-itm-img:after {
	background: #ea6060;
}
.b06-item:nth-child(3) .b06-itm-img:after {
	background: #8ae082;
}
.b06-itm-main {
	display: flex;
	flex-direction: column;
}
/*.b06-itm-ttl {
  -ms-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  writing-mode: tb-rl;
  white-space: nowrap;
  margin: 0;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2em;
  position: absolute;
  right: 26px;
  top: 27px;
  letter-spacing: 0.05em;
}*/
.b06-itm-ttl {
	margin: 0;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.2em;
	position: absolute;
	letter-spacing: 0.05em;
}
.b06-item:nth-child(2) .b06-itm-ttl, .b06-item:nth-child(3) .b06-itm-ttl {
	line-height: 1.2em;
	letter-spacing: 0;
}
.b06-itm-en {
	font-size: 68px;
	font-weight: 900;
	color: #77d86f;
	margin: 0;
	position: absolute;
	right: 7px;
	top: 20px;
	transform: rotate(-180deg);
	-ms-writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	writing-mode: tb-rl;
	white-space: nowrap;
	z-index: -1;
	line-height: 1em;
}
.b06-item:nth-child(2) .b06-itm-en {
	color: #db89e2;
}
.b06-item:nth-child(3) .b06-itm-en {
	color: #4d6ccc;
}
.b06-itm-txt {
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.3em;
	letter-spacing: -0.02em;
	margin: 0 0 11px;
}
.b06-itm-note {
	background: #fff;
	border-radius: 5px;
	margin: 0 0 5px;
	color: #221714;
	padding: 8px 10px 8px 16px;
}
.b06-itm-note dt {
	font-weight: bold;
	line-height: 1.35em;
}
.b06-itm-star {
	color: #ffe072;
	display: inline-block;
	margin: 0 10px;
	width: 48px;
}
.b06-itm-note dd {
	font-size: 14px;
	line-height: 1.3em;
}
.b06-itm-cnt {
	margin: 0 0 20px;
	min-height: 175px;
	order: 2;
}
.idx-btn {
	margin: 0;
	text-align: center;
}
.idx-btn a {
	display: block;
	margin: 0 auto;
	text-decoration: none;
	font-size: 16px;
	color: #221714;
	font-weight: bold;
	width: 205px;
	background: #fff;
	border-radius: 30px;
	text-align: center;
	border: 2px solid #fff;
	padding: 2px;
	transition: all 0.5s ease;
}
.idx-btn a:before {
	content: '';
	position: relative;
	display: inline-block;
	background: url("../images/idx_arr.png") no-repeat;
	background-size: 100% auto;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	top: 4px;
	transition: all 0.5s ease;
}
.idx-btn a:hover {
	background: #ea6060;
	color: #fff;
}
.idx-btn a:hover:before {
	background-image: url("../images/idx_arr_hv.png");
}
.b06-item:nth-child(1) .idx-btn a:before {
	background-image: url("../images/idx_arr01.png");
}
.b06-item:nth-child(2) .idx-btn a:before {
	background-image: url("../images/idx_arr02.png");
}
.b06-item:nth-child(3) .idx-btn a:before {
	background-image: url("../images/idx_arr03.png");
}
.b06-item:nth-child(1) .idx-btn a:hover:before {
	background-image: url("../images/idx_arr01_hv.png");
}
.b06-item:nth-child(2) .idx-btn a:hover:before {
	background-image: url("../images/idx_arr02_hv.png");
}
.b06-item:nth-child(3) .idx-btn a:hover:before {
	background-image: url("../images/idx_arr03_hv.png");
}
.b06-item:nth-child(1) .idx-btn a:hover {
	background: #8ae082;
}
.b06-item:nth-child(2) .idx-btn a:hover {
	background: #e39be8;
}
.b06-item:nth-child(3) .idx-btn a:hover {
	background: #7390e8;
}
/*====================================Box07======================================*/
.box07 {
	padding: 93px 0 118px;
}
.box07 .container {
	display: flex;
	justify-content: space-between;
}
.b07-new, .b07-column {
	width: 540px;
}
.b07-h3 {
	font-size: 40px;
	font-weight: bold;
	line-height: 1.3em;
	padding-left: 60px;
	position: relative;
}
.b07-h3-en {
	font-size: 18px;
	color: #e39be8;
	letter-spacing: 0.075em;
	display: inline-block;
	margin-left: 2px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	position: relative;
	top: -2px;
}
.b07-column .b07-h3-en {
	color: #8ae082;
	margin-left: 10px;
}
.b07-h3:before {
	content: '';
	position: absolute;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	left: 0;
	background: url("../images/b07_icon01.png") no-repeat center center/30px auto #e39be8;
}
.b07-column .b07-h3:before {
	background: url("../images/b07_icon02.png") no-repeat center center/30px auto #8ae082;
}
.b07-top {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin: 0 0 23px;
}
.b07-btn a {
	color: #221714;
	text-decoration: none;
	display: block;
	transition: all 0.5s ease;
}
.b07-btn a:hover {
	color: #e39be8;
}
.b07-column .b07-btn a:hover {
	color: #8ae082;
}
.b07-btn {
	margin: 0 0 2px;
}
.b07-btn a:before {
	content: '';
	position: relative;
	margin-right: 13px;
	border: solid #e39be8;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 4px;
	top: -1px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.b07-column .b07-btn a:before {
	border: solid #8ae082;
	border-width: 0 2px 2px 0;
}
.b07-list a {
	display: block;
	text-decoration: none;
	border-top: 1px solid #e1e1e1;
	padding: 18px 3px 13px;
	color: #221714;
	transition: all 0.5s ease;
}
.b07-list li:last-child a {
	border-bottom: 1px solid #e1e1e1;
}
.b07-list a:hover {
	background: #fafafa;
}
.b07-itm-date {
	font-size: 14px;
	margin: 0 0 0 3px;
	color: #e39be8;
	line-height: 1.5em;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	letter-spacing: 0.075em;
}
.b07-itm-ttl {
	font-size: 18px;
	margin: 0;
	line-height: 1.5em;
	letter-spacing: -0.015em;
}
.b07-column .b07-itm-date {
	color: #8ae082;
}
/*==================================Footer========================================*/
.f-main {
	/*position: fixed;*/
	bottom: 0;
	left: 0;
	width: 100%;
	overflow: auto;
	height: auto;
	max-height: 100%;
}
.f-main::-webkit-scrollbar {
	width: 0;
}
.f-main::-webkit-scrollbar-track {
	background: transparent;
}
.f-main::-webkit-scrollbar-thumb {
	background: transparent;
}
.f-main::-webkit-scrollbar-thumb:hover {
	background: transparent;
}
.footer01 {
	background: url("../images/f01_bg.jpg") no-repeat center;
	background-size: cover;
	padding: 100px 0 101px;
	text-align: center;
	color: #fff;
}
.f01-ttl {
	font-size: 42px;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1em;
	margin: 0 0 36px;
}
.f01-ttl-en {
	font-size: 16px;
	color: #ffe072;
	display: block;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
	letter-spacing: 0.075em;
}
.f01-ttl-jp {
	display: inline-block;
	position: relative;
	border-bottom: 7px solid #ffe072;
	padding: 0 8px 14px;
}
.f01-ttl-jp:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	left: calc(50% - 12.5px);
	bottom: -20px;
	border-style: solid;
	border-width: 15px 12.5px 0 12.5px;
	border-color: #ffe072 transparent transparent transparent;
}
.f01-txt {
	font-size: 20px;
	line-height: 1.5em;
	margin: 0 0 22px;
	letter-spacing: 0.02em;
}
.f01-btn {
	display: flex;
	justify-content: center;
}
.f01-btn li {
	width: 330px;
	margin-right: 40px;
}
.f01-btn li:last-child {
	margin-right: 0;
}
.f01-btn a {
	text-decoration: none;
	background: #fff;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: relative;
	color: #221714;
	font-size: 24px;
	font-weight: bold;
	height: 60px;
	padding-right: 30px;
	transition: all 0.5s ease;
	border: 2px solid #fff;
}
.f01-btn a:after {
	content: '';
	position: absolute;
	right: 27px;
	background: url("../images/icon_red_arr_right.png") no-repeat;
	background-size: 100% auto;
	width: 10px;
	height: 18px;
	top: calc(50% - 9px);
	transition: all 0.5s ease;
}
.f01-btn a:hover {
	background: #ffe072;
}
.footer02 {
	padding: 79px 0 74px;
}
.f02-link li {
	line-height: 1.5em;
	margin: 0 0 7px;
}
.f02-top-link {
	display: flex;
	justify-content: space-between;
	padding: 0 54px 64px;
	border-bottom: 1px solid #e1e1e1;
	margin: 0 0 55px;
}
.f02-link-ttl, .f02-link-ttl a {
	text-decoration: none;
	font-weight: bold;
	color: #221714;
	position: relative;
	transition: all 0.5s ease;
	letter-spacing: 0.075em;
}
.f02-link-ttl:before {
	content: '';
	position: absolute;
	background: url("../images/icon_red_arr_right.png") no-repeat;
	background-size: 100% auto;
	width: 6px;
	height: 11px;
	left: -14px;
	top: 8px;
}
.f02-link li:not(.f02-link-ttl) a {
	font-size: 14px;
	color: #221714;
	text-decoration: none;
	transition: all 0.5s ease;
}
.f02-link li:not(.f02-link-ttl) a:hover, .f02-link-ttl a:hover {
	color: #ea6060;
}
.f02-main {
	display: flex;
	align-items: flex-end;
}
.f02-logo {
	margin: 0 49px 0 4px;
	flex-shrink: 0;
	width: 100%;
	max-width: 352px;
}
.f02-tel {
	font-size: 14px;
	flex-shrink: 0;
	margin: 0 27px 4px 0;
	text-align: center;
	line-height: 1em;
}
.f02-tel a {
	text-decoration: none;
	color: #221714;
	font-size: 30px;
	font-weight: bold;
	background: url("../images/f_tel.png") no-repeat left top;
	padding-top: 3px;
	padding-left: 45px;
	display: block;
	line-height: 1em;
	margin-bottom: -5px;
	letter-spacing: -0.03em;
}
.f02-time {
	margin: 0 0 -6px;
	letter-spacing: -0.02em;
	line-height: 1.15em;
}
.f02-time-note {
	font-size: 14px;
}
.f02-time-small {
	font-size: 13px;
	display: block;
	letter-spacing: 0.05em;
	margin-top: 5px;
}
.f02-time-small .idx-clr01 {
	font-weight: bold;
}
.copyright {
	margin: 0;
	background: #ea6060;
	text-align: center;
	color: #fff;
	font-size: 12px;
	letter-spacing: 0.075em;
	padding: 27px 0;
}
@media screen\0, all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.b01-btn a {
		padding-top: 5px;
	}
	.b06-main-txt li:not(:last-child) {
		padding: 5px 2px 0;
	}
	.b06-main-txt li:last-child {
		padding-top: 7px;
	}
	.b06-main-itm-txt {
		padding: 7px 4px 1px;
	}
	.idx-btn a {
		padding: 5px 2px 0;
	}
	.f01-btn a {
		padding-top: 8px;
	}
	.idx-main-bnr-txt {
		padding-top: 7px;
	}
	.gnv-link li a {
		padding: 12px 8px 4px;
	}
}
/*=====================================#Under=====================================*/
.under #mainvisual {
	height: 450px;
	background: url('../images/under_main.jpg') no-repeat center;
	background-size: cover;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 1;
}
.under #mainvisual:before {
	content: '';
	position: absolute;
	background: #000;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: .5;
}
.under #main {
	padding: 0 0 150px;
	border-bottom: 1px solid #e1e1e1;
}
.under .under-h2, .under .under-h3, .under h4, .under h5, .under h6 {
	line-height: 1.4em;
	font-weight: bold;
}
.under .under-h2 {
	text-align: center;
	font-size: 72px;
	color: #fff;
	font-weight: normal;
	position: relative;
	padding: 0 0 17px;
	line-height: 0.8em;
	margin: 50px 0 0;
}
.under .under-h2:after {
	content: '';
	position: absolute;
	background: #ffe072;
	width: 120px;
	height: 5px;
	bottom: 0;
	left: calc(50% - 60px);
}
.under .under-h3 {
	text-align: center;
	font-size: 32px;
	margin-bottom: 33px;
}
.under .under-h3 .eng {
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	color: #ea6060;
	display: block;
	font-size: 16px;
	letter-spacing: 0.07em;
	margin-top: -7px;
}
.under .under-h3 .eng i {
	font-style: normal;
	padding: 0 20px;
	position: relative;
	font-weight: normal;
}
.under .under-h3 .eng i:before, .under .under-h3 .eng i:after {
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #ea6060;
	top: 50%;
	transform: translateY(-50%);
}
.under .under-h3 .eng i:before {
	left: 0;
}
.under .under-h3 .eng i:after {
	right: 0;
}
.under h4,
.under .under-h4 {
	font-size: 28px;
	font-weight: bold;
	color: #ea6060;
	margin-bottom: 25px;
}
.under h5,
.under .under-h5 {
	font-size: 22px;
	overflow: hidden;
	position: relative;
	padding-left: 22px;
	margin-bottom: 12px;
}
.under h5:before,
.under .under-h5:before {
	position: absolute;
	content: '';
	width: 15px;
	height: 3px;
	background: #e39be8;
	left: 0;
	top: 13px;
	border-radius: 20px;
}
.under h6 {
	font-size: 18px;
	overflow: hidden;
	margin-bottom: 12px;
	padding-bottom: 2px;
	line-height: 1.6em;
}
.under h6 span {
	background-image: linear-gradient(to right, #ade9a7 100%, #ade9a7 100%);
	background-position: 0 19px;
	background-repeat: repeat-x;
	padding-bottom: 2px;
}
section img, .section img {
	border-radius: 10px;
}
.image-r img {
	box-shadow: 10px 10px 0 #ffe072;
}
.image-l img {
	box-shadow: -10px 10px 0 #ffe072;
}
.topic-path {
	display: block;
	overflow: hidden;
	width: 100%;
	margin-bottom: 111px;
	border-bottom: 1px solid #e1e1e1;
}
.topic-path ul {
	width: 1200px;
	margin: 0 auto;
	padding: 22px 0px;
}
.topic-path li {
	display: inline-block;
	font-size: 14px;
	position: relative;
	padding: 0 40px 0 0;
	letter-spacing: 0.05em;
}
.topic-path li a {
	color: #221714;
	text-decoration: none;
}
.topic-path li:after {
	position: absolute;
	content: '>';
	color: #221714;
	top: -2px;
	right: 12px;
	font-size: 18px;
}
.topic-path li a:hover {
	text-decoration: underline;
}
.topic-path li:last-child:after {
	display: none;
}
.under-list li {
	padding-left: 20px;
	position: relative;
	margin-bottom: 8px;
}
.under-list li:last-child {
	margin-bottom: 0;
}
.under-list li:before {
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	background: #ea6060;
	border-radius: 50%;
	left: 0;
	top: 11px;
}
section p:last-child, .section p:last-child {
	margin-bottom: 0;
}
.under-tbl th {
	background: none;
	color: #221714;
	font-weight: bold;
	text-align: left;
}
.under-tbl th, .under-tbl td {
	border: 1px solid #e1e1e1;
	border-left: none;
	border-right: none;
	padding: 18px 4px;
	vertical-align: middle;
}
.under-frm {
	background: #fbf6e4;
	border-radius: 20px;
	padding: 30px;
}
.under-slider li {
	text-align: center;
	margin-bottom: 30px;
	transition: all .5s;
}
.under-slider li img {
	max-width: 900px;
	max-height: 600px;
}
.under-slider li img.active {
	animation: fadein 2s;
}
@keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.under-slider-nav {
	display: flex;
	flex-wrap: wrap;
	max-width: 910px;
	margin: 0 auto;
}
.under-slider-nav li {
	width: calc(100%/3 - 10px);
	margin: 0 5px 10px;
	/*cursor: pointer;*/
	transition: all .5s;
}
.under-slider-nav li a {
	display: block;
}
.under-slider-nav li:hover {
	opacity: .8;
}
.txt-red {
	color: red;
}
.anc-link {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.anc-link li {
	width: calc(30% - 20px);
	margin: 0 10px 20px;
}
.anc-link li a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	background: #8ae082;
	border: 1px solid #8ae082;
	transition: all .5s;
	display: block;
	text-align: center;
	border-radius: 25px;
	padding: 7px 10px 5px;
}
.anc-link li a:hover {
	background: #fff;
	color: #8ae082;
}
h5.faq-q, h4.faq-q {
	font-size: 22px;
	color: black;
	padding-left: 45px;
	overflow: visible;
	position: relative;
}
.faq-q span {
	background-image: linear-gradient(to right, #ebc94d 100%, #ebc94d 100%);
	background-position: 0 23px;
	background-repeat: repeat-x;
}
.under h5.faq-q:before, .under h4.faq-q:before, .faq-a:before {
	content: 'Q';
	position: absolute;
	background: #ebc94d;
	font-family: 'Lato', sans-serif;
	font-size: 25px;
	width: auto;
	height: 37px;
	border-radius: 7px;
	top: -4px;
	color: #fff;
	padding: 2px 8px 5px;
	left: 0;
}
.faq-a {
	position: relative;
	padding-left: 45px;
}
.faq-a:before {
	content: 'A';
	top: -2px;
	background: #cb7adf;
	padding: 1px 9px 4px;
}
.under #content {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.under #content .top-box02 {
	padding: 30px 20px;
}
.under #content .top-box02 .b02-left {
	width: 780px;
	padding-right: 20px;
	border-right: 1px solid #c6c6c6;
	margin-right: 20px;
}
.under #content:after {
	content: '';
	position: absolute;
	background: url(../images/b06_icon04.png)center no-repeat;
	background-size: contain;
	right: -100px;
	bottom: -80px;
	width: 400px;
	height: 100px;
}
.under #content section:nth-child(3), .under #content section:nth-child(7), .under #content section:nth-child(10), .under #content section:nth-child(14) {
	position: relative;
}
.under #content section:nth-child(3):before, .under #content section:nth-child(7):before, .under #content section:nth-child(10):before, .under #content section:nth-child(14):before {
	position: absolute;
	content: '';
	background-size: contain;
	left: -40px;
	bottom: -100px;
	width: 100px;
	height: 100px;
}
.under #content section:nth-child(14):before {
	background: url(../images/b06_icon03.png)center no-repeat;
	background-size: contain;
	width: 80px;
	left: calc(50% - 40px);
	bottom: -100px;
}
.under #mainvisual.about-main {
	background: url(../images/about_main.jpg) no-repeat center;
	background-size: cover;
}
.under #mainvisual.appearance-main {
	background: url(../images/appearance_main.jpg) no-repeat center;
	background-size: cover;
}
.under #mainvisual.teachers-main {
	background: url(../images/teachers_main.jpg) no-repeat center;
	background-size: cover;
}
.under #mainvisual.faq-main {
	background: url(../images/faq_main.jpg) no-repeat center;
	background-size: cover;
}
.under #mainvisual.school-main {
	background: url(../images/school_main.jpg) no-repeat center;
	background-size: cover;
}
.ov-item {
	border: 2px solid #ffe072;
	margin-bottom: 40px;
	border-radius: 10px;
}
.ov-cate {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 0;
	border-bottom: 2px solid #ffe072;
	padding: 10px;
}
.ov-cate-tlt {
	font-weight: bold;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 30px;
	font-size: 130%;
}
.ov-cate-list {
	flex-shrink: 0;
}
.ov-cate-list span {
	background: #8ae082;
	color: #fff;
	border: 1px solid #8ae082;
	padding: 2px 5px;
	border-radius: 5px;
	margin: 0 2px 4px;
}
.ov-cate-list.cate1 span {
	background: #8ae082;
	border-color: #8ae082;
}
.ov-cate-list.cate2 span {
	background: #e39be8;
	border-color: #e39be8;
}
.ov-cate-list.cate3 span {
	background: #7390e8;
	border-color: #7390e8;
}
.ov-cnt {
	display: flex;
	padding: 20px;
	height: 350px;
	overflow: hidden;
}
.ov-txt-bg {
	background: #eee;
	padding: 15px;
	border-radius: 10px;
	height: 105px;
}
.ov-img {
	flex-shrink: 0;
	margin-bottom: 0;
	width: 360px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 20px;
	transition: all .5s;
}
.ov-img a {
	transition: all .5s;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #a7a7a7;
	border-radius: 5px;
	overflow: hidden;
}
.ov-img a:hover {
	opacity: .8;
}
.ov-img img {
	max-width: 360px;
	max-height: 100%;
	flex-shrink: 0;
	border-radius: 0;
}
.ov-txt {
	line-height: 1.5em;
	margin-bottom: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.ov-link {
	margin: 20px 0 10px;
	line-height: 1.5em;
	text-align: right;
}
.ov-link span a {
	background: #ea6060;
	color: #fff;
	border: 1px solid #ea6060;
	padding: 2px 10px;
	border-radius: 5px;
	margin: 0 2px 4px;
	display: inline-block;
	transition: all .5s;
	text-decoration: none;
	font-weight: bold;
}
.ov-link span a:hover {
	background: #fff;
	color: #ea6060;
}
.ov-box {
	width: calc(100% - 380px);
}
.ov-txt06 {
	border-radius: 10px;
	background: #d6d6d6;
	padding: 5px 10px 4px;
	line-height: 1.7em;
	height: 90px;
}
.ov-nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 800px;
	margin: 0 auto;
}
.ov-nav li {
	line-height: 1.5em;
	transition: all .5s;
}
.ov-nav li a, .ov-nav li.ov-current {
	display: block;
	padding: 3px 9px 2px;
	background: #ea6060;
	text-decoration: none;
	color: #fff;
	margin: 0 2px 4px;
	border: 1px solid #ea6060;
	transition: all .5s;
	border-radius: 3px;
	font-size: 15px;
	line-height: 1.5em;
}
.ov-nav li a:hover, .ov-nav li.ov-current {
	background: #fff;
	color: #ea6060;
}
.ov-post-map > iframe {
	width: 100%;
	height: 350px;
}
.ov-post {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.ov-post-l {
	width: 45%;
	flex-shrink: 0;
	margin-right: 20px;
}
.ov-post .ov-cate-list {
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
	line-height: 1.5em;
}
.ov-post-btn {
	margin-bottom: 1em;
}
.ov-post-btn a {
	display: block;
	max-width: 300px;
	margin: 0 auto;
	text-align: center;
	background: #ea6060;
	color: #fff;
	border: 1px solid #ea6060;
	border-radius: 30px;
	text-decoration: none;
	transition: all .5s;
	padding: 5px 10px;
	position: relative;
}
.ov-post-btn a:hover {
	background: #fff;
	color: #ea6060;
}
.ov-post-btn:nth-child(2) a:after, .ov-post-btn:nth-child(3) a:after {
	content: '';
	position: absolute;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right: 20px;
	top: calc(50% - 3px);
}
.ov-post-btn:nth-child(2) a:hover:after, .ov-post-btn:nth-child(3) a:hover:after {
	border-color: #ea6060;
}
.ov-post-img img {
	max-height: 300px;
}
.ov-post-img {
	text-align: center;
}
.ov-post-r {
	width: 55%;
}
.under #mainvisual.scratch {
	background-image: url("../images/scratch_main.jpg");
}
.under-frame {
	background-image: linear-gradient(135deg, #eef8ed 35.71%, #ffffff 35.71%, #ffffff 50%, #eef8ed 50%, #eef8ed 85.71%, #ffffff 85.71%, #ffffff 100%);
	background-size: 9.90px 9.90px;
	padding: 50px;
	border-radius: 10px;
}
.scratch .image-r img, .scratch .image-l img {
	box-shadow: 10px 10px 0 #8ae082;
}

.frm-ttl_scratch {
	font-size: 18px;
	font-weight: bold;
	background: #8ae082;
	padding: 5px 15px;
	display: inline-block;
	border-radius: 5px;
	margin-bottom: 6px;
}

.frm-ttl {
	font-size: 18px;
	font-weight: bold;
	background: #8ae082;
	padding: 5px 15px;
	display: inline-block;
	border-radius: 5px;
	margin-bottom: 6px;
}
.under .under-frame h4,
.under .under-frame .under-h4 {
	color: #8ae082;
}
.under #mainvisual.robot {
	background-image: url("../images/robot_main.jpg");
}

.under #mainvisual.online {
	background-image: url("../images/online_header.jpg");
	background-size: cover;
}

.under #mainvisual.programming {
	background-image: url("../images/programming_main.jpg");
}
.under .idx-main-btn {
	top: 0;
	width: 100%;
	left: 0;
	right: auto;
	display: flex;
	justify-content: space-between;
	position: relative;
	max-width: 410px;
	margin: 0 30px 0 auto;
}
.under .idx-main-btn.fixed {
	bottom: 0;
}
.under .idx-main-btn li:not(:last-child) {
	margin-bottom: 0;
}
.under .idx-main-btn li {
	width: calc(50% - 5px);
}
.under .idx-main-btn li a {
	flex-direction: row;
	width: 100%;
	height: 50px;
	padding: 3px;
	font-size: 16px;
}
.under .idx-main-btn-txt {
	writing-mode: inherit;
	writing-mode: rl-tb;
}
.under .idx-main-btn li a:before {
	margin: 0 7px 0 0;
	width: 35px;
	height: 35px;
	background-size: 20px auto !important;
}
/* IE CSS */
@media screen\0 {
	.ov-cate-list span {
		padding: 4px 5px 0;
	}
	.ov-link span a {
		padding: 5px 10px 0;
	}
	.ov-nav li a, .ov-nav li.ov-current {
		padding: 4px 9px 0;
	}
	.ov-cate {
		padding: 10px 10px 5px;
	}
	.ov-post-btn a {
		padding: 9px 10px 5px;
	}
	.under .idx-main-btn-txt {
		margin-top: 4px;
	}
	.under .under-h2 {
		padding-bottom: 10px;
	}
	.frm-ttl {
		padding: 7px 15px 2px;
	}
	.faq-q span {
		background-position: 0 29px;
	}
}
/*
font-family: 'Lato', sans-serif;
*/
#ttl01 {
	margin-top: -100px;
	padding-top: 100px;
}
.column-int {
	margin-bottom: 30px;
}
.column-int p {
	overflow: hidden;
	margin-bottom: -5px;
}
.column_text > figure.fLeft {
	width: 45%;
	margin: 0 20px 15px 1em;
	float: left;
}
.column_text > figure.fRight {
	width: 45%;
	margin: 0 1em 15px 20px;
	float: right;
}
.column_text > .NumIndent {
	font-size: 1.8em;
	text-indent: -1.35em;
	padding: 1em 0 1em 1.35em;
}
.column-text p {
	margin-bottom: -5px;
}
.column_text > figure.fLeft {
	width: 45%;
	margin: 0 20px 15px 1em;
	float: left;
}
.column_text > figure.fRight {
	width: 45%;
	margin: 0 1em 15px 20px;
	float: right;
}
.column_text > figure > img {
	max-width: 100%;
	margin-bottom: 10px;
	border: 1px solid #aaa;
}
.column_text > figure > .imgTxt {
	font-size: 1.5em;
	margin-bottom: 10px;
}
.column_text > p.centerImg {
	text-align: center;
	margin-bottom: .5em;
}
.p_center {
	text-align: center;
}
.column_text > p > img {
	max-width: 560px;
	border: 1px solid #aaa;
	overflow: hidden;
}
.talk > div.imageLeft {
	width: 100px;
	margin-right: 30px;
}
h2 span, .under .under-h2 span {
	font-size: 50%;
}
.column_date {
	text-align: right;
	font-size: 1.8em;
	margin-bottom: 20px;
	margin-top: -70px;
}
.column_nav a {
	font-size: 2em;
}
.gnv-ttl span {
	font-size: 70%;
}
.b04-txt span {
	font-size: 22px;
	font-weight: bold;
}
.ov-post-r td {
	word-break: break-all;
}
.anc-link2 li a {
	background: #e39be8;
	border-color: #e39be8;
}
.anc-link2 li a:hover {
	color: #e39be8;
	background: #fff;
}

.anc-link2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.anc-link2 li {
	width: calc(30% - 20px);
	margin: 0 10px 20px;
}
.anc-link2 li a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	background: #e39be8;
	border: 1px solid #e39be8;
	transition: all .5s;
	display: block;
	text-align: center;
	border-radius: 25px;
	padding: 7px 10px 5px;
}
.anc-link2 li a:hover {
	color: #e39be8;
	background: #fff;
}

.under-frame_robot h4,
.under-frame_robot .under-h4 {
	color: #e39be8;
}

.under-frame_robot {
	background-image: linear-gradient(135deg, #fcf5fd 35.71%, #ffffff 35.71%, #ffffff 50%, #fcf5fd 50%, #fcf5fd 85.71%, #ffffff 85.71%, #ffffff 100%);
	background-size: 9.90px 9.90px;
	padding: 50px;
	border-radius: 10px;
}

.frm-ttl {
	font-size: 18px;
	font-weight: bold;
	background: #e39be8;
	padding: 5px 15px;
	display: inline-block;
	border-radius: 5px;
	margin-bottom: 6px;
}


.image-l_robot {
	float: left;
	margin: 0 80px 8px 0;
}
.image-r_robot {
	float: right;
	margin: 0 0 8px 80px;
}

.image-r_robot img, .image-l_robot img {
	box-shadow: 10px 10px 0 #e39be8;
}


.anc-link_ol li a {
	background: #f1b863;
	border-color: #f1b863;
}
.anc-link_ol li a:hover {
	color: #f1b863;
	background: #fff;
}

.anc-link_ol {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.anc-link_ol li {
	width: calc(30% - 20px);
	margin: 0 10px 20px;
}
.anc-link_ol li a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	background: #f1b863;
	border: 1px solid #f1b863;
	transition: all .5s;
	display: block;
	text-align: center;
	border-radius: 25px;
	padding: 7px 10px 5px;
}
.anc-link_ol li a:hover {
	color: #f1b863;
	background: #fff;
}

.under-frame_ol h4,
.under-frame_ol .under-h4 {
	color: #f1b863;
}

.under-frame_ol {
	background-image: linear-gradient(135deg, #fcf7e9 35.71%, #ffffff 35.71%, #ffffff 50%, #fcf7e9 50%, #fcf7e9 85.71%, #ffffff 85.71%, #ffffff 100%);
	background-size: 9.90px 9.90px;
	padding: 50px;
	border-radius: 10px;
}

.frm-ttl_ol {
	font-size: 18px;
	font-weight: bold;
	background: #f1b863;
	padding: 5px 15px;
	display: inline-block;
	border-radius: 5px;
	margin-bottom: 6px;
}

.frm-ttl_sc {
	font-size: 18px;
	font-weight: bold;
	background: #63cf72;
	padding: 5px 15px;
	display: inline-block;
	border-radius: 5px;
	margin-bottom: 6px;
}

.frm-ttl_py {
	font-size: 18px;
	font-weight: bold;
	background: #8f9af8;
	padding: 5px 15px;
	display: inline-block;
	border-radius: 5px;
	margin-bottom: 6px;
}

.image-l_ol {
	float: left;
	margin: 0 80px 8px 0;
}
.image-r_ol {
	float: right;
	margin: 0 0 8px 80px;
}

.image-r_ol img, .image-l_ol img {
	box-shadow: 10px 10px 0 #f1b863;
}



.under-frame_programming {
	background-image: linear-gradient(135deg, #f1f4fd 35.71%, #ffffff 35.71%, #ffffff 50%, #f1f4fd 50%, #f1f4fd 85.71%, #ffffff 85.71%, #ffffff 100%);
	background-size: 9.90px 9.90px;
	padding: 50px;
	border-radius: 10px;
}


.under-frame_programming h4, .under-frame_programming .under-h4 {
	color: #7390e8;
}
.under-frame_programming .frm-ttl {
	background: #7390e8;
}
.image-r_programming img, .image-l_programming img {
	box-shadow: 10px 10px 0 #7390e8;
}

.image-l_programming {
	float: left;
	margin: 0 80px 8px 0;
}
.image-r_programming {
	float: right;
	margin: 0 0 8px 80px;
}

.maintext {
	max-width: 900px;
	text-align: left;
	margin: 0 auto;
	padding: 0 0 16px;
}
.schoolmaintext {
	font-size: 18px;
	font-family: "游ゴシック体", "Yu Gothic Medium", "Yu Gothic", YuGothic, sans-serif;
	line-height: 1.67em;
	width: 100%;
	max-width: 605px;
	margin: 0 0 25px 20px;
}
.toptext {
	text-decoration: none;
	display: block;
	text-align: left;
	line-height: 1.5;
	color: #221714;
	transition: all 0.5s ease;
}
.box01 .f01-btn a {
	background: #f0f0f0;
	border: 2px solid #f0f0f0;
}
.box01 .f01-btn a:hover {
	background: #ffe072;
	/*border: 2px solid #ea6060;*/
	color: #ea6060;
}
.column01-btn {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.column01-btn.idx-btn a:before {
	background-image: url(../images/idx_arr_hv.png);
}
.column01-btn.idx-btn a:first-child:before {
	transform: rotate(180deg);
}
.column01-btn.idx-btn a {
	background: #ea6060;
	color: #fff;
	border: 2px solid #ea6060;
	margin: 0 0 30px;
}
.column01-btn.idx-btn a:hover {
	background: #fff;
	color: #221714;
}
.column01-btn.idx-btn a:hover:before {
	background-image: url(../images/idx_arr.png);
}
.column01-btn.idx-btn a.last-btn:first-child:before {
	transform: rotate(0deg);
}
.column01-btn.idx-btn a.last-btn {
	margin: 0 0 30px auto;
}
.under .b01-list {
	display: flex;
	flex-wrap: wrap;
}
.under .b01-itm-ttl {
	white-space: normal;
	text-overflow: unset;
}
.under .b01-item {
	margin-bottom: 40px;
}
.under .b01-itm-img {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	height: 200px;
	width: 270px;
	background: #fdf2f2;
}
.under .b01-itm-img img {
	flex-shrink: 0;
	border-radius: 0;
	width: 100%;
}
.under .b01-item a {
	height: 100%;
}
ul.pager {
	margin: 10px 0 30px;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
}
ul.pager li {
	display: inline-block;
	line-height: 1.5em;
	margin: 0 0 10px;
}
ul.pager li a {
	padding: 0 5px;
	border: 1px solid #ea6060;
	background-color: #ea6060;
	color: #fff;
	margin-left: 3px;
	text-decoration: none;
	font-size: 14px;
	width: 30px;
	display: block;
	text-align: center;
	transition: all 0.5s ease;
	border-radius: 5px;
}
ul.pager li a:hover {
	background-color: #fff;
	color: #ea6060;
}
ul.pager li.active a {
	background-color: #fff;
	color: #ea6060;
}
ul.pager li.disabled {
	display: none;
}
.teacher-list {
	display: flex;
	justify-content: space-between;
}
.teacher-list > .teacher-item {
	width: calc(66.67% - 15px);
}
.teacher-col {
	width: calc(33.33% - 15px);
}
.teacher-item {
	padding: 19px;
	border: 4px solid #ff7c80;
}
.teacher-item:not(:last-child) {
	margin-bottom: 47px;
}
.teacher-itm-info {
	display: flex;
	margin: 0 0 20px;
}
.teacher-itm-ttl:not(:last-child) {
	margin: 0 50px 0 0;
	font-weight: bold;
}
.teacher-itm-note {
	line-height: 1.7em;
	background: #fff;
	border-radius: 5px;
	color: #ff7c80;
	font-weight: bold;
	padding: 3px 5px;
	display: inline-block;
	margin-right: 15px;
	width: 100px;
	text-align: center;
	font-size: 14px;
	border: 2px solid #ff7c80;
}
.teacher-itm-txt {
	font-size: 16px;
}
.teacher-itm-ttl > span {
	display: inline-block;
	font-size: 150%;
	margin-right: 20px;
}
.itm-bg01 {
	border: 4px solid #cf93f1;
}
.itm-bg01 .teacher-itm-note {
	color: #cf93f1;
	border: 2px solid #cf93f1;
}
.itm-bg02 {
	border: 4px solid #78c96d;
}
.itm-bg02 .teacher-itm-note {
	color: #78c96d;
	border: 2px solid #78c96d;
}
.itm-bg03 {
	border: 4px solid #e1ac15;
}
.itm-bg03 .teacher-itm-note {
	color: #e1ac15;
	border: 2px solid #e1ac15;
}
.teacher-itm-class {
	margin: 0 0 10px;
}
.teacher-row {
	display: flex;
	flex-wrap: wrap;
}
.teacher-row .teacher-item {
	width: calc(25% - 15px);
	margin: 0 20px 20px 0;
}
.teacher-row .teacher-item:nth-child(4n) {
	margin-right: 0;
}
.teacher-itm-img {
	margin: 0 0 15px;
	text-align: center;
}
/* .voice-item a { */
.voice-item {
	color: #221714;
	text-decoration: none;
	display: flex;
	align-items: center;
	transition: all 0.5s ease;
}
.voice-item a:hover {
	opacity: 0.8;
}
.voice-item:not(:last-child) {
	margin: 0 0 60px;
}
.voice-itm-img {
	width: 260px;
	height: 260px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-shrink: 0;
	margin: 0 60px 0 0;
	background: #a7a7a7;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
}
.voice-itm-img img {
	flex-shrink: 0;
	max-height: 100%;
}
.voice-itm-main {
	width: calc(100% - 380px);
	padding: 20px 0;
	position: relative;
	border: 2px solid #ff7c80;
}
.voice-itm-ttl {
	color: #ff7c80;
	font-weight: bold;
	line-height: 1.5em;
	margin: 0 0 10px;
	padding: 0 30px 20px;
	border-bottom: 2px solid;
}
.voice-itm-info {
	background: #fff;
	padding: 20px;
	color: #333;
}
.voice-itm-txt01 {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size: 16px;
}
.voice-itm-txt02 {
	font-size: 16px;
}
/*.voice-item:nth-child(even) .voice-itm-img {
  order: 2;
    margin: 0 0 0 60px;
}*/
.voice-itm-main:after {
	content: none;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 30px 30px 0;
	border-color: transparent #ff7c80 transparent transparent;
	top: calc(50% - 30px);
	left: -30px;
}
.voice-item:nth-child(even) .voice-itm-main:after {
	border-width: 30px 0 30px 30px;
	border-color: transparent transparent transparent #ff7c80;
	left: auto;
	right: -30px;
}
.voice-date {
	font-size: 14px;
	font-weight: bold;
}
.voice-main {
	display: flex;
	background: #ececec;
	padding: 20px;
	border-radius: 20px;
	margin: 0 0 40px;
}
.voice-main-img {
	width: 320px;
	flex-shrink: 0;
	margin: 0 30px 0 0;
}
.voice-main-ttl {
	font-size: 220%;
	font-weight: bold;
	margin: 0 0 10px;
}
.voice-main-txt01 {
	margin: 0 0 10px;
	font-weight: bold;
}
.voice-main-txt01 span {
	display: inline-block;
	margin-left: 15px;
	background: #6cb765;
	text-align: center;
	padding: 0 20px;
	color: #fff;
	border-radius: 5px;
}
.column-item {
	display: flex;
	align-items: center;
}
.column-item a {
	display: flex;
	width: 100%;
	text-decoration: none;
	color: #221714;
	align-items: flex-start;
	transition: all 0.5s ease;
}
.column-item a:hover {
	opacity: 0.8;
}
.column-info {
	/* width: 150px;
	flex-shrink: 0; */
	display: flex;
	justify-content: space-between;
	margin: 0 0 20px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
.column-info .colum-itm-date {
	order: 2;
}
#content .colum-itm-cate {
	display: block;
	order: 1;
	width: 150px;
	background: #8ae082;
	border-radius: 20px;
	color: #fff;
	text-align: center;
}
#content .cat01 {
	background: #8ae082;
}
#content .cat02 {
	background: #e39be8;
}
#content .cat03 {
	background: #7390e8;
}
.column-itm-img {
	width: 250px;
	flex-shrink: 0;
	margin: 0 20px 0 0;
	height: 185px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #eeeeee;
	overflow: hidden;
	border-radius: 10px;
}
.column-itm-img img {
	max-height: 100%;
}
.column-itm-main {
	flex: 1;
}
.column-itm-ttl {
	font-size: 225%;
	font-weight: bold;
	line-height: 1.5;
	margin: 0 0 5px;
}
.column-itm-txt {
	display: block;
	display: -webkit-box;
	max-width: 100%;
	margin: 0 auto;
	max-height: 108px;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.column-item {
	margin: 0 0 30px;
}
.column-item:not(:last-child) {
	border-bottom: 1px solid #ccc;
	padding-bottom: 30px;
}
ul.pager {
	margin: 10px 0 30px;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
}
ul.pager li {
	display: inline-block;
	line-height: 1.5em;
	margin: 0 0 10px;
}
ul.pager li a {
	padding: 2px 5px;
	border: 1px solid #ea6060;
	background-color: #ea6060;
	color: #fff;
	margin-left: 3px;
	text-decoration: none;
	font-size: 14px;
	width: 30px;
	display: block;
	text-align: center;
	transition: all 0.5s ease;
}
ul.pager li a:hover {
	background-color: #fff;
	color: #ea6060;
}
ul.pager li.active a {
	background-color: #fff;
	color: #ea6060;
}
ul.pager li.disabled {
	display: none;
}
.column-list {
	max-width: 800px;
	margin: 0 auto 60px;
}
.column-detail-info {
	width: 150px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
.column-detail-top {
	margin: 0 0 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.column-detail-imgcap {
	width: 100%;
	bottom: 0;
	left: 0;
	text-align: center;
	color: #ea6060;
	font-weight: bold;
	padding: 5px;
	display: block;
}
.column-btn {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 60px;
}
.column-btn li {
	width: 200px;
	margin: 0 5px 10px;
}
.column-btn a {
	text-decoration: none;
	color: #333;
	/* background: #ffe072; */
	background: #eee;
	display: flex;
	height: 100%;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	padding: 10px;
	transition: all 0.5s ease;
}
.column-btn a:hover {
	opacity: 0.8;
}
.column-news-item {
	display: flex;
	text-decoration: none;
	color: #333;
}
.column-news-itm-img {
	flex-shrink: 0;
	margin: 0 30px 0 0;
	position: relative;
}
.column-news-item:not(:last-child) {
	margin-bottom: 40px;
}
.column-news-item:nth-child(even) .column-news-itm-img {
	order: 2;
	margin: 0 0 0 30px;
}
.column-select {
	max-width: 800px;
	text-align: right;
	margin: 0 auto 30px;
}
.column-select select {
	width: 200px;
	font-size: 14px;
	padding: 5px;
}
.column-img-col {
	display: flex;
	justify-content: space-between;
	margin: 0 0 40px;
}
.column-img-ttl {
	font-size: 85%;
}
.column-img-col li {
	width: 47%;
}
.column-img-image {
	text-align: center;
	margin: 0 0 15px;
}
.column-txt-small {
	width: 100%;
	max-width: 740px;
	margin: 0 auto 30px;
	font-size: 15px;
}
.column-note {
	background: #e6e6e6;
	width: 80%;
	margin: 0 auto 30px;
	padding: 30px 80px;
	border-radius: 20px;
	position: relative;
	-webkit-box-shadow: -7px 7px 0px 0px rgba(191, 191, 191, 1);
	-moz-box-shadow: -7px 7px 0px 0px rgba(191, 191, 191, 1);
	box-shadow: -7px 7px 0px 0px rgba(191, 191, 191, 1);
}
.column-note:before {
	content: '\201c';
	font-size: 500%;
	font-weight: bold;
	position: absolute;
	top: 53px;
	left: 25px;
	color: #737373;
}
.column-note:after {
	content: '\201d';
	font-size: 500%;
	font-weight: bold;
	position: absolute;
	bottom: 23px;
	right: 25px;
	color: #737373;
	line-height: 0;
}
.column-back {
	text-align: center;
	margin: 40px 0 0;
}
.column-back a {
	text-decoration: none;
	display: inline-block;
	color: #fff;
	background: #ea6060;
	width: 250px;
	font-weight: bold;
	padding: 10px;
	border-radius: 30px;
	transition: all 0.5s ease;
}
.column-back a:hover {
	opacity: 0.8;
}
.post-share {
	display: flex;
	flex-wrap: wrap;
}
.post-share li {
	margin: 0 5px 5px 0;
	height: 20px;
	display: flex;
	align-items: flex-end;
}
.voice-more-list {
	display: flex;
	margin: 0 0 40px;
}
.voice-more-item {
	width: calc(33.33% - 20px);
	margin: 0 30px 0 0;
}
.voice-more-item:nth-child(3n) {
	margin-right: 0;
}
.voice-more-img {
	height: 240px;
	text-align: center;
	overflow: hidden;
	margin: 0 0 20px;
}
.voice-more-img img {
	max-height: 100%;
}
.voice-more-item a {
	text-decoration: none;
	color: #333;
}
.voice-more-itm-ttl {
	font-weight: bold;
	margin: 0;
}
.voice-more-itm-date {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}
.voice-more-itm-txt {
	font-size: 16px;
}
.voice-more-ttl {
	border-top: 1px solid #ccc;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	padding-top: 60px;
}
.voice-more-item a:hover {
	opacity: 0.8;
}
.b01-itm-btn {
	color: #f2a707;
	text-align: right;
	font-weight: bold;
	line-height: 1.4em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 18px;
	bottom: 7px;
	font-size: 15px;
}
.b01-list .b01-item {
	height: 430px;
}
.column-select-tlt {
	font-weight: bold;
	font-size: 15px;
}
.under #content.column-post-1 {
	width: 800px;
}
.column-video {
    text-align: center;
  margin: 0 0 30px;
}
.column-video iframe {
    width: 100%!important;
    height: 400px;
}
.under #mainvisual.column {
    height: 300px;
}
.column-post-1 .center img, .column-img-image img {
    border-radius: 0;
}
.column-news-item p {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
}

#content.homestudy {
	width: 800px;
}
#content.homestudy img{
	border-radius: 0;
}
.homestudy .under-h3 {
    margin: 100px auto 30px;
}
.homestudy .homestudy_info {
    border: 3px solid #ffd5d5;
    padding: 3%;
    width: 95%;
    margin: 0 auto 51px;
    font-size: 9px;
    background: #ffefef;
}
.homestudy .homestudy_info h3,
.homestudy .homestudy_info .homestudy_info_title {
    text-align: center;
    font-weight: bold;
    margin: 0 auto 20px;
    font-size: 19px;
    color: #ea6060;
    line-height: 1.5;
}
.homestudy_course-select{
	display: inline-block;
	margin-bottom: 30px;
}
.homestudy_course-select a{
	transition: 0.2s all;
}
.homestudy_course-select a:hover{
	opacity: 0.8;
}
.homestudy_course-select p:nth-child(1){
	float: left;
}

.homestudy_course-select p {
    width: 48%;
}
.homestudy_course-select p:nth-child(2){
	float: right;
}

.homestudy_course-select .quiz-bnr{
	display: inline-block;
	width: 100%;
	margin-bottom: 100px;
}
.quiz-bnr p:nth-child(2){
	float: left;
}
.quiz-bnr p:nth-child(3){
	float: right;
}
.quiz-bnr {display: inline-block;}

.homestudy_course-select .quiz-bnr a:nth-child(2) {
    margin-left: -6px;
}

.homestudy_course-select .quiz-bnr img {
    width: 49.8%;
}

.homestudy_course-select .quiz-bnr p,.homestudy_course-select .quiz-bnr img {
    margin: 0;
}
.homestudy_course-select .quiz-bnr img{
	border-radius: 0;
}
.homestudy iframe{
	margin: 0 auto 70px;
	text-align: center;
	display: block;
	border: 1px solid #dedede;
	width: 750px;
	height: 350px;
}

.course-python_info{
	border: 1px solid #ea6060;
	background: #ea606017;
	padding: 5% 5% 4% 5%;
	width: 95%;
	margin: 0 auto;
}
.course-python_info .step dl{
	margin-bottom: 20px;
	padding-left: 15px;
}

.course-python_info .step dt{
	background: #e65e5e;
	color: #fff;
	display: inline;
	padding: 3px 10px;
	font-size: 12px;
	font-weight: bold;
}

@media screen\0 {
	.teacher-itm-note {
		padding: 7px 15px 2px;
		line-height: 1.5em;
	}
	.post-share li:nth-child(2) {
		display: none;
	}
}
	.under_col h2,.under_col .h2 {
        text-align: center!important;
        font-size: 32px!important;
        margin-bottom: 33px!important;
       	font-weight: bold!important;
	}
	.under_col h3,.under_col .h3 {
	font-size: 28px!important;
	font-weight: bold!important;
	color: #ea6060!important;
	margin-bottom: 25px!important;
	}
	.under_col h4, .under_col .h4{
	font-size: 22px!important;
    overflow: hidden!important;
    position: relative!important;
    padding-left: 22px!important;
    margin-bottom: 12px!important;
}









.under_boximg_partner {
    display: flex;
    flex-flow: row wrap;
    text-align: center;
    justify-content: center;
	margin: -50px 0 70px;
}
.under_boximg_partner li {
    width: calc(80%/2);
    padding: 0 10px;
    box-sizing: border-box;
}
.under #content .frame01 {
    background-color: #f7f7f7;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, #f0f0f0 10px, #f0f0f0 18px);
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    display: inline-block;
    margin-bottom: 0px;
}
.under #content .frame01_in {
    background: #fff;
    padding: 35px;
    height: 100%;
    box-sizing: border-box;
}
.under .list01_2 li::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: #6cb765;
    border-radius: 50%;
    left: 0;
    top: 14px;
}
.under .list01_2 li {
    position: relative;
    margin-bottom: 1px;
    text-decoration: none;
    display: block;
    padding-left: 25px;
}
.under #content .tt_04 {
  text-align: center;
  font-size: 32px;
  font-family: 'YuGothic-Bold', sans-serif;
  line-height: 1.125;
  margin-bottom: 20px;
  font-weight: bold;
}
.under #content .tt_04 span {
  display: table;
  font-size: 24px;
  color: #6cb765;
  padding: 0 45px;
  position: relative;
  margin: 0 auto 15px;
}
.under #content .tt_04 span:before, .under #content .tt_04 span:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 30px;
  background: #6cb765;
  bottom: 0;
}
.under #content .tt_04 span:after {
  right: 0;
  transform: rotate(37deg);
}
.under #content .tt_04 span:before {
  left: 0;
  transform: rotate(-37deg);
}
.under #content .frame01_in {
  background: #fff;
  padding: 35px;
  height: 100%;
  box-sizing: border-box;
}
.under #content .frame01 .image_r {
  margin-bottom: 12px;
}
.under #content .image_r {
    float: right;
    margin: 0 0 25px 40px;
        margin-bottom: 25px;
}
.under #content .tt_06 {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 5px #71c13d solid;
  border-radius: 30px;
  padding: 10px;
  font-family: 'YuGothic-Bold', sans-serif;
  font-size: 20px;
  color: #6cb765;
}
.under_boximg_partner2 li img {
    max-width: 100%;
    height: auto;
}
.under_boximg_partner2 {
    display: flex;
    flex-flow: row wrap;
    text-align: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.under_boximg_partner2 {
    text-align: center;
}
.under_boximg_partner2 li {
    width: calc(80%/2);
    padding: 0 10px;
    box-sizing: border-box;
}
.under #content .list2_col_style {
    display: flex;
    justify-content: space-between;
}
.under #content .list2_col li {
  width: 32%;
  margin-right: 2%;
  background-color: #f7f7f7;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, #f0f0f0 10px, #f0f0f0 18px);
  padding: 35px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
}
.under #content .list2_col li p {
  word-break: break-all;
  margin-bottom: 0
}
.under #content .list2_col li p.advanced_btn {
  background: #f0f0f0;
  padding: 8px;
  text-align: center;
  font-weight: bold;
  border-radius: 5px
}
.under #content .list2_col li:before {
  position: absolute;
  content: "";
  background: #fff;
  right: 20px;
  bottom: 20px;
  left: 20px;
  top: 20px;
  z-index: -1;
}
.under #content .list2_col li:nth-child(3n), .under #content .list2_col li.last {
  margin-right: 0px;
}
/*.under #content .list2_col li.last {
  width: 100%;
}*/
.under #content .list2_col_style {
  display: flex;
  justify-content: space-between;
}
.under #content .list2_col_style > li {
  width: 48%;
  border: 5px #71c13d solid;
  border-radius: 20px;
  padding: 30px;
  box-sizing: border-box;
}
.under #content .list2_col_style > li + li {
  border-color: #ea6060;
}
.under #content .list2_col_style > li + li .list01_2 > li:before {
  background: #ea6060;
}
.under #content .list2_tt01, .under #content .list2_tt02 {
  text-align: center;
  font-family: 'YuGothic-Bold', sans-serif;
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 15px;
  color: #71c13d;
}
.under #content .list2_tt02 {
  color: #ea6060;
}
.under #content .bg_gray {
    background-color: #f7f7f7;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, #f0f0f0 10px, #f0f0f0 18px);
    margin: 0 0 95px;
    padding-bottom: 50px;
}
.under #content .tt01.tt03 {
  background: #fff;
  color: #ea6060;
  border-top: 2px #ea6060 solid;
  border-bottom: 2px #ea6060 solid;
}
.under #content .tt01.tt01_bor {
  background: #fff;
  border-top: 1px #e6001a solid;
  border-bottom: 1px #e6001a solid;
  color: #e6001a;
}
.under #content .tt01 {
    background: #e6001a;
    font-size: 33px;
    font-family: 'YuGothic-Bold', sans-serif;
    color: #fff;
    text-align: center;
    padding: 16px 0 10px;
    margin-bottom: 23px;
}
.under #content .diagram_01 {
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  border: 1px #ddd solid;
  margin-top: 50px;
}
.under #content .diagram_01 > li {
  flex: 1;
  margin-right: 60px;
  background: #6cb765;
  color: #fff;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: bold;
  border-radius: 15px;
  padding: 20px 5px;
  position: relative;
}
.under #content .diagram_01 > li:before {
  position: absolute;
  color: #000;
  content: "\21E8";
  right: -60px;
  font-size: 60px;
  top: calc(50% - 16px);
}
.under #content .diagram_01 > li:last-child:before {
  display: none;
}
.under #content .diagram_01 > li:nth-child(5) {
  background: none;
  padding: 0px;
  flex: 3;
}
.under #content .diagram_01 > li:last-child {
  margin-right: 0px;
}
.under #content .diagram_01 > li > p {
  width: 20px;
  line-height: 1.4;
}
.under #content .diagram_sub_01 {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.under #content .diagram_sub_01 > li {
  background: #6cb765;
  border-radius: 15px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.under #content .diagram_sub_01 > li:last-child {
  margin-bottom: 0px;
}
@media screen and (min-width: 751px) {
  .under #content .tb_scroll {
    margin-bottom: 25px;
  }
  .under #content .diagram_01 > li > p {
    webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    -moz-text-orientation: upright;
    -ms-text-orientation: upright;
    text-orientation: upright;
    word-wrap: break-word;
	}}
  .under #content .diagram_01 > li > p span{
  margin: 0 0 0 -5px;
  -ms-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    writing-mode: tb-rl;
    white-space: nowrap;
  -webkit-text-orientation: upright;
  -moz-text-orientation: upright;
  -ms-text-orientation: upright;
  text-orientation: upright;
  word-wrap: break-word;

	}}

.under #content .frame01 {
    background-color: #f7f7f7;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, #f0f0f0 10px, #f0f0f0 18px);
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    display: inline-block;
    margin-bottom: 0px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* FRAME                                                                  */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.under #content .frame01 {
  background-color: #f7f7f7;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, #f0f0f0 10px, #f0f0f0 18px);
  padding: 20px;
  box-sizing: border-box;
  width: 100%;
  display: inline-block;
  margin-bottom: 0px;
}
.under #content .frame01_in {
  background: #fff;
  padding: 35px;
  height: 100%;
  box-sizing: border-box;
}
.under #content .frame01 .image_r {
  margin-bottom: 12px;
}
.under #content .list3_content {
  background: #fff;
  padding: 20px 20px 34px 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.under #content .list3_content.list3_content_pad {
  padding: 20px;
  margin-bottom: 50px;
  margin-top: 50px;
}
.under #content .list3_content li {
  text-align: center;
  display: flex;
  flex-direction: column;
}
.under #content .list3_tt {
  font-size: 20px;
  font-family: 'YuGothic-Bold', sans-serif;
  line-height: 1.5;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.under #content .list3_tt > span > span {
  color: #ff0000;
}
.under #content .list3_img {
  margin-bottom: 15px;
}
.under #content .tt_center {
  text-align: center;
  margin-bottom: 18px;
}
.under #content .tt_02 {
  padding: 0 25px;
}
.under #content .tt_03 {
  background: #ff0000;
  color: #fff;
  font-size: 24px;
  font-family: 'YuGothic-Bold', sans-serif;
  padding: 5px 15px 1px;
  box-sizing: border-box;
  width: 458px;
  margin-bottom: 15px;
}
.under #content .tt_03 span {
  font-size: 18px;
}
.under #content .tt_04 {
  text-align: center;
  font-size: 32px;
  font-family: 'YuGothic-Bold', sans-serif;
  line-height: 1.125;
  margin-bottom: 20px;
}
.under #content .tt_04 span {
  display: table;
  font-size: 24px;
  color: #ea6060;
  padding: 0 45px;
  position: relative;
  margin: 0 auto 15px;
}
.under #content .tt_04 span:before, .under #content .tt_04 span:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 30px;
  background: #ea6060;
  bottom: 0;
}
.under #content .tt_04 span:after {
  right: 0;
  transform: rotate(37deg);
}
.under #content .tt_04 span:before {
  left: 0;
  transform: rotate(-37deg);
}
.under #content .tt_05 {
  display: flex;
  flex-direction: column;
  width: 220px;
  line-height: 1.5;
  margin: 0 auto 20px;
}
.under #content .tt_05 > span:nth-child(1) {
  font-size: 12px;
  text-align: left;
  color: #f00;
}
.under #content .tt_05 > span:nth-child(2) {
  font-size: 24px;
  font-family: 'YuGothic-Bold', sans-serif;
}
.under #content .tt_05 > span:nth-child(3) {
  font-size: 12px;
  text-align: right;
}
.under #content .tt_06 {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 5px #71c13d solid;
  border-radius: 30px;
  padding: 10px;
  font-family: 'YuGothic-Bold', sans-serif;
  font-size: 20px;
  color: #71c13d;
}
.under #content .img_01 {
  text-align: center;
  margin-bottom: 10px;
}
.under#content .list_check {
  background: #efefef;
  padding: 20px;
  box-sizing: border-box;
}
.under #content .frame02 {
  background: #fff;
  border: 20px #efefef solid;
  padding: 25px 25px 5px 25px;
  position: relative;
}
.under #content .frame02 > dt {
  background: #ff0000;
  color: #fff;
  font-size: 30px;
  position: absolute;
  top: -34px;
  line-height: 1.9;
  padding: 4px 30px 0 30px;
  font-family: 'YuGothic-Bold', sans-serif;
  left: 0;
}
.under #content .frame02 > dd {
  padding-top: 6px;
}

/*diagram_02*/
.under #content .diagram_02 {
  display: flex;
  align-items: center;
}
.under #content .diagram_02 > li {
  flex: 1;
  font-family: 'YuGothic-Bold', sans-serif;
  font-size: 24px;
  line-height: 1.5;
}
.under #content .diagram_02 > li > p {
}
.under #content .diagram_02 > li:last-child {
  background: none;
  flex: 1.5;
  font-size: 21px;
}
.under #content .diagram_02 > li > p {
  width: 180px;
  height: 180px;
  background: #9bc7dd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  margin-bottom: 0px;
  line-height: 1.5;
  position: relative;
  font-weight: bold;
}
.under #content .diagram_02 > li > p:before {
  border-radius: 50%;
  position: absolute;
  content: "";
  border: 2px #fff dashed;
  top: 5px;
  bottom: 5px;
  right: 5px;
  left: 5px;
  box-sizing: border-box;
}
/*diagram_03*/
.under #content .diagram_03 {
  display: flex;
  box-sizing: border-box;
  padding: 30px;
  background: #efefef;
}
.under #content .diagram_03 p {
  font-weight: bold;
}
.under #content .diagram_03 > li {
  flex: 4;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.under #content .diagram_03 > li:nth-child(2n+1) {
  background: #e58c8c;
  flex: 1;
  flex-direction: row;
  border-radius: 20px;
  justify-content: center;
  position: relative;
  z-index: 9;
}
.under #content .diagram_03 > li:nth-child(3) {
  background: #9bc7dd;
}
.under #content .diagram_03 > li:nth-child(5) {
  background: #c4ce65;
}
.under #content .diagram_03 > li .diagram_03_ver {
  width: 100%;
  font-size: 24px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: bold;
  color: #fff;
  padding: 10px 20px 0 0;
  line-height: 2.7;
  -ms-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    writing-mode: tb-rl;
    white-space: nowrap;
  -webkit-text-orientation: upright;
  -moz-text-orientation: upright;
  -ms-text-orientation: upright;
  text-orientation: upright;
  word-wrap: break-word;
}
.under #content .diagram_03 > li:nth-child(2n+1):before {
  border: 2px #fff dashed;
  position: absolute;
  content: "";
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 16px;
}
.under #content .diagram_03 > li:nth-child(4) .diagram_03_ar01 {
  margin-bottom: 75px;
}
.under #content .diagram_03_ar01 {
  background: #d396e2;
  color: #fff;
  height: 60px;
  width: calc(100% - 100px);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-family: 'YuGothic-Bold', sans-serif;
}
.under #content .diagram_03_ar01:before, .under #content .diagram_03_ar01:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  top: calc(50% - 50px);
}
.under #content .diagram_03_ar01:before {
  border-width: 50px 0 50px 60px;
  border-color: transparent transparent transparent #d396e2;
  right: -50px;
}
.under #content .diagram_03_ar01:after {
  border-width: 50px 60px 50px 0;
  border-color: transparent #d396e2 transparent transparent;
  left: -50px;
	font-weight: bold;
}
.under #content .diagram_03_sub01 {
  width: calc(100% - 100px);
  line-height: 1.4;
  font-family: 'YuGothic-Bold', sans-serif;
  position: relative;
  margin: 0 auto 20px;
  z-index: 1;
	font-weight: bold;
}
.under #content .diagram_03_sub01 > span {
  background: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  border: 5px #9bc7dd solid;
  border-radius: 20px;
}
.under #content .diagram_03_sub01.arr_left:before {
  left: -40px;
}
.under #content .diagram_03_sub01.arr_left:after {
  left: -50px;
}
.under #content .diagram_03_sub01.arr_right:before {
  right: -40px;
  left: auto;
}
.under #content .diagram_03_sub01.arr_right:after {
  transform: rotate(180deg);
  right: -50px;
  left: auto;
}
.under #content .diagram_03_sub01:before, .under #content .diagram_03_sub01:after {
  position: absolute;
  content: "";
}
.under #content .diagram_03_sub01:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 30px 20px 0;
  border-color: transparent #9bc7dd transparent transparent;
  top: calc(50% - 20px);
}
.under #content .diagram_03_sub01:before {
  width: calc(100% + 100px);
  height: 14px;
  background: #9bc7dd;
  left: -50px;
  top: calc(50% - 7px);
  z-index: -1;
}
.under #content .diagram_03_sub01_red > span {
  border-color: #e58c8c;
}
.under #content .diagram_03_sub01_red.arr_right:after {
  border-color: transparent #e58c8c transparent transparent;
}
.under #content .diagram_03_sub01_red:before {
  background: #e58c8c;
}
.under #content .diagram_03_sub01_green > span {
  border-color: #c4ce65;
}
.under #content .diagram_03_sub01_green:before {
  background: #c4ce65;
}
.under #content .diagram_03_sub01_green.arr_left:after {
  border-color: transparent #c4ce65 transparent transparent;
}
.under #content .btn01 a {
    width: 560px;
    height: 70px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 20px;
    text-decoration: none;
    margin: 0 auto;
    font-family: 'YuGothic-Bold', sans-serif;
    border-radius: 35px;
    border-bottom: 5px #d8d8d8 solid;
    background: url("../images/arr01.png")#ea6060 no-repeat center right 30px/10px;
    box-sizing: border-box;
}
.under #content .tt_06 a, .under #content .tt_06 a.hover_no, .under #content .tt_06 a.hover_no:hover {
    color: #ea6060;
    text-decoration: underline;
    word-break: break-word;
	font-weight: bold;
}
