@charset "utf-8";
/* css reset */

html, body,
ul, ol, li,
h1, h2, h3, h4, h5, h6, p, div {
  margin: 0;
  padding: 0;
}

*{box-sizing: border-box;}

body {
  -webkit-text-size-adjust: 100%;
  font-family: "Helvetica Neue",
  Arial,
  "Hiragino Kaku Gothic ProN",
  "Hiragino Sans",
  Meiryo,
  sans-serif;
  color: #444444;
  font-size: 14px;
}
li {
  list-style: none;
}

a {
  text-decoration: none;
    color: #1A0DAB;
}

a:hover {
    opacity: 0.8;
}

h1, h2, h3, h4, h5 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.sp-only,.lp-main-img-sp {
    display: none;
}

.cta-btn-box{
    display: none;
}

table {
    border-collapse: collapse;
}

img {
    max-width: 100%;
}

.main-color-00{    color: #022358;}
.main-color-01{    color: #011a40;}
.main-color-02{    color: #EE817B;}
.sub-color01{ color: #947E33;}
.accent-color01 {color: #fdfbf6}


/* site comp bg */
wrapper {
  opacity: 0.7;
}

.gray-section-bg {
  background-color: #fdfbf6;
}

wrap-all.top-page{
  background-image: url(../images/product_bg.jpg);
  background-size: 1440px auto;
  background-repeat: no-repeat;
  height: 7000px;
}

.bread-crumb{
  overflow: hidden;
  padding: 15px 2%;
}

.bread-crumb ul li {
  float: left;
  margin-right: 15px;
  position: relative;
  font-size: 12px;
}

.bread-crumb ul li a{
  display: block;
  padding-right: 40px;
  color: #666;
}

.bread-crumb ul li a::after{
    position: absolute;
    content: "";
    right: 12px;
    top: 6px;
    width: 4px;
    height: 4px;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* content css */

/*.facebook-area{
  display: inline-block;
  background-color: #3b5998;
  border-radius: 20px;
  width: 20px;
  color: #fff;
  text-align: center;
}*/

.container {
    width: 1200px;
    margin: 0 auto;
}

.container.lg {
  width: 960px;
}

.container.mid{
    width: 800px;
    margin: 0 auto;
}

.container.sm {
  width: 640px;
}

.fa {
  margin-right: 5px;
}

.sp-only{
  display: none;
}

.main-img-area {
  width: 100%;
  text-align: center;
}

.main-img-area img {
  max-width: 1200px;
    width: 100%;
}

header {
  height: 100px;
}

header .container {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

header h1 {
	font-size: 10px;
}

.gray-bg{
  /*background-color: #f7f7f7;*/
}

.main-contents{
  padding-bottom:80px;
}

.wrapper {
  /*opacity: 0.7;*/
}

.header-left {
  margin-top: 30px;
}

.header-left .logo h1,
.footer-left .logo h1 {
  margin: 0;
  line-height: 1;
  color: #000;
  font-size: 9px;
  margin-top: -2px;
  padding-left: 6px;
}

.header-left .logo img {
  max-width: 140px;
  line-height: 1;
}

.header-mid {
	height: 100px;
	background: url(../images/header_bg.jpg) no-repeat;
	background-size: cover;
}

.gnav-box {
	border-top: 1px solid #002870;
	border-bottom: 1px solid #fff;
	background: #fff;
}

.gnav {
	max-width: 1200px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
  padding-right: 30px;
	border-right: 1px solid #fff;
}

.gnav li {
	width: 20%;
	border-left: 1px solid #fff;
}

.gnav li a {
  display: block;
  color: #666;
  width: 100%;  
	padding-bottom: 15px;
	padding-top: 15px;
	padding-left: 20px;
	padding-right:20px;
  position: relative;
}

.gnav li a .jp-title {
  font-size: 15px;
  font-weight: bold;
  line-height: 18px;
}

/*--
.gnav li a::after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background: #002870;
  position: absolute;
  top: 35px;
  left: 22px;
  opacity: .5;
}
--*/

.gnav li a .en-title {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1px;

}

.gnav span {
}

footer {
  background-color: #fff;
}

footer .logo img {
  max-width: 200px;

}

.footer-contents-wrap {
  padding: 50px 0;
  display: flex;
  flex-wrap: wrap;
}

.footer-contents-wrap .footer-left{
  width: 40%;
  display: flex;
  flex-wrap: wrap;
}

.footer-contents-wrap .footer-left .prof-box {
  margin-left: 3%;
}

.footer-contents-wrap .footer-right{
  width: 60%;
  font-size: 14px;
}

.fnav{
  display: flex;
  flex-wrap: wrap;
}

.fnav li a{
  padding-left: 40px;
  padding-bottom: 15px;
  display: block;
  color: #444;
}

.contact-box {
}

.contact-box a{
  display: block;
  background:#002870;
  color: #fff;
  text-align: center;
  padding: 8px 32px;
}

.header-right {
	padding-top: 10px;
}

main {
  padding-bottom: 120px;
  background: #fdfbf6;
}

main.under-page {
  padding-top: 120px;
}

.page-title-area-wrap {  
  border-bottom: 1px solid #999;
}

.page-title-area {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  background: url(../images/title_bg.jpg) no-repeat right center;
  padding-top: 60px;
  padding-bottom: 60px;
}

.page-title h1 {
  font-weight: normal;
  border-left: 3px solid #005999;
  text-align: left;
  padding-left: 20px;
}

.page-title h1 .en-title {
  display: inline;
  font-size: 18px;
  margin-right: 10px;
}

.page-title h1 .jp-title {
  display: inline;
  font-size: 27px;
}


.section-title {
  padding-top: 120px;
  padding-bottom: 50px;
  font-weight: normal;
  text-align: center;
}

.section-title h2 {
  position: relative;
  letter-spacing: 8px;
  font-size: 32px;
}

.section-title h2::after {
  content: "";
  display: block;
  width: 100px;
  height: 5px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  background: #002870;
}



.section-title h2.en-title {
  letter-spacing: 8px;
  font-size: 48px;
  font-weight: normal;
}

.section-title h3{
  padding-top: 20px;
  font-weight: normal;
  text-align: center;
  font-size: 32px;
  letter-spacing: 5px;
}

.content-box h3 {
  border-left: 3px solid #002870;
  padding-left: 20px;
  font-size: 24px;
  margin-bottom: 20px;
}

.section .description-area {
  text-align: center;
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 2.2;
  margin-bottom: 80px;
}

.section {
}

.btn-box {
  text-align: center;
  padding-top: 30px;
  padding-bottom:30px;
  margin-bottom: 80px;
}

.btn {
  display: inline-block;
  padding: 12px 36px;
  text-align: center;
}

.btn a{
  display: block;
  color: #222;
  font-size: 14px;
  width: 100%;
  height: 100%;
}

.btn-box .btn-readmore {
  border: 1px solid #999;
  background: #fff;
}

.btn-box .btn-forec {
  background: #002870;
}

.btn-box .btn-forec a{
  color: #fff;
}

.schedule-box {
  margin-bottom: 15px;
}

.story-section,
.company-section {
  background-color: #fdfbf6;
}

.form-section .content-box,
.story-section .content-box,
.company-section .content-box{
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 120px;
  display: flex;
  justify-content: space-between;
}

.story-section .content-box .txt-box,
.company-section .content-box .txt-box {
  width: 52%;
}
.story-section .content-box .txt-box p,
.company-section .content-box .txt-box p
{
  font-size: 16px;
  line-height: 2.0;
    padding-bottom: 15px;
}
.story-section .content-box .img-box,
.company-section .content-box .img-box{
  width: 46%;
}

.story-section .content-box:nth-child(2n) {
  flex-direction: row-reverse;
}

.story-section .content-box:nth-child(2n) .img-box {
}

.story-section .content-box:nth-child(2n) .txt-box {
  margin-left: 5%;
}

.story-section .add-contents {
  text-align: center;
  padding: 80px 0 50px;
}

.company-section .content-box dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 1.8;
}

.company-section .content-box dl dt {
  width: 25%;
  padding: 5px;
}

.company-section .content-box dl dd {
  width: 75%;
  margin-inline-start: 0;
  padding: 5px;
}

.company-section .content-box .img-box .results-column li {
  margin-bottom: 20px;
}

.company-section .content-box .img-box .results-column li img {
  width: 80%;
}

.concept-section .content-box {
  max-width: 800px;
}

.concept-section .content-box.single-box .txt-box {
  width: 100%;
}

.concept-section .content-box.single-box .txt-box p {
  line-height: 2.2;
}

.concept-section .content-box .txt-box p.company-policy {
  font-size: 32px;
  margin-top: 40px;
  margin-bottom: 40px;
  font-weight: bold;
  letter-spacing: 2px;
  font-family:"游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.concept-section .content-box .txt-box p.company-policy-body {
  font-size: 21px;
  letter-spacing: 2px;
}

.concept-section .content-box.single-box .txt-box p.manager-name {
  font-weight: bold;
  text-align: right;
  font-size: 18px;
}

.concept-section .content-box .img-box {
  max-width: 320px;
  padding-right: 5%;
}

.concept-section .content-box .img-box img {
  width: 100%;
}


.product-section .contents-wrap ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.product-section .contents-wrap ul li{
  padding: 0 10px;
  text-align: center;
    width: 50%;
    margin-bottom: 20px;
}

.blog-section .contents-wrap ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}

.blog-section .contents-wrap ul li{
  width: 33%;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
  text-align: left;
}

.blog-section h4 {
  margin-top: 5px;
}

.blog-icon{
  position: relative;
}

.blog-icon .time-box{
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(2,35,88,1);
  color: #fff;
  width: 40%;
  padding: 10px 15px;
  text-align: left;
  letter-spacing: 2px;
}

.copyright-area {
  background: #222;
  text-align: center;
  color: #fff;
  padding: 15px 0;
  font-size: 13px;
}

.archive-main {
    line-height: 1.8;
    padding-bottom: 80px;
    font-size: 16px;
}

.archive-main img{
    height: auto;
}

.link-box .tag {
  margin-bottom: 20px;
}

.link-box .tag a {
  position: relative;
  display: inline-block;
  font-size: 13px;
  color: #666;
  border: 1px solid #666;
  margin-right: 5px;
  padding: 0 15px 0 8px;
}

.link-box .tag a::after {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 1px solid #666;
  border-left: 1px solid #666;
  width: 4px;
  height: 4px;
  top: 8px;
  right: 5px;
  transform: rotate(-135deg);
}

.page-title-area h2 .en-title {
  font-weight: normal;
  font-size: 56px;
  letter-spacing: 5px;
}
.page-title-area h2 .jp-title {
  font-size: 14px;
  letter-spacing: 5px;
  font-weight: bold;
}

.page-title-area h2{
  position: relative;
  padding-top: 50px;
  padding-bottom: 10px;
  margin-bottom: 50px;
}


.page-title-area h2::before{
content: "";
 position: absolute;
 left: 0;
 right: 0;
 bottom: 0;
 border-bottom: 3px solid #022358;
 width : 100px ;
 margin: 0 auto;
}

.page-title-area{
 text-align: center;
 position: relative;
}

.archive-main .page-title-area{
    text-align: left;
}

.archive-main .date-box{
    padding-bottom: 10px;
    font-size: 13px;
    letter-spacing: 2px;
}

.archive-main p {
    padding-bottom: 15px;
}


.page-title-area .description-area {
  padding-bottom: 30px ;
    padding-left: 15px;
    padding-right: 15px;
}

.header-lp {
    display: none;
}


.blog-icon .img-box img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.lp-icon .img-box img{
    width: 100%;
    height: 240px;
    object-fit: cover;
}

/*********************************
 pagination
**********************************/
.pagination ul {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 960px;
  width: 100%;
}
.pagination li {
  margin: 0 5px 20px 5px;
}
.page-numbers {
  border: 1px solid;
  padding: 5px 10px;
  text-decoration: none;
  color: #1A0DAB;
  border-radius: 2px;
  border: 1px solid #ccc;
  line-height: 1;
  text-decoration: underline;
}
.page-numbers:hover {
  background-color: #f2f2f2;
}
.page-numbers.current {
  background-color: #f4f4f4;
  text-decoration: none;
  color: #666;
}
.pagination-total {
  text-align: center;
}

.pager-box-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.pager-box-wrap .pager-box {
  width: 46%;
  padding: 5%;
  background: #f2f2f2;
}

.pager-box-wrap .pager-box.prev-btn {
  text-align: left;
}

.pager-box-wrap .pager-box.next-btn {
  text-align: right;
}

.tag-term-wrap ul {
  display: flex;
  flex-wrap: wrap;
}

.tag-term-wrap ul li {
  font-size: 13px;
  color: #666;
  margin-right: 10px;
  margin-bottom: 5px;
  border: 1px solid #ccc;
  padding: 5px;
}

.tag-term-wrap ul li a {
  color: #666;
}

.tbl-01 {
  width: 100%;
}

.tbl-01 th,
.tbl-01 td{
  padding: 5px;
  border: 1px solid #ddd;
  text-align: center;
  font-size: 13px;
}

.tbl-01 th{
  background: #f2f6f6;
}

@media screen and (max-width: 1200px) {

  .container {
      width: 100%;
  }

  .header-left {
    padding-left: 5%;
    width: 30%;
}
.header-right {
  padding-right: 5%;
}

.footer-left {
  padding-left: 5%;
}
    
    .story-section .content-box .txt-box p,
.company-section .content-box .txt-box p
{
  line-height: 1.8;
}

}


@media screen and (max-width: 1000px) {
    
    .section .description-area {
  line-height: 1.8;
}

.section .content-box .txt-box {
  padding-left: 3%;
  padding-right: 3%;
}


  .section-title h2.en-title {
    letter-spacing: 8px;
    font-size: 36px;
    font-weight: normal;
  }

  .container.lg {
    width: 100%;
  }

  .contact-box {
    display: none;
  }
    

  .story-section .content-box,
  .company-section .content-box{
    width: 100%;
  }

  .product-section .contents-wrap ul li{
    width: 33%;
  }

  .blog-icon .time-box{
    width: 100%;
    font-size: 14px;
    background-color: rgba(2,35,88,0.5);
  }

  .container.mid {
    width: 100%;
  }

  .page-title-area h2 .en-title {
    font-size: 42px;
  }

  .section-title h3 {
    font-size: 24px;
  }

 .archive-main p {
  font-size: 13px;
  line-height: 1.8;
  letter-spacing:1px;
}   

}

@media screen and (max-width: 768px) {

  .sp-only,.lp-main-img-sp {
    display: block;
  }

  .pc-only,.lp-main-img-pc {
    display: none;
  }

  header {
      height: auto;
      overflow: auto;
  }

  .header-left {
    width: 100%;
    padding-left: 10%;
    margin-top: 15px;
      margin-bottom: 15px;
  }

  .header-left a{
      display: inline-block;
      width: 100%;
      height: 100%;
  }

  .header-left .logo img {
    max-width: 120px;
  }

.header-left .logo h1,
.footer-left .logo h1 {
  font-size: 8px;
  margin-top: -2px;
  padding-left: 4px;
}

  .header-mid {
    display: none;
  }

  .header-right {
    display: none;
  }

  .gnav li {
    width: 100%;
    border-left: 0;
  }

  .fnav {
    padding-left: 5%;
  }

  .fnav li {
    width: 30%;
  }

  .fnav li a {
    padding-left: 0;
    padding-right: 3%;
    padding-bottom: 5px;
    font-size: 11px;
  }

  .footer-contents-wrap .footer-right {
    width: 100%;
  }

.footer-contents-wrap {
    flex-wrap: nowrap;
    flex-direction: column;
}

.footer-contents-wrap .footer-left {
  width: 100%;
  padding-bottom: 1%;
}

  .footer-left a{
      display: inline-block;
      width: 100%;
      height: 100%;
  }

  footer .logo img {
    max-width: 120px;
  }

  .footer-contents-wrap {
    padding-top: 25px;
    padding-bottom: 10px;
  }

  .footer-contents-wrap .footer-left .prof-box {
    margin-left: 1%;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 12px;
  }

  .copyright-area {
    padding: 10px 0;
  }

  main {
    padding-bottom: 40px;
  }

  main.under-page {
    padding-top: 40px;
  }

  .section {
    font-size: 13px;
  }

  .page-title-area {
    padding-top: 20px;
    padding-bottom: 20px;
  }



  .page-title h1 {
    line-height: 1;
    margin: 0;
  }

  .page-title h1 .en-title {
    font-size: 13px;
  }

  .page-title h1 .jp-title {
    font-size: 18px;
  }

  .section-title h2 {
    font-size: 18px;
  }

  .archive-main iframe {
    min-width: 100%;
    width: 100%!important;
  }
    
    .archive-main h1 {
        font-size: 24px;
        line-height: 1.6;
    }
    
    .archive-main .date-box{
        font-size: 12px;
    }
    
    article.post {
        font-size: 14px;
        line-height: 1.3;
    }

  .main-img-area {
    margin: 0;
    height: auto;

  }

  .section-title h2.en-title {
    letter-spacing: 5px;
    font-size: 24px;
  }

  .section-title {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section .description-area {
    font-size: 13px;
    width: 100%;
    margin-bottom: 30px;
  }

  .section .description-area br{
    display: none;
  }
    
    .archive-main {
        padding-left: 15px;
        padding-right: 15px;
    }

  .story-section .content-box, .company-section .content-box {
    padding-bottom: 20px;
    display: block;
  }

  .story-section .content-box .txt-box,
  .company-section .content-box .txt-box {
    width: 100%;
  }

  .story-section .content-box .txt-box p,
  .company-section .content-box .txt-box p{
    font-size: 13px;
    padding-bottom: 20px;
  }

  .story-section .content-box .txt-box h3,
  .company-section .content-box .txt-box h3{
    font-size: 14px;
  }


  .story-section .content-box .img-box,
  .company-section .content-box .img-box{
    width: 100%;
    text-align: center;
  }

  .story-section .content-box .img-box img,
  .company-section .content-box .img-box img{
    width: 80%;
  }

  .story-section .content-box:nth-child(2n) .img-box {
    float: none;
  }

  .story-section .content-box:nth-child(2n) .txt-box {
    float: none;
    margin-left: 0;
  }

  .company-section .content-box dl {
    display: block;
    font-size: 13px;
  }

  .company-section .content-box dl dt {
    width: 100%;
    padding: 0;
    font-weight: bold;
  }
  
  .company-section .content-box dl dd {
    width: 100%;
    padding: 0;
    margin-bottom: 5px;
  }

  .concept-section .content-box .txt-box p.company-policy {
    font-size: 24px;
    margin-bottom: 0px;
  }

  .concept-section .content-box .txt-box p.company-policy-body {
    font-size: 16px;
  }

  .concept-section .content-box .img-box {
    padding-right: 0;
  }

  .concept-section .content-box .img-box img {
    width: 70%;
  }

  .concept-section .content-box.single-box .txt-box p.manager-name {
    font-size: 13px;
  }

.fnav li a {
  font-size: 12px;
}


.copyright-area {
  font-size: 11px;
}

.blog-section h4 {
  font-weight: normal;
  line-height: 1.5;
  margin-top: 0;
}

/*-menu-icon gnav--*/
    .gnav-wrapper{
        position: relative;
        z-index: 10;
}
    
.gnav-wrapper nav {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100%;
    padding-top: 50px;
    background: rgb(0 0 0 / 0.7);
    font-size: 16px;
    box-sizing: border-box;
}
.gnav-wrapper nav ul {
    display:block;
}
    

.gnav-wrapper nav ul li {
    display:block;
    padding: 20px 28px
}

.gnav-wrapper nav ul li a {
    text-decoration: none;
    color: #ddd;
    padding: 0;
    text-align: left;
}

.gnav-wrapper .btn-gnav {
    position: fixed;
    top: 11px;
    right: 14px;
    width: 26px;
    height: 24px;
    z-index: 3;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms
}

.gnav-wrapper .btn-gnav span {
    position: absolute;
    width: 26px;
    height: 3px;
    background: #444;
    border-radius: 10px;
    -webkit-transition: all 400ms;
    transition: all 400ms
}

.gnav-wrapper .btn-gnav span:nth-child(1) {
    top: 0
}

.gnav-wrapper .btn-gnav span:nth-child(2) {
    top: 10px
}

.gnav-wrapper .btn-gnav span:nth-child(3) {
    top: 20px
}

.gnav-wrapper .btn-gnav.open {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg)
}

.gnav-wrapper .btn-gnav.open span {
    background: #fff
}

.gnav-wrapper .btn-gnav.open span {
    width: 24px;
}

.gnav-box {
  border: 0;
}

.page-title-area h2 .en-title {
  font-size: 32px;
}

.section-title h3 {
  font-size: 21px;
}
    
    .blog-icon .img-box img{
    height: 120px;
}


.link-box .tag a::after {
  top: 5px;
}

.tag-term-wrap ul li {
  font-size: 12px;
}
}