@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body p, body span, body dl, h1, h2, h3, h4, h5, h6 {
  transform: rotate(0.01deg);
  -moz-transform: rotate(0.01deg);
  -ms-transform: rotate(0.01deg);
  -o-transform: rotate(0.01deg);
  -webkit-transform: rotate(0.01deg);
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

a {
  text-decoration: none;
  cursor: pointer;
}

ul, li {
  list-style: none;
}

/* ---------------------------------------------------------------------------------
 ◆ ページの先頭へ移動するボタンの入れ物 
--------------------------------------------------------------------------------- */
#to-pagetop {
  /* 表示位置の指定 (右下から 20px 固定) */
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 10;
  /* 初期は非表示 */
  display: none;
}

/* ---------------------------------------------------------------------------------
 ◆ 「ページの先頭へ」のリンクボタン 
--------------------------------------------------------------------------------- */
#to-pagetop a {
  /* 余白 */
  padding: 20px;
  /* リンクのテキスト装飾なし */
  text-decoration: none;
  /* 文字は太字 */
  font-weight: bold;
  /* マウスカーソルをポインター (指) にする */
  cursor: pointer;
  /* ブロック表示 */
  display: block;
  /* 背景色と前景色 */
  background-color: #004a7f;
  color: #fff;
  /* 角を丸めるスタイル */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /* マウスカーソルを合わせた時 (ホバー時) のアニメーション */
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

/* ---------------------------------------------------------------------------------
 ◆ 「ページの先頭へ」のリンクボタンにマウスカーソルを合わせた時 (ホバー時)
--------------------------------------------------------------------------------- */
#to-pagetop a:hover {
  /* 背景色と前景色 */
  background-color: #adddff;
  color: #003459;
}

.top-container {
  background-image: url(img/top-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 50px;
  vertical-align: top;
}

.top-content, .cv-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-text {
  width: 60%;
}

.sp-text {
  display: none;
}

.top-img {
  width: 40%;
  vertical-align: top;
}

.top-img img {
  width: 100%;
  vertical-align: top;
}

.cv-container {
  background-color: #0e4181;
}

.cv-content {
  height: 160px;
}

.cv-text {
  color: white;
  font-weight: bold;
}

.cv-text h3 {
  font-size: 27px;
  line-height: 1.7;
}

.cv-text p {
  font-size: 18px;
}

.section-content {
  max-width: 900px;
  margin: 0 auto;
}

.tokuten-wrapper {
  text-align: center;
}

.tokuten-img {
  width: 80%;
  margin: 0 auto;
}

.section-tittle {
  font-size: 30px;
  font-family: serif;
  font-weight: 600;
  padding: 60px 0 40px 0;
  text-align: center;
}

.section-tittle span {
  font-weight: bold;
  color: #c7a019;
}

.tokuten-text {
  width: 80%;
  margin: 0 auto;
  text-align: left;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
}

.tokuten-text p {
  margin: 10px 0;
}

.line-btn {
  width: 400px;
  margin: 0 auto;
  height: 100px;
  margin-top: 50px;
}

.line-btn img {
  border-radius: 50px;
  opacity: 1;
}

.line-btn img:hover {
  opacity: 0.7;
}

.suzuki-wrapper {
  background: #eeeeee;
}

.suzuki-text {
  width: 70%;
  margin: 0 auto;
  padding: 50px 0;
}

.suzuki-text p {
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
}

.blue-text {
  font-size: 18px;
  color: #0e4181;
  line-height: 2.667;
  text-shadow: 0px 5px 4px rgba(0, 0, 0, 0.29);
  font-weight: bold;
  background: #0e4181;
  background: linear-gradient(0deg, #0e4181 25%, #5d90d0 50%, #0e4181 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn-wrap {
  margin-top: 50px;
}

.cv-btn {
  width: 580px;
  height: 90px;
  margin: 0 auto;
}

.profile-wrapper {
  background: #eeeeee;
  padding: 50px 0;
  margin-top: 50px;
}

.profile-tittle, .marketing-tittle, .marketing-tittle2 {
  text-align: center;
  letter-spacing: 1.8px;
}

.profile-tittle h3, .marketing-tittle h3, .marketing-tittle2 h3 {
  font-size: 25px;
  font-family: serif;
  font-weight: 600;
  margin-right: 300px;
  padding-bottom: 10px;
}

.profile-tittle h2, .marketing-tittle h2, .marketing-tittle2 h2 {
  font-size: 30px;
  font-family: serif;
  font-weight: 600;
}

.profile-content {
  display: flex;
  justify-content: center;
  gap: 0 50px;
}

.profile-img {
  width: 30%;
}

.sp-img {
  display: none;
}

.profile-text {
  width: 70%;
  margin-top: 80px;
}

.profile-text h4 {
  font-size: 23px;
  color: #b6aa83;
}

.profile-text .bold {
  font-size: 18px;
  font-weight: bold;
}

.profile-text p {
  font-size: 16px;
  margin-top: 15px;
  line-height: 2;
}

.marketing-wrapper {
  background: #0670b8;
  padding: 50px 0;
}

.marketing-tittle, .marketing-tittle2 {
  color: white;
}

.marketing-tittle h3, .marketing-tittle2 h3 {
  margin: 0;
}

.marketing-tittle span, .marketing-tittle2 span {
  color: #c7a019;
}

.marketing-text, .marketing-text2 {
  width: 75%;
  margin: 0 auto;
  color: white;
  font-family: serif;
  line-height: 2;
  letter-spacing: 1.8px;
  padding: 30px 0;
}

.marketing-text p, .marketing-text2 p {
  margin-top: 30px;
}

.marketing-text span, .marketing-text2 span {
  border-bottom: 2px solid #fffc00;
  padding-bottom: 3px;
}

.video {
  width: 70%;
  margin: 0 auto;
}

.marketing-wrapper2 {
  background: #eeeeee;
  padding: 50px 0;
}

.marketing-tittle2 {
  color: black;
}

.marketing-text2 {
  color: black;
  font-family: Hiragino Sans、ヒラギノ角ゴシック;
  font-weight: bold;
}

.marketing-text2 span {
  border: none;
  color: #b6aa83;
}

.marketing-table {
  text-align: center;
  margin-top: 20px;
}

.marketing-table h2 {
  font-size: 30px;
  font-family: serif;
  font-weight: 600;
  margin-bottom: 50px;
}

.marketing-table table {
  width: 50%;
  margin: 0 auto;
}

.marketing-table td {
  width: 40%;
  padding: 20px 10px;
  font-size: 18px;
  font-weight: 600;
}

.marketing-table .heading {
  width: 20%;
  text-align: center;
}

.marketing-table .bg-blue1 {
  background: #0670b8;
  color: white;
}

.marketing-table .bg-blue2 {
  background: #dbe8f0;
}

.marketing-table .bg-blue3 {
  background: #addaf3;
}

.consult-tittle {
  text-align: center;
  margin: 50px 0 100px 0;
}

.consult-tittle h2 {
  font-size: 30px;
  font-family: serif;
  font-weight: 600;
  padding-bottom: 20px;
}

.consult-tittle h3 {
  font-size: 25px;
  font-family: serif;
  font-weight: 600;
}

.point-img1, .point-img3 {
  width: 1170px;
  height: 350px;
  margin-right: auto;
  position: relative;
}

.point-text1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-image: url(img/point1.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 530px;
  height: 310px;
  padding: 30px 50px;
}

.point-text1 h3 {
  font-size: 23px;
  text-align: center;
}

.point-text1 p {
  font-size: 16px;
  padding-top: 10px;
  font-weight: bold;
}

.point-img2 {
  width: 1170px;
  height: 350px;
  margin-left: auto;
  position: relative;
}

.point-text2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-image: url(img/point2.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 530px;
  height: 310px;
  padding: 30px 50px;
}

.point-text2 h3 {
  font-size: 23px;
  text-align: center;
}

.point-text2 p {
  font-size: 16px;
  padding-top: 10px;
  font-weight: bold;
}

.point-text3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-image: url(img/point3.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 530px;
  height: 310px;
  padding: 30px 50px;
}

.point-text3 h3 {
  font-size: 23px;
  text-align: center;
}

.point-text3 p {
  font-size: 16px;
  padding-top: 10px;
  font-weight: bold;
}

.flow-content {
  max-width: 900px;
  margin: 0 auto;
}

.flow-outer {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  color: #0e4181;
  border: #0e4181 solid 2px;
  padding: 30px 0;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 18px;
  position: relative;
}

.flow-outer .number {
  background: #0e4181;
  padding: 10px 15px;
  border-radius: 50%;
  color: white;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.flow-outer .red {
  color: red;
}

.arrow {
  margin: 0 auto;
  width: 30px;
  height: 30px;
  border: 5px solid;
  border-color: transparent transparent #565656 #565656;
  transform: rotate(-45deg);
  margin-bottom: 30px;
}

.Form {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
}

.Form-Item {
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}

.Form-Item-Label {
  width: 100%;
  max-width: 330px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
}

.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}

.Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #ef8210;
  color: #fff;
  font-size: 14px;
}

.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}

.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding-left: 1em;
  padding-right: 1em;
  height: 218px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}

.Form-Btn {
  border-radius: 6px;
  display: block;
  width: 580px;
  height: 90px;
  margin: 0 auto;
  margin-top: 50px;
  object-fit: cover;
}

.footer-container {
  padding: 30px 0;
  margin-top: 50px;
  background: black;
}

.footer-content {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  font-weight: bold;
}

.footer-content a {
  color: white;
  font-size: 16px;
}

.footer-content .name {
  font-size: 23px;
  margin-bottom: 30px;
}

.footer-menu li {
  margin: 10px 0;
  font-size: 14px;
}

.hooops {
  font-size: 12px;
  font-weight: bold;
  color: white;
  text-align: center;
  margin-top: 30px;
}

.sp {
  display: none;
}
