@charset "utf-8";

/*全体の設定
---------------------------------------------------------------------------*/
/*===============================

    Reset

================================*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  -webkit-overflow-scrolling: touch !important;
  -webkit-touch-callout: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

a:link,
a:visited,
a:hover,
a:active {
  color: #333;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
select {
  vertical-align: middle;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.hidden {
  display: none;
}

/*===============================

    Base
    サイト全体のフォント
    字間や行間
    リンクの扱い
    imgのサイズ
    幅の設定等

================================*/

html {
  font-size: 16px;
}

@font-face {
}

body {
  /*ゴシック*/
  font-family: "メイリオ", "Meiryo", "MS PGothic", Osaka, sans-serif;
  color: #333;
  line-height: 32px;
}

img {
  height: auto;
}

/*共通の設定
----------------------------------------------*/
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media only screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}

.check_pc {
  display: block !important;
}

.check_sp {
  display: none !important;
}

@media only screen and (max-width: 850px) {
  .check_pc {
    display: none !important;
  }

  .check_sp {
    display: block !important;
  }
}

.check_1st {
  display: block !important;
}
.check_1st_sp {
  display: none !important;
}

@media only screen and (max-width: 550px) {
  .check_1st {
    display: none !important;
  }
  .check_1st_sp {
    display: block !important;
  }

  .checkbox_01 .check_1st_sp {
    position: relative;
    line-height: 1.7;
    margin-top: 1px;
  }

  .checkbox_01 .check_1st_sp::before {
    width: 20px;
    height: 20px;
    border-radius: 1px;
    border: 1px solid #666;
    content: "";
    margin-right: 12px;
    position: absolute;
    left: -32px;
    top: 5px;
  }
}

.floating-banner {
  max-width: 175px;
  position: fixed;
  bottom: 16px;
  right: 20px;
  z-index: 9999;
  transition: 0.3s; /* ホバー時ゆっくり透過 */
  cursor: pointer; /* ホバー時カーソルがポインターに */
}
.floating-banner:hover {
  opacity: 0.8;
  /* ホバーで透過させる */
}
.floating-banner img {
  width: 100%;
  /* 画像をfloating-bannerの幅に合わせる */
}
@media screen and (max-width: 750px) {
  /* 画面幅481px以上 */
  .floating-banner {
    max-width: 130px;
    bottom: 10px;
    right: 10px;
  }
}

@media screen and (max-width: 400px) {
  /* 画面幅481px以上 */
  .floating-banner {
    max-width: 110px;
    bottom: 5px;
    right: 10px;
  }
}

/*ヘッダー
----------------------------------------------*/
header > .header_wrap {
  width: 100%;
  height: 950px;
  display: flex;
  align-items: flex-end;
  background-image: url("../images/top_mv_l.png");
  background-size: cover;
  position: relative;
}

.header_wrap > .top_heading {
  height: 75px;
  background-color: rgba(255, 255, 255, 0.7);
  width: 100%;
  text-align: center;
  padding-top: 10px;
}

.header_wrap > .main_visual {
  padding-top: 10vh;
  padding-left: 20px;
}

.header_wrap > .main_visual > img {
  width: 60vw;
}

.top_contact {
  background-color: rgba(0, 125, 195, 0.8);
  width: 100%;
  min-height: 200px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-top: 30px;
}

.top_contact > .top_contact_read {
  text-align: center;
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
}

.header_wrap > .top_contact > .top_contact_box {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding-bottom: 30px;
}

.top_contact_box > .top_contact_item {
  width: 45%;
  height: 80px;
  background-color: #fff;
  border-radius: 8px;
  text-align: center;
  padding-top: 10px;
}

.top_contact_box > .top_contact_item .ctt_item_tel {
  color: #007dc3;
  font-size: 32px;
}
.top_contact_box > .top_contact_item .ctt_item_mail {
  color: #007dc3;
  font-size: 27px;
}

.ctt_item_tel > img {
  height: 30px;
  margin-right: 10px;
  padding-top: 5px;
}

.ctt_item_mail > img {
  height: 28px;
  margin-right: 10px;
  padding-top: 5px;
}

.top_contact_item .ctt_item_note {
  font-size: 15px;
}

.top_contact_sp > p {
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}

@media only screen and (min-width: 1500px) {
  .header_wrap > .main_visual > img {
    width: 50vw;
  }
}
@media only screen and (max-width: 1100px) {
  header > .header_wrap {
    width: 100vw;
    height: 850px;
    display: flex;
    align-items: flex-end;
    background-image: url("../images/top_mv_m.png");
    background-size: cover;
    position: relative;
  }
  .header_wrap > .main_visual {
    padding-top: 70px;
    padding-left: 20px;
  }

  .header_wrap > .main_visual > img {
    width: 75vw;
  }
}
@media only screen and (max-width: 750px) {
  header {
    height: 100%;
    position: relative;
  }
  header > .header_wrap_sp {
    width: 100vw;
    height: 80vh;
    display: flex;
    align-items: flex-end;
    background-image: url("../images/top_mv_sp.png");
    background-size: cover;
    position: relative;
  }
  .header_wrap_sp > .top_heading_sp {
    height: 75px;
    background-color: rgba(255, 255, 255, 0.7);
    width: 100%;
    text-align: center;
    padding-top: 10px;
  }
  .header_wrap_sp > .main_visual_sp {
    padding-top: 50px;
  }
  .header_wrap_sp > .main_visual_sp > img {
    width: 80vw;
  }

  .top_contact_sp {
    background-color: rgba(0, 125, 195, 0.8);
    width: 100%;
    height: 270px;
    position: absolute;
    left: 0;
    padding-top: 20px;
  }
  .top_contact_sp > .top_contact_box {
    max-width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 30px;
  }

  .top_contact_sp > .top_contact_box > .top_contact_item {
    width: 360px;
    height: 75px;
    background-color: #fff;
    border-radius: 8px;
    text-align: center;
    padding-top: 7px;
  }

  .top_contact_sp > p {
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
  }

  .top_contact_sp .top_contact_item {
    margin-bottom: 20px;
  }

  .top_contact_box > .top_contact_item .ctt_item_tel {
    color: #007dc3;
    font-size: 29px;
  }
  .top_contact_box > .top_contact_item .ctt_item_mail {
    color: #007dc3;
    font-size: 26px;
  }
}

.con_sp {
  display: block !important;
}
.con_sp_s {
  display: none !important;
}
@media only screen and (max-width: 375px) {
  .con_sp {
    display: none !important;
  }
  .con_sp_s {
    display: block !important;
  }

  .header_wrap_sp > .main_visual_sp {
    padding-top: 50px;
  }

  .header_wrap_sp > .main_visual_sp > img {
    width: 80vw;
  }
  .top_contact_sp {
    padding-top: 20px;
    position: absolute;
    top: 75vh;
    height: 290px;
  }

  .top_contact_sp > p {
    margin-bottom: 10px;
  }

  .top_contact_box > .top_contact_item .ctt_item_mail {
    color: #007dc3;
    font-size: 25px;
  }
}
@media only screen and (max-width: 1200px) {
  .header_wrap > .main_visual > img {
    max-width: 800px;
  }
}

/*お悩み
----------------------------------------------*/

#Content_onayami {
  background-color: #ededed;
}

#Content_onayami > .onayami_wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 70px;
  padding-bottom: 80px;
}

#Content_onayami > .onayami_wrap > h2 {
  text-align: center;
  font-size: 35px;
  line-height: 1.7;
}

.onayami_wrap > .onayami_imagebox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 80px;
  text-align: center;
}

.onayami_imagebox > .onayami_item {
  width: 210px;
}

.onayami_item > div img {
  width: 210px;
}
.onayami_imagebox > .onayami_item > p {
  line-height: 1.5;
  margin-top: 5px;
}

@media only screen and (max-width: 960px) {
  #Content_onayami > .onayami_wrap {
    max-width: 90%;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .onayami_wrap > .onayami_imagebox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 50px;
    text-align: center;
  }
  .onayami_imagebox > .onayami_item {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 750px) {
  #Content_onayami {
    padding-top: 240px;
  }
  #Content_onayami > .onayami_wrap > h2 {
    text-align: center;
    font-size: 22px;
    line-height: 1.7;
  }
}

@media only screen and (max-width: 375px) {
  #Content_onayami {
    padding-top: 240px;
  }
  #Content_onayami > .onayami_wrap {
    padding-bottom: 30px;
  }
}

/*弊社の相続登記
----------------------------------------------*/
#Service {
  background-color: #007dc3;
  padding-top: 80px;
  padding-bottom: 80px;
}

#Service > .service_wrap {
  max-width: 1100px;
  margin: 0 auto;
  background-color: #fff;
  padding-top: 90px;
  padding-bottom: 30px;
}

.service_wrap > .service_title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 70px;
}

.service_wrap > .service_title > .syasen {
  width: 50px;
  height: 3px;
  background: #007dc3;
  transform: rotate(70deg);
}
.service_wrap > .service_title > .syasen:nth-of-type(2) {
  width: 50px;
  height: 3px;
  background: #007dc3;
  transform: rotate(-70deg);
}
.service_wrap > .service_title > p {
  color: #007dc3;
  font-size: 30px;
  padding: 0 15px;
}

.service_wrap > .service_inner {
  width: 85%;
  margin: 0 auto;
}

.service_wrap > .service_inner > .service_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 70px;
}

.service_item > .textarea {
  max-width: 600px;
}

.service_item > .textarea > h3 {
  font-size: 26px;
  margin-bottom: 15px;
}

.service_item > .textarea > p {
  line-height: 1.6;
  font-size: 15px;
  line-height: 1.8;
}

.service_item > .textarea > .form_link {
  display: block;
  width: 300px;
  border: 1px solid #007dc3;
  margin-top: 20px;
}
.service_item > .textarea > .form_link:hover {
  transition: 1s;
  color: #fff;
  background-color: #007dc3;
}
.service_item > .textarea > .form_link > p:hover {
  color: #fff;
}

.service_item > .textarea > .form_link > p {
  color: #007dc3;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
}

.service_item > .imgarea > img {
  max-width: 210px;
}

@media only screen and (max-width: 960px) {
  #Service {
    background-color: #007dc3;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  #Service > .service_wrap {
    max-width: 90%;
    margin: 0 auto;
    background-color: #fff;
    padding-top: 70px;
    padding-bottom: 30px;
  }

  .service_wrap > .service_inner {
    width: 90%;
    margin: 0 auto;
  }

  .service_item > .textarea {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 750px) {
  #Service > .service_wrap {
    padding-bottom: 5px;
  }
  .service_wrap > .service_title > p {
    color: #007dc3;
    font-size: 24px;
    padding: 0 10px;
  }
  .service_wrap > .service_inner > .service_item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
  }

  .service_item > .textarea > .form_link {
    width: 300px;
    margin: 0 auto;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 375px) {
  #Service > .service_wrap {
    padding-top: 50px;
  }
  .service_wrap > .service_title {
    margin-bottom: 50px;
  }
  .service_wrap > .service_title > p {
    color: #007dc3;
    font-size: 22px;
    padding: 0 10px;
  }
  .service_item > .textarea > h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}

/*そもそも相続登記
----------------------------------------------*/
#About {
  background-color: #ededed;
  padding-top: 50px;
  padding-bottom: 85px;
}

#About > .about_wrap {
  max-width: 1100px;
  margin: 0 auto;
}

#About > .about_wrap > .about_title {
  display: flex;
  position: relative;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 10px;
}

.about_title > .about_title_img {
  position: absolute;
}
.about_title > .about_title_img > img {
  width: 120px;
}

.about_title > .about_title_text {
  font-size: 34px;
  line-height: 3.8;
  padding-left: 85px;
}

.about_wrap > .about_detail_box {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 30px;
  margin-bottom: 90px;
}

.about_detail_box > div {
  text-align: center;
}
.about_detail_box > div > img {
  width: 60%;
}
.about_detail_box > p {
  max-width: 85%;
  margin: 0 auto;
  margin-top: 40px;
}

.about_title2 {
  font-size: 34px;
  text-align: center;
  margin-bottom: 60px;
}

.about_wrap > .about_example_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.about_example_box > .about_example_item {
  width: 240px;
  text-align: center;
}
.about_example_box > .about_example_item > div img {
  height: 210px;
}

.about_example_box > .about_example_item > p {
  line-height: 1.6;
}

@media only screen and (max-width: 960px) {
  #About {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #About > .about_wrap {
    max-width: 90%;
    margin: 0 auto;
  }
  .about_example_box > .about_example_item {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 750px) {
  .about_wrap > .about_detail_box {
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 30px;
    margin-bottom: 70px;
  }
  .about_title > .about_title_img {
    position: absolute;
    left: -10px;
  }
  .about_title > .about_title_img > img {
    width: 100px;
  }
  .about_title > .about_title_text {
    font-size: 22px;
    line-height: 3.8;
    padding-left: 85px;
  }
  .about_title2 {
    font-size: 22px;
    margin-bottom: 40px;
  }
}

/*弊社と他社のサービスの比較
----------------------------------------------*/
#Service_hikaku {
  margin-top: 100px;
}

#Service_hikaku > .hikaku_wrap {
  max-width: 100%;
  margin: 0 auto;
}

.heading_common {
  font-size: 34px;
  text-align: center;
  position: relative;
}

.heading_common::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%; /* 位置調整 */
  transform: translate(-50%); /* 位置調整 */
  bottom: -30px; /* 下線の上下位置調整 */
  width: 70px; /* 下線の幅 */
  height: 2px; /* 下線の太さ */
  background-color: #007dc3; /* 下線の色 */
}

.hikaku_wrap > .hikaku_table {
  max-width: 960px;
  margin: 0 auto;
  margin-top: 80px;
}

.hikaku_wrap > .hikaku_table > img {
  width: 960px;
}
.hikaku_wrap > .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 50px 0 50px;
  border-color: #007dc3 transparent transparent transparent;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 30px;
}

.hikaku_wrap > .hikaku_read1 {
  font-size: 30px;
  line-height: 1.7;
  text-align: center;
}

.hikaku_wrap > .hikaku_read1 > span {
  color: #007dc3;
}

.hikaku_wrap > .hikaku_read2 {
  text-align: center;
  font-size: 16px;
  line-height: 1.9;
  margin-top: 10px;
  margin-bottom: 30px;
}

.service_merit_wrap {
  background-color: #ededed;
  padding-top: 40px;
  padding-bottom: 40px;
}

.service_merit_wrap > .service_merit_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 800px;
  margin: 0 auto;
}

.service_merit_box > .merit_item {
  width: 240px;
}

.service_merit_box > .merit_item img {
  width: 240px;
}

.service_merit_box > .merit_item > p {
  line-height: 1.6;
  margin-top: 15px;
}

.merit_read {
  margin-top: 20px;
  margin-bottom: 80px;
  font-size: 18px;
  text-align: center;
}

@media only screen and (max-width: 750px) {
  #Service_hikaku {
    margin-top: 60px;
  }
  .heading_common {
    font-size: 22px;
    text-align: center;
    position: relative;
  }
  .heading_common::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: -20px;
    width: 70px;
    height: 2px;
    background-color: #007dc3;
  }
  .hikaku_table_sp {
    margin-top: 100px;
    overflow-x: scroll;
    margin-left: 20px;
  }
  .hikaku_table_sp > img {
    width: 630px;
  }
  .hikaku_wrap > .hikaku_read1 {
    font-size: 22px;
    line-height: 1.7;
  }
  .service_merit_wrap > .service_merit_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 90%;
    margin: 0 auto;
  }
  .service_merit_box > .merit_item {
    width: 300px;
    margin-bottom: 20px;
    text-align: center;
  }
  .service_merit_box > .merit_item > p {
    line-height: 1.6;
    margin-top: 5px;
  }
  .service_merit_box > .merit_item img {
    width: 90%;
  }

  .merit_read {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 375px) {
  .hikaku_wrap > .hikaku_read1 {
    font-size: 20px;
    line-height: 1.7;
  }
  .hikaku_wrap > .hikaku_read2 {
    font-size: 15px;
    line-height: 1.7;
  }
  .merit_read {
    margin-top: 18px;
    margin-bottom: 80px;
    font-size: 18px;
    text-align: center;
  }
  .service_merit_wrap > .service_merit_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 90%;
    margin: 0 auto;
  }
  .hikaku_wrap > .triangle {
    margin-top: 30px;
  }
}

/*相続登記でできること
----------------------------------------------*/

#Souzoku-touki {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #d9ecf5;
}

.souzoku-touki_wrap > .souzoku-touki_inner {
  max-width: 1100px;
  margin: 0 auto;
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 10px;
  margin-top: 90px;
}

.souzoku-touki_inner > .souzoku-touki_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 88%;
  margin: 0 auto;
  margin-bottom: 30px;
}
.souzoku-touki_item > .souzoku_imgarea {
  max-width: 440px;
}

.souzoku-touki_item > .souzoku_imgarea > img {
  max-width: 100%;
}

.souzoku-touki_item > .souzoku_txtarea {
  max-width: 490px;
}

.souzoku_txtarea > h4 {
  font-size: 18px;
  margin-bottom: 10px;
}

.souzoku_txtarea > p {
  font-size: 15px;
  line-height: 1.9;
}

@media only screen and (max-width: 960px) {
  #Souzoku-touki {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .souzoku-touki_wrap > .souzoku-touki_inner {
    max-width: 90%;
    margin: 0 auto;
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 10px;
    margin-top: 90px;
  }
  .souzoku-touki_inner > .souzoku-touki_item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 88%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .souzoku-touki_item > .souzoku_txtarea {
    max-width: 440px;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 750px) {
  .souzoku-touki_wrap > .souzoku-touki_inner {
    margin-top: 60px;
  }
}

/*お問い合わせ・ご相談のご予約はこちら
----------------------------------------------*/
#Contact {
  width: 100%;
  height: 450px;
  background-image: url("../images/contact_back.png");
  background-size: cover;
  padding-top: 80px;
}

#Contact > .contact_wrap {
  max-width: 940px;
  margin: 0 auto;
}

.contact_wrap > .contact_heading {
  color: #fff;
  text-align: center;
  font-size: 35px;
  margin-bottom: 60px;
}

.contact_wrap > .contact_box {
  width: 95%;
  margin: 0 auto;
  background-color: #fff;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.contact_wrap > .contact_box > .contact_link_item {
  max-width: 360px;
  text-align: center;
}

.contact_link_item > .con_tel_number > p {
  font-size: 16px;
  color: #333;
}

.contact_link_item .con_tel_number {
  font-size: 35px;
  color: #007dc3;
  margin-top: 15px;
  line-height: 50px;
}
.con_tel_number > img {
  vertical-align: middle;
}

.contact_link_item > .con_mail > a {
  color: #fff;
  width: 300px;
  background: #007dc3;
  height: 50px;
  text-align: center;
  line-height: 50px;
  display: block;
  margin-top: 15px;
}
.contact_link_item > .con_mail > a:hover {
  opacity: 0.7;
  transition: 0.8s;
}

.contact_link_item .contact_read_s {
  font-size: 15px;
  margin-top: 15px;
}
.con_tel_number > .contact_read_s {
  margin-top: 0;
  margin-bottom: 0;
}
.contact_wrap > .contact_heading_sp {
  color: #fff;
  text-align: center;
  font-size: 24px;
  line-height: 1.7;
  letter-spacing: 1.2px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 750px) {
  #Contact {
    width: 100%;
    height: 550px;
    background-image: url("../images/contact_back_sp.png");
    background-size: contain;
    padding-top: 40px;
  }

  #Contact > .contact_wrap {
    max-width: 90%;
    margin: 0 auto;
  }
  .contact_wrap > .contact_box {
    width: 95%;
    margin: 0 auto;
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .contact_wrap > .contact_box > .contact_link_item {
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .contact_link_item > .con_mail {
    width: 300px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 375px) {
  .contact_link_item .con_tel_number {
    font-size: 30px;
    line-height: 45px;
  }
}

/*お客様の事例
----------------------------------------------*/
#Case {
  margin-top: 100px;
  margin-bottom: 80px;
}

#Case > .case_wrap {
}

.case_inner {
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 100px;
}

.case_inner > .case_container {
  width: 100%;
  margin: 0 auto;
  border: 1px solid #007dc3;
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 8px;
  margin-bottom: 40px;
}

.case_container > .case_request {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

.case_container .case_client img {
  width: 230px;
}

.case_container:nth-of-type(3) .case_client img {
  width: 270px;
}
.case_container .case_textarea {
  max-width: 700px;
}

.case_textarea > .case_heading {
  color: #007dc3;
  font-size: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #007dc3;
  margin-bottom: 10px;
}

.case_container > .answer_box {
  width: 90%;
  margin: 0 auto;
  background-color: #ededed;
  padding: 20px;
  margin-top: 15px;
}

.answer_box .answer {
  font-size: 15px;
  line-height: 1.8;
}

@media only screen and (max-width: 960px) {
  .case_inner {
    max-width: 90%;
    margin: 0 auto;
    margin-top: 80px;
  }
  .case_request > .case_client {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 375px) {
  #Case {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
/*よくある質問
----------------------------------------------*/
#Question {
  background-color: #007dc3;
  padding-top: 80px;
  padding-bottom: 60px;
}

#Question .question_heading {
  font-size: 34px;
  text-align: center;
  position: relative;
  color: #fff;
  margin-bottom: 100px;
}

.question_heading::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%; /* 位置調整 */
  transform: translate(-50%); /* 位置調整 */
  bottom: -30px; /* 下線の上下位置調整 */
  width: 70px; /* 下線の幅 */
  height: 2px; /* 下線の太さ */
  background-color: #fff; /* 下線の色 */
}

#Question > .question_wrap {
  max-width: 1100px;
  margin: 0 auto;
}

.question_wrap > .q-a_container {
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
  padding: 30px 30px;
  margin-bottom: 40px;
}

.q-a_container > .question_ttl {
  color: #007dc3;
  font-size: 18px;
  padding-bottom: 8px;
  border-bottom: 2px dotted #007dc3;
  margin-bottom: 10px;
}

@media only screen and (max-width: 960px) {
  #Question > .question_wrap {
    max-width: 90%;
    margin: 0 auto;
  }
  #Question .question_heading {
    font-size: 27px;
    margin-bottom: 70px;
  }
}

/*チェック
----------------------------------------------*/
#Check {
  margin-top: 100px;
  margin-bottom: 150px;
}

#Check > .check_wrap {
  max-width: 970px;
  margin: 0 auto;
}

.check_wrap > .heading_image {
  width: 290px;
  margin: 0 auto;
  margin-bottom: 5px;
}

.check_wrap > .heading_image > img {
  width: 100%;
}

.check_wrap > .check_heading {
  font-size: 27px;
  text-align: center;
  position: relative;
  color: #333;
  margin-bottom: 100px;
}

.check_heading::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%; /* 位置調整 */
  transform: translate(-50%); /* 位置調整 */
  bottom: -30px; /* 下線の上下位置調整 */
  width: 70px; /* 下線の幅 */
  height: 2px; /* 下線の太さ */
  background-color: #007dc3; /* 下線の色 */
}

/*チェックボックスのスタイル*/
.checkbox_01 {
  border: none;
  width: fit-content;
  margin: 0 auto;
}

.checkbox_01 label {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  line-height: 2;
  font-size: 20px;
  font-weight: 100;
  color: #666;
}

.checkbox_01 label::before {
  width: 20px;
  height: 20px;
  border-radius: 1px;
  border: 1px solid #666;
  content: "";
  margin-right: 12px;
  display: block;
  position: absolute;
  left: -32px;
}

.checkbox_01 label:has(:checked)::after {
  position: absolute;
  top: 6px;
  left: -24px;
  transform: rotate(45deg);
  width: 12px;
  height: 19px;
  border: solid #d02525;
  border-width: 0 3px 3px 0;
  content: "";
}

.checkbox_01 .check_1st::before {
  position: absolute;
  top: 8px;
  left: -32px;
}
.checkbox_01 .check_pc::before {
  position: absolute;
  top: 8px;
  left: -32px;
}

.checkbox_01 input {
  display: none;
}

.checkbox_01 .lebel_newline {
  position: relative;
  line-height: 1.7;
  margin-top: 1px;
}

.check_ctt_box {
  background-color: #137dc3;
  width: 100%;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 20px;
  margin-top: 40px;
}

.check_ctt_box > .check_ctt_read {
  font-size: 20px;
  color: #fff;
  text-align: center;
  letter-spacing: 1.2px;
}

.check_ctt_box > .btn {
  margin-top: 20px;
  margin-bottom: 15px;
}

.check_ctt_box > .btn > a {
  color: #007dc3;
  width: 70%;
  margin: 0 auto;
  background: #fff;
  height: 55px;
  border-radius: 8px;
  text-align: center;
  line-height: 57px;
  display: block;
  font-size: 21px;
}
.check_ctt_box > .btn > a:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.check_ctt_box > .check_ctt_note {
  color: #fff;
  text-align: center;
  font-size: 16px;
  margin-bottom: 5px;
}

.check_heading_sp {
  display: none;
}

@media only screen and (max-width: 960px) {
  #Check > .check_wrap {
    max-width: 90%;
    margin: 0 auto;
  }
  .checkbox_01 label {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    line-height: 2.5;
    font-size: 17px;
    font-weight: 100;
    color: #666;
  }

  .checkbox_01 label:has(:checked)::after {
    position: absolute;
    top: 8px;
    left: -24px;
    transform: rotate(45deg);
    width: 11px;
    height: 18px;
    border: solid #d02525;
    border-width: 0 3px 3px 0;
    content: "";
  }
}

@media only screen and (max-width: 850px) {
  .checkbox_01 .lebel_newline::before {
    position: absolute;
    top: 5px;
    left: -32px;
  }
  .checkbox_01 .lebel_newline:has(:checked)::after {
    position: absolute;
    top: 3px;
    left: -24px;
  }
}

@media only screen and (max-width: 750px) {
  .checkbox_01 {
    max-width: 90%;
    margin: 0 auto;
    padding-left: 25px;
  }
  .heading_image {
    max-width: 90%;
  }

  .check_wrap > .check_heading {
    font-size: 26px;
    line-height: 1.6;
    text-align: center;
    position: relative;
    color: #333;
    margin-bottom: 50px;
  }
  .check_heading::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%; /* 位置調整 */
    transform: translate(-50%); /* 位置調整 */
    bottom: -15px; /* 下線の上下位置調整 */
    width: 70px; /* 下線の幅 */
    height: 2px; /* 下線の太さ */
    background-color: #007dc3; /* 下線の色 */
  }

  .check_wrap > .heading_image > img {
    width: 300px;
  }
  #Check {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .checkbox_01 .check_1st:has(:checked)::after {
    position: absolute;
    top: 5px;
    left: -24px;
  }
}

@media only screen and (max-width: 375px) {
  .check_heading {
    display: block;
    font-size: 20px;
    text-align: center;
  }
  .check_wrap > .check_heading {
    font-size: 20px;
    line-height: 1.6;
  }
  .checkbox_01 .check_1st_sp:has(:checked)::after {
    position: absolute;
    top: 3px;
    left: -24px;
  }
}

/*会社概要
----------------------------------------------*/
footer > .company_container {
  max-width: 880px;
  margin: 0 auto;
  margin-top: 90px;
  margin-bottom: 70px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.company_container > .com_imgarea > img {
  max-width: 460px;
}
.company_container > .com_imgarea {
}
.ft_logo > img {
  width: 370px;
}

.com_textarea > .ft_btn > a {
  color: #fff;
  width: 300px;
  background: #007dc3;
  height: 50px;
  text-align: center;
  line-height: 50px;
  display: block;
  margin-top: 15px;
}

.com_textarea > .ft_btn > a:hover {
  opacity: 0.7;
  transition: 0.8s;
}

.footer_copy {
  width: 100%;
  margin: 0 auto;
  background-color: #007dc3;
  height: 55px;
}

.footer_copy > p {
  color: #fff;
  text-align: center;
  line-height: 50px;
}

@media only screen and (max-width: 960px) {
  footer > .company_container {
    max-width: 90%;
    margin: 0 auto;
    margin-top: 90px;
    margin-bottom: 70px;
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: center;
  }
  .company_container > .com_textarea {
    margin-top: 20px;
  }

  .company_container > .com_imgarea > img {
    max-width: 370px;
  }
}

@media only screen and (max-width: 750px) {
  .com_textarea > .ft_btn {
    width: 300px;
    margin: 0 auto;
  }
}
