@charset "utf-8";
/* CSS Document */
*{
  box-sizing: border-box;
  line-height: normal;
  color: #4d4d4d;
  text-decoration: none;
  list-style: none;
  font-family: 'Shippori Mincho', serif;
}
#wrap{
}
.header.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  transform: translateY(-60px);
  opacity: 0;
  transition: transform 0.6s, opacity 0.6s;
}
.header.is-fixed.is-show {
  transform: translateY(0);
  opacity: 1;
}
.header-top {
  width: 100%;
  margin: 0 auto;
  padding: 25px 0;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.header-nav{
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.header-nav-list ul{
  display: flex;
  align-items: center;
}
.header-nav-list ul li{
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #fff;
}
.header-nav-list ul li + li{
  margin-left: 50px;
}
.header-nav-list ul li a{
  color: #fff;
  transition: 0.3s;
}
.header-nav-list ul li a:hover{
  color: #ffd939;
  transition: 0.3s;
}
nav{
  width: 100%;
  background-color: rgba(255,255,255,0.8);
  z-index: 100;
  display: block;
  border-bottom: 1px solid #e8e8e8;
}
.main-nav{
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}
h1.main-nav-logo a{
  display: block;
  width: 230px;
  height: auto;
}
.main-nav-list{
}
.main-nav-list ul{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.main-nav-list ul li{
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #222;
  font-weight: bold;
}
.main-nav-list ul li + li{
  margin-left: 50px;
}
.main-nav-list ul li a{
  transition: 0.3s;
}
.main-nav-list ul li a:hover{
  color: #fbb03b;
  transition: 0.3s;
}
.header-in{
  position: fixed;
}
.top-image-area{
  width: 100%;
  height: 100vh;
  background-image: url("../img/top-image-bg.jpg");
  background-size: cover;
  position: relative;
}
.top-image-cont{
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 80%;
  height: 40vh;
}
.top-image-logo img{
  width: 26vw;
}
.top-image-read{
  color: #fff;
  font-weight: bold;
  font-size: 27px;
  margin-top: 30px;
  text-shadow: 0px 3px 3px rgba(0,0,0,0.7);
}
section{
  padding: 50px 0 80px;
  width: 100%;
}
section h3{
  font-size: 27px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: relative;
  margin-bottom: 80px;
}
section h3::after {
  content: '';
  width: 30px;
  height: 1px;
  display: inline-block;
  background-color: #333;
  position: absolute;
  bottom: -30px;
  left: calc(50% - 15px)
}
section h4{
  font-size: 24px;
  margin-bottom: 20px;
}
.sec-cont-area{
  width: 1200px;
  margin: 0 auto;
  display: flex;
  /*align-items: center;*/
  justify-content: space-between;
}
.reverse{
  flex-direction: row-reverse;
}
.sec-cont-img{
  width: 48%;
}
.sec-cont-img img{
  width: 100%;
  box-shadow: 0px 3px 16px -6px rgba(0,0,0,0.7);
}
.sec-cont-text{
  width: 48%;
}
.sec-cont-text p{
  font-size: 18px;
  line-height: 1.8;
  text-align: justify;
}
.showmore-btn a{
  width: fit-content;
  display: block;
  padding: 15px 40px;
  border: 1px solid #333;
  color: #333;
  margin-top: 30px;
  font-size:14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  transition: 0.5s;
}
.showmore-btn a:hover{
  color: #fff;
  background: #333;
  transition: 0.5s;
}
section.bg-bk{
  background: rgba(0,0,0,0.7);
}
section.bg-bk h3{
  color: #fff;
}
section.bg-bk h3::after {
  background: #fff;
}
section.bg-bk h4{
  color: #fff;
}
section.bg-bk p{
  color: #fff;
}
section.bg-gray{
  background: #e6e6e6;
}
section.bg-gray h3{
  color: #666;
}
section.bg-gray h3::after {
  background: #666;
}
.showmore-btn.btn-wh a{
  border: 1px solid #fff;
  color: #fff;
}
.showmore-btn.btn-wh a:hover{
  color: #333;
  background: #fff;
}

/*news*/
.sec-news{
  width: 800px;
  margin: 0 auto;
}
#contents-maker-news * {
	margin: 0;
	padding: 0;
	box-sizing: content-box;
}
#contents-maker-news div.cm-box {
	padding: 25px 0 10px;
	border-bottom: 1px dotted #333333;
}
#contents-maker-news dl dt {
  font-size: 14px;
	font-weight: bold;
	margin: 0 0 3px;
  color: #666;
}
#contents-maker-news dl dd {
	font-weight: bold;
	margin: 0 0 3px;
  color: #333;
}

/*footer*/
footer{
  width: 100%;
  text-align: center;
  padding-top: 60px;
}
footer .ft-logo{
  width: 15vw;
  margin: 0 auto 15px;
}
footer .ft-logo img{
  width: 100%;
}
footer h3{
  font-size: 21px;
  margin-top: 30px;
}
.ft-access iframe{
  margin-top: 60px;
  margin-bottom: -5px;
}
footer ul{
  display: flex;
  justify-content: center;
}
footer ul li{
  padding: 0 15px;
  color: #fff;
}
footer ul li a{
  color: #fff;
  transition: 0.3s;
}
footer ul li a:hover{
  color: #ffd939;
  transition: 0.3s;
}
.ft-navi{
  width: 100%;
  padding: 50px 0 30px;
  background: #4d4d4d;
}
.copyright{
  margin-top: 30px;
  color: #fff;
  font-size: 12px;
}

/*中面ページ*/
.in-wrap{
  padding-top: 100px;
}
.in-wrap h2{
  font-size:27px;
  text-align: center;
  margin: 80px 0 50px;
  letter-spacing: 0.3em;
}
.in-wrap h2 span{
  display: block;
  font-size: 16px;
  letter-spacing: 0.1em;
  padding-top: 10px;
  color: #808080;
}
.in-cont-img{
  overflow: hidden;
}
.in-cont-img img{
  width: 100%;
}
.in-wrap a{
  text-decoration: underline;
  transition: 0.3s;
}
.in-wrap a:hover{
  color: #fbb03b;
  transition: 0.3s;
}
section .in-cont h3{
  font-size: 24px;
}
section .in-cont{
  width: 1200px;
  margin: 0 auto;
}
.text-center{
  text-align: center;
}
.president-name{
  width: fit-content;
  margin: 30px auto 0;
  font-size: 12px;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
}
.president-name img{
  width: 140px;
  margin-left: 15px;
}
dl.company-info{
  width: 35vw;
  margin: 0 auto;
}
dl.company-info dt{
  width:150px;
  float: left;
}
dl.company-info dd{
  margin-bottom: 30px;
  padding-left: 160px;
}
/*thanksページ*/
.send-thanks{
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #449d44;
}
/*個人情報保護方針*/
.in-wrap h5{
  margin-top: 20px;
  margin-bottom: 10px;
  border-left: 5px solid #4d4d4d;
  padding-left: 10px;
}

/*フェードイン*/
.fade {
  /* 最初は非表示 */
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1s;
}
/* フェードイン時に入るクラス */
.is-fadein {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
@media screen and (max-width: 1024px) {
  .header-nav{
    width: 100%;
  }
  .header-top{
    padding: 30px 50px;
  }
  .top-image-logo img {
    width: 42vw;
  }
  .top-image-read {
    font-size: 42px;
  }
  .main-nav {
    width: 100%;
    padding: 30px 50px;
  }
  .sec-cont-area {
    width: 100%;
    padding: 0 50px ;
  }
  .sec-news {
    width: 100%;
    padding: 0 50px;
  }
  footer .ft-logo {
    width: 26vw;
  }
  section .in-cont {
    width: 100%;
  }
  dl.company-info {
    width: 65vw;
  }
}
@media screen and (max-width: 896px) {
  
}
@media screen and (max-width: 428px) {
  nav {
    background-color: rgba(255,255,255,1);
    box-shadow: 0px 5px 16px -6px rgba(0,0,0,0.8);
  }
  h1.main-nav-logo a {
    margin: 0 auto 20px;
    width: 180px;
  }
  .main-nav {
    display: block;
    padding: 20px 20px;
    text-align: center;
  }
  .main-nav-list ul{
    justify-content: space-between;
  }
  .main-nav-list ul li{
    width: 30%;
    font-size: 16px;
  }
  .main-nav-list ul li + li {
    margin-left: 0; 
  }
  .header-top {
    padding: 30px 20px;
  }
  .header-nav {
    display: none;
  }
  .header-nav-list ul {
    justify-content: space-between;
  }
  .header-nav-list ul li {
    width: 30%;
  }
  .header-nav-list ul li + li {
    margin-left: 0; 
  }
  .top-image-logo img {
    width: 56vw;
  }
  .top-image-read {
    font-size: 30px;
  }
  .sec-cont-area {
    display: block;
    padding: 0 30px;
  }
  .sec-cont-img {
    width: 100%;
    margin-bottom: 20px;
  }
  .sec-cont-text {
    width: 100%;
  }
  section {
    padding: 40px 0 40px;
  }
  section h4 {
    font-size: 18px;
  }
  .sec-cont-text p {
    font-size: 14px;
  }
  .sec-news {
    padding: 0px 30px;
  }
  footer ul {
    display: block;
  }
  footer ul li {
    margin-bottom: 10px;
  }
  footer .ft-logo {
    width: 180px;
  }
  .ft-li-sep{
    display: none;
  }
  section .in-cont {
    width: 90%;
  }
  dl.company-info {
    width: 90%;
  }
  dl.company-info dt {
    width: 100%;
    margin-bottom: 10px;
    font-weight: bold;
  }
  dl.company-info dd {
    padding-left: 0;
}
/*電話発信制御*/
@media(min-width: 428px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}