@charset "utf-8";
/*reset*/
* {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 100%;
  font-weight: normal;
  border: none;
  text-decoration: none;
  line-height: 1.2;
/*  font-family: dnp-shuei-ymincho-std, sans-serif;*/
}
*, *::after, *::before {
  box-sizing: border-box;
}


@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');

/* 
font-family:  "Noto Serif JP", serif;
font-weight: 400;

font-family:  "Noto Serif JP", serif;
font-weight: 500;

font-family: source-han-serif-japanese, serif;
font-weight: 400;

font-family: source-han-serif-japanese, serif;
font-weight: 500;

font-family: source-han-serif-japanese, serif;
font-weight: 600;
*/
/*元A送*/


.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.clear {
  clear: both;
}
a:hover, a:active, [type="submit"]:hover, [type="submit"]:active, [type="button"]:hover, [type="button"]:active {
  opacity: 0.5;
  cursor: pointer;
}
.btn1 a {
  background-color: #113770;
  background-image: url("../images/btn02.png");
  background-repeat: no-repeat;
  background-position: center right 10px;
  padding: 15px 50px 15px 20px;
  color: #fff;
  border-radius: 100px;
  letter-spacing: 1px;
}
.btn2 a {
  background-color: #113770;
  background-image: url("../images/btn08.png");
  background-repeat: no-repeat;
  background-position: center left 10px;
  padding: 15px 20px 15px 50px;
  color: #fff;
  letter-spacing: 1px;
  text-align: center;
}
.btn3 [type="submit"] {
  background-color: #113770;
  padding: 35px 125px;
  color: #fff;
  letter-spacing: 1px;
  border-radius: 5px;
}
.btn3 [type="button"] {
  background-color: #727272;
  padding: 35px 125px;
  color: #fff;
  letter-spacing: 1px;
  border-radius: 5px;
}
.backtotop a {
  display: block;
  position: fixed;
  right: 0;
  bottom: 0;
  width: 80px;
  height: 80px;
  background-color: #113770;
  background-image: url("../images/scroll_top.png");
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px 10px 0 0;
  color: #fff;
  text-indent: -9999em;
}
/*header*/
header {
  width: 100%;
  min-height: 80px;
  background-color: #113770;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
header a {
  color: #fff;
}
.siteName {
  text-indent: -9999em;
  background-image: url("../images/logo_.png");
  background-repeat: no-repeat;
  width: 247px;
  height: 42px;
  float: left;
}
.siteName a {
  display: block;
  width: 100%;
  height: 100%;
}

.address {
  width: 382px;
  margin: 0 0 0 auto;
}
.address p {
  text-align: right;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 300;
  margin: 0 15px 0 0;
  display: inline;
}
.address address {
  text-align: right;
  color: #fff;
  font-style: normal;
  font-weight: 200;
  letter-spacing: 1px;
  display: inline;
}
.address address a {
  display: inline;
}
header nav dd {
  color: #fff;
}
header nav dd a {
  background-image: url("../images/btn01.png");
  background-repeat: no-repeat;
  padding: 0 0 2px 10px;
  font-weight: 500;
}
/*mainview*/
.mainview {
  position: relative;
  margin: 80px 0 0;

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 640px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}
}

.mainview h2 {
  text-indent: -9999em;
  background-image: url("../images/mainview_title.png");
  background-repeat: no-repeat;
  background-color: hsla(210, 100%, 21%, 0.70);
  padding: 40px 35px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) translateX(0%);
  -webkit-transform: translateY(-50%) translateX(0%);
  z-index: 1;
}
/*top_news*/
.top_news {
  background-color: #f7f7f7;
  padding: 50px 0;
}
.top_news h2 {
  color: #00366d;
  font-size: 3em;
  font-family:  "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 1px;
  display: inline;
  vertical-align: middle;
  margin: 0 53px 0 0;
}
.top_news .btn1 {
  display: inline;
}
.top_news article {
  float: left;
  background-color: #fff;
  padding: 0 0 10px
}
.top_news article a {
  color: #000;
  display: block;
  width: 100%;
  height: 100%;
}
.top_news article .image {
  overflow: hidden;
  background-color: #efefef;
}
.top_news article img {
  display: block;
  margin: 0 auto;
  width: 100%;
  position: relative;
  top: 50%;
  left: 0;
  transform: translateY(-50%) translateX(0%);
  -webkit-transform: translateY(-50%) translateX(0%);
}
.top_news article .data {
  padding: 0 10px 10px;
  margin: 10px 0 0;
  vertical-align: middle;
}
.top_news article .data span {
  font-size: 0.85em;
  font-weight: 300;
  border: solid 1px #000;
  padding: 2px 10px 0;
  margin: 0 0 0 10px;
  vertical-align: middle;
}
.top_news article h3 {
  padding: 0 10px;
  line-height: 1.4;
  font-weight: 300;
  height: 2.6em;
  overflow-y: hidden;
}
/*top_message*/
.about {
  margin: 0 auto 20px;
}
.top_message .box {
  padding: 80px 0 10px;
}
.top_message h2 {
  font-size: 2em;
  font-family:  "Noto Serif JP", serif;
  font-weight: 500;
  color: 0f3675;
  letter-spacing: 1px;
  margin: 0 0 35px;
}
.top_message p {
  font-weight: 300;
  color: 353535;
  line-height: 1.8em;
  letter-spacing: 1px;
  text-align: justify;
  margin: 0 auto 45px 0;
}
.top_message .name {
  text-align: right;
}
.top_message .name span {
  display: inline-block;
  text-indent: -9999em;
  text-align: left;
  vertical-align: middle;
  background-image: url("../images/director_name.png");
  background-repeat: no-repeat;
  width: 174px;
  height: 51px;
  margin: 5px 0 0 auto;
}
/*profile*/
.profile {
  background-color: #000000;
  color: #fff;
  padding: 45px 0 55px;
}
.profile h3 {
  font-size: 1.5em;
  font-family:  "Noto Serif JP", serif;
  font-weight: 500;
  border-bottom: solid 1.0px #fff;
  padding: 0 0 3px;
  margin: 0 0 25px;
}
.profile dt {
  font-family:  "Noto Serif JP", serif;
  font-weight: 500;
  margin: 0 0 5px;
}
.profile dd {
  font-weight: 300;
  letter-spacing: 1px;
  text-align: justify;
  line-height: 1.8;
}
/*content*/
.content {
  width: 100%;
  height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0 auto 20px;
  overflow: hidden;
}
.content a {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  display: block;
  transition: all .5s;
}
.content a:hover {
  opacity: 0.8;
  transform: scale(1.03);
}
.content a .text_box {
  background-image: url("../images/btn03.png");
  background-repeat: no-repeat;
  background-position: center bottom 55px;
}
.content .box {
  height: 100%;
}
.content .text_box {
  width: 400px;
  height: 100%;
  padding: 60px 30px;
  color: #fff;
}
.content:nth-of-type(even) .text_box {
  margin: 0 0 0 auto;
}
.content .text_box h2 {
  font-family:  "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.3;
  color: #fff;
  margin: 0 0 50px;
}
.content:nth-of-type(even) .text_box h2 {
  text-align: right;
}
.content .text_box p {
  font-weight: 400;
  line-height: 2.1em;
  letter-spacing: 1.05px;
  text-align: justify;
}
.guidelines {
  background-image: url("../images/behavioral_back.jpg");
}
.guidelines .text_box {
  background-color: hsla(216, 74%, 25%, 0.70);
}


/*recruit_nav*/
.recruit_nav {
  margin: 45px 0 0;
}
.recruit_nav li {
  height: 250px;
  margin: 0 10px 0 0;
  text-align: center;
  overflow: hidden;
}
.recruit_nav li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 110px 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 1.1em;
  font-family:  "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 1px;
  transition: all .5s;
}
.recruit_nav li a:hover {
  opacity: 0.8;
  transform: scale(1.02);
}
.recruit_nav li a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../images/btn04.png");
  background-repeat: no-repeat;
  background-position: center bottom 90px;
}
.recruit_nav li:last-of-type {
  margin-right: 0;
}
.recruit01 a {
  background-image: url("../images/recruit01_back.jpg");
}
.recruit02 a {
  background-image: url("../images/recruit02_back.jpg");
}

/*footer*/
footer {
  background-image: url("../images/footer_back.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 20px 0 0;
  margin: 50px 0 0;
}
footer h2 {
  text-indent: -9999em;
  background-image: url("../images/logo_.png");
  background-repeat: no-repeat;
  width: 247px;
  height: 42px;
  margin: 0 auto 40px;
}
footer dl {
  float: left;
}
footer a {
  color: #fff;
}
footer dt {
  color: #fff;
  font-size: 1.1em;
  font-family:  "Noto Serif JP", serif;
  font-weight: 400;
  border-bottom: solid 2px #fff;
  padding: 0 0 3px;
  margin: 0 0 10px;
}
footer dt a {
  background-image: url("../images/btn06.png");
  background-repeat: no-repeat;
  background-position: center left;
  width: 9px;
  padding: 0 0 0 15px;
}
footer dt:nth-of-type(n+2) {
  margin-top: 35px;
}
footer dd {
  padding: 0 0 2px 20px;
  margin: 0 0 10px;
}
footer dd a {
  background-image: url("../images/btn06.png");
  background-repeat: no-repeat;
  background-position: left center;
  width: 8px;
  padding: 0 0 0 15px;
}
footer dd a:hover {
  border-bottom: solid 1px #fff;
}
footer small {
  display: block;
  width: 100%;
  padding: 15px 101px;
  margin: 40px 0 0;
  background-color: #113770;
  color: #fff;
  text-align: center;
  font-size: 0.9em;
  font-weight: 300;
}
@media (min-width:641px) {
  body {
    font-size: 16px;
  }
  .box {
    width: 1100px;
    margin: 0 auto;
  }
  .pc_hide {
    display: none;
  }
  /*header*/
  header {
    padding: 15px 0;
  }
  .siteName {
    margin: 8px 0 0;
  }
  .siteName2 {
    margin: 8px 0 0;
  }
  header nav {
    float: right;
    margin: 12px 0 0;
  }
  header nav dd {
    float: left;
    margin: 0 0 0 40px;
  }
  header nav dd a {
    background-position: center left;
  }
  header nav dd a:hover {
    border-bottom: solid 1px #fff;
  }
  /*mainview*/
  .mainview h2 {
    background-position: center right 35px;
    width: 60%;
    height: 285px;
  }
  /*top_news*/
  .top_news article {
    width: 260px;
    margin: 30px 20px 0 0;
  }
  .top_news article:last-of-type {
    margin-right: 0;
  }
  .top_news article .image {
    width: 260px;
    height: 175px;
  }
  /*top_message*/
  .top_message {
    background-image: url("../images/director_image.png");
    background-repeat: no-repeat;
    /*    background-size: contain;
        background-position: right center;
        */
    background-size: 25%;
    background-position: right bottom;
  }
  .top_message p {
    /*width: 60%;*/
    width: 87%;
  }
  /*profile*/
  .profile dl {
    float: left;
    width: 580px;
    margin: 0 40px 0 0;
  }
  .profile dl:last-of-type {
    margin-right: 0;
  }
  .profile dt:nth-of-type(n+2) {
    margin-top: 20px;
  }
  /*content*/
  .content .text_box h2 {
    font-size: 2.25em;
  }
  .content .text_box h2 .text_s {
    font-size: 0.8em;
  }
  /*recruit_nav*/
  .recruit_nav li {
    float: left;
    width: 545px;
  }
  /*footer*/
  footer dl {
    width: 244px;
    margin: 0 40px 0 0;
  }
  footer dl:last-of-type {
    margin-right: 0;
  }
}
@media (max-width:640px) {
  body {
    font-size: 20px;
  }
  .box {
    width: 95%;
    margin: 0 auto;
  }
  .sp_hide {
    display: none;
  }
  .btn1 a {
    font-size: 0.9em;
  }
  /*header*/
  header {
    padding: 5px 0;
  }
  .siteName {
    margin: 15px 0 0;
  }
  .siteName2 {
    margin: 15px 0 0;
  }
  .address {
    font-size: 0.8em;
    position: absolute;
    top: 5px;
    left: 2%;
  }
  .menu {
    text-indent: -9999em;
    width: 65px;
    height: 55px;
    margin: 8px 0 0 auto;
  }
  .menu span {
    display: block;
    background-image: url("../images/toggleBtn.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    border: solid 1px #fff;
    border-radius: 5px;
  }
  header nav {
    display: none;
    clear: both;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: hsla(183, 89%, 21%, 0.95);
    z-index: 50;
  }
  header nav dd a, header nav dd span {
    display: block;
    width: 100%;
    padding: 25px 30px;
    border-bottom: solid 1px #fff;
    background-position: center left 15px;
  }
  header nav dd span {
    text-align: center;
  }
  /*mainview*/
  .mainview h2 {
    background-position: center right 20px;
    background-size: 90%;
    width: 70%;
    height: 200px;
  }
  /*top_news*/
  .top_news article {
    width: 295px;
    margin: 30px 5px 0;
  }
  .top_news article:nth-of-type(even) {
    margin-right: 0;
  }
  .top_news article .image {
    width: 295px;
    height: 195px;
  }
  /*top_message*/
  .top_message {
    background: none;
  }
  .top_message img {
    max-width: 100%;
    margin: 0 auto 25px;
    display: block;
  }
  .top_message p {
    width: 100%;
  }
  .profile dl.tm {
    margin: 20px 0 0 0;
  }
  /*profile*/
  .profile dt {
    margin-top: 20px;
  }
  /*content*/
  .content .text_box h2 {
    font-size: 1.83em;
  }
  .content .text_box h2 .text_s {
    font-size: 0.8em;
  }
  /*recruit_nav*/
  .recruit_nav li {
    width: 100%;
    margin-bottom: 20px;
  }
  /*footer*/
  footer dl {
    width: 46%;
    margin: 0 38px 30px 0;
  }
  footer dl:nth-of-type(even) {
    margin-right: 0;
  }
}
.blog .box table {
  width: 100%;
  border-left: 1px solid #AAA;
  border-top: 1px solid #AAA;
  margin: 20px 0 50px;
}
.blog .box th {
  /*background: #FFF;*/
  border-bottom: 1px solid #AAA;
  border-right: 1px solid #AAA;
  font-weight: 500;
  /*line-height: 1.2;*/
  padding: 10px 10px;
  text-align: center;
  vertical-align: middle;
}
.blog .box td {
  /*background: #FFF;*/
  border-bottom: 1px solid #AAA;
  border-right: 1px solid #AAA;
  font-weight: 500;
  padding: 10px 15px;
  text-align: left;
  vertical-align: middle;
}
.blog .box table p {
  margin-top: 0;
}
#chart {
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 0 0 0;
}
@media (max-width:640px) {
  #chart {
    margin: 0 15px;
    padding: 30px 0 0 0;
  }
}
#chart img {
  border: 1px solid #ccc;
  padding: 15px;
}