/*
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;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

nav 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;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/******************* リセットcssここまで **********************/

/*********************** 共通 ******************************/
html {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  font-weight: 500;
  color: #333;
  line-height: 2;
  letter-spacing: 0.1em;
  font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

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

h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
  vertical-align: bottom;
}

figure {
  margin: 0;
}

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

ul,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
  transition: all 0.6s ease;
}

a:hover {
  transition: all 0.6s ease;
}

.content-wrapper {
  width: 90%;
  margin: 0 auto;
  max-width: 1400px;
}

h5 {
  font-size: 1.5rem;
  font-weight: normal;
  color: #1865c5;
  font-family: 'Shippori Mincho', serif;
}

/* ボタンパーツ */
.btn-parts {
  margin-top: 80px;
}

.btn-parts p {
  text-align: center;
  margin-bottom: 20px;
}

/* ボタンパーツ共通 */
.button {
  display: inline-block;
  width: 180px;
  height: 50px;
  text-align: center;
  text-decoration: none;
  line-height: 50px;
  outline: none;
  font-size: 14px;
}

.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}

.button,
.button::before,
.button::after {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

img {
  width: 100%;
  vertical-align: bottom;
}

* {
  list-style: none;
}

a {
  text-decoration: none;
  color: white;
}

/*********************** 共通 ここまで******************************/
main {
  font-family: "Montserrat", sans-serif;
  background-color: #eee;
  position: relative;
  z-index: 0;
}

header {
  position: fixed;
  width: 100%;
  z-index: 100;
}

.logo {
  display: flex;
  align-items: center;
}

.site-logo {
  font-size: 20px;
}


.sp {
  display: none;
}
@media screen and (max-width:599px) {
  .site-logo {
    font-size: 16px;
  }
}

.site-logo-txt {
  padding-left: 10px;
}

.sp-nav-btn,
.sp-nav {
  display: none;
}

.header-wrapper {
  display: flex;
  align-items: center;
  padding: 1% 3vw;
  transition: ease-in 0.3s;
  background: rgb(6 34 69 / 60%);
}

.button {
  padding: 0 20px;
  border: 1px solid;
  border-radius: 50px;
}

.pc-nav a {
  text-shadow: 2px 2px 4px rgba(17, 17, 144, 0.2);
}

.pc-nav ul,
.btn-wrapper {
  line-height: 50px;
}

.btn-wrapper {
  transition: all 0.3s;
  border-radius: 50px;
}

.button:hover {
  background: #fff;
  color: #000858;
}

.pc-nav ul li,
.button {
  display: inline-block;
  vertical-align: middle;
  padding: 0 30px;
}

.pc-nav {
  margin-left: auto;
}

.hover-under-line a {
  position: relative;
  display: inline-block;
  margin: 10px 0;
  font-size: 14px;
}

.hover-under-line a:after {
  position: absolute;
  bottom: 4px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.footer-under-line a:after {
  bottom: -8px;
}

.hover-under-line a:hover:after {
  bottom: 8px;
  opacity: 1;
  visibility: visible;
}

.footer-under-line a:hover:after {
  bottom: -4px;
}

/* メインビジュアル */
.mv img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.mv {
  position: relative;
  z-index: -1;
}

.mv:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(100, 100, 100);
  opacity: 0.2;
}

.mv h2 {
  position: absolute;
  top: 40%;
  left: 20%;
  color: white;
  font-size: 4vw;
  line-height: 2;
  z-index: 1;
  text-shadow: 1px 1px 1px rgb(0 0 0 / 49%);
}

.mv_other img {
  height: 600px;
}

.mv_other h2 {
  text-align: center;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  letter-spacing: 0.15em;
}

.mv_other span {
  font-size: 17px;
  display: block;
  font-weight: normal;
  letter-spacing: .1em;
  padding: 10px;
}

.dishonest_top img {
  object-position: top;
}

.dishonest_desc {
  position: relative;
}

.dishonest_desc .sec-ttl {
  color: #dc1311;
  font-family: inherit;
  font-size: 32px;
  font-weight: 900;
}

.dishonest_desc i {
  color: #dc1311;
  margin-right: 10px;
}

.dishonest_desc .voice-item {
  font-size: 24px;
}

.dishonest_desc .voice-item::before {
  display: none;
}

.triangle {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 70px 100px 0 100px;
  border-color: #d68a61 transparent transparent transparent;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .dishonest_desc .sec-ttl {
    font-size: 24px;
  }

  .dishonest_desc .voice-item {
    font-size: 16px;
  }

  .triangle {
    bottom: -20px;
    border-width: 35px 50px 0 50px;
  }
}


.prevention {
  padding: 160px 0;
  text-align: center;
}

.prevention h2 {
  color: #dc1311;
  font-size: 32px;
  text-align: center;
  position: relative;
}

.prevention h2:before {
  content: '・';
  position: absolute;
  left: 50%;
  top: 120%;
  transform: translate(-50%, -50%);
}

.prevention p {
  text-align: center;
  width: 80%;
  margin: 40px auto;
  background-color: #fff;
  padding: 24px 16px;
  border-radius: 8px;
}

.prevention span {
  display: inline-block;
}

.prevention h3 {
  background-color: #eee;
  position: relative;
  width: 20%;
  margin: 0 auto;
  width: 20%;
  min-width: 250px;
}

.prevention__list {
  display: inline-block;
  text-align: left;
  border: 1px solid;
  padding: 40px;
  margin-top: -16px;
  margin-bottom: 40px;
}

.prevention__item {
  display: flex;
  align-items: center;
  font-size: 24px;
}

.prevention__item img {
  width: 50px;
  height: 50px;
}

.prevention .prevention__text {
  margin: 0;
  padding: 0;
  background: none;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .prevention {
    padding: 40px 0;
  }

  .prevention__list {
    padding: 32px 16px;
  }

  .prevention__item {
    font-size: 18px;
  }

  .prevention h2 {
    font-size: 18px;
  }

  .prevention p {
    width: 100%;
    text-align: left;
  }
}

.large_mv {
  display: block;
}

.small_mv {
  display: none;
}

.title-top-b {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  width: 80%;
  position: relative;
  margin-top: 120px;
}

.title-top-b h2 {
  color: #1865c5;
  font-size: 1.75rem;
  font-family: 'Shippori Mincho', serif;
  margin-top: 20px;
}

.title-top-b__text {
  border: solid thin #696969;
  padding: 10px;
  text-align: center;
  margin-bottom: 20px;
}

.title-top-b span {
  background: #1865c5;
  color: #fff;
  margin: 0 auto;
  display: inline-block;
  padding: 7px 20px;
  text-align: left;
  border-radius: 50px;
  margin: 20px;
}

.title-top-b span:hover {
  background: #277be4;
}

.title-top-b .button {
  background-color: #062245;
  border: 2px solid #062245;
  color: #fff;
}

.title-top-b .button:hover {
  background-color: #fff;
  border: 2px solid #062245;
  color: #062245;
}

.title-top-b p {
  margin: 20px 0;
}

.mail-form {
  text-align: center;
}

.mail-form iframe {
  width: 100%;
  height: 600px;
}

@media screen and (max-width: 768px) {
  .mv img {
    height: 550px;
    object-position: center left;
  }

  .mv h2 {
    font-size: 6vw;
    left: 5%;
  }

  .mv_other h2 {
    font-size: 22px;
    width: 100%;
    left: 50%;
  }

  .bg-position {
    object-position: right;
  }

  .large_mv {
    display: none;
  }

  .small_mv {
    display: block;
  }

  .title-top-b {
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
    width: 90%;
  }

  .title-top-b h2 {
    font-size: 18px;
  }
  .mail-form iframe {
    width: 100%;
    height: 800px;
  }
}

/* メインビジュアル */

/* スクロール後ヘッダー背景色 */
.header-wrapper.addColor {
  background: none;
  transition: ease-in 0.3s;
  background: #062244;
}

/* スクロール後ヘッダー背景色 */

/******************** index.html headerここまで *************************/

.content-wrapper {
  width: 90%;
  margin: 0 auto;
  max-width: 1400px;
}

.logo h1 {
  color: #fff;
  font-size: 20px;
}

.sec-ttl {
  text-align: center;
  font-size: 1.75rem;
  letter-spacing: 0.2em;
  position: relative;
  padding: 20px;
  margin-bottom: 20px;
  font-family: 'Shippori Mincho', serif;
  color: #1865c5;
}

.sec-ttl span {
  display: block;
  font-size: 14px;
}

.company-sec-ttl {
  color: #fff;
}

.sub-txt {
  font-size: 14px;
  color: #4c4c4c;
  display: block;
  font-family: "Montserrat", sans-serif;
  letter-spacing: .2em;
  font-weight: bold;
  text-transform: uppercase;
}

.about-inner .company-sub-txt {
  color: #062245;
}

@media screen and (max-width: 768px) {
  .sec-ttl {
    font-size: 18px;
  }

  .sub-txt {
    font-size: 12px;
  }

  .sec-ttl span {
    font-size: 12px;
  }

}

.title-top {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  width: 80%;
  position: relative;
  margin-top: 120px;
}

@media screen and (max-width:599px) {
  .title-top {
    margin-top: 0;
    width: 90%; 
  }
  

}

.title-top:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 24px;
  background-color: #999;
  top: 30%;
  left: 50%;
}

@media screen and (max-width:768px) {
  .title-top:after {
    top: 25%;
  }
}

@media screen and (max-width:599px) {
  .title-top:after {
    top: 14%;
  }

  .title-top .omoi {
    font-size: 18px;
    letter-spacing: normal;
  }
}

.reform {
  margin-bottom: 160px;
  position: relative;
  padding: 10vw 0 0 0;
  top: 160px;
}

.reform>figure {
  width: 70%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: url(img/reform.jpg);
  height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.reform section div {
  margin: 0 0 0 auto;
  width: 620px;
  padding: 50px;
  position: relative;
  z-index: 2;
  background-color: #fdfdfd;
  box-sizing: border-box;
}

.reform section div:after {
  color: #0622452b;
  content: '01';
  position: absolute;
  right: 0;
  top: -25%;
  font-family: 'Dancing Script', cursive;
  font-size: 6rem;
}

.reform section div h5 {
  font-size: 2rem;
  margin-bottom: 20px;
}

.reform section p.btn {
  text-align: right;
  margin-top: 40px;
}

.reform section p.btn .button {
  background-color: #062245;
  border: 2px solid #062245;
  color: #fff;
}

.reform section p.btn .button:hover {
  background-color: #fff;
  border-color: #062245;
  color: #062245;
}

@media screen and (max-width: 768px) {
  .reform {
    margin-bottom: 40px;
    top: 0;
  }

  .reform>figure {
    display: none;
  }

  .reform section div {
    width: 100%;
    position: static;
    background: none;
    padding: 0;
  }

  .reform section div h5 {
    text-align: center;
    font-size: 18px;
  }

  .reform section div figure {
    display: block;
    height: 300px;
    margin: 0 -5vw 10px -5vw;
    padding: 0 5vw;
    background: url(img/reform.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }

  .reform section p.btn {
    text-align: center;
  }

  .reform section div:after {
    display: none;
  }
}

.ihin {
  margin-bottom: 160px;
  position: relative;
  padding: 10vw 0 0 0;
  top: 160px;
}

.ihin>figure {
  width: 70%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  background: url(img/ihin_seiri.jpg);
  height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.ihin section div {
  margin: 0 auto 0 0;
  width: 620px;
  padding: 50px;
  position: relative;
  z-index: 2;
  background-color: #fdfdfd;
  box-sizing: border-box;
}

.ihin section div:after {
  color: #0622452b;
  content: '02';
  position: absolute;
  left: 0;
  top: -25%;
  font-family: 'Dancing Script', cursive;
  font-size: 6rem;
}


.ihin section div h5 {
  font-size: 2rem;
  margin-bottom: 20px;
}

.ihin section p.btn {
  text-align: right;
  margin-top: 40px;
}

.ihin section p.btn .button {
  background-color: #062245;
  border: 2px solid #062245;
  color: #fff;
}

.ihin section p.btn .button:hover {
  background-color: #fff;
  border-color: #062245;
  color: #062245;
}

@media screen and (max-width: 768px) {
  .ihin {
    top: 0;
    margin-bottom: 40px;
  }

  .ihin>figure {
    display: none;
  }

  .ihin section div {
    width: 100%;
    position: static;
    background: none;
    padding: 0;
  }

  .ihin section div h5 {
    text-align: center;
    font-size: 18px;
  }

  .ihin section div figure {
    display: block;
    height: 300px;
    margin: 0 -5vw 10px -5vw;
    padding: 0 5vw;
    background: url(img/ihin_seiri.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }

  .ihin section p.btn {
    text-align: center;
  }

  .ihin section div:after {
    display: none;
  }
}


.ser-lists {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.ser-list {
  position: relative;
  box-sizing: border-box;
  width: 48%;
  padding: 30px 5px;
  height: 350px;
  text-align: center;
  background: rgb(63, 122, 191);
  background: -moz-linear-gradient(90deg, rgba(63, 122, 191, 1) 0%, rgba(17, 66, 103, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(63, 122, 191, 1) 0%, rgba(17, 66, 103, 1) 100%);
  background: linear-gradient(90deg, rgba(63, 122, 191, 1) 0%, rgba(17, 66, 103, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3f7abf", endColorstr="#114267", GradientType=1);
  margin: 0.25%;
  text-align: center;
  display: -webkit-box;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  box-sizing: border-box;
  justify-content: center;
}

.ser-list p {
  color: #ffffff;
  padding: 0 32px;
}

.list-inner {
  display: flex;
  flex-direction: column;
}

.list-inner img {
  filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
  width: 50px;
  height: auto;
  display: block;
  margin: 10px auto;
}

.list-txt {
  position: relative;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
}

.renovate {
  padding: 160px 0;
}

@media screen and (max-width: 768px) {
  .list-txt {
    margin-bottom: 10px;
  }

  .ser-list {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }

  .list-inner {
    align-items: center;
  }

  .sec-ttl {
    font-size: 24px;
  }
}

@media screen and (max-width: 599px) {
  .sec-ttl {
    font-size: 16px;
  }

  .sub-txt {
    font-size: 10px;
  }

  .renovate {
    padding: 0;
  }

  .satisfaction__item .satisfaction__text-wrapper h3 {
font-size: 24px;

  }
}

.feature {
  margin: 0 auto;
  padding: 160px 0;
  background: url(img/fearture_bg.jpg) no-repeat;
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.897);
  background-blend-mode: lighten;
}

.feature ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.feature li {
  width: 30%;
}

.feature-list-inner span {
  height: 100%;
}

.feature li {
  display: block;
  color: #555;
}

.feature figure {
  position: relative;
  margin-bottom: 10px;
}

.feature img {
  width: 150px;
  display: block;
  margin: 0 auto;
}

.feature h5 {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .feature {
    width: 100%;
    min-width: auto;
  }

  .feature ul {
    display: block;
    padding: 0;
  }

  .feature li {
    width: 100%;
    margin: 0 auto 40px auto;
    padding-bottom: 40px;
  }

  .feature li figure {
    width: 100%;
    margin: 0 auto 25px auto;
  }

  .feature li em,
  .feature li span {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
}

@media screen and (max-width:599px) {
  .feature li span {
    font-size: 14px;
  }
}

.choice {
  padding: 80px 0;
  background-color: #fff;
  text-align: center;
}

.choice .btn a {
  border: 1px solid #333;
  color: #333333;
}

.choice .btn a:hover {
  background-color: #062244;
  border: 1px solid #062244;
  color: #fff;
}

.choice__text {
  margin-bottom: 40px;
}

/* renovation_choiceページ */
/* トップバナー */
.bannar {
  width: 900px;
  height: auto;
}

@media screen and (max-width: 768px){
  .bannar {
    width: 90%;
    height: auto;
  }
}

.to-renove {
  text-align: center;
}


.satisfaction__item .satisfaction__text-wrapper h3  {
  color: #1964c5;
  font-size: 30px;
}





/* renovation_choiceページ */


.work {
  width: 100%;
  padding: 160px 0;
  text-align: center;
}

.work__list {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.work__item {
  margin: 20px 0;
  width: 48%;
}

.disposal {
  background-color: #fff;
}

.disposal .work__item {
  width: 47.5%;
}

.work figure {
  position: relative;
  margin-bottom: 10px;
  height: auto;
}

.disposal figure {
  height: 350px;
}

.work figure img {
  height: 350px;
  object-fit: cover;
}

.work em {
  display: block;
  color: #8c6337;
}

.work__inner {
  text-align: center;
  font-size: 24px;
  margin-top: 80px;
}

.work__item__inner-ttl {
  color: #ffffff;
  background-color: #1865c5;
  font-family: sans-serif;
  width: 80px;
  text-align: center;
  font-size: 12px;
}

.change-color {
  background-color: #18c59d;
}


@media screen and (max-width: 768px) {
  .work {
    width: 100%;
    min-width: auto;
  }

  .work__list {
    display: block;
    padding: 0;
  }

  .work__item {
    width: 100%;
    margin: 0 auto 40px auto;
    padding-bottom: 40px;
  }

  .disposal .work__item {
    width: 100%;
  }

  .work__item figure {
    width: 100%;
    margin: 0 auto 25px auto;
  }

  .work__item em,
  .work__item span {
    width: 100%;
    margin: 0 auto;
    display: block;
  }

  .work figure img {
    height: 250px;
  }
}



.voice {
  text-align: center;
  padding: 160px 0;
  background: url(img/relics_bg.jpg) no-repeat;
  background-size: cover;
  background-color: rgb(223, 223, 223);
  background-blend-mode: lighten;
  background-position: bottom center;
}

.dishonest_desc {
  text-align: center;
  padding: 160px 0;
  background: url(img/dihonest_bg.jpg) no-repeat;
  background-size: cover;
  background-color: rgb(223, 223, 223);
  background-blend-mode: lighten;
  background-position: bottom center;
}

.dishonest_reform_desc {
  text-align: center;
  padding: 160px 0;
  background: url(img/dishonest_reform_bg.jpg) no-repeat;
  background-size: cover;
  background-color: rgb(223, 223, 223);
  background-blend-mode: lighten;
  background-position: bottom center;
}

.office-voice {
  background: url(img/office_sec_bg.jpg) no-repeat;
  background-size: cover;
  background-color: rgb(223, 223, 223);
  background-blend-mode: lighten;
  background-position: bottom center;
}

.disposal-voice {
  background: url(img/disposal_sec_bg.jpg) no-repeat;
  background-size: cover;
  background-color: rgb(223, 223, 223);
  background-blend-mode: lighten;
  background-position: bottom center;
}

.layout-voice {
  background: url(img/layout_bg_sec.jpg) no-repeat;
  background-size: cover;
  background-color: rgb(223, 223, 223);
  background-blend-mode: lighten;
  background-position: bottom center;
}


.voice-sec-ttl {
  color: #1964c5;
}

.voice-sec-ttl span {
  display: inline-block;
}

.voice-items {
  display: inline-block;
}

.voice-item {
  text-align: left;
}

.voice-item {
  position: relative;
  /*相対位置*/
  padding-left: 2em;
  /*アイコン分のスペース*/
  line-height: 1.4;
  /*行高*/
  margin: 10px 0;
  letter-spacing: 0.15rem;
  font-size: 18px;
}

.voice-item::before {
  font-family: "Font Awesome 5 Free";
  content: "\f075";
  /*アイコンのユニコード*/
  font-weight: 900;
  position: absolute;
  /*絶対位置*/
  font-size: 1em;
  /*サイズ*/
  left: 0;
  /*アイコンの位置*/
  top: 0;
  /*アイコンの位置*/
  color: #1865c5;
  /*アイコン色*/
}

.caution {
  padding: 160px 0;
  background: #e2e2e2;
}

.caution .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.caution__image-wrapper,
.caution__text-wrapper {
  width: 50%;
}

.caution__text-wrapper {
  padding: 24px;
  text-align: justify;
}

.caution__text-wrapper h3 {
  font-size: 32px;
  color: #dc1311;
  text-align: center;
}

.caution__text-wrapper p {
  margin: 20px 0;
}

.caution__text-wrapper .btn {
  text-align: center;
}

.caution__text-wrapper .button {
  border: 1px solid #333333;
  color: #333333;
}

.caution__text-wrapper .button:hover {
  background-color: rgb(6, 34, 68);
  border: 1px solid rgb(6, 34, 68);
  color: rgb(255, 255, 255);
}

@media screen and (max-width:768px) {
  .caution {
    padding: 40px 0;
  }

  .caution .content-wrapper {
    display: block;
  }

  .caution__image-wrapper,
  .caution__text-wrapper {
    width: 100%;
  }


  .caution__text-wrapper .btn {
    text-align: center;
  }
}


.flow-parts01 {
  background: url(img/flow_bg.jpg);
  background-size: cover;
  background-color: rgb(203 213 226);
  background-blend-mode: lighten;
  padding: 160px 0;
}

.flow-parts01 ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flow-parts01 ol li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  height: 100px;
  font-size: 18px;
  background-color: #fff;
  position: relative;
}

.flow-parts01 ol li::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -25px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 0 50px 25px;
  border-color: transparent transparent transparent #fff;
}

.flow-parts01 ol li:last-child::after {
  display: none;
}

.flow-parts01 ol li dt {
  color: #1964c5;
}

@media screen and (max-width: 1199px) {
  .flow-parts01 ol {
    display: block;
    padding-left: 0px;
  }

  .flow-parts01 ol li {
    width: 100%;
    margin-bottom: 20px;
  }

  .flow-parts01 ol li::after {
    content: '';
    display: block;
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: -18px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 18px 0 18px;
    border-color: #fff transparent transparent transparent;
  }

  .flow-parts01 ol li dl dt {
    text-align: center;
  }
}

.flow__inner__first {
  font-size: 12px;
  margin-top: 10px;
}

.flow__inner {
  text-align: center;
  margin-top: 80px;
  font-size: 24px;

}

.flow__inner__02 {
  margin: 0 auto;
  text-align: center;
}

.check {
  padding: 40px 0;
  max-width: 1100px;
  margin: 0 auto;
  width: 45%;
}

.check h2 {
  position: relative;
  padding: 1rem 2rem;
  text-align: center;
  color: #0075a9;
  border-radius: 0 10px 10px 10px;
  background: #fff;
}

.check h2:before {
  font-family: 'Font Awesome 5 Free';
  font-size: 15px;
  position: absolute;
  top: -24px;
  left: 0;
  height: 24px;
  padding: 0 1em;
  content: '\f0a4  POINT';
  color: #fff;
  border-radius: 10px 10px 0 0;
  background: #0075a9;
}

.check span {
  display: inline-block;
}

@media screen and (max-width: 599px) {
  .check {
    width: 90%;
  }
  .sp {
    display: block;
  }
}


.setup {
  padding: 160px 0;
  text-align: center;
}

.setup__desc {
  padding-top: 80px;
}

.setup-content {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
}

.setup-item {
  box-sizing: border-box;
  width: 48%;
  position: relative;
  text-align: center;
  margin: 5px;
  background-color: #ffffff;
}

.setup-ttl {
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 50px;
}

.setup-img {
  height: 200px;
  object-fit: contain;
  opacity: 0.1;
}

.setup-item-ttl {
  font-weight: bold;
  font-size: 18px;
  border-bottom: 2px solid #19c5c5;
  display: inline-block;
}

.setup-item-ttl:first-letter {
  font-size: 32px;
  color: #19c5c5;
}

.setup-item-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  text-align: left;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .setup {
    margin: 40px 0;
  }

  .setup-content {
    flex-direction: column;
    align-items: center;
  }

  .setup-item-txt {
    padding: 0 20px;
  }

  .setup-item {
    margin: 20px 0;
    width: 100%;
  }

  .setup-item-ttl:first-letter {
    font-size: 24px;
  }

  .setup-item-ttl {
    font-size: 16px;
  }
}

@media screen and (max-width:599px) {
  .setup-item-txt {
    width: 100%;
  }
}

.office {
  padding: 160px 0;
  background-color: #fff;
}

.office .sec-ttl {
  font-weight: normal;
  font-family: sans-serif;
}

.office dl {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.office__box02 {
  flex-direction: row-reverse;
}

.office dt {
  width: 50%;
  margin: 10% 5% 10% 0;
}

.office__box02 dt {
  margin: 0;
}

.office dd {
  width: 45%;
}

.layout dt {
  margin: 0 5% 0 0;
}

.office__box02 dd {
  margin: 0 5% 0 0;
}

.office dd em {
  font-size: 2rem;
  font-weight: bold;
  font-style: normal;
  margin-bottom: 20px;
  color: #454545;
  display: block;
}

.office dd p.btn {
  text-align: right;
  margin-top: 40px;
}

.office dd .button {
  background-color: #424242;
  border: 2px solid #424242;
  color: #fff;
  line-height: 60px;
}

.office dd a.button:hover {
  background-color: #fff;
  border-color: #424242;
  color: #424242;
}

@media screen and (max-width: 768px) {
  .office dl {
    display: block;
  }

  .office dt {
    width: 100%;
    margin-bottom: 10px;
  }

  .office dd {
    width: 100%;
    margin: 0 0 3em 0;
  }

  .office dd em {
    text-align: center;
    font-size: 1.5em;
    margin: 0;
  }

  .office dd p.btn {
    text-align: center;
  }
}

.faq-parts {
  padding: 160px 0;
}

.faq-parts dt {
  position: relative;
  padding: 25px 40px 25px 70px;
}

.faq-parts dt::before {
  content: "Q";
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  font-size: 1.125rem;
  position: absolute;
  left: 10px;
  top: 17px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #3071c8;
  color: #FFF;
}

.faq-parts dd {
  position: relative;
  padding: 25px 20px 25px 70px;
  margin-bottom: 40px;
  border-bottom: 1px dashed #cccccc;
}

.faq-parts dd::before {
  content: "A";
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  font-size: 1.125rem;
  position: absolute;
  left: 10px;
  top: 17px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  color: #424242;
}


.about {
  background: url(img/company_sec_bg.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: rgb(236 235 235);
  -webkit-background-blend-mode: lighten;
  background-blend-mode: lighten;
  padding: 160px 0;
}

.about-inner {
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  width: 50%;
  margin: 0 auto;
  padding: 20px;
}

.about-inner .sec-ttl {
  padding: 0;
  margin-top: 16px;

}

.about-txt {
  text-align: center;
  margin-bottom: 16px;
}

.about-btn-wrapper {
  text-align: center;
  margin-top: 40px;
}

.about-btn-wrapper .button {
  color: #fff;
  width: 250px;
  height: auto;
  background: #062245;
}

.about-btn-wrapper .button:hover {
  background-color: #fff;
  border: 1px solid #fff;
  color: #1964c5;
}


@media screen and (max-width:768px) {
  .about-inner {
    width: 100%;
  }

  .about-txt {
    font-size: 14px;
  }
}




.bg-links {
  width: 100%;
  margin: 0 auto;
  padding: 110px 0 0;
}

.pt-none {
  padding: 0;
}

.bg-links ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.bg-links li {
  width: 50%;
  position: relative;
}

.bg-links li a {
  display: block;
  color: #fff;
}

.bg-links figure {
  position: relative;
  margin: 0;
}

.bg-links figure:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 4, 255, 0.4);
}

.bg-links .bg-green:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(0 114 255 / 40%);
}

.bg-item {
  flex-grow: 1;
}

.bg-item img {
  height: 500px;
  object-fit: cover;
}

.bg-links li figure:after {
  transition: 0.3s ease all;
}

.bg-links li:hover figure:after {
  background: rgba(0, 0, 0, 0.7);
}

.bg-links div {
  position: absolute;
  width: 60%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bg-links h5 {
  display: block;
  color: #fff;
  text-align: center;
}

.bg-links p {
  color: #fff;
}


@media screen and (max-width: 768px) {
  .bg-links {
    width: 100%;
  }

  .bg-links ul {
    flex-direction: column;
    padding: 0;
  }

  .bg-links li {
    width: 100%;
  }

  .bg-links li figure {
    width: 100%;
    margin: 0 auto;
  }

  .bg-item img {
    height: 250px;
    object-fit: cover;
  }

  .order1 {
    order: 1;
  }

  .order2 {
    order: 2;
  }

  .order3 {
    order: 4;
  }

  .order4 {
    order: 3;
  }
  .bg-links h5 {
    font-size: 18px;
  }
}

/****************** index.htmlここまで ******************/

.about-info {
  padding: 160px 0;
}

.about-info dl {
  margin: 0 auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  box-direction: reverse;
  box-orient: horizontal;
  flex-direction: row-reverse;
  align-items: center;
  background: #25374a;
  padding-left: 20px;
  color: #fff;
}

.about-info dt {
  width: 50%;
  margin: 0 0 0 5%;
}

.about-info dd {
  width: 45%;
}

.about-info dd em {
  font-size: 1.5rem;
  font-weight: bold;
  font-style: normal;
  margin-bottom: 20px;
  color: #454545;
  display: block;
  color: #ffffff;
}

.about-info dd p.btn {
  text-align: right;
  margin-top: 40px;
}

.about-info dd .button {
  background-color: #424242;
  border: 2px solid #424242;
  color: #fff;

}

.about-info dd a.button:hover {
  background-color: #fff;
  border-color: #424242;
  color: #424242;
}

@media screen and (max-width: 768px) {
  .about-info dl {
    display: block;
    padding: 0;
  }

  .about-info dt {
    width: 100%;
    margin: 0 0 10px 0;
  }

  .about-info dd {
    width: 100%;
    margin: 0 0 1em 0;
    padding: 20px;
    font-size: 14px;
  }

  .about-info dd em {
    text-align: center;
  }
}




.font-change {
  font-family: brushland, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4rem;
  color: #9e9e9e;
  position: relative;
}

.font-change:after {
  content: '';
  position: absolute;
  top: 40%;
  left: 25%;
  width: 20%;
  height: 1px;
  background: white;
}

@media screen and (max-width:768px) {
  .font-change {
    text-align: center;
  }

  .font-change:after {
    content: '';
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translateX(-50%);
    width: 20%;
    height: 1px;
    background: white;
  }
}

.about_mv img {
  object-position: top;
}

.hover {
  position: relative;
  width: 300px;
  height: 300px;
  overflow: hidden;
}

.hover .hover-img {
  margin: 0;
  padding: 0;
}

.hover-img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.hover-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hover .hover-text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.65);
  /*要素の大きさを0にしt表示させない*/
  transform: scale(0);
  /*ホバーの動き方*/
  transition: .35s ease-in-out;
}

.hover .hover-text .text1 {
  font-size: 22px;
  padding: 10px 20px;
}

.hover .hover-text .text2 {
  font-size: 16px;
  padding: 0 20px;
}

/*ホバーエフェクト*/
.hover:hover .hover-text {
  /*要素の大きさを1にして表示*/
  transform: scale(1);
}

/******************* about.htmlここまで *******************/

.company {
  padding: 160px 0;
}

.company table {
  width: 100%;
}

.company table tr {
  border-bottom: 1px solid #999999;
}

.company table tr th {
  padding: 30px 20px;
  font-size: 1rem;
  font-weight: bold;
  color: #333;
  text-align: left;
  width: 300px;
}

.company table tr td {
  padding-left: 20px;
}

.map {
  position: relative;
  width: 100%;
  padding-top: 50%;
  /* = height ÷ width × 100 */
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .company table tr th {
    display: block;
    width: 100%;
    text-align: left;
    padding-bottom: 0;
    padding: 15px 20px 0 20px;
  }

  .company table tr td {
    display: block;
    width: 100%;
    padding: 15px 0 15px 20px;
  }

  .map {
    position: relative;
    width: 100%;
    padding-top: 75%;
    /* = height ÷ width × 100 */
  }

  .company {
    margin-bottom: 60px;
  }
}

/******************* company.htmlここまで *******************/



.top_contact_parts01 section {
  padding: 7rem 0;
  background: #e2e2e2;
  text-align: center;
}

.top_contact_parts01 section h5 {
  font-size: 1.75rem;
}

.contact-text {
  margin: 30px 0;
}

.contact-box {
  background: #fff;
  max-width: 900px;
  display: inline-block;
  padding: 3rem 13rem;
}

.top_contact_parts01 .tel-wrap {
  margin-bottom: 20px;
  color: #333333;
}

.top_contact_parts01 .tel p {
  font-size: 2rem;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 10px;
}

.top_contact_parts01 .tel span {
  font-size: 2.5rem;
}

.top_contact_parts01 .fax p {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 10px;
}

.top_contact_parts01 .fax span {
  font-size: 2rem;
}

.top_contact_parts01 .mail-box a {
  background: #062245;
  display: block;
  text-align: center;
  padding: 20px 40px;
  /* border: solid 2px #686669; */
  color: #fff;
  border-radius: 50px;
}

.top_contact_parts01 .mail-box a:hover {
  background-color: #fff;
  color: #000858;
}

@media screen and (max-width: 999px) {
  .top_contact {
    width: 90%;
    margin: 0 auto;
  }

  .contact-box {
    width: 100%;
    padding: 3rem 4rem;
  }
}

@media screen and (max-width: 599px) {
  .contact-box {
    padding: 1rem 1rem;
  }

  .top_contact_parts01 .tel p {
    font-size: 1.25rem;
  }

  .top_contact_parts01 .tel span {
    font-size: 1rem;
  }

  .top_contact_parts01 .fax p {
    font-size: 1rem;
  }

  .top_contact_parts01 .fax p span {
    font-size: 0.75rem;
  }

  .top_contact_parts01 .reception {
    font-size: 0.75rem;
  }

  .top_contact_parts01 .mail-box a {
    padding: 0.5em 1em;
  }

  .top_contact_parts01 .mail-box a span {
    font-size: 0.75rem;
  }

  .top_contact_parts01 section {
    padding: 4rem 0;
  }
}

/******************* contact.htmlここまで *******************/
.choice-reason {
  padding: 80px 0;
}

.choice-reason__list {
  display: flex;
  justify-content: space-between;
}

.choice-reason__item {
  width: 30%;
  text-align: center;
}

.choice-reason__item p {
  display: inline-block;
  text-align: left;
}

.choice-reason__item img {
  width: 150px;
}

@media screen and (max-width:768px) {

  .choice-reason__list {
    flex-direction: column;
  }

  .choice-reason__item {
    width: 100%;
    margin-bottom: 40px;
  }
}

.satisfaction__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 80px 0;
}

.satisfaction__item:nth-child(2n) {
  flex-direction: row-reverse;
}

.satisfaction__image-wrapper {
  width: 48%;
}

.satisfaction__text-wrapper {
  width: 48%;
}

.satisfaction__secondary-title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 24px;
}

.satisfaction__secondary-text {
  width: 50%;
  margin: 0 auto;
  text-align: justify;
}

.satisfaction__image {
  width: 50%;
  display: block;
  margin: 0 auto 20px;
}

.satisfaction-bottom-content {
  background-color: #fff;
  padding: 80px 40px;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  overflow: hidden;
}

@media screen and (max-width:768px) {
  .satisfaction__item {
    display: block;
  }

  .satisfaction__image-wrapper {
    width: 100%;
  }

  .satisfaction__text-wrapper {
    width: 100%;
  }

  .satisfaction__secondary-text {
    width: 100%;
  }

  .satisfaction__image {
    width: 100%;
  }
}

/******************* choice.htmlここまで *******************/

.timing {
  padding: 160px 0;
}

.timing__text-wrapper-title {
  font-size: 24px;
  margin-bottom: 20px;
  position: relative;
  color: #333;
  text-shadow: 0 0 2px white;
}

.timing__text-wrapper-title:before {
  content: "";
  position: absolute;
  background: #9de5ff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: 50%;
  left: -15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

.summary {
  text-align: center;
}

.summary img {
  width: 75%;
}

.summary__text span {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .timing__text-wrapper-title {
    margin-top: 10px;
    font-size: 18px;
  }

  .timing__item {
    margin: 20px 0;
  }

  .timing {
    padding: 40px 0;
  }

}



/******************* timing.htmlここまで *******************/
.footer-right {
  width: 100%;
  height: auto;
}

.footer-right ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 100%;
}

footer {
  background: #062244;
  color: white;
  padding: 80px 0;
}

.footer__last {
  font-size: 12px;
}

.copyright {
  font-family: Verdana, “Droid Sans”;
}

.flex {
  display: flex;
}

/******************* detached.html *******************/

.detached-make {
  padding: 120px 0;
  background: #fff;
}

.detached-make__box-wrapper {
  margin: 40px auto;
  counter-reset: number 0;
}

.detached-make__text {
  text-align: center;
  max-width: 1000px;
  margin: auto;
}

.detached-make__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.detached-make__box:not(:last-of-type) {
  margin-bottom: 40px;
}

.detached-make__box:nth-of-type(2n) {
  flex-direction: row-reverse;
}

.detached-make__box-img,
.detached-make__box-text {
  width: 48%;
}

.detached-make__box-text {
  position: relative;
}

.detached-make__box-text h3 {
  font-size: 24px;
}

.detached-make__box-text:before {
  content: counter(number,decimal-leading-zero);
  counter-increment: number 1;
  color: #e7e7e7;
  font-size: 72px;
  display: block;
  line-height: 1;
}

@media screen and (max-width:768px) {
  .detached-make__text {
    text-align: left;
  }
  .detached-make {
    padding: 40px 0;
  }

  .detached-make__box-img,
  .detached-make__box-text {
    width: 100%;
  }

  .detached-make__box-text {
    padding: 20px 0;
  }
  .detached-make__box-text:before {
    font-size: 48px;
  }
}

/******************* detached.htmlここまで *******************/

/***** ハンバーガー *****/
@media screen and (max-width: 768px) {

  .sp-nav-btn,
  .sp-nav {
    display: block;
  }

  .pc-nav {
    display: none;
  }

  /* ハンバーガーボタンの中身 */
  .sp-nav-btn {
    position: relative;
    width: 25px;
    height: 16px;
    margin: 5% 0 7% 0;
    z-index: 20;
    margin-left: auto;
    cursor: pointer;
  }

  /* ハンバーガーボタンの中身 */

  /* ハンバーガーボタンの背景色 */
  .sp-nav-btn:before {
    content: "menu";
    position: absolute;
    color: white;
    width: 45px;
    height: 40px;
    font-size: 10px;
    top: -10px;
    right: -8px;
    /* background: #333333; */
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 0px;
    padding-top: 45px;
  }

  /* ハンバーガーボタンの背景色 */

  .pc-nav ul,
  .btn-wrapper {
    display: none;
  }

  /* ハンバーガーの３本線 */

  .sp-nav-btn span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
  }

  .sp-nav-btn span:nth-of-type(1) {
    top: 0;
    right: 3px;
    transition: ease-in 0.3s;
  }

  .sp-nav-btn span:nth-of-type(2) {
    top: 0;
    bottom: 0;
    margin: auto;
    right: 3px;
    transition: ease-in 0.3s;
  }

  .sp-nav-btn span:nth-of-type(3) {
    bottom: 0;
    right: 3px;
    transition: ease-in 0.3s;
  }

  /* ハンバーガーの３本線 */

  /* ハンバーガークリック後の線の動き */
  .sp-nav-btn.active span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
    transition: ease-in .3s;
  }

  .sp-nav-btn.active span:nth-of-type(2) {
    opacity: 0;
    transition: ease-in .3s;

  }

  .sp-nav-btn.active span:nth-of-type(3) {
    transform: translateY(-4px) rotate(45deg);
    transition: ease-in .3s;
  }

  .sp-nav-btn.active:before {
    opacity: 0;
    transition: ease-in .3s;
  }

  /* ハンバーガークリック後の線の動き */

  /* ハンバーガークリック後のメニュー */
  .sp-nav {
    display: block;
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    transform: translateX(100vw);
    transition: ease-in 0.3s;
    background: #25384a;
  }

  /* ハンバーガークリック後のメニュー */

  .sp-nav.active {
    transform: translateX(0);
  }

  /* ハンバーガークリック後メニュー中身 */
  .sp-nav ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
  }

  .sp-nav ul li {
    font-size: 16px;
    text-align: center;
    padding-top: 24px;
  }

  .sp-btn-wrapper {
    height: 50px;
    line-height: 50px;
  }

  /* ハンバーガークリック後メニュー中身 */

  /***** ハンバーガーここまで *****/
  footer {
    padding: 35px 0;
  }

  footer .img-text-1col {
    text-align: center;
  }

  footer .logo {
    justify-content: center;
  }

  .flex {
    flex-direction: column-reverse;
  }

  .footer-right {
    margin-bottom: 30px;
  }

  .footer-right ul {
    flex-direction: column;
  }
}


@media screen and (max-width:599px) {

  .reform,
  .ihin {
    top: 40px;
    margin-bottom: 40px;
  }

  .bg-links,
  .about,
  .feature,
  .work,
  .flow-parts01,
  .voice,
  .setup,
  .office,
  .company {
    padding: 40px 0;
    margin: 0;
  }

  .pt-none {
    padding: 0;
  }

  .oldcar dl {
    margin: 0 auto 80px auto;
  }
}

ul.news-li {
  max-width: 800px;
  margin: 0 auto;
  border: 4px solid #dfdfdf;
  background: #fff;
  padding: 20px;
  height: 200px;
  overflow-y: scroll;
  width: 92%;
}

section.news {
  padding: 90px 0;
}

p.news-time {
  font-size: 14px;
  display: inline-block;
  color: #666;
  margin-right: 10px;
}

p.news-title {
  display: inline-block;
}

p.news-title a {
  color: #000;
  font-size: 15px;
}

.column {
  padding: 40px 0 80px;
  background: #fff;
}

.u-grid-sec {
  display:grid;
  grid-template-columns: repeat(2,40%);
  grid-template-rows: repeat(2,auto);
  margin: 0 auto;
  justify-content: center;
  gap: 10px 20px;
}

.u-grid-sec a {
  width: 100%;
  color: #333;
}

.column-wrap {
  position: relative;
}

.column-wrap h3 {
  top: 85%;
  left: 0%;
  padding-left: 15px;
  padding-right: 20px;
  clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
  transform: translate(0%, -50%);
  text-align: center;
  position: absolute;
  font-size: px;
  background-color: rgba(255, 255, 255, 0.8);
}

.column .btn {
  text-align: center;
}

.column p.btn .button {
  background-color: #062245;
  border: 2px solid #062245;
  color: #fff;
  margin: 40px auto;
}

.column p.btn .button:hover {
  background-color: #fff;
  border-color: #062245;
  color: #062245;
}

/* column-list */
.column-list {
  padding: 200px 0 100px;
  background: #fff;

}

@media screen and (max-width: 768px) {

  .u-grid-sec {
    display:grid;
    grid-template-columns: repeat(2,50%);
    grid-template-rows: repeat(2,auto);
    margin: 0 auto;
    justify-content: center;
    gap: 10px 5px;
  }

  .column-wrap h3 {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.025em;
  }
}

.choose_reform-box-text p {
  text-align: left;
}

.choose_reform {
  padding: 80px 0;
}

.choose_reform-text {
  text-align: center;
}

.choose_reform-box-text:before {
  display: none;
}


.u-reform-bg {
  background: rgb(194, 194, 194);
}

.choose_reform-point {
  text-align: center;
  padding-bottom: 80px;
}

.choose_reform-point figure img {
  max-width: 1200px;
}

@media screen and (max-width: 768px) {
  .choose_reform-bototm-text  .u-dn {
    display: none;
  }
}
