﻿@charset "utf-8";
/* CSS reset */
/* # =================================================================
   # Global selectors
   # ================================================================= */

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
/* # =================================================================
   # General elements
   # ================================================================= */

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

/* # =================================================================
   # Forms
   # ================================================================= */

input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type='search'] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type='button'],
[type='reset'],
[type='submit'],
[role='button'] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type='button'], /* Prevent a WebKit bug where (2) destroys native `audio` and `video`controls in Android 4 */
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */

img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */

/* Specify the progress cursor of updating elements */
[aria-busy='true'] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled='true'] {
  cursor: default;
}
/* ▲▲▲リセットここまで▲▲▲---------------------------------------------------------- */

body {
	font-size: 16px;
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	color:#333;
	/*text-align:center ;*/
	margin:0 auto; 
    -webkit-text-size-adjust: 100%;
}
h3{
	color: #1d2088;
}
.blue_uk1{
	color:#1d2088;
}
.blue_uk2{
	color:#0068b7;
}
.blue_uk3{
	color:#00a0e9;
}
.blue_uk4{
	color:#7fcef4;
}
.bg_blue_uk1{
	background-color:#1d2088;
}
.bg_blue_uk2{
	background-color:#0068b7;
}
.bg_blue_uk3{
	background-color:#00a0e9;
}
.bg_blue_uk4{
	background-color:#7fcef4;
}


p {
	font-size:100%;
	line-height: 1.5em;
	color: #333;
	margin:0;
	text-align: left;
}
p a:link {
	text-decoration: underline;
	color: #333;
}
p a:visited {
	text-decoration: underline;
	color: #333;
}
p a:hover {
	color: #00a0e9;
	text-decoration: underline;
}
p.nondeco {
	color: #333;
	margin:0;
	text-align: left;
}
p.nondeco a:link {
	text-decoration: none;
	color: #333;
}
p.nondeco a:visited {
	text-decoration: none;
	color: #333;
}
p.nondeco a:hover {
	color: #00a0e9;
	text-decoration: none;
}
p span.nondecophone {
	color: #1d2088;
	margin:0;
	text-align: left;
}
p span.nondecophone a:link {
	text-decoration: none;
	color: #1d2088;
}
p span.nondecophone a:visited {
	text-decoration: none;
	color: #1d2088;
}
p span.nondecophone a:hover {
	color: #1d2088;
	text-decoration: none;
}
.btn,
a.btn,
button.btn {
display: inline-block;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-transition: all 0.3s;
transition: all 0.3s;
text-align: center;
vertical-align: middle;
text-decoration: none;
}
.left {
	text-align: left;
}
.right {
	text-align:right;
}
.center {
	text-align:center;
}
/* font 大きく*/
.large_18px {
	font-size: 113%;
}
.large_21px {
	font-size: 132%;
}
.large_24px{
	font-size: 150%;
}
.large_27px{
	font-size: 169%;
}
.large_30px{
	font-size: 188%;
}
.large_36px{
	font-size: 225%;
}
@media screen and (max-width: 767px){	
	.large_18px {
		font-size: 105%;
	}
	.large_21px {
		font-size: 113%;
	}
	.large_24px{
		font-size: 132%;
	}
	.large_27px{
	font-size: 150%;
	}
}
/* font 小さく */
.small_14px {
	font-size: 88%;
}
.small_12px {
	font-size: 75%;
}
.small_12px_lhs {
	font-size: 75%;
	line-height:1.2em;
}
.small_10px {
	font-size: 62.5%;
}
.line-height-15{
	line-height:1.5em;
}
.line-height-18{
	line-height:1.8em;
}
.line-height-20{
	line-height:2.0em;
}

.bolder {
	font-weight:bolder;
}
.fw400 {
	font-weight:400;
}
.fw500 {
	font-weight:500;
}
.fw600 {
	font-weight:500;
}
.fw700 {
	font-weight:600;
}
.fw800 {
	font-weight:800;
}
.fw900 {
	font-weight:900;
}
.leftmargin2em {
	margin-left:2em;
}
.leftmargin4em {
	margin-left:4em;
}
.rightmargin025em {
	margin-right:0.25em;
}
.white {
 	color: #ffffff;	
}
.red {
 	color: #ff0000;	
}
.blue{
	color: #0068b7;
}
.vertical-middle{
  display: inline-block; /* インライン要素にすることで横に回り込む */
  vertical-align: middle; /* 上下中央に寄せる */ 
}
.mr3 {
	margin-right:3px;
}
.mr10 {
	margin-right:10px;
}
.mr20 {
	margin-right:20px;
}
.mt5{
	margin-top:5px;
}
.mt10{
	margin-top:10px;
}
.mt15{
	margin-top:15px;
}
.mt20{
	margin-top:20px;
}
.mt30{
	margin-top:30px;
}
.mt40{
	margin-top:40px;
}
.mt50{
	margin-top:50px;
}
.mb5{
	margin-bottom:5px;
}
.mb10{
	margin-bottom:10px;
}
.mb20{
	margin-bottom:20px;
}
.mb25{
	margin-bottom:25px;
}
.mb30{
	margin-bottom:30px;
}
.mb40{
	margin-bottom:40px;
}
.mb50{
	margin-bottom:50px;
}
.mb70{
	margin-bottom:70px;
}
.mb100{
	margin-bottom:100px;
}
.mb1{
	margin-bottom:1em;
}
.ml10 {
	margin-left:10px;
}
.ml20 {
	margin-left:20px;
}
.text-align_left{
	text-align: left;
}
.fas {
margin-right: 5px;
}
.far {
margin-right: 5px;
}
.ls-1{
	letter-spacing: -0.1em;
}

/* ▼▼▼img_hover▼▼▼---------------------------------------------------------- */
@media screen and (min-width: 768px) {
	a.hover_img{
		background-color:#fff; /*背景に白を設定*/
		display:block; /*ブロック化重要！*/
		}
	a.hover_img img{
		transition:all 0.3s ease;
		}
	a:hover.hover_img img{
		opacity: 0.5;
		filter: alpha(opacity=50);
		}
}

/* ▼▼▼クリアフィックス▼▼▼---------------------------------------------------------- */
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
.clearfix {
    zoom:1;
}

/* ▼▼▼画像のscrollとanimation▼▼▼---------------------------------------------------------- */
.sa {
  opacity: 0;
  transition: all .5s ease;
}
.sa.show {
  opacity: 1;
  transform: none;
}
.sa--up {
  transform: translate(0, 100px);
}

/* ▼▼▼ページトップへのボタン▼▼▼---------------------------------------------------------- */
/*@media screen and (min-width: 768px) {*/
	#page-top {
		position: fixed;
		bottom: 15px;
		right: 15px;
		font-size: 110%;
		}
	#page-top a {
		background: rgba(0,104,183,0.85);
		text-decoration: none;
		color: #fff;
		padding:14px 14px 14px 18px;
		text-align: center;
		display: block;
		border-radius: 5%;
	}
	#page-top a:hover {
		text-decoration: none;
		background: rgba(0,160,233,0.85);
		}
/*}
@media screen and (max-width:767px){
	#page-top {
		position: fixed;
		bottom: 40px;
		right: 20px;
		font-size:120%;
			}
	#page-top a {
		background: rgba(0,104,183,0.85);
		text-decoration: none;
		color: #fff;
		width:64px;
		padding:18px 20px 18px 24px;
		text-align: center;
		display: block;
		border-radius: 50%;
		}
}*/

/* ▼▼▼PC用ナビゲーション▼▼▼---------------------------------------------------------- */
@media screen and (min-width: 768px) {
	.drawer-hamburger{
		display: none;
		}
	.drawer--right{
		display: none;
		}
	#page-top {
		position: fixed;
		bottom: 20px;
		right: 20px;
		font-size: 120%;
		}
}
.PC-nav {
	width: 100%;
	max-width: 250px;
	color: #333;
}
.PC-logo {
	padding:4em 2em;
	text-align: center;
}
.PC-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.PC-menu-item_no {
	font-size: 1.2rem;
	display: block;
	padding: 0.5rem 0.5rem;
	text-decoration: none;
	text-align: left;
	color: #333;
}
.PC-menu-item {
	font-size: 1.2rem;
	display: block;
	padding: 0.5rem 0.5rem;
	text-decoration: none;
	text-align: left;
	color: #333;
}
.PC-menu-item:hover {
	text-decoration: none;
	color: #fff;
	background: rgba(0,160,233,0.85);
}
.PC-menu-item_interview {
	font-size: 1.0rem;
	display: block;
	padding: 0.3rem 0.5rem 0.3rem 1.5rem;
	text-decoration: none;
	text-align: left;
	color: #333;
}
.PC-menu-item_interview:hover {
	text-decoration: none;
	color: #fff;
	background: rgba(0,160,233,0.85);
}
.PC-menu-item_interview_last {
	font-size: 1.0rem;
	display: block;
	padding: 0.3rem 0.5rem 0.3rem 1.5rem;
	margin-bottom:0.5rem;
	text-decoration: none;
	text-align: left;
	color: #333;
}
.PC-menu-item_interview_last:hover {
	text-decoration: none;
	color: #fff;
	background: rgba(0,160,233,0.85);
}
.pmiismall{
	font-size:0.8em;
}


/* ▼▼▼トップページとか▼▼▼---------------------------------------------------------- */
.PC_wrapper {
	max-width:1000px;
	margin:0 auto;
}
.PC_menu {
	float:left;
	width:25%;
}
.PC_copyright{
    position:fixed;
    bottom: 0; /*下に固定*/
	width:100%;
	max-width: 250px;
	text-align: center;
}
.PC_copyright p{
	text-align: center;
}
.PC_contents_wrapper {
	float:right;
	width:75%;
}
@media screen and (max-width: 767px) {
	.PC_wrapper	{
		width:100%;	
	}
	.PC_menu {
		display: none;
	}
	.PC_contents_wrapper {
		width:100%;
	}
}
.SP_copyright{
	text-align: center;
	background-color:#00a0e9;
	padding:10px;
}
.SP_copyright p{
	color:#fff;
	margin:0 auto;
	text-align:center;
}
@media screen and (min-width: 768px) {
.SP_copyright{
	display: none;
	}
}

/* ▼▼▼大事な大事な中身はここから▼▼▼---------------------------------------------------------- */
.main_wrapper {
	width:100%;
}

.select_block {
	float:left;
}

@media screen and (min-width: 768px) {
	.select_block {
		display:block;
		width:33.3%;
		height: auto;
		max-height: 250px;
		margin:0;
		padding:0;
	}
}
@media screen and (max-width: 767px) {
	.select_block {
		display:block;
		width:50%;
		height:auto;
		max-height: 384px;
		margin:0;
		padding:0;
	}
}
.select_block img {
	width:100%;
	vertical-align: bottom;
}
.contents_container {
	width:94%;
	margin:0 3%;
}

@media screen and (min-width: 768px) {
	.SP_header {
		display:none;
	}
	.member_main_title_member001 {
		height:250px;
	}
	.member_main_title_member002 {
		height:250px;
	}
	.member_main_title_member003 {
		height:250px;
	}
	.member_main_title_member004 {
		height:250px;
	}
	.member_main_title_member004 {
		height:250px;
	}
	.member_main_title_member006 {
		height:250px;
	}
	.interveiw_movie{
		width: 84%;
		margin:30px 8%;
		aspect-ratio: 16 / 9;
	}
	.interveiw_movie iframe {
		width: 100%;
		height: 100%;
	}
}
@media screen and (max-width: 767px) {
	.SP_header {
		width:94%;
		margin:10px 3%;
	}
	.member_main_title_member001 {
		height:180px;
	}
	.member_main_title_member002 {
		height:180px;
	}
	.member_main_title_member003 {
		height:180px;
	}
	.member_main_title_member004 {
		height:180px;
	}
	.member_main_title_member005 {
		height:180px;
	}
	.member_main_title_member006 {
		height:180px;
	}
	.interveiw_movie{
		width: 100%;
		margin:30px 0;
		aspect-ratio: 16 / 9;
	}
	.interveiw_movie iframe {
		width: 100%;
		height: 100%;
	}
}


.member_main_title_member001 {
		box-sizing: border-box;
		width:100%;
		padding:8%;
		background-color:#7fcef4;
		background-image: url(../img/img_top_tn_member001.png);
		background-size:contain;
		background-repeat: no-repeat;
		background-position:90% 0;
}
.member_main_title_member002 {
		box-sizing: border-box;
		width:100%;
		padding:8%;
		background-color:#7fcef4;
		background-image: url(../img/img_top_tn_member002.png);
		background-size:contain;
		background-repeat: no-repeat;
		background-position:90% 0;
}
.member_main_title_member003 {
		box-sizing: border-box;
		width:100%;
		padding:8%;
		background-color:#7fcef4;
		background-image: url(../img/img_top_tn_member003.png);
		background-size:contain;
		background-repeat: no-repeat;
		background-position:90% 0;
}
.member_main_title_member004 {
		box-sizing: border-box;
		width:100%;
		padding:8%;
		background-color:#7fcef4;
		background-image: url(../img/img_top_tn_member004.png);
		background-size:contain;
		background-repeat: no-repeat;
		background-position:10% 0;
}
.member_main_title_member005 {
		box-sizing: border-box;
		width:100%;
		padding:8%;
		background-color:#7fcef4;
		background-image: url(../img/img_top_tn_member005.png);
		background-size:contain;
		background-repeat: no-repeat;
		background-position:90% 0;
}
.member_main_title_member006 {
		box-sizing: border-box;
		width:100%;
		padding:8%;
		background-color:#7fcef4;
		background-image: url(../img/img_top_tn_member006.png);
		background-size:contain;
		background-repeat: no-repeat;
		background-position:90% 0;
}
.interveiw_q{
	background-color: #1d2088 ;
	padding:5px 10px;
}
.interveiw_q p{
	color:#fff ;
	font-weight: 700;
	font-size:100%;
}
.interveiw_a{
	margin:15px 0 30px;
}
.profile_title{
	border-bottom:1px solid #1d2088;
	padding:5px 0;
	margin-top:50px;
	margin-bottom: 10px;
}
.profile_title p{
	font-weight: 700;
	color: #1d2088;
}
.profile_list li {
	list-style:none;
	border-bottom: 1px dotted #999;
	padding:5px 0;
}
.profile_list li {
	list-style:none;
	border-bottom: 1px dotted #999;
	padding:5px 0;
}
.profile_list li:last-child {
	margin-bottom:100px;
}
.subtitle{
	font-size: 150%;
	font-weight: 700;
	color:#1a2088;
	margin:30px 3%;
	padding-bottom:5px;
	border-bottom:2px dotted #1A2088;
}
table.about{
  border-collapse: collapse;
  width: 100%;
}
.about th,
.about td{
  padding: 10px 20px;
  border-top: solid 1px #999;
  box-sizing:border-box;
}
.about th {
  background: #e3f0fc;
  color: #333;
  text-align:center;
}
.about td{
  border-right: none;
}
@media screen and (min-width: 768px) {
.about th {
	width:25%;
	}
.about tr:last-child{
    border-bottom: solid 1px #999;
  }
}
@media screen and (max-width: 767px) {
  .about {
    width: 100%;
  }
  table.about th,
  table.about td {
    display: block;
    width: 100%;
    border-bottom:none;
  }
  table.about th{
  text-align:center;
	}
.about td{
  border-right: none;
  border-left: none;
}
.about tr:last-child{
    border-bottom: none;
  }
}
.about_office_list{
	margin:10px 0 10px;
	padding-bottom:10px;
	border-bottom:1px dotted #999;
}
.about_office_list_last{
	margin:10px 0 10px;
	padding-bottom:10px;
}
table.about ul.information_syokusyu li{
	font-size: 88%;
    list-style-type: none;
    position: relative;
    padding-left: 0.7em;
    }
table.about ul.information_syokusyu li:before {
    width: 5px;
    height: 5px;
    display: block;
    position: absolute;
    left: 0;
    top: 0.6em;
    content: "";
    background: #ccc;
    }
table.about ul.information_kyuuyo li {
	font-size:100%;
	list-style-type: none;
    position: relative;
    padding-left: 0.7em;
}
 table.about ul.information_kyuuyo li:before {
    width: 5px;
    height: 5px;
    display: block;
    position: absolute;
    left: 0;
    top: 0.6em;
    content: "";
    background: #ccc;
}
table.about ul.information_kyuuyo_prize li {
	font-size:88%;
	list-style-type: none;
	content: none;
	position: static;
}
.flow_box_type1{
	width:100%;
	display:inline-block;
	border:1px solid #0068b7;
	padding:20px 0;
}
.flow_box_type2{
	padding:0 25%;
}
.flow_box_type2 p{
	background-color: #0068b7;
	padding:15px;
}
.flow_box_arrow{
	width:100%;
	padding:10px 0;
	text-align: center;
}
.thanx_wrapper{
	width:84%;
	margin:0 auto 50px;
}

.btn--blue,
a.btn--blue {
	font-size:113%;
	color: #fff;
	padding: 0.5em 1em;
	background-color: rgba(0,104,183,1.0);
	border-radius: 0.5rem;
}
.btn--blue:hover,
a.btn--blue:hover {
  color: #fff;
  background: rgba(0,104,183,0.85);
}
.education_subtitle{
	background-color: #1d2088 ;
	color:#fff ;
	font-size:100%;
	font-weight:700;
	padding:5px 10px;
	margin-bottom:20px;
}

.education_box{
 display: flex;
}
@media screen and (min-width: 768px) {
	.education_box > .img_left {
		width:300px;
		margin-right:50px;
	}
	.education_box > .img_right {
		width:300px;
		margin-left:50px;
	}
	.education_box img {
		max-width:300px;
		height: auto;
	}
}
@media screen and (max-width: 767px) {
	 .education_box{
	  flex-direction: column;
	 }
	.education_box img {
		width:90%;
		margin-bottom:20px;
	}
	.education_box > .img_left {
		text-align: center;
	}
	.education_box > .img_right {
		text-align: center;
	}
	.order1 {
	  order: 1;
	}
	.order2 {
	  order: 2;
	}
}










