@charset "UTF-8";
/* ========================================================================== 
 * Responsive 
 * ========================================================================== */ 
/*PCのみ表示(959px以下非表示)*/  
/*PCのみ表示(640px以下非表示)*/
@media screen and (max-width: 640px) {
	.visible-pc {
		display: none !important;
	}
}
/*SPのみ表示(641px以上非表示)*/
@media screen and (min-width: 641px) {
	.visible-sp {
		display: none !important;
	}
}
/*PCのみ非表示(640px以上非表示)*/
@media screen and (min-width: 640px) {
	.hidden-pc {
		display: none !important;
	}
}
/*SPのみ非表示(641px以下非表示)*/
@media screen and (max-width: 641px) {
	.hidden-sp {
		display: none !important;
	}
}
/*SPのみ非表示(599px以下非表示)*/ @media screen and (max-width: 599px) { 
	.hidden-sp { 
		display: none !important; 
	}  
}
/* ==========================================================================
 * Font face
 * ========================================================================== */
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 100;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 200;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 300;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 400;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Bold");
	font-weight: bold;
}
/* ==========================================================================
 * Root
 * ========================================================================== */
*,
::before,
::after {
	background-repeat: no-repeat;
	box-sizing: border-box;
}
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
}
body {
	margin: 0;
	font-family: "Noto Sans JP","Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", Meiryo, Osaka, sans-serif;
	font-size: 1.6em;
	font-size: 1.8rem;
	line-height: 1.5;
	background-color: #fff;
	color: #303030;
}

/* ==========================================================================
 * HTML5 display definitions
 * ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}

/* ==========================================================================
 * Anchor
 * ========================================================================== */
a:link,
a:visited {
	background-color: transparent;
	color: #4f7aac;
	text-decoration: none;
}
a:active,
a:hover {
	outline: 0;
	text-decoration: underline;
}

/* ==========================================================================
 * Embedded
 * ========================================================================== */
img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: bottom;
}
@media screen and (max-width: 640px) {
	img {
		width: 100%;
	}
}
svg:not(:root) {
	overflow: hidden;
}

/* ==========================================================================
 * Grouping
 * ========================================================================== */
figure {
	margin: 0;
}
hr {
	box-sizing: content-box;
	height: 0;
	border: none;
	border-top: 1px solid #bbb;
}
dd {
	margin-left: 0;
}

/* ==========================================================================
 * Float
 * ========================================================================== */
.clear {
	clear: both;
}
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}

/* ==========================================================================
 * List
 * ========================================================================== */
ul,
ol {
	padding: 0;
}
ul {
	margin: 0;
	list-style: none;
}
ul.list-disc {
	margin-left: 1.55em;
	list-style: disc;
}
ul.list-annotation {
	margin-left: 1.3em;
}
ul.list-annotation li::before {
	margin-left: -1.3em;
	content: "※\0020";
}
ol.list-annotation {
	margin-left: 2em;
	padding: 0;
	counter-reset: number;
	list-style: none;
	font-size: 1.2rem;
}
ol.list-annotation li::before {
	margin-left: -2em;
	counter-increment: number;
	content: "※"counter(number)"\0020";
}
ul.list-disc li + li,
ul.list-annotation li + li,
ol li + li {
	margin-top: 0px;
}

/* ==========================================================================
 * Text
 * ========================================================================== */
b,
strong {
	font-weight: bold;
}
mark {
	background: #ff0;
	color: #000;
}
small,
.txt-small{
	font-size: 80%;
}
.large {
	font-size: 3.9rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
address {
	font-style: normal;
}
h1,
.h1 {
	font-size: 3.2rem;
	line-height: 1.2;
	margin: 0;
}
h2,
.h2 {
	font-size: 5.0rem;
    line-height: 1.5;
    margin: 0;
    text-align: center;
}
h3,
.h3 {
	font-size: 1.8rem;
	line-height: 1.2;
	margin: 0;
}
h4,
.h4 {
	font-size: 1.6rem;
	line-height: 1.2;
	margin: 0;
}
p {
	margin: 0;
}
p + p {
	margin-top: .5em;
	margin-bottom: 0;
}
.txt--left {
	text-align: left;
}
.txt--center {
	text-align: center;
}
.txt--right {
	text-align: right;
}
.txt--unbold {
	font-weight: normal;
}
.txt--bold {
	font-weight: bold;
}
.txt--emphasis {
	color: #e74c3c;
}
.txt--notes {
	color: #7f8c8d;
	font-size: 1.4rem;
}
.txt--red {
	color: #cc0014;
	font-weight: bold;
}
.txt--number {
	font-family: 'Roboto';
}
.subttl {
	font-size: 3.2rem;
}
.txt--yellow {
	color: #fcc800;
}
@media screen and (max-width: 640px) {
	.subttl {
		font-size: 6vw;
	}
	h2,.h2 {
		font-size: 9vw;
		line-height: 1.3;
	}
}
/* ==========================================================================
 * Table
 * ========================================================================== */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 0;
}

/* ==========================================================================
 * Form
 * ========================================================================== */
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
	border: 1px solid #999;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
	width: 100%;
	padding: 5px;
}
button {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
textarea {
	overflow: auto;
}

/* ==========================================================================
 * Spacing
 * ========================================================================== */
.margin-none  {margin:           0px !important;}
.padding-none {padding:          0px !important;}

.margin-T0    {margin-top:       0px !important;}
.margin-T5    {margin-top:       5px !important;}
.margin-T10   {margin-top:      10px !important;}
.margin-T15   {margin-top:      15px !important;}
.margin-T20   {margin-top:      20px !important;}
.margin-T25   {margin-top:      25px !important;}
.margin-T30   {margin-top:      30px !important;}
.margin-T35   {margin-top:      35px !important;}
.margin-T40   {margin-top:      40px !important;}
.margin-T45   {margin-top:      45px !important;}
.margin-T50   {margin-top:      50px !important;}
.margin-T60   {margin-top:      60px !important;}
.margin-T70   {margin-top:      70px !important;}
.margin-T80   {margin-top:      80px !important;}
.margin-T90   {margin-top:      90px !important;}
.margin-T100  {margin-top:     100px !important;}

.margin-R0    {margin-right:     0px !important;}
.margin-R5    {margin-right:     5px !important;}
.margin-R10   {margin-right:    10px !important;}
.margin-R15   {margin-right:    15px !important;}
.margin-R20   {margin-right:    20px !important;}

.margin-B0    {margin-bottom:    0px !important;}
.margin-B5    {margin-bottom:    5px !important;}
.margin-B10   {margin-bottom:   10px !important;}
.margin-B15   {margin-bottom:   15px !important;}
.margin-B20   {margin-bottom:   20px !important;}

.margin-L0    {margin-left:      0px !important;}
.margin-L5    {margin-left:      5px !important;}
.margin-L10   {margin-left:     10px !important;}
.margin-L15   {margin-left:     15px !important;}
.margin-L20   {margin-left:     20px !important;}

.padding-T0   {padding-top:      0px !important;}
.padding-T5   {padding-top:      5px !important;}
.padding-T10  {padding-top:     10px !important;}
.padding-T15  {padding-top:     15px !important;}
.padding-T20  {padding-top:     20px !important;}
.padding-T25  {padding-top:     25px !important;}
.padding-T30  {padding-top:     30px !important;}
.padding-T35  {padding-top:     35px !important;}
.padding-T40  {padding-top:     40px !important;}
.padding-T45  {padding-top:     45px !important;}
.padding-T50  {padding-top:     50px !important;}
.padding-T60  {padding-top:     60px !important;}
.padding-T70  {padding-top:     70px !important;}
.padding-T80  {padding-top:     80px !important;}
.padding-T90  {padding-top:     90px !important;}
.padding-T100 {padding-top:    100px !important;}

.padding-R0   {padding-right:    0px !important;}
.padding-R5   {padding-right:    5px !important;}
.padding-R10  {padding-right:   10px !important;}
.padding-R15  {padding-right:   15px !important;}
.padding-R20  {padding-right:   20px !important;}

.padding-B0   {padding-bottom:   0px !important;}
.padding-B5   {padding-bottom:   5px !important;}
.padding-B10  {padding-bottom:  10px !important;}
.padding-B15  {padding-bottom:  15px !important;}
.padding-B20  {padding-bottom:  20px !important;}

.padding-L0   {padding-left:     0px !important;}
.padding-L5   {padding-left:     5px !important;}
.padding-L10  {padding-left:    10px !important;}
.padding-L15  {padding-left:    15px !important;}
.padding-L20  {padding-left:    20px !important;}

/* ==========================================================================
 * Common
 * ========================================================================== */
#page-container {
	max-width: 2000px;
	margin: 0 auto;
	overflow: hidden;
}
.inner-width {
	width: 920px;
	margin-right: auto;
	margin-left:  auto;
}
.marker__yellow {
	background: #fcc800;
	text-align: center;
	padding: .1em 1em;
	position: relative;
	width: fit-content;
	margin: 0 auto;
}
.marker__green {
	background: #61c46e;
	text-align: center;
	padding: .2em 1em .2em 1.5em;
	position: relative;
	width: fit-content;
	margin: 0 auto;
	color: #fff;
}
.marker__orange {
	background: #ff931e;
	text-align: center;
	padding: .2em 1em .2em 1.5em;
	position: relative;
	width: fit-content;
	margin: 0 auto;
	color: #fff;
}
.marker__yellow::before,
.marker__green::before,
.marker__orange::before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	border: none;
	border-left: solid 20px #fff;
	border-bottom: solid 95px transparent;
	z-index: 2;
}
.marker__yellow::after,
.marker__green::after,
.marker__orange::after {
	position: absolute;
	content: '';
	right: 0px;
	top: 0px;
	width: 0;
	height: 0;
	border: none;
	border-left: solid 20px transparent;
	border-bottom: solid 87px #fff;
	z-index: 2;
}

/*-------------------- Back to Top --------------------*/
a.backtotop {
	position: fixed;
	bottom: 30px;
	right: 5%;
	width: 40px;
	height: 40px;
	padding: 38px 0 0;
	background-color: #ccc;
	color: #fff;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	opacity: .5;
	border-radius: 50%;
}
a.backtotop::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 17.3px 10px;
	border-color: transparent transparent #ffffff transparent;
}
/*SP*/
@media screen and (max-width: 640px) {
.inner {
	width: 100%;
}
.inner-width {
	width: 92%;
	margin-right: auto;
	margin-left: auto;
}
.header-width {
	width: 100%;
	margin-right: auto;
	margin-left:  auto;
}
a.backtotop {
	bottom: 25vw;
}
}
/* ==========================================================================
 * Header
 * ========================================================================== */
.header {
	background-color: #303030;
	padding: 20px 0;
}
.header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header a:hover {
	opacity: 0.8;
}
.hd__logo {
	padding: 0 0 0 40px;
}
.hd__logo img {
	width: 187px;
}
.hd__cta {
	padding: 0 40px 0 0;
	position: relative;
    z-index: 999;
}
.hd__cta img {
	width: 272px;
}
@media screen and (max-width: 640px) {
	.hd .h1 {
		min-height: auto;
	}
	.hd__list--top {
		background: #303030;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 999;
	}
	.hd__logo {
		padding: 10px 0 10px 5%;
		width: 130px;
	}
	.hd__logo img {
		width: auto;
	}
	.hd .hd-mv {
		padding: 80px 0 0;
	}
	.hd-characteristic {
		padding: 20px 5%;
	}
	.hd__list {
		display: block;
		padding: 20px 0 10px;
	}
	.hd__list li:first-child {
		padding: 0 5%;
	}
	.hd__list li:nth-child(2) {
		color: #fff;
		margin: 5px 0 0;
		padding: 0 5%;
		text-align: center;
	}
	.hd__list li:last-child {
		padding: 20px 0 10px 5px;
	}
	.hd__cta {
		padding: 0;
	}
	/* hamburger menu */
	.menu__btn {
		align-items: center;
		display: flex;
		height: 30px;
		justify-content: center;
		position: fixed;
		top: 6px;
		right: 10px;
		padding: 20px;
		z-index: 90;
		width: 30px;
	}
	.menu__btn span,
	.menu__btn span:before,
	.menu__btn span:after {
		content: '';
		background: #fff;
		border-radius: 3px;
		display: block;
		height: 3px;
		position: absolute;
		width: 25px;
	}
	.menu__btn span:before {
		bottom: 8px;
	}
	.menu__btn span:after {
		top: 8px;
	}
	#menu__btn--check:checked ~ .menu__btn span {
		background-color: rgba(255, 255, 255, 0);
	}
	#menu__btn--check:checked ~ .menu__btn span::before {
		bottom: 0;
		transform: rotate(45deg);
	}
	#menu__btn--check:checked ~ .menu__btn span::after {
		top: 0;
		transform: rotate(-45deg);
	}
	#menu__btn--check {
		display: none;
	}
	.gnavi__hamburger-menu {
		background: #fff;
		height: 100%;
		position: fixed;
		top: 0;
		left: 100%;
		z-index: 80;
		transition: all 0.5s;
		width: 100%;
	}
	#menu__btn--check:checked ~ .gnavi__hamburger-menu {
		left: 0;
	}
	.gnavi__hamburger-menu ul {
		background: #fcc800;
		padding: 20% 10px 120%;
	}
	.gnavi__hamburger-menu ul li {
		border-bottom: dotted 1px #303030;
		list-style: none;
		width: 100%;
	}
	.gnavi__hamburger-menu ul li a {
		box-sizing: border-box;
		color: #303030;
		display: block;
		padding: 18px 15px 15px 3%;
		position: relative;
		text-decoration: none;
		width: 100%;
	}
	.gnavi__hamburger-menu ul li a::before {
		border-top: solid 2px #303030;
		border-right: solid 2px #303030;
		content: "";
		height: 7px;
		transform: rotate(45deg);
		position: absolute;
		right: 11px;
		top: 26px;
		width: 7px;
	}
}

/* ==========================================================================
 * Gnavi(PC)
 * ========================================================================== */
 #gnavi__btn--check {
	display: none;
  }
  a.gnavi__link {
	min-width: 80px;
	padding: 0 10px;
	height: var(--gnavi-height);
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.2s;
  }
a.gnavi__link:hover,
a.gnavi__link.active {
	text-decoration: none;
	color: #fcc800;
}
  a.sitest__goal--navi:hover {
	background: none;
  }
  .gnavi {
	  background: #303030;
	  font-size: 1.8rem;
	  position: fixed;
	  top: 0;
	  left: 0;
	  justify-content: center;
	  width: 100%;
	  min-width: 920px;
	  z-index: 999;
	 }
  .gnavi__list {
	  display: flex;
  }
  .gnavi__list li {
	  align-items: center;
	  display: flex;
	  position: relative;
	  text-align: center;
	 }
  .gnavi__list li::after {
	  content: "｜";
	  color: #fff;
	 }
  .gnavi__list li:nth-child(6)::after {
	  content: "";
	  padding: 0 10px 0 0;
  }
  .gnavi__list li:first-child::after,
  .gnavi__list li:last-child::after {
	  content: "";
  }
  .gnavi__list li:first-child {
	  margin-right: auto;
  }
  .gnavi__list li:last-child {
	  margin-left: auto;
  }
  .gnavi__list a {
	  color: #ffff;
	  display: block;
	  padding: 10px 0;
	 }
  .gnavi__list li:first-child {
	  padding: 0 0 0 40px;
  }
  .gnavi__list li:first-child img {
	  width: 160px;
  }
  .gnavi__list li:last-child {
	  padding: 0 40px 0 0;
  }
  @media screen and (max-width: 1200px) {
	  .gnavi__list li:first-child img {
		  width: 120px;
	  }
	  .gnavi__list li:last-child img {
		  width: 250px;
	  }
  }
  @media screen and (max-width: 1100px) {
	  .gnavi__list li:first-child img {
		  width: 100px;
	  }
	  .gnavi__list li:last-child img {
		  width: 200px;
	  }
  }
  @media screen and (max-width: 640px) {
	a.gnavi__link:hover,
	a.gnavi__link.active {
		text-decoration: none;
		background-color: #303030;
	}
  }
  .fixed {
	  position: fixed;
	  top: 0;
	  left: 0;
	  z-index: 998;
	  width: 100%;
  }
/* ==========================================================================
 * kv
 * ========================================================================== */
h1 {
	text-align: center;
}
.kv__ttl {
	position: relative;
    margin-top: -70px;
}
@media screen and (min-width: 641px) {
	.kv {
		background: url("../images/pc/kv_bg.jpg") no-repeat center center /cover;
		padding-top: 1px;
	}
}
@media screen and (max-width: 640px) {
	.kv {
		background: url(../images/sp/kv_bg.jpg) no-repeat center center /cover;
		padding-top: 10vw;
		margin-top: 9vw;
	}
	.kv__ttl {
		margin-top: 0;
	}
}

/* ==========================================================================
 * result
 * ========================================================================== */
.result {
	padding: 40px 0;
}
.result__con {
	text-align: center;
}
@media screen and (min-width: 641px) {
	.result {
		background: url("../images/pc/result_bg.jpg") no-repeat center center /cover;
	}
}

/* ==========================================================================
 * problem01
 * ========================================================================== */
.problem01 .inner-width {
	position: relative;
	padding: 40px 0 120px;
}
.problem01__ttl {
	text-align: center;
	font-size: 5.0rem;
	font-weight: bold;
	color: #fff;
}
.problem01 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	
}
.problem01 li {
	margin-top: 40px;
}
#problem01__img {
	position: absolute;
	bottom: 0;
    left: 54%;
    transform: translateX(-50%);
}

@media screen and (min-width: 641px) {
	.problem01 {
		background: url("../images/pc/problem01_bg.jpg") no-repeat center center /cover;
	}
}

@media screen and (max-width: 640px) {
	.problem01 {
		background: url("../images/sp/problem01_bg.jpg") no-repeat center center /cover;
		position: relative;
		padding: 10vw 0 17vw;
	}
	.problem01 .inner-width {
		padding: 0;
		position: unset;
	}
	.problem01__ttl {
		font-size: 3.0rem;
		font-size: 9vw;
		position: absolute;
		top: 5%;
		right: 5%;
		line-height: 1.3;
	}
	.problem01__ttl .subttl {
		font-size: 2.2rem;
		font-size: 6vw;
	}
	.problem01 ul {
		display: block;
		margin-top: 45%;
		z-index: 1;
		position: relative;
	}
	.problem01 li {
		margin-top: 5vw;
	}
	#problem01__img {
		top: 5%;
		left: 24%;
		width: 35%;
	}
}

/* ==========================================================================
 * problem02
 * ========================================================================== */
.problem02 .inner-width {
	padding: 1px 0 60px;
}
.problem02__txt--top {
	font-size: 3.2rem;
    font-weight: bold;
    background-color: #fcc800;
    text-align: center;
    width: fit-content;
    margin: 0 auto;
    padding: 0.1em 0.7em;
    margin-top: -30px;
    position: relative;
}
.problem02__txt--img {
	text-align: center;
	margin-top: 40px;
}

@media screen and (min-width: 641px) {
	.problem02 {
		background: url("../images/pc/problem02_bg.jpg") no-repeat center center /cover;
	}
}

@media screen and (max-width: 640px) {
	.problem02 {
		background: url("../images/sp/problem02_bg.jpg") no-repeat center center /cover;
	}
	.problem02 .inner-width {
		padding: 0 0 12vw;
	}
	.problem02__txt--top {
		font-size: 5vw;
		padding: .3em 1em;
		width: auto;
		margin-top: -5vw;
	}
	.problem02__txt--img {
		margin-top: 5vw;
	}
}

/* ==========================================================================
 * problem03
 * ========================================================================== */
.problem03 {	
	padding: 45px 0 60px;
}
.problem03__txt--img {
	text-align: center;
}
.problem03__txt--bottom {
	font-size: 5.0rem;
	font-weight: bold;
	text-align: center;
	margin-top: 280px;
}

@media screen and (min-width: 641px) {
	.problem03 {
		background: url("../images/pc/problem03_bg.jpg") no-repeat center center /cover;
	}
}

@media screen and (max-width: 640px) {
	.problem03 {
		background: url("../images/sp/problem03_bg.jpg") no-repeat center center / cover;
		padding: 10vw 0 10vw;
	}
	.problem03__txt--bottom {
	font-size: 9vw;
	line-height: 1.3;
	margin-top: 28vh;
	}
}

/* ==========================================================================
 * problem04
 * ========================================================================== */
.problem04 {
	height: 372px;
}
.problem04 .inner-width {
	position: relative;
}
.problem04__txt {
	position: absolute;
	top: 60px;
	right: 0;
}

@media screen and (min-width: 641px) {
	.problem04 {
		background: url("../images/pc/problem04_bg.jpg") no-repeat center center /cover;
	}
}

@media screen and (max-width: 640px) {
	.problem04 {
		background: url("../images/sp/problem04_bg.jpg") no-repeat center center / cover;
		height: 69vh;
	}
	.problem04 .inner-width {
		height: 70vh;
	}
	.problem04__txt {
		top: 10vw;
		left: 50%;
		transform: translateX(-50%);
		width: 60vw;
	}
	.problem04__txt--select {
		position: absolute;
		bottom: 19vw;
		left: 50%;
		transform: translateX(-50%);
		width: 74vw;
	}
}

/* ==========================================================================
 * problem05
 * ========================================================================== */
.problem05__txt {
	text-align: center;
	padding-top: 30px;
}

/* ==========================================================================
 * reason
 * ========================================================================== */
.reason {
	margin-top: 120px;
}
.reason__jyuyou--img {
	margin-top: 100px;
}
.reason__skill {
	margin-top: 100px;
}
.reason__skill--before {
	margin-top: 60px;
}
.reason__skill--arrow {
	text-align: center;
	margin-top: 40px;
}
.reason__skill--after {
	margin-top: 40px;
}

@media screen and (min-width: 641px) {
	.reason__ttl {
		background: url("../images/pc/reason_bg.png") no-repeat top right;
		padding: 22px 0;
	}
}
@media screen and (max-width: 640px) {
	.reason {
	margin-top: 27vw;
	}
	.reason__ttl img {
		width: auto;
	}
	.reason__ttl picture {
		display: block;
		margin-top: -16vw;
	}
	.reason__jyuyou--img {
	margin-top: 10vw;
	}
	.reason__skill {
	margin-top: 28vw;
	}
	.reason__skill--before {
	margin-top: 10vw;
	}
	.reason__skill--arrow {
	width: 15vw;
	margin: 4vw auto;
	}
	.reason__skill--after {
	margin-top: 3vw;
	}
}

/* ==========================================================================
 * conclusion
 * ========================================================================== */
.conclusion {
	background-color: #303030;
	margin-top: 90px;
}
.conclusion .inner-width {
	position: relative;
	padding-top: 1px;
}
.conclusion .inner-width::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 75px 134px 0 134px;
    border-color: #fff transparent transparent transparent;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.conclusion__top {
	text-align: center;
	position: relative;
	margin-top: -32px;
}
.conclusion__txt {
	padding: 70px 0 40px;
	text-align: center;
}

@media screen and (max-width: 640px) {
	.conclusion {
		margin-top: 10vw;
	}
	.conclusion .inner-width::before {
		border-width: 85px 154px 0 164px;
	}
	.conclusion__top {
		margin-top: -4vw;
	}
	.conclusion__top img {
		width: 40%;
		margin-left: 4vw;
	}
	.conclusion__txt {
		padding: 15vw 0 10vw;
	}
}

/* ==========================================================================
 * skill
 * ========================================================================== */
.skill__compare {
	display: flex;
	margin-top: 60px;
}
.skill__compare--con {
	margin: 0;
}
.skill__txt--dakara {
	text-align: center;
	margin-top: 60px;
}
.skill__txt--set {
	display: flex;
	margin-top: 30px;
}
.skill__txt--chance {
	margin-right: -30px;
}
.skill__txt--people {
	margin-left: -30px;
}

@media screen and (min-width: 641px) {
	.skill {
		background: url("../images/pc/skill_bg.jpg") no-repeat bottom center;
	}
}
@media screen and (max-width: 640px) {
	.skill {
		background: url("../images/sp/skill_bg.jpg") no-repeat bottom center / contain;
	}
	.skill__compare {
		margin-top: 10vw;
		display: block;
	}
	.skill__compare--con:nth-child(2) {
		margin-top: 20vw;
	}
	.skill__txt--dakara {
		margin-top: 13vw;
	}
	.skill__txt--dakara img {
		width: 30%;
	}
	.skill__txt--set {
		flex-wrap: wrap;
		margin-top: 5vw;
	}
	.skill__txt--chance {
		order: 1;
		width: 109%;
		margin-left: -4vw;
	}
	.skill__txt--people {
		order: 2;
		width: 55%;
		margin-left: 13vw;
	}
	.skill__txt--people img {
		width: 120%;
	}
}
/* ==========================================================================
 * cyber
 * ========================================================================== */
.cyber .inner-width {
	position: relative;
}
.cyber__txt--top {
	text-align: center;
	margin-top: -50px;
}
.cyber__txt--top img {
	position: relative;
	z-index: 1;
	margin-top: 35px;
}
.cyber__txt--top::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 160px 283px 0 283px;
    border-color: #fcc800 transparent transparent transparent;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
}
.cyber__box {
	display: flex;
	justify-content: center;
	align-items: center;
}
.cyber__box--txt {
	font-size: 5.0rem;
	font-weight: bold;
	margin-right: 40px;
	margin-top: 80px;
}
.dots {
	background-image: radial-gradient(circle at center, #303030 15%, transparent 20%);
	background-position: top right;
	background-repeat: repeat-x;
	background-size: 1em 0.3em;
	padding-top: .15em;
}
.cyber__field {
	border: 2px solid #28292c;
	padding: 20px 30px 50px;
}
.cyber__field ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.cyber__field li {
	margin-top: 20px;
}
.cyber__field--bnr {
	margin-top: 30px;
}

@media screen and (max-width: 640px) {
	.cyber__txt--top {
		margin-top: -7vw;
	}
	.cyber__txt--top img {
		width: 52%;
		margin-top: 5vw;
	}
	.cyber__txt--top::before {
		border-width: 100px 163px 0 163px;
		border-width: 26vw 44vw 0 44vw;
	}
	.cyber__box {
		justify-content: space-between;
		align-items: end;
		margin-top: 10vw;
	}
	.cyber__box--txt {
		font-size: 9.5vw;
		margin-right: 0;
		margin-top: 0;
		margin-bottom: 5vw;
	}
	.cyber__box--img {
		width: 46%;
	}
	.cyber__field {
		padding: 3vw 5vw 7vw;
	}
	.cyber__field li {
		width: 100%;
		margin-top: 4vw;
	}
	.cyber__field--bnr {
		margin-top: 7vw;
	}
}

/* ==========================================================================
 * career
 * ========================================================================== */
.career {
	background-color: #fcc800;
	padding: 50px 0 70px;
	margin-top: 90px;
}
.career ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.career li {
	font-size: 2.6rem;
	font-weight: bold;
	background-color: #303030;
	color: #fff;
	padding: 20px;
	width: 48%;
	border-radius: 10px;
	text-align: center;
	margin-top: 30px;
	position: relative;
}
.career li:nth-child(odd)::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 23px 8px 0;
    border-color: transparent #303030 transparent transparent;
    position: absolute;
    top: 40%;
    left: -20px;
}
.career li:nth-child(even)::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 23px;
    border-color: transparent transparent transparent #303030;
    position: absolute;
    top: 40%;
    right: -20px;
}

@media screen and (max-width: 640px) {
	.career {
		padding: 10vw 0;
		margin-top: 15vw;
	}
	.career ul {
		display: block;
		margin-top: 7vw;
	}
	.career li {
		width: 90%;
		font-size: 5vw;
		padding: 3vw 5vw;
		margin-top: 4vw;
	}
	.career li:nth-child(even) {
		margin-left: 10vw;
	}
	.career li:nth-child(odd)::before {
		left: -3vw;
	}
	.career li:nth-child(even)::before {
		right: -3vw;
	}
}

/* ==========================================================================
 * online
 * ========================================================================== */
.online {
	margin-top: 100px;
}
.online ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 80px;
}
.online__sche {
	margin-top: 100px;
}

@media screen and (max-width: 640px) {
	.online {
		margin-top: 10vw;
	}
	.online ul {
		display: block;
		margin-top: 10vw;
	}
	.online li {
		margin-top: 7vw;
	}
	.online__sche {
		margin-top: 15vw;
	}
}


/* ==========================================================================
 * cta-area
 * ========================================================================== */
.cta-area {
	margin-top: 100px;
}
.cta-area__CTA {
	margin-top: 60px;
}

@media screen and (max-width: 640px) {
	.cta-area {
	margin-top: 20vw;
	}
	.cta-area__CTA {
	margin-top: 8vw;
	}
}

/* ==========================================================================
 * university
 * ========================================================================== */
.university {
	padding: 90px 0 100px;
	margin-top: 110px;
}
.university__ttl {
	color: #fff;
}
.university__ttl picture {
	display: block;
}
.university ul {
	display: flex;
	justify-content: space-between;
	margin-top: 90px;
}
.university li {
	background-color: #fff;
	min-height: 470px;
	position: relative;
	width: 48%;
}
.university__num {
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
}
.university dl {
	padding: 40px 24px 20px;
	background-position-y: -30px;
	position: relative;
	z-index: 1;
}
.university dt {
	text-align: center;
	font-size: 3.2rem;
	font-weight: bold;
}
.university__img {
	margin-top: 30px;
}
.university__txt {
	margin-top: 20px;
}
.marker {
	text-decoration: underline;
	text-decoration-thickness: 0.5em;
	text-decoration-color: #fcc800;
	text-underline-offset: -0.2em;
	text-decoration-skip-ink: none;
}

.university .txt--notes {
	margin-top: 10px;
}

@media screen and (min-width: 641px) {
	.university {
		background: url("../images/pc/university_bg.jpg") no-repeat center center /cover;
	}
}
@media screen and (max-width: 640px) {
	.university {
		background: url("../images/sp/university_bg.jpg") no-repeat center bottom /cover;
		margin-top: 13vw;
		padding: 15vw 0 15vw;
	}
	.university__ttl img {
		width: 80%;
	}
	.university ul {
		display: block;
		margin-top: 15vw;
	}
	.university li {
		width: 100%;
		min-height: unset;
	}
	.university li:not(:first-child) {
		margin-top: 15vw;
	}
	.university__num {
		width: 20%;
		top: -9vw;
	}
	.university dl {
		padding: 12vw 5vw 8vw;
	}
	.university dt {
		font-size: 7.5vw;
		line-height: 1.3;
	}
}

/* ==========================================================================
 * choice
 * ========================================================================== */
.choice {
	padding-bottom: 110px;
}
.choice__ttl {
	background-color: #fcc800;
	position: relative;
	text-align: center;
	padding: 1px 0 50px;
}
.choice__ttl picture {
	position: relative;
	z-index: 1;
	margin-top: -25px;
	display: block;
}
.choice__ttl::before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 120px 215px 0 215px;
	border-color: #303030 transparent transparent transparent;
	position: absolute;
	top: -50px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 0;
}
.choice__ttl h2 {
	margin-top: 60px;
}

@media screen and (max-width: 640px) {
	.choice {
		padding-bottom: 13vw;
	}
	.choice__ttl {
		padding: 1px 0 7vw;
	}
	.choice__ttl picture {
		margin-top: -4vw;
	}
	.choice__ttl img {
		width: 30%;
	}
	.choice__ttl::before {
		border-width: 26vw 44vw 0 44vw;
		top: -10vw;
	}
	.choice__ttl h2 {
		margin-top: 13vw;
	}
}
/*-------------------- 01 --------------------*/
.choice__box {
	margin-top: 120px;
}
.choice__box:first-child {
	margin-top: 70px;
}
.choice__box--txt {
	text-align: center;
	margin-top: 40px;
}
.choice__curriculum {
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}
.choice__curriculum--kigou {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%);
}
.choice__box--sarani {
	text-align: center;
	font-size: 3.2rem;
	font-weight: bold;
	margin-top: 40px;
}
.choice__box--other {
	text-align: center;
}
@media screen and (max-width: 640px) {
	.choice__box {
		margin-top: 15vw;
	}
	.choice__box:first-child {
		margin-top: 10vw;
	}
	.choice__box--txt {
		text-align: left;
		margin-top: 5vw;
	}
	.choice__curriculum.main {
		display: block;
		margin-top: 7vw;
	}
	.choice__curriculum.main .choice__curriculum--theme:not(:first-child) {
		margin-top: 20vw;
	}
	.choice__curriculum--kigou {
		top: 49%;
		width: 15%;
	}
	.choice__curriculum.sub {
		margin-top: 7vw;
	}
	.choice__curriculum.sub .choice__curriculum--theme {
		width: 48%;
	}
	.choice__box--sarani {
		margin-top: 7vw;
		font-size: 7.5vw;
	}
}
/*-------------------- 02 --------------------*/
.choice__box--ex {
	font-size: 3.2rem;
	font-weight: bold;
	margin-top: 40px;
}
.choice__theme {
	margin-top: 40px;
}
.choice__box--possible {
	text-align: center;
	font-size: 3.2rem;
	font-weight: bold;
	margin-top: 70px;
}
.choice__goal {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 30px;
}
.choice__goal--txt {
	font-size: 2.6rem;
	font-weight: bold;
}
@media screen and (max-width: 640px) {
	.choice__box--ex {
		font-size: 5vw;
		padding: 0.1em 1.5em;
		position: relative;
		z-index: -1;
	}
	.choice__theme {
		margin-top: 5vw;
	}
	.choice__box--possible {
		font-size: 6vw;
		margin-top: 10vw;
	}
	.choice__goal {
		margin-top: 1vw;
	}
	.choice__goal--txt {
		font-size: 5vw;
		padding: 0.2em 1em 0.2em 2em;
		position: relative;
		z-index: -1;
		width: 100%;
		margin-top: 3vw;
	}
}
/*-------------------- 03 --------------------*/
.choice__university {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 40px;
}
@media screen and (max-width: 640px) {
	.choice__university {
		display: block;
		margin-top: 7vw;
	}
	.choice__university--img {
		margin-top: 7vw;
	}
}

/* ==========================================================================
 * surport
 * ========================================================================== */
.surport {
	padding: 100px 0;
}
.surport__img {
	margin-top: 30px;
	display: block;
}

@media screen and (min-width: 641px) {
	.surport {
		background: url("../images/pc/suport_bg.jpg") no-repeat center center /cover;
	}
}
@media screen and (max-width: 640px) {
	.surport {
		background: url("../images/sp/suport_bg.jpg") no-repeat center center /cover;
		padding: 10vw 0 15vw;
	}
	.surport .inner-width {		
		width: 100%;
	}
	.surport__img {
		margin-top: 5vw;
	}
}

/* ==========================================================================
 * grad-service
 * ========================================================================== */
.grad-service {
	padding: 60px 0 100px;
}
.grad-service__box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 50px;
}
.grad-service__box--img {
	width: 440px;
}
.grad-service__box--txt {
	width: 440px;
}
.grad-service .txt--notes {
	color: #666;
	margin-top: 20px;
}

@media screen and (min-width: 641px) {
	.grad-service {
		background: url("../images/pc/grad_service_bg.jpg") no-repeat center center /cover;
	}
}
@media screen and (max-width: 640px) {
	.grad-service {
		background: url("../images/sp/grad_service_bg.jpg") no-repeat center center /cover;
		padding: 10vw 0 40px;
	}
	.grad-service__box {
		margin-top: 30px;
	}
	.grad-service__box--img {
		width: 100%;
	}
	.grad-service__box--txt {
		width: 100%;
		margin-top: 7vw;
	}
	.grad-service .txt--notes {
		margin-top: 5vw;
	}
}

/* ==========================================================================
 * com
 * ========================================================================== */
.com {
	padding-top: 100px;
}
.com__txt {
	text-align: center;
	margin-top: 50px;
}
.com__img {
	margin-top: 60px;
}
@media screen and (max-width: 640px) {
	.com {
		padding-top: 15vw;
	}
	.com .inner-width {
		width: 100%;
	}
	.com__ttl {
		width: 92%;
		margin: auto;
	}
	.com__txt {
		width: 92%;
		margin: auto;
		margin-top: 7vw;
		text-align: left;
	}
	.com__img {
		margin-top: 10vw;
	}
}

/* ==========================================================================
 * voice
 * ========================================================================== */
.voice {
	padding: 100px 0 60px;
}
.voice__ttl {
	color: #fff;
}
.voice ul {
	margin-top: 60px ;
}
.voice li {
	text-align: center;
	margin-top: 20px;
}
.voice .txt--notes {
	color: #ccc;
	margin-top: 40px;
}

@media screen and (min-width: 641px) {
	.voice {
		background: url("../images/pc/voice_bg.jpg") no-repeat center center /cover;
	}
}
@media screen and (max-width: 640px) {
	.voice {
		background: url("../images/sp/voice_bg.jpg") no-repeat center center /cover;
		padding: 10vw 0 10vw;
	}
	.voice ul {
		margin-top: 7vw;
	}
	.voice .txt--notes {
		margin-top: 5vw;
	}
}

/* ==========================================================================
 * tuition
 * ========================================================================== */
.tuition__ttl {
	position: relative;
}
.tuition__ttl::before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 56px 100px 0 100px;
	border-color: #fcc800 transparent transparent transparent;
	position: absolute;
	bottom: -56px;
	left: 50%;
	transform: translateX(-50%);
}
.tuition__ttl {
	background-color: #fcc800;
	padding: 30px 0 50px;
}
.tuition__txt--muda {
	text-align: center;
	font-weight: bold;
	font-size: 5.0rem;
	margin-top: 60px;
}
.tuition__img--calc {
	text-align: center;
	margin-top: 30px;
}
.tuition__img--table {
	text-align: center;
	border: 2px solid #fcc800;
	margin-top: 60px;
	padding: 50px 80px;
}
.triangle-bottom:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 56px 100px 0 100px;
    border-color: #fcc800 transparent transparent transparent;
}
@media screen and (max-width: 640px) {
	.tuition__ttl::before {
		border-width: 12vw 25vw 0 25vw;
		bottom: -10vw;
	}
	.tuition__ttl {
		padding: 5vw 0 7vw;
	}
	.tuition__txt--muda {
		font-size: 9vw;
		margin-top: 13vw;
		line-height: 1.3;
	}
	.tuition__img--calc {
		margin-top: 7vw;
	}
	.tuition__img--table {
		margin-top: 10vw;
		padding: 10vw 5vw;
	}
}

/* ==========================================================================
 * footer
 * ========================================================================== */
 .ft {
	margin: 80px 0 0;
}
.ft .tel {
	border-bottom: 2px solid #000;
	margin: 0 0 20px;
	padding: 0 0 20px;
	text-align: center;
}
.ft__list {
	align-items: center;
	display: flex;
	justify-content: center;
}
.ft__list li:first-child {
	padding: 0 20px 0 0;
}
.ft__list li::after {
	content: "｜";
}
.ft__list li:first-child::after,
.ft__list li:last-child::after {
	content: "";
}
.ft__list a {
	font-size: 1.4rem;
	color: #000;
}
.ft__list a:hover {
	text-decoration: none;
}
.ft .company-name {
	color: #666;
	font-size: 1.2rem;
}
.ft .copy {
	text-align: center;
	font-size: 1.2rem;
	margin: 40px 0;
}
@media screen and (max-width: 640px) {
	.ft {
		margin: 10vw 5vw 0;
	}
	.ft .tel {
		border-bottom: none;
		padding: 0;
	}
	.ft__list {
		display: flex;
		flex-wrap: wrap;
	}
	.ft__list li:first-child {
		padding: 20px 0 0;
		order: 6;
		
	}
}

/* ==========================================================================
 * float-cta
 * ========================================================================== */
@media screen and (max-width: 640px) {
	.ft__cta {
		background: #fff;
		padding: 5px 5%;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 999;
	}
}
