@charset "UTF-8";


/******ALL LAYOUTS*****/
section {
  padding: 70px 0;
}

.tyosei {
  padding-bottom: -40px;
}

.site-wrapper {
  position: relative;
  transition: 0.5s;
}

.contents-wrapper {
  width: calc(100% - 40px);
  max-width: 1500px;
  margin: 0 auto;
}

/****** font-weight *****/
.w100 {
  font-weight: 100;
}

.w200 {
  font-weight: 200;
}

.w300 {
  font-weight: 300;
}

.w400 {
  font-weight: 400;
}

.w500 {
  font-weight: 500;
}

.w700 {
  font-weight: 700;
}

.w900 {
  font-weight: 900;
}

/*******OTHER TEXT（見出し、テキストサイズ、色）********/
.text-blue {
  color: #003399;
}

.text-black {
  color: #333333;
}

.text-gray {
  color: #707070;
}

.text-white {
  color: #fff;
}

.text10 {
  font-size: 1.0rem;
}

.text12 {
  font-size: 1.2rem;
}

.text14 {
  font-size: 1.4rem;
}

.text16 {
  font-size: 1.6rem;
}

.text24 {
  font-size: 2.4rem;
}

.text26 {
  font-size: 2.6rem;
}

.text28 {
  font-size: 2.8rem;
}

.text30 {
  font-size: 3rem;
}

.text36 {
  font-size: 3.6rem;
}

.text40 {
  font-size: 4rem;
}

.text50 {
  font-size: 5rem;
}

/*******leter-spacing********/
.space05 {
  letter-spacing: 0.5em;
}

.space03 {
  letter-spacing: 0.3em;
}

.space02 {
  letter-spacing: 0.2em;
}

.space001 {
  letter-spacing: 0.01em;
}

/****** border *****/
.border01 {
  border-bottom: 1px solid #707070;
}

.border02 {
  border-bottom: 3px solid #003399;
}

.border03 {
  border-bottom: 1px solid #003399;
}

/****** background color *****/
.back-blue {
  background-color: #003399;
}

.back-white {
  background-color: #fff;
}

.back-gray {
  background-color: #f4f4f7;
}

/****** link *****/
.link-out {
  text-decoration: underline;
  color: #003399;
}

.hover-blue:hover {
  color: #003399;
}

.hover-opacity:hover {
  opacity: 0.5;
}

/****** button *****/
.btn01 {
  padding: 2rem 4rem;
  border-radius: 8px;
  display: inline-block;
}

.btn01:hover {
  background-color: #fff;
  border: 3px solid #003399;
  color: #003399;
  font-weight: 700;
  padding: 1.7rem 3.7rem;
}

/****** title *****/
.section-title01 {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  margin-bottom: 65px;
}

.section-title01::after {
  content: "";
  display: block;
  width: 75px;
  height: 3px;
  background: #003399;
  margin: 0 auto;
  margin-top: 30px;
}

.section-title01 span {
  display: block;
}

.section-title02 {
  text-transform: uppercase;
  margin-bottom: 50px;
  position: relative;
}

.section-title02::after {
  content: "";
  display: inline-block;
  width: 75%;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  margin-left: 10px;
}

.section-title03 {
  text-transform: uppercase;
  margin-bottom: 15px;
}

.section-title03 span {
  display: block;
}

/*----header---*/
.header {
  width: 100%;
  position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
  padding: 20px 0px 15px;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-logo {
  display: block;
  width: clamp(200px, 10%, 250px);
}

.header-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 4rem;
}

/*----footer---*/
.footer {
  padding: 60px 0;
}

.footer-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  row-gap: 40px;
  margin-bottom: 100px;
  position: relative;
}

.footer-left {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-left: 150px;
}

.footer-companyname {
  margin-bottom: 5px;
}

/* .footer-right{
  width: 50%;
} */
.footer-nav {
  display: flex;
  column-gap: 4rem;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 3rem;
  border-bottom: 1px solid #fff;
}

.footer-supplement {
  display: flex;
  column-gap: 6rem;
  /* justify-content: space-between; */
  align-items: center;
  padding-top: 3rem;
}

.footer-sns {
  display: inline-block;
  width: 70px;
  height: 70px;
  position: absolute;
  right: 0;
  bottom: -20%;
}

.footer-bottom {
  text-align: right;
}

/* fv */
.fv {
  padding: 110px 0 70px;
}

.fv-contact {
  padding: 110px 0 70px;
}

.fv-wrapper {
  padding-top: 0px;
  position: relative;
}

.fv-text {
  line-height: 2;
  width: calc(100% - 40px);
  max-width: 1500px;
  text-align: center;
  margin: 0 auto;
  margin-top: 50px;
}

.fv-catch {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  column-gap: 5rem;
  position: absolute;
  left: 7%;
  top: 30%;
}

.catch-text {
  display: inline-block;
  padding: 0.5rem 1rem 0.5rem 1rem;
  margin-bottom: 5%;
}

.catch-text:nth-of-type(1) {
  margin-left: 0%;
}

.catch-text:nth-of-type(2) {
  margin-left: 0%;
}

.fv-image {
  width: 100%;
  aspect-ratio: 2.5/1;
  margin-bottom: 20px;
}

/* business */
.business-wrappe {
  padding: 0 40px;
  margin-bottom: -40px;
}

.business-contents {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  row-gap: 30px;
  padding: 0 70px;
}

.business-contents:nth-of-type(2) {
  flex-direction: row-reverse;
}

.business-text {
  width: 40%;
  padding: 0 90px;
}

.business-title {
  margin-bottom: 1rem;
}

.business-image {
  width: 50%;
}

.b-image01 {
  width: 75%;
}

.b-image02 {
  width: 50%;
  margin-top: -100px;
  margin-left: 50%;
}

/* items */
.items-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(200px, 460px));
  justify-content: center;
  grid-gap: 45px;
}

.items-title {
  text-align: center;
  padding: 10px 0;
}

.items-txts {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  /* column-gap: 30px; */
  padding-top: 10px;
}

.items-list {
  /* margin-right: 3rem; */
  width: 50%;
}

.item-list07 {
  width: 100%;
}

.items-text::before {
  content: "■";
  margin-right: 0.1rem;
}

.orangebook {
  display: block;
  padding-top: 10px;
}

.orangebook-text {
  margin-bottom: 50px;
}

.orangebook-link {
  display: block;
}

/* message */
.message {
  background-image: url(../img/message_background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-blend-mode: multiply;
}

.message-wrapper {
  max-width: 1200px;
}

.message-inner {
  display: flex;
  justify-content: space-between;
  row-gap: 30px;
}

.message-txts {
  width: 100%;
  margin-left: 150px;
  margin-right: 150px;
}

.message-image {
  width: 30%;
}

.message-title {
  margin-bottom: 25px;
}

.message-text {
  margin-bottom: 27px;
  line-height: 180%;
}

.message-name {
  text-align: right;
}

.message-name span {
  margin-left: 2rem;
}

/* company */
.company-wrapper {
  max-width: 810px;
}

.company-infomation {
  width: 100%;
  margin-bottom: 100px;
}

.company-item {
  padding: 20px 0px 20px 10px;
  text-align: left;
}

.company-image {
  aspect-ratio: 5.5/1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.company-back {
  display: block;
}

/* access */
.access-wrapper{
  margin-bottom: 80px;
}
.access-map {
  width: 100%;
  aspect-ratio: 3.3/1;
}

.access-map iframe {
  width: 100%;
  height: 100%;
}

/* contact */
.contact-wrapper {
  max-width: 1200px;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 20px;
  justify-items: center;
  align-items: center;
}

.contact-tel p {
  text-align: center;
  padding-left: 4rem;
}

.tel-link {
  position: relative;
  padding-left: 4rem;
}

.tel-link::before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  background-image: url(../img/icon_tel.png);
  background-repeat: no-repeat;
  /* background-position: center; */
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

/* page-top */
.pagetop {
  width: 68px;
  height: 68px;
  display: inline-block;
  position: fixed;
  bottom: 2%;
  right: 2%
}






/* ===================
PC お問い合わせ
====================== */

.contact-image {
width: 100%;
}
.contact-image img{
width: 100%;
height: 21.7rem;
}

.contact-ttl {
  position: absolute;
  left:8rem;
  top:58%;
  letter-spacing: 0.05em;
}

.contact-name{
font-size: 24px;
font-weight: bold;
color: #00008b;
padding-bottom: 0.3em;
}

.contact-smallname{
font-size: 13px;
color: #00008b;
}

.form-wrap {
width: 100%;
max-width: 810px;
margin: 0 auto 5em;
text-align: center;
padding-bottom: 3em;
padding-top: 0em;
}

.form-box {
width: 100%;
margin: 1em auto 1.3em;
text-align: center;
background-color: #FFFFFF;
padding-bottom: 0em;
}

.form-table {
width: 100%;
left: 0px auto;
border-collapse: separate;
border-spacing: 10px;
padding: 0em 0em;
}
.form-table th {
padding: 0em 0;
line-height: 230%;
text-align: left;
vertical-align: top;
color: #222;
}
.form-table td {
padding: 0.5em 0;
line-height: 230%;
text-align: left;
vertical-align: top;
color: #222;
width: 75%;
}

.consent-text {
color: #4d4d4d;
vertical-align: middle;
margin-bottom: 1.5em;
}
.consent-text a{
color: #4d4d4d;
vertical-align: middle;
margin-bottom: 1.5em;
}

.hissu{
text-align:center;
font-size:14px;
line-height:140%;
color:#FFF;
background-color:#D8070B;
display: block;
width: 35px;
padding:3px 10px 3px 10px;
border-radius: 5px;
}

.consent-btn {
color: #FFFFFF;
background-color: #00008b;
display: block;
padding: 10px 20px;
border-radius: 8px;
width: 240px;
margin: 0 auto;
}
.consent-btn:hover{
  opacity: 0.6;
}
.tel_contact{
margin: 0 auto;
text-align: center;
}

.contact-title01 {
text-transform: uppercase;
text-align: center;
position: relative;
margin-bottom: 20px;
font-size: 30px;
}

.contact-title01::after {
content: "";
display: block;
width: 75px;
height: 3px;
background: #003399;
margin: 0 auto;
margin-top: 30px;
}

.sp2em {
height: 2em;
}

.text_contact {
font-size: 1.4rem;
letter-spacing: 0.12em;
}

/* ===================
プライバシーポリシー
====================== */
.privacy-ttl {
  position: absolute;
  left:8rem;
  top:58%;
  letter-spacing: 0.05em;
  }
  
  .privacy-name{
  font-size: 24px;
  font-weight: bold;
  color: #FFF;
  padding-bottom: 0.3em;
  }
  
  .privacy-smallname{
  font-size: 13px;
  color: #FFF;
  }
  .privacy-image img{
    width: 100%;
    height: 21.7rem;
  }

.privacy-content{
  margin: 3rem auto 0rem;
  padding: 0 2rem;
    max-width: 134.8rem;
    width: calc(100% - 4rem);
    line-height: calc(30 / 16);
    letter-spacing: normal;
    /* background: #707070; */
  }
  .privacy-content-title{
    margin-top: 3rem;
    font-size: 2rem;
    line-height: calc(30 / 20);
  }
  .privacy-content-dot li{
    padding-left: 1em;
    text-indent: -1em;
  }
  .privacy-content-company{
    margin-top: 5rem;
    margin-right: 3.5rem;
    font-size: 2rem;
    font-weight: 500;
    text-align: right;
  }

  /* ===================
アニメーション
====================== */
.animate {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity .4s, transform .4s;
}

.animate.animate--left {
  transform: translateX(-100px);
}

.animate.animate--right {
  transform: translateX(100px);
}

.animate.is-active {
  opacity: 1;
  transform: translate(0);
}
.animate.animate--delay02{
  transition-delay: 0.3s
}
.animate.animate--delay03{
  transition-delay: 0.6s
}
