@charset "utf-8";
/* CSS Document */
* {
  padding: 0;
  margin: 0;
}
*, *:before, *:after { box-sizing: inherit; }
html { box-sizing: border-box; }
body {
  padding: 0;
  margin: 0;
}
h1, h2, h3, h4, h5, h6 {
  color: #103473;
  /*font-family: "Open Sans", 'Kosugi Maru', "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;*/
  font-family: YakuHanJPs,"Yu Gothic",YuGothic,"ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Helvetica,Arial,"メイリオ",Meiryo,Osaka,sans-serif;
  text-decoration: none;
}
div, label, input, textarea, select, button, a, p, span, ul li, ol li {
  /*font-family: "Open Sans", 'Kosugi Maru', "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;*/
  font-family: YakuHanJPs,"Yu Gothic",YuGothic,"ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Helvetica,Arial,"メイリオ",Meiryo,Osaka,sans-serif;
}
a {
  color: #103473;
  text-decoration: underline;
}
input[type="submit"],
input[type="search"] {
  -webkit-appearance: none;
  border-radius: 0;
  border-radius: none;
}
input:focus,
button:focus,
select:focus,
textarea:focus { border-color: #103473; }
ul, ol { margin-bottom: 0; }
header,
footer {
  width: 100%;
  margin: 0;
  padding: 0;
}
hr {
  margin-bottom: 5em;
}

.inner {
  max-width: 1440px;
  padding: 0 10px;
  margin: 0 auto;
}
.align_c { text-align: center; }
.align_l { text-align: left; }
.align_r { text-align: right; }
.float_l { float: left; }
.float_r { float: right; }
.float_n { float: none; }
.clear { clear: both; }
.flex {
  display: flex;
  flex-wrap: wrap;
}
.flex .flex.col_2 {
  padding-right: 15px;
  padding-left: 15px;
}
.items_c { align-items: center; }
.items_b { align-items: baseline; }
.jc_c { justify-content: center; }
.jc_sb { justify-content: space-between; }
.jc_sa { justify-content: space-around; }
.position_r { position: relative; }
.position_a { position: absolute; }
.position_s { position: static; }
.col_4 { width: 25%; }
.col_3 { width: 33.33333333%; }
.col_2 { width: 50%; }
.col_1 { width: 100%; }
.mt0 { margin-top: 0!important; }
.mb70 { margin-bottom: 70px!important; }
.mb50 { margin-bottom: 50px!important; } 
.mb0 { margin-bottom: 0!important; }
.w100p { width: 100%; }

.bg_gray { background-color: #f4f4f4; }
.bg_white { background-color: white; }

.sp { display: none; }

.txt {
  font-size: 18px;
  line-height: 1.5;
}
.link__txt {
  font-size: 12px;
  line-height: 1.5;
}
.asta {
  display: block;
  font-size: 10px;
}

#main__top img {
  max-height: 800px;
  width: 100%;
  object-fit: cover;
}
#main__top .logo__wrap img { width: 85%; }
#main__top .logo__wrap img.logo__1 {
  width: 10%;
  margin-right: 10px;
}
#main__top span.logo__wrap {
  padding: 0;
  margin: 0 auto;
}
#main__top span.logo__wrap:before,
#main__top span.logo__wrap:after { display: none; }
.top__inner {
  max-width: 620px;
  width: 100%;
  background-color: rgba(255,255,255,0.75);
  padding: 30px 40px;
}
.top__inner h1 {
  font-size: 36px;
  line-height: 1.2;
}
.top__inner h1 span {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0 35px;
  margin: 10px auto 0;
  font-size: 32px;
  color: #103473;
}
.top__inner h1 span:before, .top__inner h1 span:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: #103473;
}
.top__inner h1 span:before { left:0; }
.top__inner h1 span:after { right: 0; }
.top__inner .txt {
  font-size: 18px;
  margin-top: 0.5em;
      color: #103473;
    font-weight: bold;
}

.about1 {
  max-width: 100%;
  width: 100%;
  padding: 5em 1.5em;
  background-color: #103473;
}
.about1 img {
  max-width: 400px;
  width: 100%;
  display: block;
  margin: 1em auto;
}
.about1 .about__txt,
.about1 .logo__wrap p { color: white; }
.about1 .logo__wrap p span {
  display: inline-block;
  margin-bottom: 10px;
  border-bottom: 1px solid white;
  color: white;
  font-size: 24px;
}
.about1 .about__txt {
  max-width: 600px;
  width: 100%;
}
.about2 {
  max-width: 980px;
  width: 100%;
  margin: 10em auto;
}

.about.about2 img {
	width: 100%;
	max-width:700px
}

.about .logo__wrap p {
  display: inline-block;
  font-size: 24px;
}
.about .logo__wrap p span {
  display: inline-block;
  margin-bottom: 10px;
  border-bottom: 1px solid #103473;
  color: #103473;
  font-size: 24px;
}
.about .logo__wrap img {
  height: 70px;
  width: auto;
}
.about .about__txt {
  display: inline-block;
  text-align: left;
  font-size: 18px;
  line-height: 1.5;
  margin: 3em auto 0;
}

.secondary .main__title {
  font-size: 30px;
  margin-bottom: 1.5em;
}
.left__block {
  padding-right: 15px;
  margin-bottom: 5em;
}
.right__block {
  padding-left: 15px;
  margin-bottom: 5em;
}
.left__block .s__title,
.right__block .s__title {
  font-size: 24px;
  margin-bottom: 1em;
}
.left__block .txt,
.right__block .txt {
  font-size: 18px;
  line-height: 1.5;
}

.w__wrap {
  margin: 10em auto;
  max-width: 1080px;
  width: 100%;
}
.w__wrap .main__title {
  font-size: 30px;
  margin-bottom: 1.5em;
}
.w__wrap .w__box {
  width: 48%;
  padding: 1%;
}
.w__wrap .w__box h3 {
  font-size: 20px;
  margin-top: 1em;
}
.w__wrap .w__box .txt {
  font-size: 16px;
  margin-top: 1em;
}

.profile img {
  display: block;
  margin: 0 auto;
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 50%;
}
.profile .w__wrap {
  margin: 0 auto;
  width: 100%;
}
.profile .w__wrap .w__box .txt {
  margin-bottom: 0;
}

.tertiary {
  width: 100%;
  margin: 0 auto;
  padding: 10em 1.5em;
}
.tertiary .w__wrap { margin:0 auto; }
.tertiary .main__title {
  font-size: 30px;
  margin-bottom: 1em;
}
.tertiary .txt {
  font-size: 20px;
  line-height: 1.5;
  margin:0 auto 3em;
  max-width:980px;
}
.tertiary .left__block .s__title,
.tertiary .right__block .s__title {
  margin-bottom: .5em;
}
.tertiary .left__block .txt,
.tertiary .right__block .txt {
  font-size: 18px;
  margin-bottom: 1.5em;
}
.tertiary .s__title span {
  position: relative;
  display: inline-block;
  padding: 0 0 0 15px;
  margin: 0 0 0 5px;
  font-size: 16px;
  color: #008cc7;
}
.tertiary .s__title span:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 10px;
  height: 1px;
  background-color: #008cc7;
}
.tertiary .img__wrap {
  display: block;
  margin: 15px auto;
} 

/*.cv a {
  max-width: 600px;
  width: 100%;
  font-size: 30px;
  line-height: 2;
  text-decoration: none;
  border: 1px solid;
  margin: 3em auto;
  transition: .3s;
}
.mail {
  padding-top: 10px;
  margin-right: 10px;
  font-size: 18px;
  position: relative;
  width: 0;
  height: 0;
  border-right: 0.8em solid transparent;
  border-left: 0.8em solid transparent;
  border-top: 0.6em solid #031264;
  border-radius: 0.1em;
  transition: .3s;
}
.mail::before {
  position: absolute;
  content: "";
  top: -0.5em;
  left: -0.8em;
  width: 0;
  height: 0;
  border-top: 0.6em solid transparent;
  border-bottom: 0.5em solid #031264;
  border-left: 0.8em solid #031264;
  border-right: 0.8em solid #031264;
  border-radius: 0 0 0.1em 0.1em;
  transition: .3s;
}
.cv a:hover {
  background: #031264;
  color: white;
}
.cv a:hover .mail {
  border-right: 0.8em solid transparent;
  border-left: 0.8em solid transparent;
  border-top: 0.6em solid white;
}
.cv a:hover .mail:before {
  border-top: 0.6em solid transparent;
  border-bottom: 0.5em solid white;
  border-left: 0.8em solid white;
  border-right: 0.8em solid white;
}*/

.cv {
  background-color: #103473;
  max-width: 100%;
  margin: 0 auto;
  padding: 5em 1.5em;
  position: relative;
}
.cv p {
  color: #fff;
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 1.5;
}
.cv a {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background-color: #ffa500;
  border-bottom: 3px solid #b8860b;
  margin: 1em 1em;
  line-height: 60px;
  max-width: 500px;
  width: 40%;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}
.cv a.document {
  color: #103473;
  background-color: #fff;
  border-bottom: 3px solid #ccc;
}
.cv a:hover {
  border-bottom-color: transparent;
  transform: translateY(3px);
}

footer {
  padding: 50px 0;
}
footer .col_2:first-child {
  border-right: 1px solid;
  width: 49.9%;
  padding-right: 10px;
}
footer img { line-height: 1.5; }
footer a {
  font-size: 18px;
}
footer small {
  font-size: 12px;
}

@media only screen and (max-width: 980px){
  main { margin-top: 52px; }
}
@media only screen and (max-width: 880px){
  .cv a { font-size: 16px; }
  .cv p { font-size: 18px; }
  .link__txt { font-size: 10px; }
}
@media only screen and (max-width: 767px){
  .sp { display: block; }
  .pc { display: none; }
  .top__inner h1 span { font-size: 28px; }
  .left__block, .right__block {
    width: 100%;
    padding: 0;
  }
  .cv a {
    width: 100%;
    margin: 0 auto 1em;
  }
  .profile img {
    width: 200px;
    height: 200px;
  }
}
@media only screen and (max-width: 580px){
  .txt {
    font-size: 14px;
    line-height: 1.8;
  }
  .top__inner {
    width: auto;
    padding: 20px 15px;
  }
  .top__inner h1 { font-size: 24px; }
  .top__inner h1 span {
    max-width: 100%;
    font-size: 24px;
  }
  .top__inner h1 span:before, .top__inner h1 span:after {
    width: 15px;
  }
  .top__inner .txt { font-size: 12px; }
  .secondary .main__title,
  .w__wrap .main__title,
  .tertiary .main__title { font-size: 24px; }
  .left__block .s__title, .right__block .s__title { font-size: 20px; }
  .w__wrap .w__box h3 { font-size: 18px; }
  footer a,
  .txt,
  .w__wrap .w__box .txt,
  .about .about__txt,
  .left__block .txt, .right__block .txt,
  .tertiary .left__block .txt, .tertiary .right__block .txt {
    font-size: 14px;
    line-height: 1.8;
  }
  .tertiary .txt { font-size: 16px; }
  .about2 { margin: 5em auto; }
  .about .logo__wrap p span,
  .about .logo__wrap p { font-size: 20px; }
  .about .logo__wrap img { height: 50px; }
  .profile .w__wrap .w__box,
  .w__wrap .w__box {
    width: 100%;
    padding: 3%;
  }
  footer small { font-size: 10px; }
}

@media only screen and (max-width: 400px){
  .top__inner { padding: 10px; }
  .top__inner h1 { font-size: 18px; }
  .top__inner h1 span { font-size: 20px; }
  .top__inner .txt { font-size: 10px; }
  .about .logo__wrap img { height: 40px; }
  .about .logo__wrap p span { font-size: 14px; }
  .about .logo__wrap p { font-size: 16px; }
}