/******************************header.php******************************/
* {
  margin: 0px;
  padding: 0px;
}

body {}

a {
  text-decoration: none;
  color: #000;
}

.nav {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 1% 0;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.nav a {
  font-size: 16px;
}

.nav ul {
  display: flex;
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
}

.nav ul {
  padding-top: 80px;
}

.nav ul li:not(:first-child) {
  padding-left: 3em;
}

.nav ul li {
  list-style: none;
}

.logo img {
  width: 100%;
}

/* === スマホ版 ===*/
@media screen and (max-width: 480px) {
  .logo img {
    width: 50%;
  }

  .nav {
    display: block;
  }

  .nav a {
    font-size: 12px;
  }

  .nav ul li:not(:first-child) {
    padding-left: 1em;
  }

  .nav ul {
    padding: 0 0 10px 0;
  }
}

/* === タブレット版 ===*/
@media only screen and (min-width:640px) and (max-width:1023px) {
  .logo img {
    width: 90%;
  }

  .nav ul {
    padding-top: 50px;
    width: 80%;
  }

  .nav a {
    font-size: 12px;
  }
}

/******************************footer.php******************************/
.nav2 {
  background-color: #212121;
}

.nav3 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 1% 0;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.ft {
  display: flex;
  justify-content: space-evenly;
  border-top: 1px solid #c2c2c2;
  padding: 50px 0 50px 0;
}

.nav2 p {
  color: #c2c2c2;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
}

.line {
  padding: 30px;
}

.p {
  padding-top: 48px;
}

.p p:last-child {
  font-size: 12px;
}

/* === スマホ版 ===*/
@media screen and (max-width: 480px) {
  .nav3 {
    display: block;
  }

  .nav2 p {
    font-size: 12px;
  }

  .p p:last-child {
    font-size: 8px;
  }

  .p p:last-child {
    font-size: 8px;
  }

  .logo {
    margin-top: -120px;
  }

  header {
    margin-top: 120px;
  }

  .ft {
    padding-bottom: 100px;
  }
}

/* === タブレット版 ===*/
@media only screen and (min-width:640px) and (max-width:1023px) {
  .p {
    padding-top: 28px;
  }

  .nav2 p {
    font-size: 12px;
  }

  .p p:last-child {
    font-size: 8px;
  }
}

/******************************index.php******************************/
/* ===   === */
.main_01 img {
  width: 100vw;
  height: 60vh;
  background-position: center center;
  background-size: cover;
}

.main_title ul {
  display: flex;
  justify-content: space-evenly;
  list-style: none;
  font-size: 1vw;
  font-family: 'Noto Sans JP', sans-serif;
  padding: 20px 0 20px 0;
  border-bottom: 1px solid #c2c2c2;
  cursor: pointer;
}

.main_title ul li a {
  padding: 20px;
  font-size: 20px;
}

.btn_01 {
  color: #3eb69a;
  border-bottom: 3px solid #3eb69a;
  padding: 20px;
}

.main_p {
  display: flex;
  justify-content: space-evenly;
  padding: 100px 0 100px 0;
}

.main_p h2 {
  font-size: 30px;
}

.main_p ul li {
  padding-bottom: 10px;
  font-size: 16px;
}

.main_02 ul {
  list-style: none;
  display: flex;
  justify-content: center;
  background-color: #fafafa;
  padding: 100px 0 100px 0;
}

.main_02 ul li {
  width: 300px;
  margin-left: 1.8em;
}

.main_02 ul li p {
  background: #fff;
  height: auto;
  font-size: 12px;
  padding: 20px;
  line-height: 2
}

.main_02 ul li p strong {
  font-size: 16px;
}

.main_02 img {
  position: relative;
  width: 300px;
  height: 250px;
}

.div_01 {
  position: relative;
  height: 250px;
}

.div_02 {
  position: absolute;
  z-index: 10;
  height: 100%;
  width: 100%
}

.btn {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.btn a {
  font-size: 16px;
}

/* === スマホ版 ===*/
@media screen and (max-width: 480px) {
  .main_01 img {
    height: 25vh;
  }

  .main_p, .main_02 ul {
    padding: 20px 0 20px 0;
  }

  .main_02 ul {
    display: block;
  }

  .div_01 {
    margin-top: 20px;
  }

  .btn {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 50px;
  }

  .btn a {
    font-size: 12px;
  }

  .main_title ul li a {
    font-size: 12px;
  }

  .main_p h2 {
    font-size: 12px;
  }

  .main_p ul li {
    padding-bottom: 2px;
    font-size: 6px;
  }

  .main_02 ul li p strong {
    font-size: 12px;
  }

  .main_02 ul li p {
    font-size: 10px;
    line-height: 1.5;
  }
}

/* === タブレット版 ===*/
@media only screen and (min-width:640px) and (max-width:1023px) {
  .main_01 img {
    height: 25vh;
  }

  .main_p {
    padding: 50px 0 50px 0;
  }

  .main_02 ul li, .main_02 img {
    width: 200px;
  }

  .main_02 img, .div_01 {
    height: 150px;
  }

  .btn {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .btn a, .main_02 ul li p strong {
    font-size: 12px;
  }

  .main_title ul li a {
    font-size: 14px;
  }

  .main_p ul li, .main_02 ul li p {
    font-size: 11px;
  }

  .main_p h2 {
    font-size: 20px;
  }
}

/******************************Company.php******************************/
#company, #contact {
  font-family: 'Noto Serif JP', serif;
}

.page-visual-area-inner img {
  width: 100vw;
  height: auto;
}

#title .page-ttl {
  font-size: 14px;
  position: absolute;
  left: 15%;
  top: -0.2%;
  letter-spacing: 5px;
  display: inline-block;
  padding: 24px 64px;
  text-align: center;
}

#title h2 strong {
  letter-spacing: 2px;
  font-size: 6px;
  font-weight: normal;
}

#title .page-ttl:before, #title .page-ttl:after {
  content: "";
  display: block;
  width: 30%;
  height: 4px;
  border-top: 1px solid #000;
  position: absolute;
  top: 50px;
}

#title .page-ttl:before {
  left: 52px;
}

#title .page-ttl:after {
  right: 52px;
}

#title .page-ttl span {
  display: block;
  width: 1px;
  height: 1px;
  border: 2px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 48px;
  left: 51%;
  margin-left: -4px;
  background-color: #000;
}

.center {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.center h2 {
  margin-top: -8px;
}

/* ご挨拶 */
.sr {
  text-align: right;
  padding-top: 30px;
}

.mb30 p {
  font-size: 10px;
  line-height: 2;
}

.mb30 p:nth-child(2) {
  padding-top: 50px;
}

.tt {
  font-weight: bold;
  text-align: center;
  position: relative;
  margin-bottom: 1em;
}

.tt::before, .tt::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -8px;
  /*線の上下位置*/
  display: inline-block;
  width: 250px;
  /*線の長さ*/
  height: 1px;
  /*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  /*位置調整*/
  background-color: #333;
  /*線の色*/
  //border-radius: 2px;/*線の丸み*/
}

.tt::after {
  top: -8px;
}

/* 会社概要 */
section {
  display: block;
}

.bg-gray-light {
  background-color: #fafafa;
}

.container3 {
  max-width: 1140px;
  padding-right: 20px;
  padding-left: 20px;
  margin-left: auto;
  margin-right: auto;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.col-xl-10 {
  -webkit-box-flex: 0;
  position: relative;
  min-height: 1px;
  padding: 20px;
}

.col-xl-10 dl {
  font-size: 10px;
}

.mb40 {
  margin-bottom: 30px;
}

.text-center {
  text-align: center !important;
}

.section--title .en {
  display: block;
  line-height: 120%;
  padding: 5px 0;
  color: #05173f;
  font-size: 22px;
  letter-spacing: 4px;
  line-height: 120%;
  font-weight: 400;
}

.en {
  font-family: adobe-garamond-pro, source-han-serif-japanese, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝体", YuMincho, "Yu Mincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 300;
}

.section--title span.section--title__ja {
  display: block;
  font-size: 12px;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 120%;
}

#company #profile .dl-horizontal {
  background-color: #fff;
  margin-bottom: 10px;
  padding: 15px 10px;
}

#company #profile .dl-horizontal:last-child {
  padding-bottom: 300px;
}

#company #profile .dl-horizontal dt {
  text-align: center;
}

#company #profile .dl-horizontal dd .dl-horizontal {
  padding: 0;
  margin-bottom: 0;
}

#company #profile .dl-horizontal dd .dl-horizontal dt {
  padding-top: 0;
  text-align: left;
  font-size: 10px;
}

dl.dl-horizontal dt {
  padding: 10px 0;
  line-height: 180%;
  float: left;
  overflow: hidden;
  text-overflow: inherit;
  white-space: normal;
}

dl.dl-horizontal dd {
  padding: 10px 0;
  line-height: 180%;
  text-align: justify;
  margin-bottom: 0;
  margin-left: 80px;
}

/* 購買活動 */
#environment {
  margin-top: 20px;
}

.environment-num {
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 100%;
  position: relative;
  width: 100%;
  min-height: 1px;
}

.mb20 {
  margin-bottom: 20px !important;
}

.card {
  position: relative;
  margin-bottom: 20px;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
}

#company #environment .card-body {
  padding: 20px 20px 10px;
  ;
}

h4 {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.detail-top p {
  margin-bottom: 15px;
}

#company #environment .card-body p {
  font-size: 12px;
}

.mb20 {
  margin-bottom: 20px !important;
}

#environment ul {
  padding-left: 1.4rem;
  margin-bottom: 1rem;
  margin-top: 0;
}

#company #environment .card-body .detail-btm .environment-num ul li {
  counter-increment: environment;
  list-style: none;
  font-size: 12px;
  ;
  position: relative;
}

#company #environment .environment-num ul li {
  margin-bottom: .6rem;
}

/* アクセス */
.card-body h5 {
  font-size: 14px;
}

.card-shadow-gray {
  text-align: center;
}

/* === pc版 ===*/
@media (min-width: 600px) {
  #title .page-ttl {
    font-size: 20px;
    left: 30%;
    top: 0.3%;
  }

  #title h2 strong {
    font-size: 12px;
  }

  #title .page-ttl:before, #title .page-ttl:after {
    width: 57%;
    height: 4px;
    top: 57px;
  }

  #title .page-ttl:before {
    left: 40px;
  }

  #title .page-ttl:after {
    right: 40px;
  }

  #title .page-ttl span {
    width: 6px;
    height: 6px;
    top: 54px;
    left: 50%;
  }

  .tt::before, .tt::after {
    bottom: -10px;
    width: 340px;
  }

  .tt::after {
    top: -10px;
  }

  .section--title .en {
    font-size: 3rem;
  }

  /* 会社概要 */
  .content-inner-lg-y {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section--title .en {
    font-size: 48px;
  }

  .section--title span.section--title__ja {
    font-size: 14px;
  }

  .card-body p {
    font-size: 14px;
  }

  .col-xl-10 dl {
    font-size: 14px;
  }

  .mb40 {
    margin-bottom: 80px;
  }

  #company #profile .dl-horizontal {
    padding: 15px 100px 15px 100px;
  }

  dl.dl-horizontal dt {
    padding: 10px 0;
    padding-right: 0px;
    line-height: 180%;
    float: left;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: inherit;
    white-space: normal;
  }

  dl.dl-horizontal dd {
    padding: 10px 0;
    line-height: 180%;
    text-align: justify;
    margin-bottom: 0;
    margin-left: 150px;
  }

  #company #profile .dl-horizontal dd .dl-horizontal dt {
    font-size: 13px;
  }

  #company #profile .dl-horizontal:last-child {
    padding-bottom: 435px;
  }

  /* 購買活動 */
  h4 {
    font-size: 16px;
  }

  #company #environment .card-body {
    padding: 40px 40px 30px;
  }

  #company #environment .card-body p {
    font-size: 14px;
  }

  #company #environment .card-body .detail-btm .environment-num ul li {
    font-size: 14px;
  }

  #company #environment .environment-num ul li {
    margin-bottom: 14px;
  }

  /* アクセス */
  .card-body h5 {
    font-size: 20px;
  }
}

/* === pc版の設定ここまで ===*/
/* === pc版 (大) ===*/
@media (min-width: 1025px) {
  #title .page-ttl {
    font-size: 34px;
    left: 40%;
    top: 2%;
  }

  #title h2 strong {
    font-size: 16px;
  }

  #title .page-ttl:before, #title .page-ttl:after {
    width: 57%;
    height: 4px;
    top: 90px;
  }

  #title .page-ttl:before {
    left: -24px;
  }

  #title .page-ttl:after {
    right: -24px;
  }

  #title .page-ttl span {
    width: 8px;
    height: 8px;
    top: 86px;
    left: 50%;
  }

  /* ご挨拶 */
  .tt::before, .tt::after {
    bottom: -15px;
    width: 400px;
  }

  .tt::after {
    top: -15px;
  }

  /* 会社概要 */
  .content-inner-lg-y {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section--title .en {
    font-size: 60px;
  }

  .section--title .section--title__ja {
    font-size: 18px;
  }

  .card-body p {
    font-size: 16px;
  }

  .col-xl-10 dl {
    font-size: 16px;
  }

  #company #profile .dl-horizontal dd .dl-horizontal dt {
    font-size: 16px;
    line-height: 2;
  }

  #company #profile .dl-horizontal:last-child {
    padding-bottom: 365px;
  }

  dl.dl-horizontal dd {
    margin-left: 200px;
  }

  h4 {
    font-size: 17px;
    ;
  }

  #company #environment .card-body .detail-btm .environment-num ol li::before {
    font-size: 17px;
  }

  #company #environment .environment-num ol li {
    margin-bottom: 16px;
  }

  /* アクセス */
  .card-body h5 {
    font-size: 20px;
  }
}

/* === pc版 (大) の設定ここまで ===*/
/* === スマホ版 ===*/
@media screen and (max-width: 599px) {
  #company iframe {
    width: 100%;
  }
}

/* === タブレット版 ===*/
@media only screen and (min-width:640px) and (max-width:1023px) {}

/******************************Contact.php******************************/
#contact .justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

#contact .col-lg-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

#contact .col-lg-8 p {
  font-size: 13px;
}

form {
  font-size: 12px;
}

#contact .mb60 {
  margin-bottom: 30px !important;
}

#contact .text-sm-center {
  text-align: center !important;
}

#contact .small, small {
  font-size: 10px;
  font-weight: 300;
}

#contact .notice {
  color: #ec4c4c;
}

#contact .pr15 {
  padding-right: 15px !important;
  padding-left: 15px !important;
}

#contact .form-group {
  margin-bottom: 20px;
}

#contact .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}

#contact .col-form-label {
  font-weight: 400;
  color: #606a73;
  padding-top: calc(.5rem + 1px);
  padding-bottom: calc(.5rem + 1px);
  margin-bottom: 0;
  line-height: 1.5;
}

#contact .col-md-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

#contact .col-md-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 9px;
}

#contact input:placeholder-shown {
  color: #888 !important;
}

#contact input[type="date"], input[type="email"], input[type="tel"], input[type="text"], input[type="time"], textarea {
  font-size: 16px;
}

#contact .form-control, input[type="date"], input[type="email"], input[type="tel"], input[type="text"], input[type="time"], select, textarea {
  display: block;
  width: 100%;
  padding: 4px 6px;
  font-size: 12px;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

#contact input {
  overflow: visible;
  margin: 0;
  font-family: inherit;
  font-size: 12px;
}

#contact .pt10 {
  padding-top: 10px !important;
}

#contact .text-center {
  text-align: center !important;
}

.col-md-6 a {
  color: #008964;
  touch-action: manipulation;
  text-decoration: none;
  background-color: transparent;
}

.pt10 input {
  background-image: -webkit-linear-gradient(135deg, rgb(0, 28, 70) 0%, rgb(0, 77, 109) 52%, rgb(0, 125, 148) 100%);
  font-family: Times New Roman, Times, serif;
  font-size: 13px;
  border: none;
}

.container3 {
  margin-top: 30px;
  margin-bottom: 30px;
}

/* === pc版 ===*/
@media (min-width: 600px) {
  .content-inner-y {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  #contact .col-lg-8 p {
    font-size: 16px;
  }

  form {
    font-size: 16px;
  }

  #contact .mb60 {
    margin-bottom: 60px !important;
  }

  #contact .small, small {
    font-size: 12px;
  }

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

  #contact .col-md-6 {
    font-size: 14px;
  }

  #contact .form-control, input[type="date"], input[type="email"], input[type="tel"], input[type="text"], input[type="time"], select, textarea {
    padding: 8px 10px;
    font-size: 16px;
  }

  #contact input {
    font-size: 16px;
  }
}

/* === pc版の設定ここまで ===*/
/* === pc版 (大) ===*/
@media (min-width: 1025px) {
  #contact .col-md-6 {
    font-size: 16px;
  }
}

/* === pc版 (大) の設定ここまで === */
/* === スマホ版 ===*/
@media screen and (max-width: 480px) {}

/* === タブレット版 ===*/
@media only screen and (min-width:640px) and (max-width:1023px) {}

/******************************pp.php******************************/
#pp {
  font-family: 'Noto Serif JP', serif;
  font-weight: lighter;
}

#pp .content-inner-y {
  padding-top: 30px;
  padding-bottom: 30px;
}

#pp .container {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

#pp .text-center {
  text-align: center !important;
}

#pp .section--title {
  margin-bottom: 40px;
}

#pp .section--title .en {
  display: block;
  line-height: 120%;
  padding: 5px 0;
  font-size: 1.8rem;
  font-weight: 500;
}

.col-lg-8 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

#pp .pp--section {
  margin-bottom: 40px;
}

#pp .pp--title {
  font-size: 1rem;
  margin-bottom: 15px;
  padding: 15px 20px;
  background-color: #f3f4f5;
}

#pp .pp--section p, #pp .pp--section ol, table {
  font-size: 0.8rem;
}

#pp p {
  margin-top: 0;
  margin-bottom: 1rem;
}

#pp ol {
  padding-left: 20px;
}

.mb20 {
  margin-bottom: 20px !important;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
  border-collapse: collapse;
}

.table-bordered {
  border: 1px solid #e8e8e8;
}

table.table>tbody>tr>th {
  padding: .5rem 1rem;
}

.table th {
  padding: 20px 30px;
  border-top: 1px solid #e8e8e8;
}

.table-bordered th, .table-bordered td {
  border: 1px solid #e8e8e8;
  border-top-color: rgb(232, 232, 232);
  border-top-style: solid;
  border-top-width: 1px;
}

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

#pp .pb30 {
  padding-bottom: 20px !important;
  padding-top: 20px !important;
}

.pt10 a, .pt10 button {
  display: block;
  width: 180px;
  line-height: 42px;
  color: #fff;
  text-align: center;
  font-family: Times New Roman, Times, serif;
  text-decoration: none;
  margin: 0 auto;
  font-size: 13px;
  border: none;
  position: relative;
  cursor: pointer;
  transition: 800ms ease all;
  outline: none;
  background-image: -webkit-linear-gradient(135deg, rgb(0, 137, 100) 0%, rgb(0, 164, 130) 52%, rgb(0, 158, 119) 100%);
}

.pt10 a:hover, .pt10 button:hover {
  background: #fff;
  color: #008964;
}

.pt10 a::before, .pt10 a::after, .pt10 button::before, .pt10 button::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 2px;
  width: 0;
  background-image: -webkit-linear-gradient(135deg, rgb(0, 137, 100) 0%, rgb(0, 164, 130) 52%, rgb(0, 158, 119) 100%);
  transition: 400ms ease all;
}

.pt10 a::after, .pt10 button::after {
  right: inherit;
  top: inherit;
  left: 0;
  bottom: 0;
}

.pt10 a:hover::before, .pt10 a:hover::after, .pt10 button:hover::before, .pt10 button:hover::after {
  width: 100%;
  transition: 800ms ease all;
}

/********************トップに戻るボタンとスムーズスクロール********************/
#content {
  position: relative;
}

#topBtn {
  /*-----必須-----*/
  position: fixed;
  bottom: 10px;
  right: 10px;
  /*-----装飾-----*/
  width: 90px;
  height: 90px;
  text-decoration: none;
}

/*-----装飾-----*/
#topBtn::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 510;
  content: '\f102';
  font-size: 20px;
  width: 20px;
  height: 20px;
  top: -30px;
  color: #3eb69a;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

#topBtn::after {
  font-family: Times New Roman, Times, serif;
  content: 'PAGE TOP';
  font-size: 12px;
  color: #fff;
  position: absolute;
  top: 50px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #3eb69a;
}

#main {
  padding: 50px 0;
  overflow: hidden;
}

.wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

#mainImg {
  margin-bottom: 10px;
  height: 667px;
}

#mainImg img, #subImg img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
}

#subImg {
  display: flex;
  justify-content: center;
  margin-top: 110px;
}

#subImg li {
  width: 24%;
  list-style: none;
}

/****************************** build.php ******************************/
.bulid_right .sec_link a, .bulid_left .sec_link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  letter-spacing: .185em;
  color: #3eb69a;
  font-size: 1.4rem;
  font-weight: 500;
}

.sec_headingVW {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  letter-spacing: .2rem;
  font-size: 3.3rem;
  font-weight: 300;
  color: #3eb69a;
}

/* build_right */
.bulid_right .sec_headingVW {
  position: absolute;
  top: 0;
  left: 10%;
}

.bulid_right {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 180px;
}

/* build_right content / build_left content */
.bulid_right .bulid_right_content {
  position: relative;
  max-width: 780px;
  width: 100%;
  margin-top: 190px;
  padding: 0 100px 0 calc(10% + 122px);
}

.bulid_left .bulid_left_content {
  position: relative;
  max-width: 700px;
  width: 100%;
  padding: 0 calc(9.3% + 42px) 0 100px;
}

.sec_title {
  line-height: 67px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 4.6rem;
  font-weight: 400;
  letter-spacing: .05em;
}

.bulid_right .sec_link a>span, .bulid_left .sec_link a>span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: 35px;
}

.bulid_right .sec_link a .circle, .bulid_left .sec_link a .circle {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(275deg);
  transform: rotate(275deg);
}

.bulid_right .sec_link a .circle path.circle_motion, .bulid_left .sec_link a .circle path.circle_motion {
  stroke-dasharray: 386;
  stroke: #3eb69a;
}

.bulid_right .sec_link a .circle path, .bulid_left .sec_link a .circle path {
  fill: none;
  stroke-linecap: round;
  stroke: #f1f1f1;
  stroke-width: 2;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.bulid_right .sec_link a .arrow_msk, .bulid_left .sec_link a .arrow_msk {
  position: relative;
  overflow: hidden;
  width: 16px;
  height: 16px;
}

.bulid_right .sec_link a .arrow_msk .arrow, .bulid_left .sec_link a .arrow_msk .arrow {
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transition: -webkit-transform .5s ease-in-out;
  transition: -webkit-transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
  transition-delay: 0s, 0s;
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}

.bulid_right .sec_link a .arrow_msk .arrow path, .bulid_left .sec_link a .arrow_msk .arrow path {
  fill: none;
  stroke: #3eb69a;
  stroke-width: 2;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.bulid_right .sec_link a .arrow_msk .arrow:last-child, .bulid_left .sec_link a .arrow_msk .arrow:last-child {
  -webkit-transform: translate3d(-200%, 200%, 0);
  transform: translate3d(-200%, 200%, 0);
}

.bulid_right .bulid_right_content .sec_title, .bulid_left .bulid_left_content .sec_title {
  font-size: 1.2rem;
  line-height: 42px;
  color: #333;
}

.bulid_right .sec_link, .bulid_left .sec_link {
  margin-top: 50px;
}

/* build_right visual */
.bulid_right .bulid_right_visual {
  overflow: hidden;
  position: relative;
  z-index: 0;
  top: 0;
  right: 0;
  max-width: 744px;
  width: 100%;
}

.bulid_right .bulid_right_visual .bulid_right_visual_img {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 20px 0 0 20px;
  z-index: 1;
}

.bulid_right .bulid_right_visual .bulid_right_visual_img_inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  will-change: transform;
}

.bulid_right .bulid_right_visual .bulid_right_visual_img img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: relative;
  z-index: 1;
  border-radius: 20px 0 0 20px;
}

/* build_left */
.bulid_left {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 180px;
}

.bulid_left .sec_headingVW {
  position: absolute;
  top: 0;
  right: 9.3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* build_left visual */
.bulid_left .bulid_left_visual {
  overflow: hidden;
  position: relative;
  z-index: 0;
  top: 0;
  left: 0;
  max-width: 900px;
  width: 50%;
}

.bulid_left .bulid_left_visual .bulid_left_visual_img {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 0 20px 20px 0;
  z-index: 1;
}

.bulid_left .bulid_left_visual .bulid_left_visual_img_inner {
  position: relative;
  will-change: transform;
}

.bulid_left .bulid_left_visual .bulid_left_visual_img img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: relative;
  z-index: 1;
  border-radius: 0 20px 20px 0;
}

.botton_180 {
  margin-bottom: 180px;
}

/* === タブレット版 ===*/
@media screen and (max-width: 1080px) {
  .bulid_right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .bulid_right .sec_headingVW {
    left: 7%;
    position: absolute;
    top: 0;
    font-size: 2rem;
  }

  .bulid_right .bulid_right_content {
    display: block;
    position: relative;
    left: 17.2%;
    right: 0;
    max-width: 390px;
    margin: 85px 0 0;
    padding: 0;
  }

  .bulid_right .bulid_right_visual {
    left: 17.2%;
    min-width: 82.8%;
    height: 690px;
  }

  .bulid_right .bulid_right_visual .bulid_right_visual_img {
    height: 690px;
  }

  .bulid_right .bulid_right_visual .bulid_right_visual_img_inner {
    height: 750px;
  }

  .bulid_right .bulid_right_visual .bulid_right_visual_img img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    height: 100%;
    border-radius: 20px 0 0 20px;
    position: relative;
    z-index: 1;
  }

  .bulid_left {
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: flex-start;
  }

  .bulid_left .sec_headingVW {
    right: 5.3%;
    position: absolute;
    font-size: 2rem;
  }

  .bulid_left .bulid_left_content {
    display: block;
    position: relative;
    left: 17.4%;
    right: 0;
    width: 520px;
    margin: 105px 0 0;
    padding: 0;
  }

  .bulid_left .bulid_left_visual {
    min-width: 82.6%;
    height: 690px;
  }

  .bulid_left .bulid_left_visual .bulid_left_visual_img {
    height: 690px;
  }

  .bulid_left .bulid_left_visual .bulid_left_visual_img_inner {
    height: 750px;
  }

  .bulid_left .bulid_left_visual .bulid_left_visual_img img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    height: 100%;
    border-radius: 0 20px 20px 0;
    position: relative;
    z-index: 1;
  }


  .bulid_right .sec_link a, .bulid_left .sec_link a {
    font-size: 1.2rem;
  }

  .bulid_right .sec_link a>span, .bulid_left .sec_link a>span {
    width: 40px;
    height: 40px;
  }

  .bulid_right .sec_link a .arrow_msk, .bulid_left .sec_link a .arrow_msk, .bulid_right .sec_link a .arrow_msk .arrow, .bulid_left .sec_link a .arrow_msk .arrow {
    width: 12px;
    height: 12px;
  }

  .bulid_right .sec_link, .bulid_left .sec_link {
    margin-top: 30px;
  }

  .botton_180 {
    margin-bottom: 100px;
  }
}

/* === スマホ版 ===*/
@media screen and (max-width: 680px) {
  .bulid_right .bulid_right_visual {
    left: 18%;
    width: calc(100% - 78px);
    height: 355px;
  }

  .bulid_right .bulid_right_visual .bulid_right_visual_img, .bulid_left .bulid_left_visual .bulid_left_visual_img {
    height: 355px;
  }

  .bulid_right .bulid_right_visual .bulid_right_visual_img_inner, .bulid_left .bulid_left_visual .bulid_left_visual_img_inner {
    height: 415px;
  }

  .bulid_right .bulid_right_visual .bulid_right_visual_img img, .bulid_left .bulid_left_visual .bulid_left_visual_img img {
    height: 355px;
  }

  .bulid_left .bulid_left_visual {
    width: calc(100% - 78px);
    height: 355px;
  }

  .bulid_right .sec_headingVW, .bulid_left .sec_headingVW {
    font-size: 1.2rem;
  }

  .bulid_right .bulid_right_content .sec_title, .bulid_left .bulid_left_content .sec_title {
      font-size: 0.8rem;
  }
  .bulid_right .bulid_right_content, .bulid_left .bulid_left_content {
    margin-top: 30px;
  }

  .bulid_right .sec_link, .bulid_left .sec_link {
    margin-top: 20px;
  }

  .bulid_right .sec_link a, .bulid_left .sec_link a {
    font-size: 0.8rem;
  }

  .bulid_right .sec_link a>span, .bulid_left .sec_link a>span {
    width: 30px;
    height: 30px;
  }

  .bulid_right .sec_link a .arrow_msk, .bulid_left .sec_link a .arrow_msk, .bulid_right .sec_link a .arrow_msk .arrow, .bulid_left .sec_link a .arrow_msk .arrow {
    width: 10px;
    height: 10px;
  }
}

/******************************insurance.php******************************/
#insurance .col-lg-8 p {
  width: 57%;
  margin: 50px auto 100px;
}

@media screen and (max-width: 1080px) {
  #insurance .col-lg-8 p {
    width: 63%;
  }
}

@media screen and (max-width: 768px) {
  #insurance .col-lg-8 p {
    width: 82%;
  }
}

@media screen and (max-width: 600px) {
  #insurance center img {
    width: 100%;
  }

  #insurance .col-lg-8 p {
    font-size: 12px;
    width: 100%;
    margin-bottom: 50px;
  }
}
