@charset "utf-8";
/* CSS Document */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
  list-style: none;
  font-style: inherit;
}
html {
	height: 100%;
  background: rgba(105,152,208,.15);
}

html {
	font-size: 62.5%;/* 10px */
}

body {
	height: 100%;
  margin: auto;
  max-width: 450px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	background-color: #FFFFFF;
	line-height: 1.6;
  text-align: center;
  color: #333333;
  background-size: 42px auto;
  transition: 1s;
  font-size: 1.2rem;
  letter-spacing: 0.6px;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}

img {
	vertical-align: top;
	height:auto;
	width:100%;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
  background:transparent;
  display: inline-block;
}

ins {
	background-color:#F2E1A0;
	color:#333333;
	text-decoration:none;
}

mark {
	background-color:#F2E1A0;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

hr {
	display: block;
	width: auto;
	height: 1px;
	margin: 30px 0;
	border-top: 1px solid #3366CC;
}

input, select {
	vertical-align:middle;
}

.clear {clear:both;}
.clear hr {display:none;}
.clearboth {clear:both;}

.cf { zoom: 1; }
.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }

.flex{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -js-display: flex;
}
.order1 {
  order: 1;
}
.order2 {
  order: 2;
}
.order3 {
  order: 3;
}
.order4 {
  order: 4;
}
.order5 {
  order: 5;
}

.abBox {
	position: relative;
}
.ab {
	position: absolute;
}

.mb20 {
	margin-bottom: 2vh;
}
.mb30 {
	margin-bottom: 3vh;
}
.mb40 {
	margin-bottom: 4vh;
}
.mb50 {
	margin-bottom: 5vh;
}

/*テキストスタイル*/
.min {
	font-family: "Times New Roman", Times, 'YuMincho', '游明朝','ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
}

.fs10 {
	font-size: 0.625rem;
}
.fs11 {
	font-size: 0.6875rem;
}
.fs12 {
	font-size: 0.75rem;
}
.fs13 {
	font-size: 0.8125rem;
}
.fs14 {
	font-size: 0.875rem;
}
.fs16 {
	font-size: 1rem;
}
.fs18 {
	font-size: 1.125rem;
}
.fs24 {
	font-size: 1.5rem;
}

img {
  vertical-align: bottom;
}

a {
  color: inherit;
  text-decoration: inherit;
}

/*レイアウト*/
#wrapper {
	margin: auto;
  width: 100%;
	max-width: 640px;
	overflow: hidden;
	position: relative;
	padding-bottom: 0;
  transition: .3s;
}

section {
  position: relative;
}

.header {
  padding: 10px 0;
  border-bottom: 1px solid rgba(0,0,0,.1);
}

.header h1 {
  width: 90px;
  height: 31px;
  margin: 0 auto;
}

/* .section_cv */
.section_cv_fv {
  padding: 5% 5% 8% 0;
}

.section_cv {
  position: relative;
}

.section_cv .btn {
  position: absolute;
  bottom: 7.5%;
  left: 5%;
  width: 90%;
}

/* .section_individuality */
.section_individuality {
  padding: 12% 3% 2%;
}

/* .section_ex */
.section_ex {
  background: rgba(194,145,44,.1);
  padding: 15% 5% 12%;
  position: relative;
}

.section_ex .icon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 99;
  width: 20%;
}

.section_ex li {
  padding: 0 5px;
}

.section_ex .slick-dots li {
  width: 32px;
}

.section_ex .slick-dots li.slick-active {
  background: #333333;
}

/* .section_voice */
.section_voice {
  padding: 15% 5% 12% 4%;
  background: rgba(135,27,38,.15);
}

.section_voice .tit {
  width: 28%;
  margin: 0 auto 7%;
}

.section_voice li {
  padding: 0 2px;
}


/* .section_curriculum */
.section_curriculum {
  padding: 15% 5%;
}

/* .section_profile */
.section_profile {
  padding-bottom: 15%;
}


/* .footer */
.footer {
  padding: 15% 8% 8%;
  text-align: left;
  font-size: 1.4rem;
  background-color: white;
}

.footer .flogo {
  width: 40%;
  margin: 0 0 3%;
}

.footer .name {
  font-size: 1.2rem;
  font-weight: bold;
}

.footer .txt {
  margin-top: 6%;
  font-size: 1.2rem;
  opacity: .8;
  line-height: 2.0;
}

.footer .txt a {
  display: inline-block;
  text-decoration: underline;
}

.footer .copyright {
  opacity: .4;
  margin-top: 12%;
  font-size: 9px;
  text-align: right;
}
