﻿/*----------------------------------------
reset
----------------------------------------*/

html, body, div, p, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6,
blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

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

/*----------------------------------------
全体
----------------------------------------*/

body {
	background: #ebf4f6;
	color: #007a88;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	word-break: break-word;
	text-size-adjust: none;
}

.wrapper {
	box-sizing: border-box;
	height: 100%;
	margin: 0 auto;
	width: 1090px;
}

.sp-wrapper {
	overflow: hidden;
}

.center {
	display: block;
	margin: 0 auto;
}

.left {
	float: left;
}

.right {
	float: right;
}

.pc-left {
	float: left;
}

.pc-right {
	float: right;
}

.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.t-center {
	text-align: center !important;
}

.t-left {
	text-align: left !important;
}

.t-right {
	text-align: right !important;
}

.pc-t-center {
	text-align: center !important;
}

.clear {
	clear: both;
}

.inline {
	display: inline !important;
}

.inline-b {
	display: inline-block !important;
}

.block {
	display: block !important;
}

.of {
	overflow: hidden;
}

.pc-of {
	overflow: hidden;
}

.flex {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.flex-center {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: center;
}

.flex-middle {
	align-items: center;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
}

img,
iframe {
	display: block;
}

a:hover img {
	opacity: 0.6;
}

.img-banner {
	background-size: 100% !important;
	box-sizing: border-box;
	display: block;
	height: 0;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 100%;
}

a:hover .img-banner {
	opacity: 0.6;
}

a.bo {
	text-decoration: underline;
}

a.bo:hover {
	text-decoration: none;
}

a.no-bo {
	text-decoration: none;
}

a.no-bo:hover {
	text-decoration: underline;
}

.full {
	height: auto;
	width: 100%;
}

.full-img {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.full-img img {
	height: auto;
	width: 100%;
}

.list {
	box-sizing: border-box;
	margin-bottom: 20px;
}

.list li {
	box-sizing: border-box;
	list-style: disc !important;
	margin-left: 19px !important;
}

_::-webkit-full-page-media, _:future, :root .list li {
	margin-left: 23px !important;
}

.num-list {
	box-sizing: border-box;
	margin-bottom: 20px;
}

.num-list li {
	box-sizing: border-box;
	list-style: decimal !important;
	margin-left: 20px !important;
}

.num-list li:nth-child(n+10) {
	margin-left: 28px !important;
}

.num-list-2 {
	box-sizing: border-box;
	margin-bottom: 20px;
}

.num-list-2 li {
	box-sizing: border-box;
	padding-left: 33px;
}

.num-in {
	left: 0;
	position: absolute;
}

.check-list {
	box-sizing: border-box;
	margin-bottom: 20px;
}

.check-list li {
	box-sizing: border-box;
	margin-bottom: 10px;
	min-height: 25px;
	padding-left: 37.5px;
	position: relative;
}

.check-list li:last-child {
	margin-bottom: 0;
}

.check-list li::before {
	background: #fff;
	box-sizing: border-box;
	border: 3px solid #000;
	content: "";
	left: 0;
	height: 25px;
	position: absolute;
	top: 3px;
	width: 25px;
}

.check-list li::after {
	box-sizing: border-box;
	border-right: 4px solid #ff0000;
	border-bottom: 4px solid #ff0000;
	content: "";
	left: 12px;
	height: 22px;
	position: absolute;
	top: -1px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	width: 14px;
}

.douga {
	margin: 0 auto;
}

.douga iframe {
	margin: 0 auto;
}

.text-base {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 18px;
	position: relative;
}

.text-base-2 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 36px;
	position: relative;
}

.text-base-3 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 54px;
	position: relative;
}

.text-base-4 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 72px;
	position: relative;
}

.text-base-5 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 90px;
	position: relative;
}

.text-in {
	left: 0;
	position: absolute;
	top: 0;
}

.indent-1 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 1em;
	text-indent: -1em;
}

.indent-2 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 2em;
	text-indent: -2em;
}

.indent-3 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 3em;
	text-indent: -3em;
}

.indent-4 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 4em;
	text-indent: -4em;
}

.indent-5 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 5em;
	text-indent: -5em;
}

.indent-6 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 6em;
	text-indent: -6em;
}

.indent-7 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 7em;
	text-indent: -7em;
}

.indent-8 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 8em;
	text-indent: -8em;
}

.indent-9 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 9em;
	text-indent: -9em;
}

.indent-10 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 10em;
	text-indent: -10em;
}

.pc {
	display: block;
}

.pc.tab {
	display: block;
}

.pc.tab.mobi {
	display: block;
}

.tab {
	display: none;
}

.tab.mobi {
	display: none;
}

.pc.mobi {
	display: block;
}

.mobi {
	display: none;
}

.first {
	margin-top: 0 !important;
}

.last {
	margin-bottom: 0 !important;
}

.m20 {
	margin: 20px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.no-mt20 {
	margin-top: -20px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.ml20 {
	margin-left: 20px !important;
}

.mr20 {
	margin-right: 20px !important;
}

.m40 {
	margin: 40px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.ml40 {
	margin-left: 40px !important;
}

.mr40 {
	margin-right: 40px !important;
}

.m60 {
	margin: 60px !important;
}

.mt60 {
	margin-top: 60px !important;
}

.mt-60 {
	margin-top: 60px !important;
}

.mb60 {
	margin-bottom: 60px !important;
}

.mb-60 {
	margin-bottom: 60px !important;
}

.ml60 {
	margin-left: 60px !important;
}

.mr60 {
	margin-right: 60px !important;
}

.m80 {
	margin: 80px !important;
}

.mt80 {
	margin-top: 80px !important;
}

.mb80 {
	margin-bottom: 80px !important;
}

.ml80 {
	margin-left: 80px !important;
}

.mr80 {
	margin-right: 80px !important;
}

.m100 {
	margin: 100px !important;
}

.mt100 {
	margin-top: 100px !important;
}

.mb100 {
	margin-bottom: 100px !important;
}

.ml100 {
	margin-left: 100px !important;
}

.mr100 {
	margin-right: 100px !important;
}

.p20 {
	padding: 20px !important;
}

.pt20 {
	padding-top: 20px !important;
}

.pb20 {
	padding-bottom: 20px !important;
}

.pl20 {
	padding-left: 20px !important;
}

.pr20 {
	padding-right: 20px !important;
}

.p40 {
	padding: 40px !important;
}

.pt40 {
	padding-top: 40px !important;
}

.pb40 {
	padding-bottom: 40px !important;
}

.pl40 {
	padding-left: 40px !important;
}

.pr40 {
	padding-right: 40px !important;
}

.p60 {
	padding: 60px !important;
}

.pt60 {
	padding-top: 60px !important;
}

.pb60 {
	padding-bottom: 60px !important;
}

.pl60 {
	padding-left: 60px !important;
}

.pr60 {
	padding-right: 60px !important;
}

.p80 {
	padding: 80px !important;
}

.pt80 {
	padding-top: 80px !important;
}

.pb80 {
	padding-bottom: 80px !important;
}

.pl80 {
	padding-left: 80px !important;
}

.pr80 {
	padding-right: 80px !important;
}

.p100 {
	padding: 100px !important;
}

.pt100 {
	padding-top: 100px !important;
}

.pb100 {
	padding-bottom: 100px !important;
}

.pl100 {
	padding-left: 100px !important;
}

.pr100 {
	padding-right: 100px !important;
}

/*----------------------------------------
文字スタイル
----------------------------------------*/

.gothic {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.minchou {
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.hirago {
	font-family: "ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
}

.hiramin {
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
}

.sans {
	font-family: 'Noto Sans JP', sans-serif;
}

.serif {
	font-family: 'Noto Serif JP', serif;
}

strong,b,.strong {
	font-weight: 700;
}

.red {
	color: #ff0000;
}

.blue {
	color: #0000ff;
}

.yellow {
	color: #ffff00;
}

.green {
	color: #008800;
}

.orange {
	color: #ff8800;
}

.magenta {
	color: #F37C92;
}

.cyan {
	color: #5DBFF2;
}

.y-b {
	background: linear-gradient(transparent 50%, #ffff00 50%);
}

.light-red {
	color: #f43610;
}

.dark-green {
	color: #007a88;
}

.fs15 {
	font-size: 15px !important;
	line-height: 25px !important;
}

.fs23 {
	font-size: 23px !important;
	line-height: 33px !important;
}

.fs30 {
	font-size: 30px !important;
	line-height: 40px !important;
}

.fs40 {
	font-size: 40px !important;
	line-height: 50px !important;
}

.fs50 {
	font-size: 50px !important;
	line-height: 60px !important;
}

[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* > */
.icon-cheveron-up::before {
	content: "\e001";
}

/* 角が丸い> */
.icon-chevron-right::before {
	content: "\e024";
}

/* ▲ */
.icon-triangle-right::before {
	content: "\e002";
}

/* 正三角形な▲ */
.icon-triangle-1::before {
	content: "\e003";
}

/* 短めの▲ */
.icon-triangle-2::before {
	content: "\e004";
}

/* ○ */
.icon-maru-1::before {
	content: "\e005";
}

/* ● */
.icon-maru-2::before {
	content: "\e006";
}

/* ◎ */
.icon-maru-3::before {
	content: "\e007";
}

/* ◎の中の丸が黒 */
.icon-maru-4::before {
	content: "\e008";
}

/* □ */
.icon-shikaku-1::before {
	content: "\e009";
}

/* ■ */
.icon-shikaku-2::before {
	content: "\e010";
}

/* → */
.icon-yazirushi-1::before {
	content: "\e011";
}

/* 短めの→ */
.icon-yazirushi-2::before {
	content: "\e012";
}

/* かなり短めの→ */
.icon-yazirushi-3::before {
	content: "\e013";
}

/* 線だけの→ */
.icon-yazirushi-4::before {
	content: "\e014";
}

/* 本体ありの電話 */
.icon-old-phone::before {
	content: "\e015";
}

/* 受話器のみの電話 */
.icon-phone::before {
	content: "\e016";
}

/* 背景ありの手紙アイコン(簡易なデザイン) */
.icon-mail-envelope-closed2::before {
	content: "\e017";
}

/* 背景なしの手紙アイコン(簡易なデザイン) */
.icon-mail-envelope-closed3::before {
	content: "\e018";
}

/* 背景ありの手紙アイコン(複雑なデザイン) */
.icon-mail-envelope-closed::before {
	content: "\e019";
}

/* 背景なしの手紙アイコン(複雑なデザイン) */
.icon-mail-envelope-closed1::before {
	content: "\e020";
}

/* ＋ */
.icon-plus::before {
	content: "\e021";
}

/* － */
.icon-minus::before {
	content: "\e022";
}

/* × */
.icon-batsu::before {
	content: "\e023";
}

/*----------------------------------------
画像関連
----------------------------------------*/

/*----------------------------------------
header
----------------------------------------*/

header {
	box-sizing: border-box;
}

.head-in {
	background: #007a88;
	box-sizing: border-box;
	left: 0;
	height: 65px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9990;
}

.head-in::before {
	background: #fff;
	box-sizing: border-box;
	content: "";
	left: 0;
	height: 100%;
	position: absolute;
	top: 0;
	width: 199px;
}

.head-in-logo {
	box-sizing: border-box;
	display: block;
	float: left;
	margin: 0 0 0 -4px;
	position: relative;
	width: 202px;
	z-index: 2;
}

.head-in-logo .img-banner {
	background: url(images/logo.png) no-repeat;
	padding-bottom: 31.707%;
}

.head-in-title {
	box-sizing: border-box;
	float: left;
	margin: 17px 0 0 18px;
}

.head-in-title-in {
	box-sizing: border-box;
}

.head-in-title-in-in {
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: -0.02vw;
}

.head-in-menu {
	box-sizing: border-box;
	float: right;
	margin-right: 65px;
	height: 65px;
}

.head-in-menu ul {
	box-sizing: border-box;
	height: 100%;
}

.head-in-menu ul li {
	box-sizing: border-box;
	float: left;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.5;
	height: 100%;
	margin-right: 44px;
	padding-top: 15px;
}

.head-in-menu ul li:last-child {
	margin-right: 0;
}

.head-in-menu ul li a {
	color: #fff;
	text-decoration: none;
}

.head-in-menu ul li a:hover {
	text-decoration: underline;
}

/*----------------------------------------
TOPページ
----------------------------------------*/

.top-title {
	background: #007a88;
	box-sizing: border-box;
	padding: 5px 10px 11px;
}

.top-title-main {
	box-sizing: border-box;
	text-align: center;
	padding-bottom: 10px;
}

.top-title-main-in {
	box-sizing: border-box;
}

.top-title-main-in-in {
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-weight: 600;
	font-size: 40px;
	line-height: 1.5;
	letter-spacing: 0.5vw;
}

.top-title-main-in-in .text {
	box-sizing: border-box;
	display: inline-block;
	margin-left: 20px;
}

.top-title-sub {
	box-sizing: border-box;
	margin-top: -13px;
	text-align: center;
}

.top-title-sub-in {
	box-sizing: border-box;
}

.top-title-sub-in-in {
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-size: 24px;
	line-height: 1.5;
}

.top-link-btn {
	box-sizing: border-box;
	display: inline-block;
	padding: 0 5px 10px;
	text-decoration: none;
}

.top-link-btn-in {
	background: linear-gradient(to bottom,#f29f29 0%,#ef8d04 100%);
	box-sizing: border-box;
	box-shadow: 0 5px 10px -5px rgba(0,0,0,0.6);
	border-radius: 10px;
	color: #fff;
	display: block;
	font-size: 24px;
	line-height: 1.5;
	letter-spacing: -0.02vw;
	padding: 17px 80px;
}

.top-link-btn.pc-line-2 .top-link-btn-in {
	font-size: 20px;
	line-height: 1.2;
	padding: 10px 80px;
}

.top-link-btn:hover .top-link-btn-in {
	opacity: 0.6;
}

.top-link-btn:not([href]):hover .top-link-btn-in {
	opacity: 1;
}

.top-link-btn-in-text {
	box-sizing: border-box;
	display: inline-block;
	padding-right: 41px;
	position: relative;
}

.top-link-btn-in-text::after {
	background: #fff;
	box-sizing: border-box;
	border-radius: 50%;
	color: #ef8d04;
	content: "\f054";
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	font-size: 20px;
	line-height: 30px;
	height: 30px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 30px;
}

.top-link-btn-list {
	box-sizing: border-box;
	margin-top: 52px;
}

.top-link-btn-list li {
	box-sizing: border-box;
	float: left;
	margin-right: 11px;
	width: 500px;
}

.top-link-btn-list li:last-child {
	margin-right: 0;
}

.top-link-btn-list-btn {
	box-sizing: border-box;
	display: block;
	line-height: 0;
	padding: 0 5px 10px;
	text-align: center;
	text-decoration: none;
}

.top-link-btn-list-btn-in {
	background: linear-gradient(to bottom,#f29f29 0%,#ef8d04 100%);
	box-sizing: border-box;
	box-shadow: 0 5px 10px -5px rgba(0,0,0,0.6);
	border-radius: 10px;
	color: #fff;
	display: block;
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: -0.02vw;
	padding: 10px;
}

.top-link-btn-list li.li-btn-2 .top-link-btn-list-btn-in {
	background: linear-gradient(to bottom,#fb9680 0%,#df573d 100%);
}

.top-link-btn-list-btn:hover .top-link-btn-list-btn-in {
	opacity: 0.6;
}

.top-link-btn-list-btn-in-text {
	box-sizing: border-box;
	display: inline-block;
	padding-right: 41px;
	position: relative;
}

.top-link-btn-list-btn-in-text::after {
	background: #fff;
	box-sizing: border-box;
	border-radius: 50%;
	color: #ef8d04;
	content: "\f054";
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	font-size: 20px;
	line-height: 30px;
	height: 30px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 30px;
}

.top-link-btn-list li.li-btn-2 .top-link-btn-list-btn-in-text::after {
	color: #df573d;
}

/*------------------------------
メイン
------------------------------*/

.top-main-content {
	box-sizing: border-box;
}

.top-main-content .wrapper {
	padding: 64px 0;
}

.top-main-content-title {
	box-sizing: border-box;
	line-height: 0;
	text-align: center;
}

.top-main-content-title-in {
	box-sizing: border-box;
}

.top-main-content-title-in-in {
	box-sizing: border-box;
	display: inline-block;
	font-weight: 600;
	font-size: 48px;
	line-height: 1.5;
	letter-spacing: -0.04vw;
	left: 3px;
	position: relative;
}

/*------------------------------
事業概要
------------------------------*/

.top-overview-content {
	box-sizing: border-box;
}

.top-overview-content .wrapper {
	padding-bottom: 103px;
}

.top-overview-content-con {
	box-sizing: border-box;
	margin-top: 58px;
}

.top-overview-content-con section {
	box-sizing: border-box;
	margin-bottom: 35px;
}

.top-overview-content-con section#sec-overview-guideline {
	margin-bottom: 70px;
}

.top-overview-content-con section:last-child {
	margin-bottom: 0;
}

.top-overview-content-con-in {
	background: #fff;
	box-sizing: border-box;
	border-color: #007a88 !important;
	border: 3px solid;
	border-radius: 20px;
	padding: 41px 45px 64px;
}

.top-overview-content-con section#sec-overview-merit .top-overview-content-con-in {
	padding-bottom: 41px;
}

.top-overview-content-con-in-title {
	box-sizing: border-box;
	text-align: center;
}

.top-overview-content-con-in-title-in {
	box-sizing: border-box;
}

.top-overview-content-con-in-title-in-in {
	box-sizing: border-box;
	display: inline-block;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.219;
	letter-spacing: -0.04vw;
}

.top-overview-content-con-in-sub-title {
	box-sizing: border-box;
	line-height: 0;
	margin-top: 12px;
	text-align: center;
}

.top-overview-content-con-in-sub-title-in {
	box-sizing: border-box;
}

.top-overview-content-con-in-sub-title-in-in {
	box-sizing: border-box;
	display: inline-block;
	font-size: 20px;
	line-height: 1.2;
}

.top-overview-content-con-in-main-img {
	box-sizing: border-box;
	display: block;
	float: left;
	margin: 68px 0 0 79px;
	width: 271px;
}

.top-overview-content-con-in-main-img img {
	height: auto;
	width: 100%;
}

.top-overview-content-con-in-in {
	box-sizing: border-box;
	margin: 58px 30px 0 39px;
	position: relative;
}

.top-overview-content-con-in-in-img {
	box-sizing: border-box;
	bottom: 0;
	display: block;
	position: absolute;
	right: 58px;
	width: 260px;
}

.top-overview-content-con-in-in-img img {
	height: auto;
	width: 100%;
}

.top-overview-content-con-in-in-text {
	box-sizing: border-box;
	color: #000;
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: -0.02vw;
}

.top-overview-content-con-in-in-text p {
	margin-bottom: 29px;
}

.top-overview-content-con-in-in-text p:last-child {
	margin-bottom: 0;
}

.top-overview-content-con section .top-link-btn {
	margin-top: 46px;
}

.top-overview-content-con-in-con {
	box-sizing: border-box;
	margin: 30px 15px -10px;
}

.top-overview-content-con .top-overview-content-con-in-con section {
	box-sizing: border-box;
	float: left;
	margin: 0 10px 10px 0;
	width: 233px;
}

.top-overview-content-con .top-overview-content-con-in-con section:nth-child(4n),
.top-overview-content-con .top-overview-content-con-in-con section:last-child {
	margin-right: 0;
}

.top-overview-content-con-in-con-in {
	box-sizing: border-box;
	border-color: #007a88 !important;
	border: 3px solid;
	border-radius: 20px;
	height: 100%;
	padding: 32px 10px;
}

.top-overview-content-con-in-con-in-title {
	box-sizing: border-box;
	text-align: center;
}

.top-overview-content-con-in-con-in-title-in {
	box-sizing: border-box;
}

.top-overview-content-con-in-con-in-title-in-in {
	box-sizing: border-box;
	display: inline-block;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.2;
}

.top-overview-content-con-in-con-in-img {
	box-sizing: border-box;
	display: block;
	margin: 0 auto;
	width: 200px;
}

.top-overview-content-con-in-con-in-img img {
	height: auto;
	width: 100%;
}

.top-overview-content-con-in-con-in-in {
	box-sizing: border-box;
	margin: 13px 7px 0;
}

.top-overview-content-con-in-con-in-in-text {
	box-sizing: border-box;
	color: #000;
	font-size: 16px;
	line-height: 1.188;
	letter-spacing: -0.02vw;
}

.top-overview-content-con-in-con-in-in-text p {
	margin-bottom: 20px;
}

.top-overview-content-con-in-con-in-in-text p:last-child {
	margin-bottom: 0;
}

/*------------------------------
対象
------------------------------*/

.top-target-content {
	box-sizing: border-box;
}

.top-target-content .wrapper {
	padding-bottom: 54px;
}

.top-target-content-in {
	background: #fff;
	box-sizing: border-box;
	border-color: #007a88 !important;
	border: 3px solid;
	border-radius: 20px;
	margin-top: 47px;
	padding: 44px 89px 49px;
}

.top-target-content-in-main-title {
	background: #22577a;
	box-sizing: border-box;
	line-height: 0;
	padding: 5px;
	text-align: center;
}

.top-target-content-in-main-title-in {
	box-sizing: border-box;
}

.top-target-content-in-main-title-in-in {
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.5;
}

.top-target-content-in-title {
	box-sizing: border-box;
	line-height: 0;
	margin-top: 25px;
	text-align: center;
}

.top-target-content-in-title-in {
	box-sizing: border-box;
}

.top-target-content-in-title-in-in {
	box-sizing: border-box;
	color: #000;
	display: inline-block;
	font-size: 24px;
	line-height: 1.208;
	letter-spacing: -0.02vw;
	left: 2px;
	position: relative;
}

.top-target-content-in-main-img {
	box-sizing: border-box;
	display: block;
	float: left;
	margin: 52px 0 0 44px;
	width: 248px;
}

.top-target-content-in-main-img img {
	height: auto;
	width: 100%;
}

.top-target-content-in-in {
	box-sizing: border-box;
	float: right;
	margin-top: 56px;
	width: 557px;
}

.top-target-content-in-in-con {
	box-sizing: border-box;
}

.top-target-content-in-in-con section {
	box-sizing: border-box;
	margin-bottom: 46px;
}

.top-target-content-in-in-con section:last-child {
	margin-bottom: 0;
}

.top-target-content-in-in-con-title {
	background: #22577a;
	box-sizing: border-box;
	border-radius: 100px;
	line-height: 0;
	margin-left: 6px;
	padding: 6px 10px;
	text-align: center;
}

.top-target-content-in-in-con-title-in {
	box-sizing: border-box;
}

.top-target-content-in-in-con-title-in-in {
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.5;
}

.top-target-content-in-in-con-in {
	box-sizing: border-box;
	margin-top: 16px;
}

.top-target-content-in-in-con-in-text {
	box-sizing: border-box;
	color: #000;
	font-size: 16px;
	line-height: 1.188;
	letter-spacing: -0.02vw;
}

.top-target-content-in-in-con-in-text p {
	margin-bottom: 20px;
}

.top-target-content-in-in-con-in-text p:last-child {
	margin-bottom: 0;
}

.top-target-content-in-in-con-in-text .big {
	box-sizing: border-box;
	display: inline-block;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.6;
}

/*------------------------------
セミナー情報
------------------------------*/

.top-seminar-info-content {
	box-sizing: border-box;
}

.top-seminar-info-content .wrapper {
	padding: 29px 0 41px;
}

.top-seminar-info-content-in {
	background: #fff;
	box-sizing: border-box;
	border-color: #007a88 !important;
	border: 3px solid;
	border-radius: 20px;
	padding: 46px 87px 123px;
}

.top-seminar-info-content-in-text {
	box-sizing: border-box;
	color: #000;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: -0.015vw;
	text-align: center;
}

.top-seminar-info-content-in-text p {
	margin-bottom: 20px;
}

.top-seminar-info-content-in-text p:last-child {
	margin-bottom: 0;
}

.top-seminar-info-content-in-con {
	box-sizing: border-box;
	margin-top: 21px;
}

.top-seminar-info-content-in-con section {
	box-sizing: border-box;
	margin-bottom: 106px;
}

.top-seminar-info-content-in-con section:last-child {
	margin-bottom: 0;
}

.top-seminar-info-content-in-con-title {
	background: #22577a;
	box-sizing: border-box;
	line-height: 0;
	padding: 5px;
	text-align: center;
}

.top-seminar-info-content-in-con-title-in {
	box-sizing: border-box;
}

.top-seminar-info-content-in-con-title-in-in {
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.5;
}

.top-seminar-info-content-in-con-text {
	box-sizing: border-box;
	color: #000;
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: -0.015vw;
	margin-top: 28px;
}

.top-seminar-info-content-in-con-text p {
	margin-bottom: 20px;
}

.top-seminar-info-content-in-con-text p:last-child {
	margin-bottom: 0;
}

.top-seminar-info-content-in-con-text + .of.flex-middle {
	margin-top: 46px;
}

.top-seminar-info-content-in-con-img {
	box-sizing: border-box;
	display: block;
	float: left;
	width: 280px;
}

.top-seminar-info-content-in-con-img img {
	height: auto;
	width: 100%;
}

.top-seminar-info-content-in-con-in {
	box-sizing: border-box;
	float: right;
	width: 602px;
}

.top-seminar-info-content-in-con-in-tb {
	box-sizing: border-box;
}

.top-seminar-info-content-in-con-in-tb table {
	box-sizing: border-box;
	width: 100%;
}

.top-seminar-info-content-in-con-in-tb table th {
	box-sizing: border-box;
	border-color: #22577a !important;
	border-bottom: 2px solid;
	line-height: 0;
	padding: 5px 0;
	padding-left: 5px;
	vertical-align: middle;
	text-align: center;
	width: 136px;
}

.top-seminar-info-content-in-con-in-tb-th-in {
	background: #22577a;
	box-sizing: border-box;
	height: 49px;
	position: relative;
}

.top-seminar-info-content-in-con-in-tb table tr.tr-teacher .top-seminar-info-content-in-con-in-tb-th-in {
	height: 356px;
}

.top-seminar-info-content-in-con-in-tb-th-in-in {
	box-sizing: border-box;
	color: #fff;
	left: 0;
	font-size: 16px;
	line-height: 1.5;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.top-seminar-info-content-in-con-in-tb table td {
	box-sizing: border-box;
	border-color: #22577a !important;
	border-bottom: 2px solid;
	color: #000;
	font-size: 18px;
	line-height: 1.222;
	padding: 17px;
	padding-left: 45px;
}

.top-seminar-info-content-in-con-in-tb table td p {
	margin-bottom: 30px;
}

.top-seminar-info-content-in-con-in-tb table td p:last-child {
	margin-bottom: 0;
}

.top-seminar-info-content-in-con-in-tb table td .text {
	box-sizing: border-box;
	display: inline-block;
	margin-left: 18px;
}

.top-seminar-info-content .top-link-btn {
	margin-top: 47px;
	width: 640px;
}

.top-seminar-info-content .top-link-btn-in {
	padding: 17px;
}

/*------------------------------
伴走型個別サポート
------------------------------*/

.top-support-content {
	box-sizing: border-box;
}

.top-support-content .wrapper {
	padding: 29px 0 41px;
}

.top-support-content-in {
	background: #fff;
	box-sizing: border-box;
	border-color: #007a88 !important;
	border: 3px solid;
	border-radius: 20px;
	padding: 27px 87px 37px;
}

.top-support-content-in-main-title {
	box-sizing: border-box;
	line-height: 0;
	text-align: center;
}

.top-support-content-in-main-title-in {
	box-sizing: border-box;
}

.top-support-content-in-main-title-in-in {
	box-sizing: border-box;
	display: inline-block;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.5;
}

.top-support-content-in-text {
	box-sizing: border-box;
	color: #000;
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: -0.01vw;
	margin-top: 22px;
}

.top-support-content-in-text p {
	margin-bottom: 20px;
}

.top-support-content-in-text p:last-child {
	margin-bottom: 0;
}

.top-support-content-in-title {
	background: #22577a;
	box-sizing: border-box;
	line-height: 0;
	margin-top: 42px;
	padding: 5px;
	text-align: center;
}

.top-support-content-in-title-in {
	box-sizing: border-box;
}

.top-support-content-in-title-in-in {
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.5;
}

.top-support-content-in-con {
	box-sizing: border-box;
	counter-reset: number 0;
	margin-top: 23px;
}

.top-support-content-in-con section {
	box-sizing: border-box;
	border-color: #22577a !important;
	border: 3px solid;
	margin-bottom: 23px;
	padding-left: 133px;
	position: relative;
}

.top-support-content-in-con section:last-child {
	margin-bottom: 0;
}

.top-support-content-in-con section::before {
	background: #22577a;
	box-sizing: border-box;
	content: "";
	left: 0;
	height: 100%;
	position: absolute;
	top: 0;
	width: 133px;
}

.top-support-content-in-con section::after {
	box-sizing: border-box;
	color: #fff;
	counter-increment: number 1;
	content: "STEP"counter(number);
	font-weight: 700;
	font-size: 20px;
	line-height: 1.5;
	left: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 133px;
}

.top-support-content-in-con-in {
	box-sizing: border-box;
	padding: 18px 12px 14px;
}

.top-support-content-in-con-in-text {
	box-sizing: border-box;
	color: #000;
	font-size: 18px;
	line-height: 1.188;
	letter-spacing: -0.01vw;
}

.top-support-content-in-con-in-text p {
	margin-bottom: 20px;
}

.top-support-content-in-con-in-text p:last-child {
	margin-bottom: 0;
}

.top-support-content .top-link-btn {
	margin-top: 49px;
	width: 640px;
}

.top-support-content .top-link-btn-in {
	padding: 17px;
}

/*------------------------------
セミナー・ワークショップ 開催概要
------------------------------*/

.top-program-content {
	box-sizing: border-box;
}

.top-program-content .wrapper {
	padding-bottom: 52px;
}

.top-program-content-con {
	box-sizing: border-box;
	margin-top: 53px;
}

.top-program-content-con section {
	background: #fff;
	box-sizing: border-box;
	border-radius: 40px;
	margin-bottom: 54px;
	padding: 43px 76px 42px;
}

.top-program-content-con section#sec-program-workshop {
	padding: 32px 82px 23px;
}

.top-program-content-con section:last-child {
	margin-bottom: 0;
}

.top-program-content-con-main-title {
	box-sizing: border-box;
}

.top-program-content-con-main-title-sub {
	box-sizing: border-box;
	text-align: center;
}

.top-program-content-con-main-title-sub-in {
	box-sizing: border-box;
}

.top-program-content-con-main-title-sub-in-in {
	box-sizing: border-box;
	display: inline-block;
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: -0.01vw;
}

.top-program-content-con-main-title-main {
	box-sizing: border-box;
	border-color: #0b095b !important;
	border: 2px solid;
	margin: 12px 17px 0;
	padding: 3px;
	text-align: center;
}

.top-program-content-con-main-title-main-in {
	box-sizing: border-box;
}

.top-program-content-con-main-title-main-in-in {
	box-sizing: border-box;
	display: inline-block;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.5;
	letter-spacing: -0.025vw;
	left: -16px;
	position: relative;
}

.top-program-content-con-seminar-text {
	box-sizing: border-box;
	font-size: 20px;
	line-height: 1.2;
	margin-top: 17px;
	text-align: center;
}

.top-program-content-con-seminar-text p {
	margin-bottom: 20px;
}

.top-program-content-con-seminar-text p:last-child {
	margin-bottom: 0;
}

.top-program-content-con-seminar-main {
	box-sizing: border-box;
	margin-top: 15px;
	position: relative;
}

.top-program-content-con-seminar-main-img {
	box-sizing: border-box;
	display: block;
	position: absolute;
	right: 0;
	top: 139px;
	width: 185px;
}

.top-program-content-con-seminar-main-img img {
	height: auto;
	width: 100%;
}

.top-program-content-con-seminar-main-in {
	box-sizing: border-box;
}

.top-program-content-con-seminar-main-in-point {
	box-sizing: border-box;
	padding: 34px 0 0 53px;
	position: relative;
}

.top-program-content-con-seminar-main-in-point-icon {
	box-sizing: border-box;
	display: block;
	left: 0;
	position: absolute;
	top: 0;
	width: 79px;
}

.top-program-content-con-seminar-main-in-point-icon img {
	height: auto;
	width: 100%;
}

.top-program-content-con-seminar-main-in-point-text {
	box-sizing: border-box;
	font-size: 18px;
	line-height: 1.222;
	letter-spacing: -0.015vw;
}

.top-program-content-con-seminar-main-in-point-text p {
	margin-bottom: 20px;
}

.top-program-content-con-seminar-main-in-point-text p:last-child {
	margin-bottom: 0;
}

.top-program-content-con-seminar-main-in-info {
	box-sizing: border-box;
	margin: 43px 243px 0 93px;
}

.top-program-content-con-seminar-main-in-info-tb {
	box-sizing: border-box;
}

.top-program-content-con-seminar-main-in-info-tb table {
	box-sizing: border-box;
	width: 100%;
}

.top-program-content-con-seminar-main-in-info-tb table th {
	box-sizing: border-box;
	border-color: #0b095b !important;
	border-bottom: 2px solid;
	padding: 6px;
	vertical-align: middle;
	text-align: left;
	width: 24%;
}

.top-program-content-con-seminar-main-in-info-tb-th-in {
	background: #0b095b;
	box-sizing: border-box;
	border-radius: 100px;
	padding: 7px 5px 12px;
	text-align: center;
	width: 100%;
}

.top-program-content-con-seminar-main-in-info-tb-th-in-in {
	box-sizing: border-box;
}

.top-program-content-con-seminar-main-in-info-tb-th-in-in-in {
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	line-height: 1.5;
}

.top-program-content-con-seminar-main-in-info-tb table td {
	box-sizing: border-box;
	border-color: #0b095b !important;
	border-bottom: 2px solid;
	font-size: 18px;
	line-height: 1.188;
	padding: 5px 6px 5px 38px;
	vertical-align: middle;
}

.top-program-content-con-seminar-main-in-info-tb table tr:first-child th,
.top-program-content-con-seminar-main-in-info-tb table tr:first-child td {
	padding-top: 0;
}

.top-program-content-con-seminar-main-in-info-tb table td p {
	margin-bottom: 20px;
}

.top-program-content-con-seminar-main-in-info-tb table td p:last-child {
	margin-bottom: 0;
}

.top-program-content-con-seminar-main-in-info-text {
	box-sizing: border-box;
	font-size: 16px;
	line-height: 1.5;
	margin-top: 12px;
	text-align: center;
}

.top-program-content-con-seminar-main-in-info-text p {
	margin-bottom: 20px;
}

.top-program-content-con-seminar-main-in-info-text p:last-child {
	margin-bottom: 0;
}

.top-program-content-con-btn-list {
	box-sizing: border-box;
	margin: 30px 0 0 19px;
}

.top-program-content-con-btn-list li {
	box-sizing: border-box;
	float: left;
	margin-right: 25px;
	width: 330px;
}

.top-program-content-con section#sec-program-workshop .top-program-content-con-btn-list li {
	width: 390px;
}

.top-program-content-con-btn-list li:last-child {
	margin-right: 0;
}

.top-program-content-con-btn-list-btn {
	box-sizing: border-box;
	display: block;
	padding: 0 5px 10px;
	text-decoration: none;
}

.top-program-content-con-btn-list-btn-in {
	background: #494949;
	box-sizing: border-box;
	box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.6);
	border-radius: 10px;
	color: #fff;
	display: block;
	font-size: 24px;
	line-height: 1.5;
	letter-spacing: -0.02vw;
	padding: 17px 10px;
	text-align: center;
}

.top-program-content-con-btn-list li.li-guidance .top-program-content-con-btn-list-btn-in {
	background: linear-gradient(to bottom,#f29f29 0%,#ef8d04 100%);
}

.top-program-content-con section#sec-program-workshop .top-program-content-con-btn-list li.li-guidance .top-program-content-con-btn-list-btn-in {
	padding: 35px 10px;
}

.top-program-content-con-btn-list li.li-archive .top-program-content-con-btn-list-btn-in {
	background: linear-gradient(to bottom,#fb9680 0%,#df573d 100%);
}

.top-program-content-con-btn-list li.li-workshop .top-program-content-con-btn-list-btn-in {
	background: linear-gradient(to bottom,#228b22 0%,#006400 100%);
}

.top-program-content-con-btn-list-btn:hover .top-program-content-con-btn-list-btn-in {
	opacity: 0.6;
}

.top-program-content-con-btn-list-btn:not([href]):hover .top-program-content-con-btn-list-btn-in {
	opacity: 1;
}

.top-program-content-con-btn-list-btn-in-text {
	box-sizing: border-box;
	display: inline-block;
	padding-right: 41px;
	position: relative;
}

.top-program-content-con-btn-list-btn-in-text::after {
	background: #fff;
	box-sizing: border-box;
	border-radius: 50%;
	color: #494949;
	content: "\f054";
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	font-size: 20px;
	line-height: 30px;
	height: 30px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 30px;
}

.top-program-content-con-btn-list li.li-guidance .top-program-content-con-btn-list-btn-in-text::after {
	color: #ef8d04;
}

.top-program-content-con-btn-list li.li-archive .top-program-content-con-btn-list-btn-in-text::after {
	color: #df573d;
}

.top-program-content-con-btn-list-text {
	box-sizing: border-box;
	font-size: 16px;
	line-height: 1.5;
	margin-top: -3px;
	text-align: center;
}

.top-program-content-con-title {
	box-sizing: border-box;
}

.top-program-content-con-title-sub {
	box-sizing: border-box;
	text-align: center;
}

.top-program-content-con-title-sub-in {
	box-sizing: border-box;
}

.top-program-content-con-title-sub-in-in {
	box-sizing: border-box;
	display: inline-block;
	font-size: 24px;
	line-height: 1.5;
	letter-spacing: -0.02vw;
	left: 25px;
	position: relative;
}

.top-program-content-con-title-main {
	box-sizing: border-box;
	margin-top: 1px;
	text-align: center;
}

.top-program-content-con-title-main-in {
	box-sizing: border-box;
}

.top-program-content-con-title-main-in-in {
	box-sizing: border-box;
	display: inline-block;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.5;
	letter-spacing: -0.03vw;
	left: 12px;
	position: relative;
}

.top-program-content-con-workshop-text {
	box-sizing: border-box;
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: -0.02vw;
	margin: 22px 90px 0 57px;
}

.top-program-content-con-workshop-text p {
	margin-bottom: 20px;
}

.top-program-content-con-workshop-text p:last-child {
	margin-bottom: 0;
}

.top-program-content-con-workshop-main {
	box-sizing: border-box;
	border-color: #0b095b !important;
	border-bottom: 3px dashed;
	padding-bottom: 29px;
}

.top-program-content-con-workshop-main-img {
	box-sizing: border-box;
	display: block;
	float: left;
	margin: 14px 0 0 53px;
	width: 145px;
}

.top-program-content-con-workshop-main-img img {
	height: auto;
	width: 100%;
}

.top-program-content-con-workshop-main-in {
	box-sizing: border-box;
	float: right;
	margin: 39px 90px 0 0;
	width: 569px;
}

.top-program-content-con-workshop-main-in-con {
	box-sizing: border-box;
}

.top-program-content-con .top-program-content-con-workshop-main-in-con section {
	background: none;
	box-sizing: border-box;
	border-radius: 0;
	margin-bottom: 16px;
	padding: 28px 0 0 43px;
	position: relative;
}

.top-program-content-con .top-program-content-con-workshop-main-in-con section:last-child {
	margin-bottom: 0;
}

.top-program-content-con-workshop-main-in-con-point-icon {
	box-sizing: border-box;
	display: block;
	left: 0;
	position: absolute;
	top: 0;
	width: 79px;
}

.top-program-content-con-workshop-main-in-con-point-icon img {
	height: auto;
	width: 100%;
}

.top-program-content-con-workshop-main-in-con-text {
	box-sizing: border-box;
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: -0.02vw;
}

.top-program-content-con-workshop-main-in-con-text p {
	margin-bottom: 20px;
}

.top-program-content-con-workshop-main-in-con-text p:last-child {
	margin-bottom: 0;
}

.top-program-content-con-workshop-in {
	box-sizing: border-box;
}

.top-program-content-con-workshop-in-tb {
	box-sizing: border-box;
	margin: 32px 25px 0 38px;
	padding-bottom: 15px;
	position: relative;
}

.top-program-content-con-workshop-in-tb table {
	box-sizing: border-box;
	width: 100%;
}

.top-program-content-con-workshop-in-tb table th {
	box-sizing: border-box;
	border-color: #0b095b !important;
	border-bottom: 2px solid;
	font-size: 16px;
	line-height: 1.5;
	padding: 5px 12px;
	vertical-align: middle;
	text-align: left;
}

.top-program-content-con-workshop-in-tb table th.th-1 {
	padding: 10px 0;
	text-align: center;
}

.top-program-content-con-workshop-in-tb table th.th-1:nth-child(1) {
	width: 20%;
}

.top-program-content-con-workshop-in-tb table th.th-1:nth-child(2) {
	width: 35%;
}

.top-program-content-con-workshop-in-tb-th-in {
	background: #0b095b;
	box-sizing: border-box;
	border-radius: 100px;
	padding: 6px 10px;
	text-align: center;
}

.top-program-content-con-workshop-in-tb-th-in-in {
	box-sizing: border-box;
}

.top-program-content-con-workshop-in-tb-th-in-in-in {
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	line-height: 1.5;
}

.top-program-content-con-workshop-in-tb table td {
	box-sizing: border-box;
	border-color: #0b095b !important;
	border-bottom: 2px solid;
	font-size: 16px;
	line-height: 1.5;
	padding: 5px 12px;
	vertical-align: middle;
	text-align: center;
}

.top-program-content-con-workshop-in-tb table td .mini {
	box-sizing: border-box;
	display: block;
	font-size: 13px;
	line-height: 1.5;
}

.top-program-content-con-workshop-in-tb-coming {
	background: rgba(0,0,0,0.8);
	box-sizing: border-box;
	left: 0;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}

.top-program-content-con-workshop-in-tb-coming-text {
	box-sizing: border-box;
	color: #fff;
	font-weight: 700;
	font-size: 65px;
	line-height: 1.5;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	transform: translateY(-50%) rotate(-18deg);
	-webkit-transform: translateY(-50%) rotate(-18deg);
}

.top-program-content-con section#sec-program-workshop .top-link-btn {
	margin-top: 20px;
	width: 640px;
}

/*------------------------------
お申込み・お問合せ
------------------------------*/

.top-contact-content {
	box-sizing: border-box;
}

.top-contact-content .wrapper {
	padding: 51px 0 49px;
}

.top-contact-content-con {
	box-sizing: border-box;
	margin: 0 0 -40px;
}

.top-contact-content-con section {
	background: #fff;
	box-sizing: border-box;
	border-radius: 20px;
	float: left;
	margin: 0 40px 40px 0;
	min-height: 277px;
	padding: 37px 50px 50px;
	width: 525px;
}

.top-contact-content-con section.sec-contact {
	padding-top: 37px;
}

.top-contact-content-con section:nth-child(2n),
.top-contact-content-con section:last-child {
	margin-right: 0;
}

.top-contact-content-con-title {
	box-sizing: border-box;
	text-align: center;
}

.top-contact-content-con-title-in {
	box-sizing: border-box;
}

.top-contact-content-con-title-in-in {
	box-sizing: border-box;
	display: inline-block;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.5;
}

.top-contact-content-con-contact-btn {
	box-sizing: border-box;
	display: block;
	margin-top: 42px;
	padding: 0 5px 10px;
	text-decoration: none;
}

.top-contact-content-con-contact-btn-in {
	background: linear-gradient(to bottom,#fb9680 0%, #df573d 100%);
	box-sizing: border-box;
	box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.6);
	border-radius: 10px;
	color: #fff;
	display: block;
	font-size: 24px;
	line-height: 1.208;
	letter-spacing: -0.02vw;
	padding: 8px 23px;
	text-align: center;
}

.top-contact-content-con-contact-btn.green-btn .top-contact-content-con-contact-btn-in {
	background: linear-gradient(to bottom,#228b22 0%, #006400 100%);
}

.top-contact-content-con-contact-btn:hover .top-contact-content-con-contact-btn-in {
	opacity: 0.6;
}

.top-contact-content-con-contact-btn-in-text {
	box-sizing: border-box;
	display: inline-block;
	padding-right: 37px;
	position: relative;
}

.top-contact-content-con-contact-btn-in-text::after {
	background: #fff;
	box-sizing: border-box;
	border-radius: 50%;
	color: #df573d;
	content: "\f054";
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	font-size: 20px;
	line-height: 30px;
	height: 30px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 30px;
}

.top-contact-content-con-contact-btn.green-btn .top-contact-content-con-contact-btn-in-text:after {
	color: #006400;
}

.top-contact-content-con-tel {
	box-sizing: border-box;
	margin-top: 2px;
	text-align: center;
}

.top-contact-content-con-tel-num {
	box-sizing: border-box;
	display: inline-block;
	font-weight: 700;
	font-size: 48px;
	line-height: 1.5;
	letter-spacing: 0.2vw;
	left: -2px;
	padding-left: 53px;
	position: relative;
}

.top-contact-content-con-tel-num-icon {
	box-sizing: border-box;
	display: block;
	left: 0;
	position: absolute;
	top: 14px;
	width: 39px;
}

.top-contact-content-con-tel-num-icon::before {
	background: url(images/icon-tel.png) no-repeat;
	background-size: 100% !important;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 0;
	padding-bottom: 101%;
	position: relative;
	width: 100%;
}

.top-contact-content-con-mail {
	box-sizing: border-box;
	margin-top: 1px;
	text-align: center;
}

.top-contact-content-con-mail-in {
	box-sizing: border-box;
	display: inline-block;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: -0.01vw;
	left: 8px;
	padding-left: 30px;
	position: relative;
}

.top-contact-content-con-mail-in-icon {
	box-sizing: border-box;
	display: block;
	left: 0;
	position: absolute;
	top: 4px;
	width: 22px;
}

.top-contact-content-con-mail-in-icon::before {
	background: url(images/icon-mail.png) no-repeat;
	background-size: 100% !important;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 0;
	padding-bottom: 104.54%;
	position: relative;
	width: 100%;
}

.top-contact-content-con-mail-text {
	box-sizing: border-box;
	font-size: 16px;
	line-height: 1.188;
	margin-top: 8px;
	text-align: center;
}

.top-contact-content-con-mail-text p {
	margin-bottom: 20px;
}

.top-contact-content-con-mail-text p:last-child {
	margin-bottom: 0;
}

.top-contact-content-con-tel-num .tel-link a {
	color: #0b095b;
	text-decoration: none;
}

/*----------------------------------------
個別ページ
----------------------------------------*/

.main {
	box-sizing: border-box;
	margin-top: 65px;
}

/*----------------------------------------
404ページ
----------------------------------------*/

/*----------------------------------------
sidebar
----------------------------------------*/

/*----------------------------------------
footer
----------------------------------------*/

footer {
	background: #007a88;
	box-sizing: border-box;
}

.foot-main {
	box-sizing: border-box;
}

.foot-main .wrapper {
	border-color: #fff !important;
	border-bottom: 2px solid;
	padding: 43px 0 29px;
}

.foot-main-info-list {
	box-sizing: border-box;
	margin: 0 125px;
}

.foot-main-info-list li {
	box-sizing: border-box;
	margin-bottom: 26px;
	overflow: hidden;
}

.foot-main-info-list li:last-child {
	margin-bottom: 0;
}

.foot-main-info-list-title {
	background: #fff;
	box-sizing: border-box;
	border-radius: 100px;
	float: left;
	padding: 5px 10px;
	text-align: center;
	width: 197px;
}

.foot-main-info-list-title-in {
	box-sizing: border-box;
}

.foot-main-info-list-title-in-in {
	box-sizing: border-box;
	color: #0b095b;
	display: inline-block;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.5;
}

.foot-main-info-list-in {
	box-sizing: border-box;
	float: right;
	width: 561px;
}

.foot-main-info-list-in-text {
	box-sizing: border-box;
	color: #fff;
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: -0.015vw;
}

.foot-main-info-list-in-text p {
	margin-bottom: 20px;
}

.foot-main-info-list-in-text p:last-child {
	margin-bottom: 0;
}

.foot-in {
	box-sizing: border-box;
}

.foot-in .wrapper {
	padding: 32px 0;
}

.foot-in-text {
	box-sizing: border-box;
	color: #fff;
	font-size: 16px;
	line-height: 1.188;
	text-align: center;
}

.foot-in-text p {
	margin-bottom: 23px;
}

.foot-in-text p:last-child {
	margin-bottom: 0;
}

.foot-in-text .big {
	box-sizing: border-box;
	display: inline-block;
	font-size: 20px;
	line-height: 1.2;
}

/*----------------------------------------
固定ボタン
----------------------------------------*/

.fixed-btn-list {
	box-sizing: border-box;
	position: fixed;
	right: 0;
	top: 80px;
	z-index: 9990;
}

.fixed-btn-list li {
	box-sizing: border-box;
	margin-bottom: 35px;
}

.fixed-btn-list li:last-child {
	margin-bottom: 0;
}

.fixed-btn-list-btn {
	box-sizing: border-box;
	display: block;
	text-decoration: none;
}

.fixed-btn-list-btn-in {
	background: #494949;
	box-sizing: border-box;
	border-radius: 10px 0 0 10px;
	color: #fff;
	display: block;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: 0.25vw;
	padding: 21px 15px 16px;
	writing-mode: vertical-rl;
}

.fixed-btn-list li.li-contact .fixed-btn-list-btn-in {
	background: linear-gradient(to bottom,#f29f29 0%,#ef8d04 100%);
}

.fixed-btn-list li.li-application .fixed-btn-list-btn-in {
	background: linear-gradient(to bottom,#fb9680 0%,#df573d 100%);
}

.fixed-btn-list-btn:hover .fixed-btn-list-btn-in {
	opacity: 0.8;
}

.fixed-btn-list-btn-in-text {
	box-sizing: border-box;
	display: inline-block;
	padding-bottom: 40px;
	position: relative;
}

.fixed-btn-list-btn-in-text::after {
	background: #fff;
	box-sizing: border-box;
	border-radius: 50%;
	bottom: 0;
	color: #494949;
	content: "\f054";
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	font-size: 20px;
	line-height: 30px;
	height: 30px;
	padding-top: 4px;
	position: absolute;
	text-align: center;
	width: 30px;
}

.fixed-btn-list li.li-contact .fixed-btn-list-btn-in-text::after {
	color: #ef8d04;
}

.fixed-btn-list li.li-application .fixed-btn-list-btn-in-text::after {
	color: #df573d;
}

/*----------------------------------------
Edge CSSハック
----------------------------------------*/

@supports (-ms-ime-align: auto) {



}

/*----------------------------------------
IE11以下 CSSハック
----------------------------------------*/

@media screen\0 {



}

/*----------------------------------------
Firefox CSSハック
----------------------------------------*/

@-moz-document url-prefix() {



}

/*----------------------------------------
Safari CSSハック
----------------------------------------*/

_::-webkit-full-page-media, _:future, :root .num-list li {
	margin-left: 30px !important;
}

_::-webkit-full-page-media, _:future, :root .num-list li:nth-child(n+10) {
	margin-left: 40px !important;
}

_::-webkit-full-page-media, _:future, :root .fixed-btn-list {
	right: 30px;
}


/*20270805*/
.foot-main-info-list-in-text a {
  color: #fff;
}
.foot-main-info-list-in-text a:hover {
  opacity: 0.7;
}
