/* -------------------------------------------------------------------
共通設定
--------------------------------------------------------------------*/

body {
  font-family: Noto Sans JP;
  color: #000000;
  position: relative;
}

/* main {
  max-width: 1920px;
  width: 100%;
  margin: auto;
  padding: 0 12.5%;
} */

h2 {
  position: relative;
  font-family: 'Soleil';
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 150%;
  letter-spacing: 0.15em;
  text-align: center;
  padding-top: 120px;
  padding-bottom: 20px;
}

h2:before {
  display: inline-block;
  position: absolute;
  content: '';
  bottom: 0px;
  /*下線の上下の位置*/
  left: 50%;
  width: 50px;
  /*下線の幅*/
  height: 2px;
  /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  /*位置の調整*/
  background-color: black;
  /*下線の色*/
}

h3 {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
  line-height: 74px;
  padding-bottom: 8%;
}

p {
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 150%;
}

.small {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  padding-top: 15px;
  padding-bottom: 25px;
}

.big {
  font-family: 'Noto Sans CJK JP';
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 52px;
  padding-bottom: 25px;
}

span {
  font-family: 'Noto Sans CJK JP';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
}


br {
  display: block;
  content: "";
  height: 0px;
}

.cv-btn {
  width: 325px;
  height: 80px;
  background: #00377E;
  border-radius: 100px;
}

.cv-btn p {
  font-weight: 700;
  font-size: 24px;
  line-height: 77px;
  text-align: center;
  color: #FFFFFF;
}

.content {
  display: flex;
  flex-direction: row;
  justify-content: start;
  padding-top: 150px;
}

.top {
  padding-top: 100px;
}

li {
  display: inline-block;
  padding-left: 50px;
}

.first {
  padding: 0px;
}

.last {
  padding-bottom: 42px;
}

.gray-title {
  background: #EDF1F6;
}

/* -------------------------------------------------------------------
mv 
--------------------------------------------------------------------*/
.logo {
  position: absolute;
  left: 2%;
  top: 0.2%;
}

.mv-bg {
  width: 100%;
}

.mv-text {
  padding: 142px 147px 98px 147px;
  height: 1108px;
  background: #53657B;
  color: #FFFFFF;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
}

.seekand-logo {
  padding-bottom: 38px;
}

.mib-title {
  padding-bottom: 24px;
  font-weight: 400;
  font-size: 31.2546px;
  line-height: 140%;
}

.mv-img {
  padding-top: 30px;
  padding-bottom: 60px;
}

.mv-cv-btn {
  margin: auto;
}




/* -------------------------------------------------------------------
concept 
--------------------------------------------------------------------*/

/* コンセプトの画像を背景画像パターン */
/* .concept01 {
  background-image: url(../image/consept01.png);
} */

/* .img {
  width: 100%;
  background-size: cover;
} */


.concept {
  background: #EDF1F6;
  max-width: 1920px;
  width: 100%;
  margin: auto;
  padding: 0 12.5%;
}

.odd {
  padding-left: 120px;
}

.even {
  padding-right: 120px;
}


/* -------------------------------------------------------------------
purducts
--------------------------------------------------------------------*/
.products {
  max-width: 1920px;
  width: 100%;
  margin: auto;
  padding: 0 12.5%;
}

.products .img {
  padding-right: 78px;
}

.products h3 {
  padding-bottom: 25px;
}

.products small {
  padding-top: 15px;
  padding-bottom: 25px;
}

.product-last {
  padding-bottom: 206px;
}

/* -------------------------------------------------------------------
background
--------------------------------------------------------------------*/
.background {
  max-width: 1920px;
  width: 100%;
  margin: auto;
  padding: 0 18.75%;
  background: #EDF1F6;
}

.bg-odd {
  padding-left: 100px;
}

.bg-even {
  padding-right: 100px;
}

.name {
  font-family: 'YuGothic';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  padding-bottom: 35px;
}

/* -------------------------------------------------------------------
insta
--------------------------------------------------------------------*/
.inst {
  text-align: center;
  padding-top: 150px;
  padding-bottom: 120px;
}

.icon-size {
  font-size: 3.5em;
  color: #00377E;
  padding-bottom: 25px;
}

.inst-logo {
  padding-bottom: 50px;
}

.inst-tags {
  font-weight: 400;
  font-size: 33px;
  line-height: 53px;
  color: #00377E;
  padding-bottom: 80px;
}

.inst-images {
  padding-bottom: 100px;
}

.vm-btn {
  margin: auto;
  box-sizing: border-box;
  border: 2px solid #00377E;
  border-radius: 8px;
  width: 330px;
  height: 60px;
}

.vm-btn a {
  font-family: 'Sweet Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 50px;
  text-align: center;
  letter-spacing: -0.05em;
  color: #00377E;
}

/* -------------------------------------------------------------------
footer
--------------------------------------------------------------------*/

.footer-top {
  padding: 50px 0 50px 0;
  text-align: center;
}

.footer-top a {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  /* ボックスの高さと同一 */
  letter-spacing: -0.05em;
  text-decoration-line: underline;
  color: #00377E;
}

.footer-top p {
  padding-top: 13px;
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  /* ボックスの高さと同一 */
  letter-spacing: -0.05em;
  color: #061029;

}

.footer-under {
  max-width: 1920px;
  width: 100%;
  margin: auto;
  padding: 0 5.36%;
  padding-top: 60px;
  padding-bottom: 60px;
  background: #061029;
  color: #FFFFFF;
  display: flex;
  justify-content: space-between;
}

.footer-left ul {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.02em;
}