@charset "utf-8";
/* CSS Document */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
}

p, h1, h2, h3, h4, h5, h6, ul, li, form, dl, dt, dd {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

img {
	border: none;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

a, a:hover {
	color: #000;
	text-decoration: none;
	transition: .3s;
}

@font-face {
  font-family: 'flop';
  src: url(./FlopDesignFONT.otf);
}

@font-face {
  font-family: 'ryuminM';
  src: url(./A-OTF-RyuminPro-Medium.otf);
}

@font-face {
  font-family: 'shingoB';
  src: url(./A-OTF-ShinGoPro-Bold.otf);
}

@font-face {
  font-family: 'lightnovel';
  src: url(./LightNovelPOPv2.otf);
}

.flop {
  font-family: 'flop';
}

.ryuminM {
  font-family: 'ryuminM';
}

.shingoB {
  font-family: 'shingoB';
}

.lightnovel {
  font-family: 'lightnovel';
}

.meiryo{
	font-family: "メイリオ", Meiryo, sans-serif;
}

.anc {
	position: relative;
	top: -120px;
}



/*===================================
　パソコン版
===================================*/
@media print, screen and (min-width: 521px) {

.sp_box {
	display: none !important;
}

html {
	width: 100%;
	min-width: 1200px;
}

body {
	padding: 0;
	margin: 0;
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
	font-size: 18px;
	line-height: 1.8;
	text-align: justify;
    /*background: yellow;*/
}

.min {
	font-family: Yu Mincho, YuMincho, Hiragino Mincho ProN, Hiragino Mincho Pro, HGP明朝B, serif;
}

.shoulder {
	
}



/*--------------------------------
　レイアウト
---------------------------------*/
.container {
	width: 100%;
	min-width: 1000px;
	/*background: yellow;*/
}

.wrap {
	width: 100%;
	max-width: 1000px;
	padding: 0 25px;
	margin: 0 auto;
	/*background: aqua;*/
}

.philosophy {

	padding-top: 500px;
	margin-top: -500px;
}

.grad_policy {
	padding-top: 70px;
	background-color: #dcff87;
	/* background: url("grad_policy.jpg") repeat-x center bottom; */
	position: relative;
}

.img_auto {
    width: 100%;
	height: auto;
}

/*--------------------------
  ヘッダー
----------------------------*/
header {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	width: auto;
}

.pc_logo {
	transform-origin: 0% 0%;
	transition: all .3s ease;
}

.pc_logo.active {
	transform: scale(0.8);
}

.pc_nav {
	position: absolute;
	left: max(420px,calc(50vw - 235px));
	top: -40px;
	display: flex;
	align-items: center;
	transition: all .3s ease;
}

.pc_nav.active {
	top: -40px;
}

.pc_nav a {
	position: relative;
	margin-right: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 20px;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	text-align: center;
	line-height: 1.2;
	font-size: 20px;
	font-weight: bold;
}

.pc_nav a::before {
	content: "";
	position: absolute;
	top: 0;
	width: 140px;
	height: 140px;
	border: 3px solid #E50012;
	background-color: #fff;
	border-radius: 50%;
	transition: all .3s ease;
}

.pc_nav a:hover::before {
	transform: scale(1.05);
	padding-top: 19.1;
	font-size: 19.1px;
}

.pc_nav a img {
	z-index: 1;
	transform: scale(0.8);
}


/*--------------------------
　項目タイトル
----------------------------*/
h1 {
	padding-bottom: 20px;
}

/*--------------------------
    イメージ
--------------------------*/
.img_container {
	position: relative;
	width: 100%;
    overflow: hidden;
	padding-bottom: 135px;
	z-index: 1;
}

.img_area {
    background: #A9EF00;
    border-radius: 0 0 2000px 2000px / 0 0 600px 600px;
    margin: 0 -200px;
	overflow: hidden;
}

.img_main {
    width: 100%;
}

.illust {
	position: relative;
	left: calc(50% - 303px);
	bottom: -70px;
	margin-top: 50px;
	width: 606px;
	z-index: 2;
	animation: .5s main ease forwards;
	animation-delay: .3s;
	opacity: 0;
}

@keyframes main {
	0% {
		bottom: -70px;
	    opacity: 0;
	}

	100% {
		bottom: -20px;
	    opacity: 1;
	}
}

.img_main .kokokara {
	z-index: 1;
}

.kokokara {
	position: absolute !important;
	top: 114px;
	left: calc(50% - 505px);
	width: auto !important;
	opacity: 0;
	z-index: 1;
	animation: .5s kokokara ease forwards;
	animation-delay: 1s;
	transform: scale(0.95);
}

@keyframes kokokara {
	0% {
		opacity: 0;
	    left: calc(50% - 595px);
	}

	100% {
		opacity: 1;
	    left: calc(50% - 515px);
	}
}

.nav_top {
	position: absolute;
	right: calc(50% - 515px);
	top:50px;
	z-index: 3;
}

.btn_nt {
	position: relative;
	margin-bottom: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 180px;
	height: 180px;
	border-radius: 50%;
}

.btn_nt img {
	position: relative;
	z-index: 4;
}

.btn_nt::before {
	content: "";
	position: absolute;
	width: 180px;
	height: 180px;
	background-color: #fff;
	border: 5px solid #e50012;
	border-radius: 50%;
	transition: all .3s ease ;
}

.btn_nt:nth-of-type(2) {
	margin-left: 105px;
}

.btn_nt:nth-of-type(3) {
	margin-left: 20px;
}

.btn_nt:nth-of-type(1) img {
	top: 5px;
}

.btn_nt:hover::before {
	transform: scale(1.1);
}


.btn_nt p {
	font-size: 28px;
	line-height: 1.15;
	text-align: center;
	transition: .3s ease all;
}




/*---------------------------
　経営理念
 ---------------------------*/
/* .philosophy .wrap {
	padding: 0;
} */

.philosophy ul {
	margin-top: 40px;
	padding: 0 40px;
}

.philosophy ul li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 30px;
	border: 1px solid #a9ef00;
	background-color: #f9ffea;
	border-radius: 20px;
	margin-bottom: 10px;
	line-height: 1.7;
}

.philosophy li p:first-of-type {
	color: #77a800;
	flex-shrink: 0;
	margin-right: 40px;
	font-size: 24px;
}

.philosophy span {
	display: block;
	height: 1em;
}



/*---------------------------
　創業の想い
 ---------------------------*/
 .found {
	margin-top: 90px;
	padding-top: 70px;
	padding-bottom: 90px;
	background-color: #f9f3f4;
 }

 .found ul {
	margin-top: 40px;
 }

 .found li {
	display: flex;
	padding: 15px 40px;
	border-top: 1px solid #ccc;
	line-height: 1.4;
 }

  .found li:last-of-type {
	border-bottom: 1px solid #ccc;
  }

 .found .lightnovel {
	margin-right: 50px;
	font-size: 28px;
	color: #e50012;
	line-height: 0.8;
 }



/*---------------------------
　根幹方針
 ---------------------------*/
.pres {
 	/*margin-top: -100px;*/
    position: relative;
	width: 100%;
	padding: 0 20px 60px 400px;
}
 
.kamada {
	position: absolute;
	height: 440px;
	left: 150px;
	bottom: 0;
	z-index: 2;
}

.pres p {
	font-size: 18px;
	line-height: 1.66;
}

.pres .copy {
	font-size: 24px;
	margin-bottom: 30px;
}

ruby {
	ruby-position: over;
}

.pres rb {
	color: #e50012;
}

.pres rt {
	font-weight: normal;
}

.pres .content span {
	display: block;
	height:1em;
}

.kamada_name {
	position: absolute;
	left: 70px;
	bottom: 90px;
	font-size: 14px;
	line-height: 1.24;
	z-index: 3;
}

.kamada_name span {
	display: block;
	font-size: 24px;
	font-family: Yu Mincho, YuMincho, Hiragino Mincho ProN, Hiragino Mincho Pro, HGP明朝B, serif;
	font-weight: bold;
}



/*---------------------------
　活動
 ---------------------------*/
.container.active {
	margin-top: 100px;
	overflow: hidden;
}

.container_active {
	position: relative;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 130px;
	display: flex;
	justify-content: space-between;
	width: 1000px;
	padding: 0 25px;
}

.container_active2 {
	margin-bottom: 20px;
}

.container_active.reverse {
	flex-direction: row-reverse;
	margin-bottom: 100px;
}

.wrap_active {
	width: 445px;
}

.wrap_active.absolute {
	position: absolute;
	top: calc(50% - 195px);
}

/* .appeal {
	margin-bottom: 30px;
	font-size: 28px;
	line-height: 1.35;
} */

.txt_appeal {
	width: 400px;
	margin-bottom: 30px;
}

.wrap_active p {
	font-size: 18px;
	line-height: 1.65;
}

.ttl_active {
	padding-bottom: 5px;
	margin-bottom: 55px;
	width: 100%;
	border-bottom: 3px solid #999;
}

.ttl_active02 {
	padding-bottom: 5px;
	margin-bottom: 35px;
	width: 100%;
	border-bottom: 3px solid #999;
}

.img_active {
	position: absolute;
	top: calc(50% - 210px);
	left: 530px;
	width: calc(50vw - 25px);
	min-width: 520px;
	height: 420px;
	border-radius: 30px 0 0 30px;
	object-fit: cover;
}

.img_active_2 {
	left: auto;
	right: 530px !important;
	border-radius: 0 30px 30px 0;
}

.img_active_3 {
	position: relative;
	left: calc(50% + max(2.5vw,35px));
	width: 47.5vw !important;
	flex-shrink: 0;
	height: auto;
	min-width: 570px;
	border-radius: 50px 0 0 50px;
}

.img_center {
    text-align: center;
}

/*
.inside02 {
	display: block;
	width: 840px;
	margin: 0 auto;
	margin-bottom: 110px;
}
*/

/*---------------------------
　ドラグーンについて
 ---------------------------*/
.outline {
	border-top: 1px solid #CCC;
}

.ol_container {
	background-color: #f6f6f6;
	padding: 80px 0;

}

.outline dl {
	width: 100%;
	border-bottom: 1px solid #CCC;
	padding: 15px 15px;
	display: flex;
	line-height: 1.4;
	font-size: 18px;
}

.outline dt {
	width: 18%;
}

.outline dd {
	width: 80%;
}



/*---------------------------
　数字で見るドラグーン
 ---------------------------*/
.analyze {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	/*background: grey;*/
}

.ana_box {
	width: 31%;
	margin: 0 0.5% 15px 1.5%;
	padding: 1rem;
	border-radius: 3px;
	background: #FFF;
	box-shadow: 0 0 4px rgba(0,0,0,0.3);
}

.ana_box img {
	width: 100%;
	height: auto;
}



/*---------------------------
　先輩からのメッセージ
 ---------------------------*/
ul.mes_list {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	/*background: grey;*/
}

ul.mes_list li {
	width: 300px;
	height: 300px;
	margin: 0 16px 15px 16px;
	border-radius: 50%;
	position: relative;
	z-index: 1;
}

ul.mes_list li img {
	width: 100%;
	height: auto;
	border-radius: 50%;
}

ul.mes_list li a {
	display: block;
}

ul.mes_list li a:hover {
	transform: rotate(5deg) scale(108%);
}

.mes_name {
	position: absolute;
	right: -10px;
	bottom: -20px;
	z-index: 2;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background: #FFD9DC;
	text-align: left;
	font-size: 12px;
	line-height: 1.4;
	padding: 30px 0 0 15px;
}

.mes_name span {
	display: block;
	font-size: 16px;
	font-weight: bold;
}


/*---------------------------
　動画ライブラリ
 ---------------------------*/

.library {
	position: relative;
	background-color: #f6f6f6;
}

.library p {
	margin-top: -10px;
	text-indent: 10px;
}

.library .swiper {
	margin-top: 30px;
}

.library .swiper-slide {
	width: 180px;
	height: 320px;
}

.library .swiper-slide iframe {
	width: 100%;
	height: 100%;
}

.swiper-button-prev,
.swiper-button-next {
	width: 50px !important;
	height: 50px !important;
	background-color: #d1d1d1;
	border-radius: 50%;
	position: absolute;
	bottom: calc(235px - 25px) !important;
	top: auto !important;
}

.swiper-button-next {
	right: calc(50% - 550px) !important;
}

.swiper-button-next::before {
	content: "▶";
	color: #fff;
	position: absolute;
	left: 10px;
	top: 12px;
	font-size: 30px;
	line-height: 1;
}

.swiper-button-prev {
	left: calc(50% - 550px) !important;
}

.swiper-button-prev::before {
	content: "◀";
	color: #fff;
	position: absolute;
	right: 10px;
	top: 12px;
	font-size: 30px;
	line-height: 1;
}

.swiper-navigation-icon {
	display: none;
}





/*---------------------------
　募集要項
 ---------------------------*/
ul.rec_list {
	width: 100%;
}

ul.rec_list li {
	border-bottom: 1px solid #CCC;
	padding: 0;
	line-height: 1.4;
	font-weight: bold;
}

ul.rec_list li:first-of-type {
	border-top: 1px solid #CCC;
}

ul.rec_list li a {
	display: block;
	width: 100%;
	padding: 25px 0 25px 40px;
	font-size: 20px;
	background: url("arrow_01.png") no-repeat right 8px center;
 }
 
 ul.rec_list li a:hover {
	background: url("arrow_01.png") no-repeat right center;
    color: #E50012;
 }

 .rl_item2 {
	display: none;
 }
 
 .free_comment {
 	font-size: 14px;
	line-height: 1.4;
	width: 92%;
	margin: 1rem auto;
	padding: 0.8rem 2rem;
	background: #FFB600;
	border-radius: 8px;
 }




/*--------------------------
　下層ページ-先輩からのメッセージ
--------------------------*/
.ttl_page {
	position: relative;
	width: 100%;
    overflow: hidden;
}

.ttl_page_area {
	height: 2900px;
    background: #A9EF00;
    border-radius: 0 0 2000px 2000px / 0 0 600px 600px;
    margin: 0 -200px;
	margin-top: -2610px;
}

.ttl_container {
	width: 1000px;
	margin: 0 auto;
	padding-top: 2760px;
}

.profile {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	margin-top: 50px;
	z-index: 5;
}

.pic_profile {
	position: relative;
	left: calc(50% - 243px);
	border-radius: 50%;
	width: 350px;
}

.status {
	position: absolute;
	bottom: 10px;
	left: calc(50% + 72px);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	background-color: #ffd9dc;
	z-index: -1;
}

.status p {
	width: 100px;
	line-height: 1;
}

.team {
	font-size: 20px;
	margin-bottom: 10px;
}

.name {
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 25px;
}

.join {
	font-size: 16px;
	font-weight: bold;
}

.mes_container {
	width: 100%;
	min-width: 1200px;
	overflow: hidden;
	margin-top: -50px;
}

.message {
	padding-top: 155px;
	padding-bottom: 500px;
    background: #fffceb;
    border-radius: 2000px 2000px 0 0 / 600px 600px 0 0;
    margin: 0 -200px;
}

.message_item {
	width: 900px;
	margin: 0 auto;
	margin-bottom: 80px;
}

.question,.answer {
	display: flex;
	align-items: start;
}

.question {
	margin-bottom: 35px;
}

.answer {
	margin-bottom: 70px;
}

.question p {
	margin-left: 25px;
	padding: 8px 0;
	font-size: 20px;
	font-weight: bold;
}

.answer p {
	margin-left: 25px;
	padding: 8px 0;
	font-size: 18px;
	line-height: 1.88;
}

.message_item .dot {
	display: block;
	margin: 0 auto;
}

.message_fixed {
	padding-top: 105px;
	padding-bottom: 80px;
    background: #f3ffc8;
    border-radius: 2000px 2000px 0 0 / 600px 600px 0 0;
    margin: 0 -200px;
	margin-top: -500px;
}




/*--------------------------
　下層ページ-募集要項
--------------------------*/
.appli_container {
	width: 1000px;
	margin: 0 auto;
	margin-top: 75px;
	padding-bottom: 130px;
}

.appli_table li {
	width: 100%;
	display: flex;
	padding: 15px;
	border-top: 1px solid #ccc;
	line-height: 1.44;
}

.appli_table li:last-of-type {
	border-bottom: 1px solid #ccc;
}

.appli_table li p:first-of-type {
	width: 200px;
}

.job_category p{
	font-weight: bold;
}

.btn_form {
	position: relative;
	top: 0;
	left: -5px;
	display: block;
	width: 480px;
	height: 80px;
	border-radius: 40px;
	background-color: #A9EF00;
	border: none;
	margin: 0 auto;
	margin-top: 95px;
	text-align: center;
	line-height: 82px;
	font-weight: bold;
	font-size: 22px;
	transition: .3s all ease;
}

.btn_form:hover {
	top: 2px;
	left: -3px;
}

.btn_form:hover::before {
	top: 8px;
	left: 8px;
}

.btn_form::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	display: block;
	width: 480px;
	height: 80px;
	border-radius: 40px;
	background-image: url(./appli/shadow.png);
	background-repeat: repeat;
	z-index: -1;
	transition: .3s all ease;
}




/*--------------------------
　下層ページ-応募フォーム
--------------------------*/

.contact_container {
	width: 1000px;
	margin: 0 auto;
	margin-top: 80px;
}

.job_container {
	display: flex;
	width: 100%;
	border-radius: 5px;
	overflow: hidden;
	height: 50px;
}

.job_head {
	width: 140px;
	height: 100%;
	background-image: url(./entry/diagonalline_dark2.jpg);
	background-repeat: repeat;
	line-height: 50px;
	text-align: center;
	font-weight: bold;
}

.job_data {
	width: 860px;
	height: 100%;
	background-image: url(./entry/diagonalline_light.jpg);
	background-repeat: repeat;
	line-height: 50px;
	padding-left: 40px;
	font-weight: bold;
}

.form_item {
	position: relative;
	padding: 30px 10px;
	display: flex;
}

.form_item::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-image: url(./entry/dotline.png);
	background-repeat: repeat-x;
}

.form_item:last-of-type::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-image: url(./entry/dotline.png);
	background-repeat: repeat-x;
}

.item_name {
	position: relative;
	width: 225px;
	padding: 15px 0;
	line-height: 1.44;
	font-size: 18px;
}

.required::before {
	content: "必須";
	position: absolute;
	right: 10px;
	top: 12px;
	width: 40px;
	height: 27px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 28px;
	background-color: #e50012;
	color: #fff;
}

.optional::before {
	content: "任意";
	position: absolute;
	right: 10px;
	top: 12px;
	width: 40px;
	height: 27px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 28px;
	background-color: #AAA;
	color: #000;
}

.input_flex {
	display: flex;
}

.birth .input_container {
	margin-left: 20px;
}

.radio {
	align-items: center;
	font-size: 18px;
}

.radio .input_container {
	display: flex;
	align-items: center;
	margin-top: -5px;
	margin-right: 110px;
}

.radio label {
	height: 50px;
	line-height: 50px;
}

.zip {
	margin-bottom: 5px;
}

input[type="text"],
input[type="tel"],
input[type="email"] {
	width: 754px;
	height: 50px;
	border: 1px solid #999;
	border-radius: 5px;
	padding: 15px 20px;
	font-size: 18px;
	font-family: "メイリオ", Meiryo, sans-serif;
}

input[type="radio"]{
  appearance: none;
  position: relative;
  top: -2px;
  width: 28px;
  height: 28px;
  border-radius: 14px;
  border: 1px solid #999;
}

input[type="radio"]:checked::before{
  content: "";
  width: 21px;
  height: 21px;
  border-radius: 10px;
  background-color: #A9EF00;
  position: absolute;
  left: 3px;
  top: 3px;
}

input::placeholder {
	color: #999;
	font-family: "メイリオ", Meiryo, sans-serif;
}

#year,#zip_four {
	width: 140px;
}

#month,#day,#zip_three {
	width: 100px;
}

textarea {
	width: 754px;
	height: 250px;
	border-radius: 5px;
	border: 1px solid #999;
	padding: 15px 20px;
	font-size: 18px;
	line-height: 1.5;
	resize: none;
	font-family: "メイリオ", Meiryo, sans-serif;
}

.privacypolicy {
	position: relative;
	width: 100%;
	margin-top: 25px;
	padding: 30px 0;
	background-color: #edf4dc;
}

.privacypolicy .contact_container {
	margin-top: 0;
}

.pp_inner {
	display: flex;
	padding: 0 10px;
}

.pp_inner .ttl {
	width: 210px;
	height: 98px;
	border: 3px solid #e50012;
	background-color: #fff;
	padding: 10px 15px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	margin-right: 15px;
}

.pp_inner .txt {
	width: 735px;
	line-height: 1.5;
	font-size: 16px;
}

.check{
  margin: 0 auto;
  margin-top: 36px;
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
}

.checkbox {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
  margin-right: 10px;
  width: 34px;
  height: 34px;
  border: 2px solid #999;
  border-radius: 5px;
  background-color: #fff;
  transition: .1s all ease;
  cursor: pointer;
}

.checkbox:checked {
  border-color: #999;
  background-color: #999;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23fff" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"><path d="M20 6L9 17l-5-5"/></svg>');
}

.check span {
	font-weight: bold;
	font-size: 18px;
	margin-top: 3px;
}

.form_btn {
	margin-bottom: 135px;
}

.alert{
  display: none;
}

.alert.active{
position: absolute;
bottom: 5px;
left: 235px;
  display: block;
  font-size: 13px;
  color: #f00;
}

.alert_pp {
	position: relative !important;
	bottom: 0 !important;
	left: 0 !important;
	top: 20px;
	margin-top: -20px;
	text-align: center;
}

.confirm{
  display: none;
}

.confirm.active {
  position: fixed;
  display: flex;
  left: calc(50% - 510px);
  top: calc(50vh - 40vh);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px;
  width: 1020px;
  height: 80vh;
  background-color: #fff;
  color: #000;
  z-index: 999;
  border-radius: 10px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  pointer-events: all;
}

.confirm h2 {
  font-size: 28px;
  margin-bottom: 30px;
  background: none;
  color: #000;
  text-align: center;
}

.confirm_item {
  display: flex;
  justify-content: left;
  padding: 16px 60px;
  width: 100%;
  border-top: 1px solid #000;
}

.confirm_item:last-of-type {
  border-bottom: 1px solid #000;
}

.confirm_container {
  width: 100%;
  overflow-y: scroll;
}

.confirm_head {
  width: 180px;
  margin-right: 20px;
  line-height: 1.5;
}

.confirm_address{
  display: flex;
  flex-direction: column;
}

.confirm_container p:last-of-type {
  width: 620px;
  text-align: left;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.confirm_btn {
  margin-top: 50px;
  display: flex;
  flex-direction: row-reverse;
}

.submit_btn,.back {
  margin: 0 50px;
  width: 130px;
  height: 50px;
  font-size: 18px;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  transition: .3s all ease;
}

.submit_btn:hover,.back:hover {
  opacity: .8;
}

.submit_btn {
  color: #fff;
  background-color: #e50012;
}

.back {
  background-color: #ccc;
  color: #000;
  line-height: 50px;
}

.grecaptcha-badge {
	bottom: 90px !important;
}

/* 完了画面 */
.complete h1 {
	padding: 0;
	margin-top: 80px;
	width: 100%;
	line-height: 1.5;
	text-align: center;
	font-size: 24px;
	border-bottom: 2px solid #e50012;
}

.complete p {
	margin-top: 45px;
	margin-bottom: 250px;
	line-height: 1.76;
}



/*-----------------------------
　ページのトップへ
-----------------------------*/
.page_top {
    position: fixed;
    right: 20px;
    bottom: 15px;
    z-index: 50;
	opacity: 0.8;
}

.page_top a:hover {
}




/*-----------------------------
　フッター
-----------------------------*/
.footer {
	width: 100%;
	min-width: 1000px;
	padding: 60px 0 10px 0;
	text-align: center;
	color: #FFF;
	background: #E50012;
}

.address {
	font-size: 18px;
	line-height: 1.6;
	padding: 40px 0 90px 0;
}

.copyright {
	font-size: 14px;
}



} /*-- パソコン版ここまで --*/





/*===================================
　スマホ版
===================================*/
@media only screen and (max-width : 520px ) {

.pc_box {
	display: none !important;
}

.sp_non {
	display: none;
}

body {
	padding: 0;
	margin: 0;
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
	font-size: 16px;
	line-height: 1.8;
	text-align: justify;
}

img {
	width: 100%;
}



/*--------------------------------
　レイアウト
---------------------------------*/
.container {
	width: 100%;
	/*background: blue;*/
}

.wrap {
	width: 100%;
	max-width: 1000px;
	padding: 0 25px;
	margin: 0 auto;
	/*background: pink;*/
}

.grad_policy {
	padding-top: 10vw;
	/* margin-top: -20vw; */
	background-color: #dcff87;
	/* background: url("grad_policy.jpg") repeat-x center bottom; */
	background-size: auto 100%;
}




/*--------------------------
　項目タイトル
----------------------------*/
h1 {
	padding-bottom: 20px;
}



/*--------------------------
　ヘッダー
----------------------------*/
.header {
	width: 100%;
	display: flex;
	position: fixed;
	top: 0;
	background: #FFF;
	z-index: 999;
}

.sp_logo {
	width: 27%;
	background: #E50012;
}

ul.sp_nav {
	width: 73%;
	display: flex;
	border: 1px solid #999;
}

ul.sp_nav li {
	width: 33%;
	border-left: 1px solid #999;
}

ul.sp_nav li:first-child {
	border-left: none;
}

ul.sp_nav li a {
	display: flex;
	align-items: center;
	padding: 2vw 3vw;
}




/*---------------------------
　イメージ
 ---------------------------*/
.img_container {
	position: relative;
	margin-top: 10.8vw;
	padding-bottom: 10vw;
	width: 100%;
    overflow: hidden;
}

.img_area {
    background: #A9EF00;
    border-radius: 0 0 100vw 100vw / 0 0 50vw 50vw;
    margin: 0 -200px;
	overflow: hidden;
}

.img_main {
    width: 100%;
}

.img_main img {
	position: relative;
	left: calc(50% - 35.8vw);
	/* left: 0; */
	margin-top: 7vw;
	margin-bottom: -6vw;
	bottom: 4.5vw;
	width: 73.6vw;
}

.kokokara_left {
	position: absolute;
	top: 3vw;
	left: 2vw;
	width: 24.5vw;
}

.kokokara_right {
	position: absolute;
	top: 5vw;
	right: 4vw;
	width: 14vw;
}




/*---------------------------
　経営理念
 ---------------------------*/
/* .philosophy .wrap {
	padding: 0;
} */
 .philosophy {
	margin-top: 10vw;
 }

.philosophy ul {
	margin-top: 5vw;
	/* padding: 0 40px; */
}

.philosophy ul li {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	padding: 3vw 6vw;
	border: 1px solid #a9ef00;
	background-color: #f9ffea;
	border-radius: 4vw;
	margin-bottom: 3vw;
	line-height: 1.7;
}

.philosophy li p:first-of-type {
	color: #77a800;
	flex-shrink: 0;
	font-size: 4vw;
	margin-bottom: 3vw;
}

.philosophy li p:last-of-type {
	font-size: 3.3vw;
}

.philosophy span {
	display: block;
	height: 1em;
}



/*---------------------------
　創業の想い
 ---------------------------*/
 .found {
	margin-top: 16vw;
	padding-top: 14vw;
	padding-bottom: 14vw;
	background-color: #f9f3f4;
 }

 .found ul {
	margin-top: 40px;
 }

 .found li {
	display: flex;
	padding: 3vw 2vw 2vw 2vw;
	border-top: 1px solid #ccc;
	line-height: 1.4;
	font-size: 3.3vw;
 }

  .found li:last-of-type {
	border-bottom: 1px solid #ccc;
  }

 .found .lightnovel {
	margin-right: 6vw;
	font-size: 5vw;
	color: #e50012;
	line-height: 0.8;
	margin-top: -0.3vw;
 }






/*---------------------------
　根幹方針
 ---------------------------*/
.pres {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	padding: 0;
}

.pres p {
	font-size: 4vw;
	line-height: 1.66;
}

.pres .copy {
	width: 100%;
	font-size: 5vw;
	margin-bottom: 6vw;
	margin-left: -0.6em;
	text-indent: 0.6em;
}

ruby {
	ruby-position: over;
}

.pres rb {
	color: #e50012;
}

.pres rt {
	font-weight: normal;
}

.pres .content span {
	display: block;
	height:1em;
}

.kamada {
	position: relative;
	left: 5vw;
	margin-top: 10vw;
	width: 34vw;
	z-index: 2;
}

.kamada_name {
	position: absolute;
	right: calc(50% + 13vw);
	bottom: 70px;
	font-size: 3.3vw;
	line-height: 1.24;
	z-index: 3;
}

.kamada_name span {
	display: block;
	font-size: 6.4vw;
	font-family: Yu Mincho, YuMincho, Hiragino Mincho ProN, Hiragino Mincho Pro, HGP明朝B, serif;
	font-weight: bold;
}



/*---------------------------
　活動
 ---------------------------*/
.container.active {
	margin-top: 15vw;
}

.container_active {
	position: relative;
	margin: 0 auto;
	margin-top: 6vw;
	margin-bottom: 15vw;
	width: 100%;
	padding: 0 25px;
}

.container_active2 {
	margin-bottom: 3vw;
}

.container_active.reverse {
	flex-direction: row-reverse;
	margin-bottom: 13.5vw;
}

.wrap_active {
}

.txt_appeal {
	margin-bottom: 6.5vw;
}

.wrap_active p {
	font-size: 4vw;
	line-height: 1.65;
}

.ttl_active {
	padding-bottom: 1vw;
	margin-bottom: 5vw;
	width: 100%;
	border-bottom: 3px solid #999;
}

.ttl_active02 {
	padding-bottom: 1vw;
	margin-bottom: 3vw;
	width: 100%;
	border-bottom: 3px solid #999;
}

.ttl_active img {
	width: 25vw;
}

.ttl_active02 img {
	width: 25vw;
}

.img_active {
	margin-top: 3vw;
	width:100%;
	height: 70vw;
	border-radius: 5vw;
	object-fit: cover;
}

.img_active_2 {
	height: 65vw;
}

.img_active_3 {
	margin-top: 3vw;
	border-radius: 5vw;
}

.inside02 {
	margin-bottom: 15vw;
}




/*---------------------------
　ドラグーンについて
 ---------------------------*/
.outline {
	border-top: 1px solid #CCC;
}

.ol_container {
	padding: 13.5vw 0;
	background-color: #f6f6f6;
}

.outline dl {
	width: 100%;
	border-bottom: 1px solid #CCC;
	padding: 10px 10px;
	line-height: 1.4;
}

.outline dt {
	font-weight: bold;
	color: #B61919;
	font-size: 3.6vw;
}

.outline dd {
	padding: 0 1rem;
	font-size: 3.6vw;
}



/*---------------------------
　数字で見るドラグーン
 ---------------------------*/
.analyze {
	width: 92%;
	margin: 0 auto;
	padding: 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	/*background: grey;*/
}

.ana_box {
	width: 90%;
	margin: 3vw 2%;
	padding: 1rem;
	border-radius: 2px;
	background: #FFF;
	box-shadow: 0 0 4px rgba(0,0,0,0.3);
}



/*---------------------------
　先輩からのメッセージ
 ---------------------------*/
ul.mes_list {
	width: 70%;
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	/*background: grey;*/
}

ul.mes_list li {
	width: 100%;
	margin: 0 auto 40px auto;
	border-radius: 50%;
	position: relative;
	z-index: 1;
}

ul.mes_list li img {
	width: 100%;
	height: auto;
	border-radius: 50%;
}

ul.mes_list li a {
	display: block;
}

ul.mes_list li a:hover {
	transform: rotate(5deg) scale(108%);
}

.mes_name {
	position: absolute;
	right: -10px;
	bottom: -20px;
	z-index: 2;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: #FFD9DC;
	text-align: left;
	font-size: 14px;
	line-height: 1.4;
	padding: 35px 0 0 15px;
}

.mes_name span {
	display: block;
	font-size: 18px;
	font-weight: bold;
}




/*--------------------------
　下層ページ-先輩からのメッセージ
--------------------------*/
.ttl_page {
	position: relative;
	width: 100%;
    overflow: hidden;
}

.ttl_page_area {
	height: 80vw;
    background: #A9EF00;
    border-radius: 0 0 100vw 100vw / 0 0 50vw 50vw;
    margin: 0 -200px;
	margin-top: -40vw;
}

.ttl_container {
	margin: 0 auto;
	width: 100%;
}

.ttl_container img {
	margin-top: 58vw;
	margin-left: calc(200px + 25px);
	height: 13vw;
	width: auto;
}

.profile {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	padding: 0 25px;
	margin-top: 8vw;
	z-index: 5;
}

.pic_profile {
	position: relative;
	border-radius: 50%;
	width: 74vw;
	z-index: 6;
}

.status {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: -10vw;
	width: 42vw;
	height: 42vw;
	border-radius: 50%;
	background-color: #ffd9dc;
	z-index: 5;
}

.status p {
	line-height: 1;
}

.team {
	margin-top: 6vw;
	font-size: 4.5vw;
	margin-bottom: 1vw;
}

.name {
	font-size: 9vw;
	font-weight: bold;
	margin-bottom: 5vw;
}

.join {
	font-size: 3.8vw;
	font-weight: bold;
}

.mes_container {
	position: relative;
	z-index: 3;
	width: 100%;
	overflow: hidden;
	margin-top: -10vw;
}

.message {
	padding-top: 26vw;
	padding-bottom: 500px;
    background: #fffceb;
    border-radius: 100vw 100vw 0 0 / 50vw 50vw 0 0;
    margin: 0 -200px;
}

.message_item {
	width: calc(100% - 400px);
	margin: 0 auto;
	margin-bottom: 16vw;
	padding: 0 25px;
}

.question img {
	width: 10vw;
}

.answer img {
	width: 10vw;
	margin-bottom: -1vw;
}

.question {
	margin-bottom: 7vw;
}

.answer {
	margin-bottom: 10vw;
}

.question p {
	font-size: 4.8vw;
	font-weight: bold;
	line-height: 1.3;
}

.answer p {
	font-size: 4.8vw;
	line-height: 1.76;
}

.message_item .dot {
	display: block;
	margin: 0 auto;
	width: 20vw;
}

.message_fixed {
	padding-top: 18vw;
	padding-bottom: 1vw;
    background: #f3ffc8;
    border-radius: 100vw 100vw 0 0 / 50vw 50vw 0 0;
    margin: 0 -200px;
	margin-top: -500px;
}


/*---------------------------
　動画ライブラリ
 ---------------------------*/

.library {
	padding: 3rem 0 !important;
	position: relative;
	background-color: #f6f6f6;
}

.library p {
	margin-top: -2vw;
	text-indent: 2vw;
	font-size: 3.6vw;
}

.library .swiper {
	margin-top: 4vw;
	width: 80% !important;
}

.library .swiper-slide {
	width: 100% !important;
	aspect-ratio: 9/16;
	margin: 5% !important;
}

.library .swiper-slide iframe {
	width: 100%;
	height: 100%;
}

.swiper-button-prev,
.swiper-button-next {
	width: 8vw !important;
	height: 8vw !important;
	background-color: #d1d1d1;
	border-radius: 50%;
	position: absolute;
	bottom: 68vw !important;
	top: auto !important;
}

.swiper-button-next {
	right: 3vw !important;
}

.swiper-button-next::before {
	content: "▶";
	color: #fff;
	position: absolute;
	left: 2vw;
	top: 2.4vw;
	font-size: 4vw;
	line-height: 1;
}

.swiper-button-prev {
	left: 3vw !important;
}

.swiper-button-prev::before {
	content: "◀";
	color: #fff;
	position: absolute;
	right: 2vw;
	top: 2.4vw;
	font-size: 4vw;
	line-height: 1;
}

.swiper-navigation-icon {
	display: none;
}




/*---------------------------
　募集要項
 ---------------------------*/
ul.rec_list {
	width: 100%;
}

ul.rec_list li {
	border-bottom: 1px solid #CCC;
	padding: 0;
	font-size: 4.5vw;
	line-height: 1.4;
	font-weight: bold;
}

ul.rec_list li:first-of-type {
	border-top: 1px solid #CCC;
}

ul.rec_list li a {
	display: block;
	width: 100%;
	padding: 6vw 0 6vw 10px;
	background: url("arrow_01.png") no-repeat right 8px center;
 }
 
 ul.rec_list li a:hover {
	background: url("arrow_01.png") no-repeat right center;
 }

 .rl_item2 {
	display: none;
 }
 
 .free_comment {
 	font-size: 3vw;
	line-height: 1.4;
	width: 94%;
	margin: 1rem auto;
	padding: 0.6rem 1rem;
	background: #FFB600;
	border-radius: 6px;
 }



/*--------------------------
　下層ページ-募集要項
--------------------------*/
.appli_container {
	width: 100%;
	padding: 0 25px;
	margin-top: 10vw;
	padding-bottom: 24vw;
}

.appli_table li {
	width: 100%;
	padding: 2vw;
	border-top: 1px solid #ccc;
}

.appli_table li:last-of-type {
	border-bottom: 1px solid #ccc;
}

.appli_table li p {
	font-size: 4.3vw;
	line-height: 1.4;
}

.appli_table li p:first-of-type {
	font-weight: bold;
}

.appli_table li p:last-of-type {
	padding-left: 1em;
}

.job_category p:last-of-type {
	color: #b5191a;
	font-weight: bold;
}

.btn_form {
	position: relative;
	top: 0;
	left: -1vw;
	display: block;
	width: 80vw;
	height: 16vw;
	border: none;
	border-radius: 8vw;
	background-color: #A9EF00;
	color: #000;
	margin: 0 auto;
	margin-top: 16vw;
	text-align: center;
	text-indent: 1vw;
	line-height: 15.5vw;
	font-weight: bold;
	font-size: 6vw;
	transition: .3s all ease;
}

.btn_form::before {
	content: "";
	position: absolute;
	top: 2vw;
	left: 2vw;
	display: block;
	width: 80vw;
	height: 16vw;
	border-radius: 40px;
	background-image: url(./appli/shadow.png);
	background-repeat: repeat;
	z-index: -1;
	transition: .3s all ease;
}




/*--------------------------
　下層ページ-応募フォーム
--------------------------*/
.alert {
	display: none;
}

.contact_container {
	width: 100%;
	padding: 0 25px;
	margin-top: 10vw;
}

.job_container {
	width: 100%;
	border-radius: 1vw;
	overflow: hidden;
}

.job_head {
	padding: 2.4vw 3vw;
	width: 100%;
	background-image: url(./entry/diagonalline_dark2.jpg);
	background-repeat: repeat;
	font-size: 4.5vw;
	line-height: 1;
	font-weight: bold;
}

.job_data {
	padding: 3.5vw 3vw;
	width: 100%;
	height: 100%;
	background-image: url(./entry/diagonalline_light.jpg);
	background-repeat: repeat;
	font-size: 4.5vw;
	line-height: 1;
	font-weight: bold;
}

.form_item {
	position: relative;
	padding: 3vw 0 8vw 0;
}

.form_item:last-of-type {
	padding-bottom: 3vw;
}

.form_item::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-image: url(./entry/dotline.png);
	background-repeat: repeat-x;
}

.form_item:last-of-type::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-image: url(./entry/dotline.png);
	background-repeat: repeat-x;
}

.item_name {
	position: relative;
	width: fit-content;
	line-height: 1.44;
	font-size: 4vw;
	margin-bottom: 1vw;
}

.required::before {
	content: "必須";
	position: absolute;
	right: -10vw;
	bottom: 0.2vw;
	width: 9vw;
	height: 5.4vw;
	font-size: 3.2vw;
	font-weight: bold;
	text-align: center;
	line-height: 5.6vw;
	background-color: #e50012;
	color: #fff;
}

.optional::before {
	content: "任意";
	position: absolute;
	right: -10vw;
	bottom: 0.2vw;
	width: 9vw;
	height: 5.4vw;
	font-size: 3.2vw;
	font-weight: bold;
	text-align: center;
	line-height: 5.6vw;
	background-color: #AAA;
	color: #000;
}

.input_flex {
	display: flex;
}

.birth .input_container {
	margin-top: 1vw;
}

.radio {
	align-items: center;
	font-size: 4vw;
}

.radio .input_container {
	display: flex;
	align-items: center;
	margin-top: 1.5vw;
	margin-right: 14vw;
}

.radio label {
	height: 50px;
	line-height: 50px;
}

.zip {
	margin-bottom: 1vw;
}

input[type="text"],
input[type="tel"],
input[type="email"] {
	width: 100%;
	height: 10vw;
	border: 1px solid #999;
	border-radius: 1vw;
	padding: 3vw 4vw;
	font-size: 4vw;
	font-family: "メイリオ", Meiryo, sans-serif;
}

input[type="radio"] {
	width: 6.4vw;
	height: 6.4vw;
	margin: 0;
	margin-right: 0.6vw;
}

input[type="radio"]{
  appearance: none;
  position: relative;
  /* top: -0.8vw; */
  width: 6.4vw;
  height: 6.4vw;
  border-radius: 3.2vw;
  border: 1px solid #999;
}

input[type="radio"]:checked{
}

input[type="radio"]:checked::before{
  content: "";
  width: 4vw;
  height: 4vw;
  border-radius: 2vw;
  background-color: #A9EF00;
  position: absolute;
  left: 1.1vw;
  top: 1.1vw;
}

.jc_radio input[type="radio"]{
  background-color: #fff;
}

input::placeholder {
	color: transparent;
	font-family: "メイリオ", Meiryo, sans-serif;
}

#year,#zip_four {
	width: 32vw;
}

#month,#day,#zip_three {
	width: 22vw;
}

#day {
	margin-left: 6vw;
}

textarea {
	width: 100%;
	height: 64vw;
	border-radius: 5px;
	border: 1px solid #999;
	padding: 3vw 4vw;
	font-size: 4vw;
	line-height: 1.5;
	resize: none;
	font-family: "メイリオ", Meiryo, sans-serif;
}

.privacypolicy {
	width: 100%;
	margin-top: 25px;
	padding: 6vw 0;
	background-color: #edf4dc;
}

.privacypolicy .contact_container {
	margin-top: 0;
}

.pp_inner .ttl {
	width: 100%;
	border: 3px solid #e50012;
	background-color: #fff;
	padding: 2vw 0 1.5vw 0;
	font-size: 5vw;
	text-align: center;
	font-weight: bold;
	line-height: 1;
}

.pp_inner .txt {
	margin-top: 3vw;
	width: 100%;
	font-size: 3.2vw;
	line-height: 1.5;
}

.check{
  margin: 0 auto;
  margin-top: 36px;
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
}

.checkbox {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
  margin-right: 10px;
  width: 8vw;
  height: 8vw;
  border: 2px solid #999;
  border-radius: 5px;
  background-color: #fff;
  transition: .1s all ease;
  cursor: pointer;
}

.checkbox:checked {
  border-color: #999;
  background-color: #999;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23fff" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"><path d="M20 6L9 17l-5-5"/></svg>');
}

.check span {
	font-weight: bold;
	font-size: 4vw;
	margin-top: 3px;
}

.form_btn {
	margin-top: 10vw;
	margin-bottom: 22vw;
}

.alert{
  display: none;
}

.alert.active{
  display: block;
  font-size: 3vw;
  color: #f00;
  margin-top: 1vw;
}

.alert_pp {
	text-align: center;
}

.confirm {
  display: none;
}

.confirm.active {
  position: fixed;
  display: flex;
  top: 100px;
  left: calc(50vw - 45%);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
  width: 90%;
  height: 530px;
  max-height: 800px;
  background-color: #fff;
  color: #000;
  z-index: 999;
  border-radius: 10px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  pointer-events: all;
}

.confirm h2 {
    background: none;
    color: #000;
  font-size: 28px;
  margin-bottom: 30px;
}

.confirm_item {
  display: flex;
  flex-direction: column;
  justify-content: left;
  width: 100%;
  border-top: 1px solid #5b575e;
}

.confirm_item:last-of-type {
  border-bottom: 1px solid #5b575e;
}
.confirm_item p {
  padding: 7px 10px;
}

.confirm_container {
  width: 100%;
  overflow-y: scroll;
}

.confirm_head {
  min-width: 160px;
  background-color: #ddd;
}
.confirm_address{
  display: flex;
  flex-direction: column;
}

.confirm_container p:last-of-type {
  text-align: left;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.confirm_btn {
  margin-top: 50px;
  display: flex;
  flex-direction: row-reverse;
}

.submit_btn,.back {
  margin: 0 10px;
  width: 110px;
  height: 50px;
  font-size: 18px;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  transition: .3s all ease;
}

.submit_btn:hover,.back:hover {
  opacity: .8;
}

.submit_btn {
  color: #fff;
  background-color: #e50012;
}

.back {
  background-color: #ccc;
  color: #000;
  line-height: 50px;
}

.complete{
  position: fixed;
  display: none;
  left: calc(50% - 40vw);
  top: calc(50% - 25vh);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5%;
  width: 80vw;
  height: 50vh;
  background-color: #fff;
  color: #000;
  z-index: 999;
  border-radius: 10px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  pointer-events: all;
}
.complete.active{
  display: flex;
}
.complete h1{
  font-size: 28px;
  margin-bottom: 30px;
}
.close{
  width: 100px;
  height: 50px;
  font-size: 16px;
  background-color: #e50012;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 50px;
  margin-top: 30px;
  border-radius: 8px;
  cursor: pointer;
}
.close:hover{
  opacity: .8;
}



/*-----------------------------
　ページのトップへ
-----------------------------*/
.page_top {
    display: none !important;
}




/*-----------------------------
　フッター
-----------------------------*/
.footer {
	width: 100%;
	padding: 14vw 0 10vw 0;
	text-align: center;
	color: #FFF;
	background: #E50012;
}

.foot_logo {
	width: 70%;
	margin: 0 auto;
}

.address {
	font-size: 3.4vw;
	line-height: 1.6;
	padding: 10vw 0 17vw 0;
}

.copyright {
	font-size: 3vw;
}


} /*-- スマホ版ここまで --*/





/*===================================
　共通
===================================*/
/*------------------------
　アキ設定
-------------------------*/
.blank01 {
	height: 1rem;
}

.blank02 {
	height: 2rem;
}

.blank03 {
	height: 3rem;
}

.blank04 {
	height: 4rem;
}

.blank05 {
	height: 5rem;
}

.blank06 {
	height: 6rem;
}

.blank07 {
	height: 7rem;
}

.blank08 {
	height: 8rem;
}

.blank09 {
	height: 9rem;
}

.blank10 {
	height: 10rem;
}



/*------------------------
　背景色
-------------------------*/
.bg_color01 {
	background: #F2FFD3;
}



/*------------------------
　パディング
-------------------------*/
.p_top01 {
	padding-top: 1rem;
}

.p_top02 {
	padding-top: 2rem;
}

.p_top03 {
	padding-top: 3rem;
}

.p_top04 {
	padding-top: 4rem;
}

.p_top05 {
	padding-top: 5rem;
}

.p_top06 {
	padding-top: 6rem;
}

.p_top07 {
	padding-top: 7rem;
}

.p_top08 {
	padding-top: 8rem;
}

.p_top09 {
	padding-top: 9rem;
}

.p_top10 {
	padding-top: 10rem;
}

.p_btm01 {
	padding-bottom: 1rem;
}

.p_btm02 {
	padding-bottom: 2rem;
}

.p_btm03 {
	padding-bottom: 3rem;
}

.p_btm04 {
	padding-bottom: 4rem;
}

.p_btm05 {
	padding-bottom: 5rem;
}

.p_btm06 {
	padding-bottom: 6rem;
}

.p_btm07 {
	padding-bottom: 7rem;
}

.p_btm08 {
	padding-bottom: 8rem;
}

.p_btm09 {
	padding-bottom: 9rem;
}

.p_btm10 {
	padding-bottom: 10rem;
}


/*---- END ----*/