@charset "utf-8";

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

img {
  line-height: 1;
  vertical-align: bottom;
}

/*------------------------------------------
 *	html, body
------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  color: #222;
  font-size: 14px;
  font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #3a3a3a;
  text-decoration: underline;
}

a:hover {
  color: #9a9a9a;
}

em,
strong {
  font-weight: bold;
}

img {
  touch-callout: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
}

/*------------------------------------------
 *	Header
------------------------------------------*/
#header-global {
  padding: 10px 60px;
  background: #fff;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
}

#header-global .logo {
  float: left;
  margin: 10px 0 0 0;
  width: 222px;
}

#header-global .btn-entry {
  float: right;
}

#header-global .btn-entry a {
  display: block;
  padding: 0 40px;
  height: 40px;
  background: #132744;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  text-decoration: none;

  transition: background linear 0.1s;
}

#header-global .btn-entry a:hover {
  background: #0e3e84;
}

/*------------------------------------------
 *	Main
------------------------------------------*/
#main {}

#main img {
  max-width: 100% !important;
  height: auto;
}

/*------------------------------------------
 *	.sec-*
------------------------------------------*/
.sec-area {
  padding: 60px 0;
}

.sec-area-in {
  margin: 0 auto;
  width: 1020px;
  box-sizing: border-box;
}

.sec-area-blue {
  background: #e4f2f8;
}

/*------------------------------------------
 *	.tit-*
------------------------------------------*/
.tit-sec {
  margin: 0 0 40px 0;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}

/*------------------------------------------
 *	.mv
------------------------------------------*/
.mv {
  position: relative;
  width: 100%;
  height: 740px;
  background: url(images/bg_mv.jpg) center center no-repeat;
  background-size: cover;
}

.mv img {
  position: absolute;
  top: 158px;
  left: 50%;
  margin: 0 0 0 -260px;
}

/*------------------------------------------
 *	.sec-president
------------------------------------------*/
.sec-president {}

.sec-president .content {
  float: right;
  width: 650px;
}

.sec-president .content p {
  margin: 20px 0 0 0;
  line-height: 1.86;
}

.sec-president .content p:first-child {
  margin: 0;
}

.sec-president .content .txt-signature {
  margin: 30px 0 0 0;
  text-align: right;
}

.sec-president .photo {
  position: relative;
  float: left;
  width: 324px;
}

.sec-president .photo:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(images/img_blank.gif) center center repeat;
}

/*------------------------------------------
 *	.sec-discover
------------------------------------------*/
.sec-discover {}

.sec-discover .txt-sec {
  margin: 0 0 50px 0;
  line-height: 1.71;
}

.sec-discover .discover {
  margin: 80px 0 0 0;
}

.sec-discover .discover .content {
  width: 340px;
}

.sec-discover .discover .photo {}

.sec-discover .discover .txt-tag {
  margin: 0 0 25px 0;
  font-size: 18px;
  text-align: center;
}

.sec-discover .discover .txt-tag .line {
  position: relative;
}

.sec-discover .discover .txt-tag .line:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  display: block;
  width: 100%;
  height: 10px;
  background: #fef238;
}

.sec-discover .discover .txt-tag .line span {
  position: relative;
  z-index: 10;
}

.sec-discover .discover .tit-discover {
  margin: 0 0 40px 0;
  font-size: 30px;
  line-height: 1.3;
  text-align: center;
}

.sec-discover .discover .txt-discover {
  font-size: 13px;
  line-height: 1.85;
}

.sec-discover .discover1 {
  margin: 0;
}

.sec-discover .discover1 .content {
  float: right;
  margin: 50px 0 0 0;
}

.sec-discover .discover1 .photo {
  float: left;
  margin: 0 0 0 -80px;
}

.sec-discover .discover2 .content {
  float: left;
  margin: 60px 0 0 0;
}

.sec-discover .discover2 .photo {
  float: right;
  margin: 0 -120px 0 0;
}

.sec-discover .discover3 .content {
  float: right;
  margin: 0;
}

.sec-discover .discover3 .photo {
  float: left;
  margin: 60px 0 0 0;
}

/*------------------------------------------
 *	.sec-message
------------------------------------------*/
.sec-message {}

.sec-message .message {
  margin: 100px auto 0 auto;
  width: 880px;
}

.sec-message .tit-sec+.message {
  margin: 0 auto;
}

.sec-message .message h3 {
  position: relative;
  top: -240px;
  margin: 0 0 0 -70px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}

.sec-message .message h3 .row {
  display: block;
  margin: 2px 0 0 0;
}

.sec-message .message h3 .row:first-child {
  margin: 0;
}

.sec-message .message h3 .row span {
  display: inline-block;
  padding: 10px 20px;
  background: #132744;
}

.sec-message .message .photo {
  text-align: center;
}

.sec-message .message .content {
  position: relative;
  margin: -160px 60px 0 60px;
  padding: 30px 30px 0 30px;
  background: #fff;
}

.sec-message .message .content .txt-job {
  margin: 0 0 20px 0;
}

.sec-message .message .content .txt-job .position {
  margin: 0 10px 0 0;
  padding: 5px 10px;
  background: #fff86e;
  font-size: 14px;
}

.sec-message .message .content .txt-meta {
  margin: 0 0 20px 0;
  font-size: 16px;
  font-weight: bold;
}

.sec-message .message .content .txt-meta .univ {
  margin: 0 0 0 8px;
  font-size: 14px;
  font-weight: normal;
}

.sec-message .message .content .txt-message {
  font-size: 13px;
  line-height: 1.85;
}

/*------------------------------------------
 *	.sec-gallery
------------------------------------------*/
#main .sec-gallery img {
  width: 100%;
  height: auto;
}

/*------------------------------------------
 *	.sec-welfare
------------------------------------------*/
.sec-welfare {}

.sec-welfare .content {
  margin: 0 80px;
  padding: 20px 40px;
  background: #fff;
}

.sec-welfare .tbl-welfare {
  width: 100%;
  line-height: 1.71;
}

.sec-welfare .tbl-welfare tr:first-child {}

.sec-welfare .tbl-welfare th {
  padding: 20px;
  width: 6em;
  border-top: 1px dotted #b2b2b2;
  color: #018fd8;
  text-align: left;
}

.sec-welfare .tbl-welfare td {
  padding: 20px;
  border-top: 1px dotted #b2b2b2;
  text-align: left;
}

.sec-welfare .tbl-welfare tr:first-child th {
  border-top: none;
}

.sec-welfare .tbl-welfare tr:first-child td {
  border-top: none;
}

/*------------------------------------------
 *	.sec-intern
------------------------------------------*/
.sec-intern {}

.sec-intern .tit-intern {
  position: relative;
  margin: 0 0 25px 0;
  color: #000;
  font-size: 20px;
}

.sec-intern .tit-intern .line {
  position: relative;
}

.sec-intern .tit-intern .line:after {
  content: "";
  position: absolute;
  left: -4px;
  bottom: -3px;
  display: block;
  padding: 0 4px;
  width: 100%;
  height: 10px;
  background: #fef238;
}

.sec-intern .tit-intern .line span {
  position: relative;
  z-index: 5;
}

.sec-intern .area-summary {
  float: left;
  width: 560px;
}

.sec-intern .area-summary .content {
  padding: 0 20px;
  border: 1px solid #ccc;
}

.sec-intern .area-summary .tbl-summary {
  width: 100%;
  line-height: 1.71;
}

.sec-intern .area-summary .tbl-summary th {
  padding: 20px;
  width: 6em;
  border-top: 1px dotted #b2b2b2;
  color: #018fd8;
  text-align: left;
}

.sec-intern .area-summary .tbl-summary td {
  padding: 20px;
  border-top: 1px dotted #b2b2b2;
  text-align: left;
}

.sec-intern .area-summary .tbl-summary tr:first-child th {
  border-top: none;
}

.sec-intern .area-summary .tbl-summary tr:first-child td {
  border-top: none;
}

.sec-intern .area-summary .tbl-summary td .month {
  font-size: 16px;
  font-weight: bold;
}

.sec-intern .area-schedule {
  float: right;
  width: 420px;
}

.sec-intern .area-schedule .txt-schedule {
  margin: 0 0 20px 0;
  line-height: 1.71;
}

.sec-intern .area-schedule ul {
  margin: 0 0 20px 2em;
}

.sec-intern .area-schedule ul li {
  margin: 8px 0 0 0;
  font-weight: bold;
  list-style: disc;
}

.sec-intern .area-schedule ul li:first-child {
  margin: 0;
}

.sec-intern .area-schedule .txt-schedule2 {
  position: relative;
  padding: 0 0 8px 0;
  border-bottom: 1px solid #ccc;
  text-align: center;
}

.sec-intern .area-schedule .txt-schedule2:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ccc;
}

/*------------------------------------------
 *	.sec-entry
------------------------------------------*/
.sec-entry {}

.sec-entry .sec-area-in {
  padding: 0 45px;
}

.sec-entry .tit-entry {
  margin: 0 0 25px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #018fd8;
  color: #018fd8;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.sec-entry .tit-entry.non-under {
  border-bottom: none;
  padding-bottom:0;
}

.sec-entry .content {
  margin: 0 25px;
  font-size: 15px;
}

.sec-entry .content p {
  margin: 0 0 20px 0;
  font-weight: bold;
  line-height: 1.6;
}

.sec-entry .content dl {
  line-height: 1.6;
}

.sec-entry .content dl dt {
  clear: left;
  float: left;
  padding: 15px 0 0 0;
  width: 3em;
  font-weight: bold;
}

.sec-entry .content dl dt span {
  color: #018fd8;
}

.sec-entry .content dl dd {
  margin: 0 0 0 4em;
  padding: 15px 0 0 0;
}

.sec-entry .content dl dt:first-child {
  padding: 0;
}

.sec-entry .content dl dt:first-child+dd {
  padding: 0;
}

.sec-entry .content .btn-entry {
  margin: 20px 0 0 0;
}

.sec-entry .content .btn-entry a {
  display: block;
  width: 100%;
  height: 50px;
  background: #132744;
  border-radius: 4px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
  text-decoration: none;

  transition: background linear 0.1s;
}

.sec-entry .content .btn-entry a:hover {
  background: #0e3e84;
}

.sec-entry .area-email {
  float: left;
  width: 420px;
}

.sec-entry .area-letter {
  float: right;
  width: 420px;
}

/*------------------------------------------
 *	.sec-sns
------------------------------------------*/
.sec-sns {
  padding: 20px 0;
  background: #132744;
  border-bottom: 1px solid #4a5565;
}

.sec-sns .tit-sns {
  margin: 0 0 20px 0;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.sec-sns ul {
  text-align: center;
}

.sec-sns ul li {
  display: inline;
  margin: 0 15px;
}

.sec-sns ul li a {
  transition: opacity linear 0.1s;
}

.sec-sns ul li a:hover {
  opacity: 0.8;
}

/*------------------------------------------
 *	Footer
------------------------------------------*/
#footer-global {
  height: 30px;
  background: #132744;
  line-height: 30px;
}

#footer-global .btn-company {
  float: left;
}

#footer-global .btn-company a {
  display: block;
  padding: 0 20px;
  color: #c8c6c6;
  font-size: 11px;
  text-decoration: none;
}

#footer-global .txt-copyright {
  float: right;
  color: #c8c6c6;
  font-size: 10px;
}

/*------------------------------------------
 *	Module
------------------------------------------*/
/*
 *	Common
------------------------------------------*/
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.is-disp-pc {
  display: block;
}

.is-disp-mobile {
  display: none;
}

/*
 *	js-fade-item
------------------------------------------*/
.js-fade-item-photo {
  position: relative;
  opacity: 0;
  transition-property: all;
  transition-duration: 1s;
  transition-delay: 0.4s;
  transition-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.js-fade-item-photo.show {
  opacity: 1;
}

/*
 *	Font
------------------------------------------*/
.ff-mincho {
  font-family: "ヒラギノ明朝 Pro W3", Hiragino Mincho ProN, Hiragino Mincho Pro,
    "游明朝体", Yu Mincho, YuMincho;
}



.sec-entry .content {
  border: 1px solid #0a8fd8;
  background-color: #ffffff;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
  height: 282px;
}

.intern-flow {
  background: #e4f2f8;
  padding-top: 40px;
}

.intern-flow-wrap {
  width: 1020px;
  margin: 0 auto;
  padding: 0 45px;
  box-sizing: border-box;
}

.intern-flow .tit-entry {
  /* margin: 0 0 25px 0; */
  padding: 0 0 20px 0;
  border-bottom: 1px solid #018fd8;
  color: #018fd8;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.flow-lists {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 0 20px;
  padding: 30px 0 130px;
}

.flow-arrow {
  flex-shrink: 0;
  width: 30px;
  height: auto;
  align-self: center;
}

.flow-lists-detail {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  padding: 1em;
  border: 2px solid #132744;

}

.flow-lists-detail p {
  font-weight: bold;
  line-height: 1.6;
  text-align: left;
  text-indent: 0;
  font-size:15px;
}

@media only screen and (max-width: 768px) {
  .intern-flow-wrap {
    margin: 0 0 0 0;
    width: auto;
    padding: 0 15px;
  }
  .intern-flow {
    padding-top:30px;
  }

  .intern-flow .tit-entry {
    margin: 0 0 15px 0;
    padding: 0 0 10px 0;
    font-size: 15px;
  }

  .flow-lists {
    flex-direction:column;
    padding:20px 0 60px;
}

.flow-arrow {
  width:20px!important;
  height:auto;
  transform: rotate(90deg);
  margin:10px 0 10px;
}

.flow-lists-detail {
  width:100%;
  box-sizing:border-box;

}

.flow-lists-detail p {
  font-size:14px;
}

}