<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  overflow: auto;
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  overflow: hidden;
  font-size: 16px;
  font-size: 1.6rem;
  color: #000;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  height: 100%;
  margin: 0;
  padding: 0;
  line-height: 1.75;
  letter-spacing: 0.05em;
  width: 100%;
}

a {
  color: #000;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  transition: 1s;
  -moz-transition: 1s;
  -webkit-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
}

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

a:active, a:hover {
  outline-width: 0;
}

li {
  margin: 0;
  list-style: none;
}

ul, ol {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4,
h5, h6, p, figure,
dd, dt, dl {
  margin: 0;
}

figcaption, figure,
main, article,
aside, footer,
header, nav, section {
  display: block;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

img {
  border-style: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

button, input, optgroup, select, textarea {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button {
  outline: none;
  border: none;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type="button"],
[type="reset"], [type="submit"] {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

textarea {
  overflow: auto;
}

[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

address {
  font-style: normal;
}

/******** Grid System width Flex ********/
.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

.flex-justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex-justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

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

.flex-justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-justify-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex-align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

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

.flex-align-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.flex-dir-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/******** margin ********/
.m-0 {
  margin: 0;
}

.m-auto {
  margin: auto;
}

.mt-0 {
  margin-top: 0;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

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

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

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

/******** form input ********/
table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
  width: 100%;
}

input[type=text],
input[type=email],
input[type=tel],
select {
  font-size: 16px;
  font-size: 1.6rem;
  background: #eee;
  border: 1px solid #fff;
  margin: 2px;
  outline: none;
  padding: 15px;
  width: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
select:focus {
  border-color: #033CA7;
}

select {
  font-size: 13px;
  font-size: 1.3rem;
  height: 2.5em;
  padding: .5em;
  width: auto;
  min-width: 7em;
}

textarea {
  font-size: 16px;
  font-size: 1.6rem;
  background: #eee;
  border: 1px solid #fff;
  padding: 15px;
  outline: none;
  resize: vertical;
  width: 100%;
}

textarea:focus {
  border-color: #033CA7;
}

input[type=checkbox],
input[type=radio] {
  background: #FFF;
  cursor: pointer;
  margin-right: .5em;
}

textarea::placeholder,
input::placeholder {
  font-size: 1.6rem;
  color: #777;
}

/******** wordpress wp-pagenavi ********/
.pager{
  margin: 50px 0 0;
  font-family: 'Jost', sans-serif;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.pager a, .pager span {
  font-size: 1.4rem;
  color: #033CA7;
  margin: 3px;
  width: 2.4em;
  height: 2.4em;
  line-height: 2.4;
  display: block;
  text-decoration: none;
  padding: 0;
}

.pager .current {
  color: #202020;
}

.pager a:hover::after,
.pager .current::after{
  content: '';
  display: block;
  width: 15px;
  height: 1px;
  margin: 10px auto 0;
  background-color: #202020;
  transition: .3s;
}

.pager a:hover{
  color: #033CA7;
}

@media screen and (max-width: 550px) {
  .pager{
    margin: 30px 0 0;
  }
}

/*////////////////////////

EFFECTS

////////////////////////*/
.fadein {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

[class*='fadeIn']{
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  visibility: visible !important;
}

.fadeInTop {
  -webkit-animation-name: fadeInTop;
  animation-name: fadeInTop;
}

@keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInBottom {
  -webkit-animation-name: fadeInBottom;
  animation-name: fadeInBottom;
}

@keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@keyframes fadeInRight {
  0% {
     opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
     transform: translateX(20px);
  }
  100% {
     opacity: 1;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
     transform: translateX(0);
  }
}

.animation-fade{
  overflow: hidden;
  opacity: 0;
}

.fade_scale {
  animation: fade_scale .75s ease-in-out forwards;
  visibility: visible !important;
}

@keyframes fade_scale {
  0% {
    opacity: 0;
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  100% {
    opacity: 1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.cssanimation{
  visibility: visible !important;
}

/*////////////////////////

fonts

////////////////////////*/
[class*="ft__jost--"]{
  font-family: 'Jost', sans-serif;
  font-weight: 400;
}

.ft__jost--med{
  font-weight: 500;
}

.ft__jost--semib{
  font-weight: 600;
}

/*////////////////////////

 common parts

////////////////////////*/
.main{
  margin-top: 80px;
}

[class*="container_"]{
  width: 100%;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

.container_l{
  max-width: 1280px;
}

.container_m{
  max-width: 1230px;
}

.container_s{
  max-width: 1030px;
}

.container_xs{
  max-width: 730px;
}

.line_hgt_2{
  line-height: 2;
}

.txt_blue{
  color: #003AA5;
}

.vt_align_top{
  vertical-align: top;
}

.vt_align_unset{
  vertical-align: unset;
}

.ft_12{
  font-size: 1.2rem;
}

.ft_13{
  font-size: 1.3rem;
}

.ft_14{
  font-size: 1.4rem;
}

.ft_16{
  font-size: 1.6rem;
}

.ft_18{
  font-size: 1.8rem;
}

.ft_22{
  font-size: 2.2rem;
}

.pc,
.block {
  display: block;
}

.sp, .sp_550 {
  display: none;
}

.txt_center{
  text-align: center;
}

.txt_right{
  text-align: right;
}

.wd_100{
  width: 100%;
}

.relative{
  position: relative;
}

.inline_block{
  display: inline-block;
}

.bkg--grad,
.btn--grad{
  background: rgb(3,60,167);
  background: linear-gradient(90deg, rgba(3,60,167,1) 34%, rgba(2,82,192,1) 69%, rgba(1,109,224,1) 100%);
}

.btn--grad{
  display: block;
  color: #fff;
  text-align: center;
  font-weight: bold;
  width: 100%;
  max-width: 300px;
  position: relative;
}

.btn--grad:hover{
  color: #fff;
}

.btn--circle_arrow{
  width: 65px;
  height: 65px;
  line-height: 54px;
  border: 1px solid #222;
  border-radius: 100%;
  display: block;
  text-align: center;
  transition: .3s;
}

.btn--grad.with_arrow{
  padding: 25px 30px;
  text-align: left;
}

.arrow--sm,
.arrow--lg{
  display: inline-block;
  height: 1px;
  border-top: 1px solid;
}

.arrow--sm::after,
.arrow--lg::after{
  content: '';
  display: inline-block;
  position: absolute;
  right: 0;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 1px solid;
  border-top: 1px solid;
}

.arrow--sm{
  width: 15px;
  border-color: #fff;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: .5s;
}

.arrow--sm::after{
  top: -4px;
  width: 6px;
  height: 6px;
  border-color: #fff;
}

.arrow--lg{
  width: 17px;
  border-color: #222;
  position: relative;
}

.arrow--lg::after{
  top: -5px;
  width: 8px;
  height: 8px;
  border-color: #222;
}

.bullet_rectangle__item{
  position: relative;
  padding-left: 20px;
}

.bullet_rectangle__item::before,
.hdg--bullet_rectangle .en::before{
  content: '';
  width: 8px;
  height: 8px;
  background-color: #9D8039;
  border-radius: 2px;
  display: inline-block;
}

.bullet_rectangle__item::before{
  position: absolute;
  left: 0;
  top: 9px;
}

.hdg--bullet_rectangle{
  font-size: 4.8rem;
  line-height: 1.2;
}

.hdg--bullet_rectangle .en::before{
  position: absolute;
  left: -13px;
  top: 0;
}

.hdg--bullet_rectangle .en{
  position: relative;
  letter-spacing: 0.02em;
  color: #033CA7;
  background: -webkit-linear-gradient(0deg, #033CA7, #0252C0, #016DE0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hdg--bullet_rectangle .jp{
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 10px 0 0;
}

.hdg--yugo42{
  font-size: 4.2rem;
  font-weight: 500;
  color: #013BA5;
  line-height: 1.5;
}

.hdg--yugo36{
  font-size: 3.6rem;
  font-weight: 500;
  color: #013BA5;
}

.hdg--yuog26{
  font-size: 2.6rem;
}

.news__date{
  font-size: 1.4rem;
}

.news__item a{
  position: relative;
  display: block;
  padding: 0 70px;
}

.news__item a:hover{
  color: #023CA7;
}

.bkg__biglogo{
  position: relative;
}

.bkg__biglogo::after{
  display: inline-block;
  content: '';
  max-width: 625px;
  width: 100%;
  height: 625px;
  background: url(img/top/business_deco.png) no-repeat center / contain;
  position: absolute;
  right: -70px;
  top: -30px;
  z-index: -1;
}

.biz__item_img{
  overflow: hidden;
  height: 100%;
  width: 100%;
  display: block;
  z-index: -1;
  transition: .5s;
  transform: scale(1);
}

.biz__item.westhouser .biz__item_img{
  background: url(img/top/business_img01.jpg) no-repeat center / cover;
}

.biz__item.warranty .biz__item_img{
  background: url(img/top/business_img02.jpg) no-repeat center / cover;
}

.biz__item.kobayashi .biz__item_img{
  background: url(img/top/business_img03.jpg) no-repeat center / cover;
}

.biz__item.environment .biz__item_img{
  background: url(img/top/business_img04.jpg) no-repeat center / cover;
}

.biz__item_icn{
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: auto;
  text-align: center;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

.biz__ribbon{
  width: 112px;
  background-color: #9D8039;
  text-align: center;
  padding: 3px 0;
  font-weight: bold;
  font-size: 1.4rem;
  color: #fff;
}

@media screen and (min-width: 1281px) {
  .container_l{
    position: relative;
    left: 20px;
  }
}

@media screen and (max-width: 870px) {
  .main{
    margin-top: 70px;
  }
}

@media screen and (min-width: 769px) {
  .biz__item a:hover .biz__item_img{
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .btn--grad.with_arrow:hover .arrow--sm{
    right: 40px;
  }
}

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

@media screen and (min-width: 651px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

@media screen and (max-width: 650px) {
  a[href^="tel:"] {
    text-decoration: underline;
    display: inline-block;
  }
}

@media screen and (max-width: 550px) {
  .sp_550 {
    display: block;
  }
  .pc_550 {
    display: none;
  }
  .hdg--bullet_rectangle{
    font-size: 3.6rem;
  }
  .hdg--bullet_rectangle .en::before{
    left: -10px;
  }
  .hdg--yugo36{
    font-size: 2.8rem;
  }
  .hdg--yuog26{
    font-size: 2.2rem;
  }
  .hdg--yugo42{
    font-size: 3.4rem;
  }
  .bkg__biglogo::after{
    height: 0;
    padding-top: calc(625 / 625 * 100%);
  }
  .news__item a{
    padding: 0 0 0 30px;
  }
}

/*////////////////////////

header

////////////////////////*/
header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
}

header .gnav__item {
  position: relative;
}

header .gnav__item a {
  transition: .3s;
  display: block;
}

header .gnav__contact{
  max-width: 250px;
  width: 100%;
}

header .fa-chevron-down{
  font-size: 1.1rem;
  display: inline-block;
  margin-left: 10px;
}

header .gnav__item:not(.gnav__parent):not(.gnav__contact):hover::after,
header .current::after{
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #9D8039;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 17px;
  margin: auto;
}

header .gnav__parent .gnav__child_item:nth-child(4){
  display: none;
}

@media screen and (min-width: 871px) {
  header .container_l{
    max-width: 100%;
    padding-right: 0;
  }
  header .gnav {
    opacity: 1;
    width: 100%;
    max-width: 890px;
    margin-left: auto;
  }
  header .gnav__item &gt; a {
    padding: 30px 0;
  }
  header.fixedmenu .gnav__item &gt; a {
    padding: 25px 0;
  }
  header .gnav__parent:hover .gnav__child_block{
    opacity: 1;
    visibility: visible;
  }
  header .gnav__child_block{
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    position: absolute;
    top: 75px;
    left: -60px;
    z-index: 20;
    padding: 15px 30px;
    transition: .5s;
    width: 230%;
    box-shadow: 0 12px 22px -15px rgba(0,0,0,0.6);
  }
  header .gnav__child_item a{
    display: block;
    padding: 0 0 10px;
  }
}

@media screen and (max-width: 870px) {
  header{
    padding: 10px 0;
    transition: .3s;
  }
  header .overlay {
    content: "";
    display: block;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    transition: opacity .5s;
  }
  header .overlay.open {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  header .gnav__toggle {
    display: inline-block;
    width: 50px;
    height: 50px;
    vertical-align: middle;
    cursor: pointer;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 999;
    background-color: #fff;
    transition: .5s;
  }
  header .gnav__toggle.active {
    -ms-transform: translateX(-230px);
    -webkit-transform: translateX(-230px);
    transform: translateX(-230px);
    border-radius: 100px 0 0 100px;
  }
  header .gnav__toggle span {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 5px;
    right: 0;
    margin: auto;
    width: 36px;
    height: 4px;
    background-color: #033CA7;
  }
  header .gnav__toggle span:nth-of-type(1) {
    top: 5px;
  }
  header .gnav__toggle.active span:nth-of-type(1) {
    -ms-transform: translateY(17px) rotate(-45deg);
    -webkit-transform: translateY(17px) rotate(-45deg);
    transform: translateY(17px) rotate(-45deg);
  }
  header .gnav__toggle span:nth-of-type(2) {
    top: 17px;
  }
  header .gnav__toggle.active span:nth-of-type(2) {
    opacity: 0;
  }
  header .gnav__toggle span:nth-of-type(3) {
    bottom: 15px;
  }
  header .gnav__toggle.active span:nth-of-type(3) {
    -ms-transform: translateY(-9px) rotate(45deg);
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
  }
  header .gnav {
    width: 250px;
    height: 100%;
    padding: 20px 30px;
    background-color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 998;
    -ms-transform: translate(100%);
    -webkit-transform: translate(100%);
    transform: translate(100%);
    transition: all .5s;
    overflow-y: scroll;
  }
  header .gnav.open {
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  header .gnav__list{
    display: block;
    position: relative;
    top: 15px;
    width: 100%;
  }
  header .gnav__item:not(.gnav__contact) &gt; a{
    padding: 10px 0;
    font-weight: bold;
  }
  header .gnav__child_item a{
    padding: 0 0 10px 15px;
  }
  header .btn--grad{
    padding: 15px 0;
    margin: 20px 0 0;
  }
  header .gnav__item:not(.gnav__parent):not(.gnav__contact):hover::after,
  header .current::after{
    left: -15px;
    right: auto;
    bottom: auto;
    top: 20px;
  }
}

@media screen and (max-width: 550px) {
  header .logo{
    width: 80%;
  }
}

/*////////////////////////

footer

////////////////////////*/
footer{
  margin: 100px 0 0;
}

footer #pagetop{
  position: fixed;
  bottom: 0;
  right: 0;
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  font-size: 3.2rem;
  z-index: 50;
}

footer #pagetop a{
  display: block;
  color: #fff;
}

footer .contact__block{
  padding: 100px 0;
  color: #fff;
}

footer .btn--grad{
  background: #fff;
  color: #023CA6;
  font-size: 1.8rem;
  max-width: 375px;
  padding: 30px 15px;
  margin-left: 20px;
}

footer .btn--grad:hover{
  color: #023CA6;
}

footer .hdg--bullet_rectangle .en{
  color: #fff;
  background: none;
  -webkit-text-fill-color: #fff;
}

footer .contact__number{
  font-size: 2.4rem;
}

footer .contact__number a{
  font-size: 4.8rem;
  color: #fff;
  line-height: 1.2;
}

footer .info__block{
  padding: 30px 0 70px;
  background-color: #F4F9F9;
}

footer .hdg__block{
  padding-bottom: 35px;
  margin-bottom: 40px;
  border-bottom: 1px solid #E3ECEC;
}

footer .logo{
  margin-right: 20px;
}

footer .bullet_rectangle__item{
  font-weight: bold;
}

footer .bullet_rectangle__item:not(.fnav__item--parent){
  margin-bottom: 15px;
}

footer .fnav__list:not(:last-of-type){
  margin-right: 60px;
}

footer .fnav__list--child{
  padding-left: 20px;
}

footer .fnav__item--child{
  margin-bottom: 3px;
}

footer .fnav__item--child:last-child{
  margin-bottom: 15px;
}

footer .fnav__list a:hover{
  color: #9D8039;
}

footer .copyright{
  margin: 15px 0 0;
  color: #BAD0D0;
  font-size: 1rem;
}

footer .fnav__list--child .fnav__item--child:nth-of-type(4){
  display: none;
}

@media screen and (min-width: 971px) {
  footer .contact__info{
    max-width: 780px;
    width: 100%;
  }
}

@media screen and (max-width: 970px) {
  footer .contact__flexbox {
    display: block;
  }
  footer .contact__info{
    margin: 30px 0 0;
  }
}

@media screen and (max-width: 768px) {
  footer .hdg__block,
  footer .fnav__flexbox,
  footer .contact__info{
    display: block;
  }
  footer .contact__info{
    max-width: 375px;
    width: 100%;
    margin: 20px auto 0;
  }
  footer .btn--grad{
    margin: 20px auto 0;
  }
  footer .logo{
    margin: 0 0 20px;
  }
  footer .fnav__block{
    margin: 20px 0 0;
  }
}

@media screen and (max-width: 550px) {
  footer{
    margin: 70px 0 0;
  }
  footer #pagetop{
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  footer .contact__block{
    padding: 50px 0;
  }
  footer .contact__number{
    font-size: 2rem;
  }
  footer .btn--grad{
    padding: 20px 15px;
  }
  footer .info__block{
    padding: 30px 0;
  }
  footer .hdg__block{
    padding-bottom: 20px;
    margin-bottom: 25px;
  }
  footer .fnav__block{
    display: block;
  }
}

@media screen and (max-width: 375px) {
  footer .contact__number a{
    font-size: 12vw;
  }
}

/*////////////////////////

TOPPAGE

////////////////////////*/
.top-common section:not(.top-main){
  padding: 100px 0;
}

.top-main{
  height: 650px;
  background: url(img/top/main_img01.jpg) no-repeat center / cover;
  position: relative;
}

.top-main .main__txt_block{
  padding: 0 15px;
  color: #023CA7;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 45%;
  -ms-transform: translateY(-45%);
  -webkit-transform: translateY(-45%);
  transform: translateY(-45%);
}

.top-main .main__hdg{
  font-weight: 500;
  font-size: 4.8rem;
  letter-spacing: 0.08em;
  margin: 20px 0;
}

.top-main .main__year_wrapper{
  display: inline-block;
  position: relative;
  max-width: 192px;
  width: 100%;
}

.top-main .main__year_wrapper::after{
  content: '';
  display: inline-block;
  height: 0;
  width: 100%;
  background-color: #fff;
  transition: 1s height;
}

.top-main .main__year_wrapper.show::after{
  height: 50px;
}

.top-main .main__year_txt{
  position: absolute;
  top: -10px;
  left: 0;
}

.top-main .letter{
  animation: STROKE 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.top-main .letter-1 {
  animation-delay: .6s;
}

.top-main .letter-0_01 {
  animation-delay: .8s;
}

.top-main .letter-0_02 {
  animation-delay: 1s;
}

@keyframes STROKE {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

[class^="main__hdg_txt--"] span {
  opacity: 0;
}

[class^="main__hdg_txt--"].appeartext span {
  animation: text_anime_on 1s ease-out forwards;
}

@keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.top-news .news__item:not(:last-child){
  margin-bottom: 15px;
}

.top-company::before{
  content: '';
  width: 95%;
  height: 105%;
  background-color: #F4F9F9;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.top-company.bkg__biglogo::after{
  z-index: -2;
}

.top-company .company__img{
  background: url(img/top/company_img01.jpg) no-repeat center / cover;
  height: 750px;
  width: 50%;
  position: absolute;
  right: 0;
  top: 10%;
  z-index: -1;
}

.top-business{
  margin-top: 80px;
}

.top-business .biz__block_wrapper{
  width: 100%;
  max-width: 1500px;
  margin: 60px auto 0;
  position: relative;
  z-index: 1;
}

.top-business .biz__list{
  width: 100%;
  max-width: 1350px;
  margin-left: auto;
}

.top-business .biz__item{
  width: 50%;
  position: relative;
  overflow: hidden;
}

.top-business .single .biz__item:nth-child(1){
  max-width: 675px;
  width: 100%;
  margin: auto;
}

.top-business .biz__item a{
  display: block;
  color: #fff;
  padding: 237px 100px 30px 30px;
}

.top-business .biz__item_img{
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.top-business .biz__item_img::before{
  width: 100%;
  height: 100%;
  content: '';
  display: inline-block;
  background-color: rgba(0, 60, 183,0.3);
  transition: .5s;
}

.top-business .biz__item a:hover .biz__item_img::before{
  background-color: transparent;
}

.top-business .biz__item .btn--circle_arrow{
  border-color: #fff;
  position: absolute;
  right: 30px;
  bottom: 30px;
}

.top-business .biz__item .arrow--lg,
.top-business .biz__item .arrow--lg::after{
  border-color: #fff;
}

.top-recruit{
  background: url(img/top/recruit_img01.jpg) no-repeat center / auto;
  padding: 80px 15px;
  margin: 80px 0 140px;
}

.top-recruit .recruit__block{
  background-color: #fff;
  max-width: 900px;
  width: 100%;
  margin: auto;
  padding: 90px 8% 80px;
  position: relative;
}

.top-recruit .line_hgt_2{
  margin: 30px 0 60px;
}

.top-recruit .recruit__en_txt{
  position: absolute;
  right: -90px;
  bottom: -30px;
}

@media screen and (max-width: 1060px) {
  .top-news .btn--grad{
    margin: 30px 0 0;
  }
  .top-news .news__list_wrapper{
    display: block;
  }
  .top-news .news__item a{
    padding-right: 0;
  }
  .top-recruit .recruit__en_txt{
    position: absolute;
    right: -15px;
    bottom: -100px;
  }
}

@media screen and (min-width: 769px) {
  .top-news .hdg--bullet_rectangle{
    border-right: 1px solid #E6E6E6;
    padding-right: 70px;
    margin-right: 60px;
  }
  .top-company .line_hgt_2{
    max-width: 510px;
    width: 45%;
  }
  .top-business .biz__item:nth-child(2){
    animation-delay: .2s;
  }
  .top-business .biz__item:nth-child(3){
    animation-delay: .4s;
  }
  .top-business .biz__item:nth-child(4){
    animation-delay: .6s;
  }
  .top-business .biz__item a:hover .btn--circle_arrow{
    background-color: #fff;
  }
  .top-business .biz__item a:hover .arrow--lg,
  .top-business .biz__item a:hover .arrow--lg::after{
    border-color: #222;
  }
}

@media screen and (max-width: 768px) {
  .top-main{
    height: 500px;
  }
  .top-news .news__flexbox,
  .top-news .news__list_wrapper,
  .top-business .intro__flexbox{
    display: block;
  }
  .top-news .hdg--bullet_rectangle{
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 40px;
    margin-bottom: 30px;
  }
  .top-business .biz__item{
    width: 100%;
  }
  .top-company .company__img{
    position: relative;
    width: 100%;
    margin: 40px 0 0;
    height: 0;
    background-size: contain;
    padding-top: calc(750 / 750 * 100%);
  }
}

@media screen and (max-width: 550px) {
  .top-common section:not(.top-main){
    padding: 50px 0;
  }
  .top-main{
    height: 430px;
  }
  .top-main .main__hdg{
    font-size: 3rem;
  }
  .top-main .main__year_wrapper{
    width: 38vw;
  }
  .top-main .main__year_txt{
    width: 80%;
    right: 0;
    margin: auto;
    top: -20px;
  }
  .top-main .main__year_wrapper.show::after{
    height: 35px;
    position: relative;
    bottom: -5px;
    z-index: -1;
  }
  .top-company::before{
    height: 100%;
  }
  .top-business{
    margin-top: 10px;
  }
  .top-business .biz__item a{
    padding-left: 15px;
  }
  .top-business .biz__item .btn--circle_arrow{
    right: 15px;
  }
  .top-business .biz__item_icn{
    top: 25%;
    -ms-transform: translateY(-25%);
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
  }
  .top-company .line_hgt_2{
    margin-bottom: 30px;
  }
  .top-recruit{
    margin: 40px 0 80px;
  }
  .top-recruit .line_hgt_2{
    margin: 30px 0;
  }
  .top-recruit .recruit__block{
    padding: 50px 20px;
  }
  .top-recruit .recruit__en_txt{
    bottom: -25vw;
  }
}

/*////////////////////////

 subpage common parts

////////////////////////*/
.subpage_common section:not(:last-of-type){
  margin-bottom: 100px;
}

.sub_main__block{
  height: 400px;
  margin-bottom: 100px;
}

.sub_main__hdg {
  text-align: center;
  color: #fff;
  line-height: 1.2;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sub_main__hdg--en{
  letter-spacing: 0;
  font-size: 4.8rem;
}

.sub_main__hdg--jp{
  letter-spacing: 0.2em;
  margin: 10px 0 0;
  display: block;
  font-size: 1.6rem;
}

.hdg--underline{
  font-size: 1.8rem;
  color: #016AD2;
  text-align: center;
}

.hdg--underline::after{
  content: '';
  display: block;
  width: 30px;
  height: 1px;
  background-color: #026AD2;
  margin: 15px auto 0;
}

.dot_list_item{
  position: relative;
  padding-left: 10px;
}

.dot_list_item::after{
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #9D8039;
  position: absolute;
  top: 10px;
  left: 0;
}

.box--border{
  border: 1px dashed #888;
  background-color: #fff;
  padding: 20px 12%;
  line-height: 2;
  max-width: 500px;
  width: 100%;
  font-size: 1.4rem;
}

.btn--round{
  text-align: center;
  border-radius: 50px;
  padding: 7px 15px;
  display: inline-block;
  border: 1px solid #033CA7;
  color: #033CA7;
  font-weight: bold;
  margin: 20px auto 0;
  transition: .3s;
}

.btn--round:hover{
  opacity: 1;
  background-color: #033CA7;
  color: #fff;
}

.hdg--vert_line{
  position: relative;
  padding: 0 0 15px 25px;
  font-size: 2rem;
  border-bottom: 1px solid #ddd;
  margin: 0 0 25px;
}

.hdg--vert_line::before{
  content: '';
  display: inline-block;
  width: 4px;
  height: 60%;
  background: rgb(3,60,167);
  background: linear-gradient(0, rgba(3,60,167,1) 34%, rgba(2,82,192,1) 40%, rgba(1,109,224,1) 100%);
  position: absolute;
  left: 0;
  top: 3px;
}

.dash_list_item{
  position: relative;
  line-height: 2;
  padding-left: 20px;
}

.dash_list_item::before{
  content: '';
  display: inline-block;
  background-color: #033CA7;
  width: 10px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 15px;
}

.counter_list{
  counter-reset: list_item;
}

.counter_list_item{
  position: relative;
  line-height: 2;
  padding-left: 25px;
}

.counter_list_item:not(:last-child){
  margin-bottom: 10px;
}

.counter_list_item::before{
  counter-increment: list_item;
  content: counter(list_item);
  display: inline-block;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 7px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: #fff;
  background-color: #033CA7;
  border-radius: 100%;
  font-family: 'Jost', sans-serif;
  font-weight: 600;
  text-align: center;
  font-size: 1.2rem;
}

@media screen and (max-width: 550px) {
  .sub_main__block{
    height: 200px;
    margin-bottom: 60px;
  }
  .sub_main__hdg--en{
    font-size: 4rem;
  }
  .subpage_common section:not(:last-of-type){
    margin-bottom: 80px;
  }
}

/*////////////////////////

  news

////////////////////////*/
.news-common .sub_main__block{
  background: url(img/news/main_img.jpg) no-repeat center / cover;
}

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

.news01 .news__item{
  border-bottom: 1px solid #ddd;
}

.news01 .news__item{
  padding: 60px 0;
}

.news01 .news__item:first-child{
  padding-top: 0;
}

.news01 .news__item::after{
  content: '';
  display: inline-block;
  height: 10px;
  width: 10px;
  border-right: 1px solid #033CA7;
  border-top: 1px solid #033CA7;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 30px;
  top: 10px;
  transition: .5s;
}

.news01 .news__item:not(:first-child)::after{
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (min-width: 769px) {
  .news01 .news__item:hover::after{
    right: 15px;
  }
}

@media screen and (max-width: 550px) {
  .news01 .news__item{
    padding: 30px 20px 30px 0;
  }
  .news01 .news__item::after{
    right: 5px;
  }
}

/************ news detail page *************/
.news_detail01 .news__title{
  font-size: 2.8rem;
  font-weight: 500;
}

.news_detail01 .news__conts_block{
  margin: 40px 0 70px;
  padding: 50px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

@media screen and (max-width: 550px) {
  .news_detail01 .news__title{
    font-size: 2.4rem;
  }
  .news_detail01 .news__conts_block{
    margin: 30px 0 50px;
  }
}

/*////////////////////////

  company

////////////////////////*/
.company-main .sub_main__block{
  background: url(img/company/main_img.jpg) no-repeat center / cover;
}

.company-philosophy .philosophy__flexbox{
  padding: 80px 0 0;
}

.company-philosophy .bkg__biglogo::after{
  max-width: 423px;
  top: 0;
  left: 0;
  right: auto;
  background-position: top;
}

.company-philosophy .philosophy__txt_block{
  line-height: 2;
  max-width: 520px;
  width: 100%;
}

.company-philosophy .philosophy__hdg{
  width: 100%;
  text-align: center;
}

.company-message::after{
  content: '';
  width: 100%;
  height: 320px;
  display: block;
  position: absolute;
  left: 0;
  top: 30px;
  background: url(img/company/company03_bkg.png) no-repeat center / cover;
}

.company-message .message__block{
  max-width: 520px;
  width: 100%;
  margin: 60px auto 0;
  line-height: 2
}

.company-message .message__signature img{
  display: inline-block;
  vertical-align: text-bottom;
}

.company-overview .hdg--bullet_rectangle{
  margin: 0 0 60px;
}

.company-overview .table--overview_row{
  border-bottom: 1px solid #bbb;
}

.company-overview .table--overview_row:first-of-type{
  border-top: 1px solid #bbb;
}

.company-overview .table--overview_hdg{
  text-align: left;
  background-color: #eee;
  padding: 20px 30px;
}

.company-overview .table--overview_detail{
  padding: 20px 20px 20px 40px;
  line-height: 2;
}

.company-overview .office__list{
  max-width: 780px;
  width: 100%;
}

.company-overview .office__item{
  width: calc(98% /2);
}

.company-overview .supplier__list_item{
  width: calc(99% / 4);
  letter-spacing: -1.5px;
}

.company-history .hdg--bullet_rectangle{
  margin: 0 0 30px;
}

.company-history .history__item:not(:last-child){
  margin-bottom: 55px;
}

.company-history .history__hdg{
  font-size: 6.4rem;
  color: #D9E8E8;
  position: relative;
  line-height: 1.2;
}

.company-history .history__hdg::after{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  width: 100%;
  height: 2px;
  background-color: #D9E8E8;
}

.company-history .history__hdg span{
  background-color: #fff;
  display: inline-block;
  padding-right: 25px;
}

.company-history .history__hdg.last::after{
  content: none;
}

.company-history .history__year_item{
  padding-left: 80px;
  position: relative;
}

.company-history .history__year_item:not(:last-child){
  margin-bottom: 15px;
}

.company-history .history__year_item::before,
.company-history .history__year_item::after{
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  content: '';
  display: inline-block;
  position: absolute;
}

.company-history .history__year_item::after{
  left: 1px;
  top: 8px;
  width: 11px;
  height: 11px;
  background: #fff;
}

.company-history .history__year_item::before{
  left: 0;
  top: 7px;
  width: 13px;
  height: 13px;
  background: rgb(3,60,167);
  background: linear-gradient(90deg, rgba(3,60,167,1) 34%, rgba(2,82,192,1) 69%, rgba(1,109,224,1) 100%);
}

.company-history .history__year_item .ft__jost--semib{
  display: inline-block;
  position: absolute;
  left: 25px;
  top: 0;
}

.company-history .history__last_hdg::after{
  content: '';
  height: 2px;
  width: 100%;
  background-color: #0341AD;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1
}

.company-history .history__last_hdg span{
  background-color: #fff;
  padding: 0 40px 0 50px;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .company-overview .supplier__list_item{
    width: calc(99% / 2);
    letter-spacing: 0;
  }
  .company-history .history__last_hdg span{
    width: 90%;
  }
}

@media screen and (min-width: 651px) {
  .company-message{
    margin-top: 200px;
  }
  .company-history .history__year_list{
    width: 50%;
  }
  .company-history .history__year_list:nth-of-type(1){
    padding-right: 40px;
    border-right: 2px dotted #bbb;
  }
  .company-history .history__year_list:nth-of-type(2){
    padding-left: 40px;
  }
}

@media screen and (max-width: 650px) {
  .company-philosophy .philosophy__flexbox,
  .company-history .history__year_flexbox{
    display: block;
  }
  .company-philosophy .philosophy__txt_block{
    margin: 40px 0 0;
    max-width: 100%;
  }
  .company-overview .office__item{
    width: 100%;
  }
  .company-overview .office__item:not(:last-child){
    margin-bottom: 30px;
  }
  .company-history .history__year_list:not(:last-of-type){
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 551px) {
  .company-overview .table--overview_hdg{
    width: 175px;
  }
  .company-overview .office__item:not(:nth-last-child(-n+2)){
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 550px) {
  .company-philosophy .philosophy__flexbox{
    padding: 40px 0 0;
  }
  .company-philosophy .philosophy__hdg{
    width: 60%;
    margin: auto;
  }
  .company-overview .supplier__list_item{
    width: calc(95% / 2);
    font-size: 1.5rem;
  }
  .company-overview .table--overview_hdg,
  .company-overview .table--overview_detail{
    display: block;
    padding: 20px;
  }
  .company-history .history__hdg{
    font-size: 3.8rem;
  }
  .company-history .history__hdg span{
    padding-right: 15px;
  }
  .company-history .history__last_hdg span{
    padding: 0 15px;
  }
}

/*////////////////////////

  recruit

////////////////////////*/
.recruit-intro .sub_main__block{
  background: url(img/recruit/main_img.jpg) no-repeat center / cover;
}

.recruit-intro .img__item--right,
.recruit-intro .img__item--left{
  width: 85%;
}

.recruit-intro .img__item--right{
  position: absolute;
  right: 0;
  top: 50px;
  text-align: right;
}

.recruit-intro .img__item--txt{
  position: absolute;
  left: 7%;
  top: 23%;
}

.recruit-intro .intro__txt_block{
  max-width: 460px;
  width: 100%;
  margin: 100px auto 50px;
}

.recruit-intro .btn--grad:not(:last-of-type){
  margin-right: 50px;
}

.recruit-description .scroll__list{
  margin: 50px 0 80px;
}

.recruit-description [class*="scroll__item--"]{
  font-weight: bold;
  display: inline-block;
}

.recruit-description .scroll__down_arrow{
  position: relative;
  display: block;
  width: 26px;
  height: 1px;
  margin: 10px auto 0;
}

.recruit-description .scroll__down_arrow::before,
.recruit-description .scroll__down_arrow::after{
  content: '';
  display: block;
  width: 13px;
  height: 1px;
  background-color: #026AD2;
  position: absolute;
  top: 0;
}

.recruit-description .scroll__down_arrow::before{
  -ms-transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}

.recruit-description .scroll__down_arrow::after{
  right: 1px;
  -ms-transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

.recruit-description .scroll__item--new{
  margin-right: 10%;
  color: #026AD2;
}

.recruit-description .scroll__item--career,
.recruit-description #career .hdg--underline{
  color: #018EB1;
}

.recruit-description .hdg--underline::after,
.recruit-description .scroll__item--career .scroll__down_arrow::before,
.recruit-description .scroll__item--career .scroll__down_arrow::after{
  background-color: #018EB1;
}

.recruit-description .table--job{
  max-width: 888px;
  width: 100%;
  margin: 30px auto 50px;
}

.recruit-description .table--job_hdg,
.recruit-description .table--job_detail{
  padding: 20px 40px;
}

.recruit-description .table--job_hdg{
  text-align: left;
  background-color: #E1F1FB;
  border-bottom: 1px solid #fff;
}

.recruit-description .table--job_detail{
  border-bottom: 1px solid #eee;
  padding-right: 0;
}

.recruit-description .btn--grad{
  max-width: 888px;
  width: 100%;
  text-align: center;
  margin: auto;
  font-size: 1.8rem;
  padding: 35px 20px;
}

.recruit-description .arrow--sm{
  right: 32%;
}

.recruit-description .job__block:not(:last-of-type){
  margin-bottom: 100px;
}

.recruit-description #career .table--job_hdg{
  background-color: #E8F4F7;
}

.recruit-description .dotline__item_hdg{
  position: relative;
}

.recruit-description .dotline__item_hdg::after{
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  border-top: 2px dotted #7E7E7E;
  position: absolute;
  left: 0;
  right: 0;
  top: 11px;
  margin: auto;
  z-index: -1;
}

.recruit-description .dotline__item_hdg span{
  background-color: #fff;
}

.recruit-description .dotline__item_hdg{
  width: 205px;
}

.recruit-description .dotline__item_detail{
  background-color: #fff;
  padding-left: 7px;
  width: calc(100% - 205px);
}

@media screen and (min-width: 769px) {
  .recruit-description .btn--grad:hover .arrow--sm{
    right: 30%;
  }
}

@media screen and (max-width: 768px) {
  .recruit-description .arrow--sm{
    right: 10vw;
  }
}

@media screen and (max-width: 650px) {
  .recruit-intro .img__block{
    margin-bottom: 130px;
  }
  .recruit-intro .img__item--right{
    top: 100px;
  }
}

@media screen and (min-width: 551px) {
  .recruit-description .table--job_hdg{
    width: 189px;
  }
}

@media screen and (max-width: 550px) {
  .recruit-intro .btn__flexbox {
    display: block;
  }
  .recruit-intro .btn--grad:not(:last-of-type){
    margin: 0 0 30px;
  }
  .recruit-description .table--job_hdg,
  .recruit-description .table--job_detail{
    display: block;
    padding: 20px;
  }
  .recruit-description .arrow--sm{
    right: 20px;
  }
  .recruit-description .dotline__item_hdg{
    width: 120px;
  }
  .recruit-description .dotline__item_detail{
    width: calc(100% - 120px);
  }
}

/*////////////////////////

  contact

////////////////////////*/
.contact-common .sub_main__block{
  background: url(img/contact/main_img.jpg) no-repeat center / cover;
}

.contact-common [class*="form__input--"]{
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  background-color: #9D8039;
  width: 46px;
  display: inline-block;
  line-height: 1.5;
  position: absolute;
  right: 0;
  top: 5px;
  letter-spacing: 0.2em;
}

.contact-common .form__input--opt{
  background-color: #777;
}

.contact-common .table--form_row{
  border-bottom: 1px solid #ddd;
}

.contact-common .table--form_row:first-of-type{
  border-top: 1px solid #ddd;
}

.contact-common .table--form_hdg_inner{
  position: relative;
  display: block;
}

.contact-common .table--form_hdg,
.contact-common .table--form_detail{
  padding: 35px 0;
}

.contact-common .table--form_hdg{
  text-align: left;
  position: relative;
  width: 217px;
}

.contact-common [type="radio"],
.contact-common [type="checkbox"]{
  display: none;
}

.contact-common .mwform-radio-field:not(:last-of-type){
  margin-right: 8%;
}

.contact-common .mwform-radio-field label {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.contact-common .mwform-radio-field-text{
  padding-left: 35px;
}

.contact-common .mwform-radio-field-text::before,
.contact-common .mwform-radio-field-text::after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 100%;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.contact-common .mwform-radio-field-text::before {
  left: 0;
  width: 24px;
  height: 24px;
  background: #fff;
  border: 1px solid #1F1F1F;
}

.contact-common .mwform-radio-field-text::after {
  opacity: 0;
  left: 7px;
  width: 12px;
  height: 12px;
  background: #135DAB;
}

.contact-common [type="radio"]:checked + span::after,
.contact-common [type="checkbox"]:checked + span::after{
  opacity: 1;
}

.contact-common .mw_wp_form .horizontal-item + .horizontal-item{
  margin-left: 0;
}

.contact-common .mwform-checkbox-field label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

.contact-common .mwform-checkbox-field label::before{
  width: 20px;
  height: 20px;
  content: '';
  position: absolute;
  left: 0;
  top: -1px;
  background: #fff;
  border: 1px solid #000;
}

.contact-common .mwform-checkbox-field-text::after{
  width: 10px;
  height: 6px;
  border: 3px solid #000;
  content: '';
  position: absolute;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 5px;
  top: 4px;
  border-top: none;
  border-right: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}

.contact-common .btn--grad.with_arrow{
  text-align: center;
  margin: 70px auto 0;
}

@media screen and (min-width: 769px) {
  .contact-common .table--form_detail{
    padding: 35px 6%;
  }
}

@media screen and (max-width: 768px) {
  .contact-common .table--form_hdg,
  .contact-common .table--form_detail{
    display: block;
  }
  .contact-common .table--form_hdg{
    padding: 25px 0 0;
  }
  .contact-common .table--form_detail{
    padding-top: 15px;
  }
}

@media screen and (max-width: 550px) {
  .contact-common .mwform-radio-field{
    display: block;
  }
  .contact-common .mwform-radio-field:not(:last-of-type){
    margin-bottom: 10px;
  }
  .contact-common .btn--grad.with_arrow{
    margin: 40px auto 0;
  }
}

/*********** contact confirm ************/
.contact_confirm01 .privacy__block{
  display: none;
}

.contact_confirm01 .btn--grad.back{
  margin: 40px auto 0;
  background: none;
  background-color: #222;
}

@media screen and (max-width: 550px) {
  .contact_confirm01 p.txt_center{
    text-align: left;
  }
}

/*********** contact thanks ************/
@media screen and (max-width: 550px) {
  .contact_thanks01 p.txt_center{
    text-align: left;
  }
}

/*////////////////////////

  business

////////////////////////*/
.business-main .sub_main__block{
  background: url(img/business/main_img.jpg) no-repeat center / cover;
}

.business-service .biz__item_img{
  z-index: 0;
}

.business-service.bkg__biglogo::after{
  max-width: 444px;
  top: -40px;
  right: 0;
}

.business-service .intro__flexbox{
  margin: 0 0 40px;
}

.business-service .hdg--yugo36{
  max-width: 460px;
  width: 100%;
  margin-right: 20px;
}

.business-service .biz__item{
  border: 1px solid #E6E6E6;
  background-color: #fff;
}

.business-service .biz__item:not(:last-of-type){
  margin-bottom: 55px;
}

.business-service .biz__item_icn{
  -ms-transform: translateY(-50%) scale(0.9);
  -webkit-transform: translateY(-50%) scale(0.9);
  transform: translateY(-50%) scale(0.9);
}

.business-service .biz__item_img_wrapper{
  overflow: hidden;
  width: 100%;
  position: relative;
  max-width: 500px;
  height: 350px;
}

.business-service .biz__txt_block{
  padding: 0 40px 0 6%;
  position: relative;
}

.business-service .btn--circle_arrow{
  margin-left: auto;
  position: relative;
  top: 50px;
}

.business-service .biz__vertical_txt{
  text-orientation: sideways;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  font-size: 1.2rem;
  letter-spacing: 0;
  position: absolute;
  right: 30px;
  top: 0;
}

.business-service .biz__vertical_txt::after{
  content: '';
  width: 1px;
  height: 30px;
  background-color: #9D8039;
  display: inline-block;
  position: absolute;
  right: 9px;
  bottom: -40px;
}

@media screen and (min-width: 881px) {
  .business-service .biz__txt_block{
    width: calc(100% - 500px);
  }
}

@media screen and (min-width: 769px) {
  .business-service .intro__txt{
    max-width: 700px;
    width: 100%;
  }
  .business-service .biz__item a:hover .btn--circle_arrow{
    background-color: #222;
  }
  .business-service .biz__item a:hover .arrow--lg,
  .business-service .biz__item a:hover .arrow--lg::after{
    border-color: #fff;
  }
}

@media screen and (max-width: 768px) {
  .business-service .intro__flexbox{
    display: block;
  }
  .business-service .hdg--yugo36{
    max-width: 100%;
    margin: 0 0 30px;
  }
  .business-service .biz__vertical_txt{
    right: 15px;
  }
  .business-service .btn--circle_arrow{
    top: 0;
    margin: 10px 0 0 auto;
  }
}

@media screen and (min-width: 551px) {
  .business-service.bkg__biglogo::after{
    height: 444px;
  }
}

@media screen and (max-width: 550px) {
  .business-service .biz__item a{
    display: block;
  }
  .business-service .biz__item_img_wrapper{
    height: 250px;
  }
  .business-service .biz__txt_block{
    padding: 30px 40px 20px 30px;
  }
  .business-service .biz__vertical_txt{
    top: 30px;
  }
}

/********* business child page common parts ************/
.child_common--biz .conts_bkg::after{
  content: '';
  width: 100%;
  height: 70%;
  position: absolute;
  left: 0;
  top: 70px;
  display: block;
  z-index: -1;
  background-color: #F4F9F9;
}

.child_common--biz .intro__txt_block{
  margin: 0 0 180px;
  position: relative;
  z-index: 10;
}

.child_common--biz .intro__name_item:not(:last-child)::after{
  content: '';
  height: 1px;
  width: 15px;
  background-color: #9D8039;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin: 0 10px;
}

.child_common--biz .intro__catch_img{
  margin-right: 30px;
}

.child_common--biz .sub__conts_block{
  max-width: 1358px;
  width: 90%;
  margin: auto;
  background-color: #fff;
  position: relative;
  padding: 100px 6% 0;
}

.child_common--biz .hdg--underline{
  font-size: 2.4rem;
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  margin: auto;
  color: #1F1F1F;
}

.child_common--biz .hdg--underline::after{
  background-color: #9D8039;
  margin-top: 30px;
}

.child_common--biz .child__link_list{
  margin: 100px 0 0;
}

.child_common--biz .child__link_item{
  text-align: center;
  width: calc(100% / 4);
  font-weight: bold;
  position: relative;
}

.child_common--biz .child__link_item.current::before{
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #9D8039;
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  margin: auto;
}

.child_common--biz .child__link_item.current a,
.child_common--biz .child__link_item:hover a{
  color: #9D7F39;
}

@media screen and (max-width: 850px) {
  .child_common--biz .intro__catch_flexbox{
    display: block;
  }
  .child_common--biz .intro__catch_img{
    margin: 0 0 20px;
    /*text-align: center;*/
  }
}

@media screen and (min-width: 769px) {
  .child_common--biz .intro__txt_block{
    max-width: 670px;
    width: 55%;
    padding-right: 15px;
  }
  .child_common--biz .intro__image{
    width: 45%;
    height: 480px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .child_common--biz .intro__txt{
    max-width: 500px;
    width: 100%;
  }
  .child_common--biz .child__link_item:not(:last-child){
    border-right: 1px solid #E6E6E6;
  }
}

@media screen and (max-width: 768px) {
  .child_common--biz .intro__txt_block{
    margin: 0 0 30px;
  }
  .child_common--biz .child__link_item{
    width: calc(100% / 2);
    margin: 0 0 20px;
  }
  .child_common--biz .intro__image{
    margin: 0 0 80px;
    width: 100%;
    height: 0;
    padding-top: calc(480 / 660 * 100%);
  }
  .child_common--biz .child__link_item:nth-child(odd){
    border-right: 1px solid #E6E6E6;
  }
  .child_common--biz .child__link_item.current::before{
    top: -10px;
  }
}

@media screen and (max-width: 550px) {
  .child_common--biz .child__link_list{
    margin: 70px 0 0;
  }
}

/*////////////////////////

  westhouser

////////////////////////*/
.westhouser-main .sub_main__block{
  background: url(img/business/westhouser/main_img.jpg) no-repeat center / cover;
}

.westhouser-business .intro__image{
  background: url(img/business/westhouser/westhouser02_img01.jpg) no-repeat center / cover;
}

.westhouser-business .sub__conts_block{
  padding-top: 80px;
}

.westhouser-business .lrg_txt{
  background: url(img/business/westhouser/westhouser02_txt.png) no-repeat center / 105% auto;
  text-align: center;
  margin: 100px 0 0;
  padding: 5.5vw 15px;
}

@media screen and (max-width: 980px) {
  .westhouser-business .sub_conts__list{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .westhouser-business .sub_conts__list::after,
  .westhouser-business .sub_conts__list_item{
    width: calc(96% / 3);
  }
  .westhouser-business .sub_conts__list::after{
    content: '';
    display: inline-block;
  }
}

@media screen and (max-width: 980px) and (min-width: 769px) {
  .westhouser-business .sub_conts__list_item:not(:nth-last-child(-n+2)){
    margin: 0 0 40px;
  }
}

@media screen and (max-width: 768px) {
  .westhouser-business .sub_conts__list_item{
    width: calc(96% / 2);
  }
  .westhouser-business .sub_conts__list_item:not(:last-child){
    margin: 0 0 40px;
  }
}

@media screen and (min-width: 551px) {
  .westhouser-business .sub_conts__list_img{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 150px;
  }
}

@media screen and (max-width: 550px) {
  .westhouser-business .sub_conts__list_item{
    width: 100%;
  }
  .westhouser-business .lrg_txt{
    margin: 50px 0 0;
  }
}

/*////////////////////////

  warranty

////////////////////////*/
.warranty-main .sub_main__block{
  background: url(img/business/warranty/main_img.jpg) no-repeat center / cover;
}

.warranty-business .intro__image{
  background: url(img/business/warranty/warranty02_img01.jpg) no-repeat center / cover;
}

.warranty-business .sub_conts__list_item{
  width: calc(90% / 3);
  max-width: 260px;
  margin: 0 auto;
}

.warranty-business .sub_conts__list_hdg{
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.2;
}

.warranty-business .sub_conts__list_num{
  margin: 0 auto 20px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 100%;
  text-align: center;
  color: #fff;
  background-color: #033CA7;
  font-size: 1.4rem;
}

.warranty-business .sub_conts__list_item:nth-child(3) .sub_conts__list_num{
  margin: 0 auto 10px;
}

@media screen and (max-width: 768px) {
  .warranty-business .sub_conts__list_item{
    width: 100%;
    max-width: 100%;
  }
  .warranty-business .sub_conts__list_item:not(:last-child){
    margin: 0 0 30px;
  }
}

/*////////////////////////

  reform

////////////////////////*/
.reform-main .sub_main__block{
  background: url(img/business/reform/main_img.jpg) no-repeat center / cover;
}

.reform-business .intro__txt_block{
  margin-bottom: 80px;
}

.reform-business .intro__image{
  background: url(img/business/reform/reform02_img01.jpg) no-repeat center / cover;
}

.reform-business .hdg--yugo36{
  color: #9D7F39;
}

.reform-business .sub_conts__list_item{
  text-align: center;
  width: calc(85% / 4);
}

@media screen and (max-width: 980px) {
  .reform-business .sub_conts__list_item{
    width: calc(90% / 2);
  }
  .reform-business .sub_conts__list_item:not(:last-child){
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 550px) {
  .reform-business .sub_conts__list_item{
    width: 100%;
  }
}

/*////////////////////////

  environment

////////////////////////*/
.environment-main .sub_main__block{
  background: url(img/business/environment/main_img.jpg) no-repeat center / cover;
}

.environment-business .intro__image{
  background: url(img/business/environment/environment02_img01.jpg) no-repeat center / cover;
}

.environment-business .intro__txt_block{
  margin-bottom: 60px;
}

.environment-business .fsc_attention_txt{
  font-weight: bold;
  text-align: center;
  background-color: #F6F6F6;
  border-radius: 70px;
  padding: 45px 25px;
  max-width: 458px;
  width: 90%;
  margin: 50px auto 20px;
  position: relative;
  z-index: 1;
}

.environment-business .fsc_attention_txt::before,
.environment-business .fsc_attention_txt::after{
  position: absolute;
  top: 0;
  z-index: -1;
}

.environment-business .fsc_attention_txt::before{
  content: url(img/business/environment/environment02_txt_deco_left.png);
  left: -65px;
}

.environment-business .fsc_attention_txt::after{
  content: url(img/business/environment/environment02_txt_deco_right.png);
  right: -65px;
}

@media screen and (max-width: 550px) {
  .environment-business .sub__conts_block{
    padding-top: 40px;
  }
}

/*////////////////////////

  privacy

////////////////////////*/
.privacy-main .sub_main__block{
  background: url(img/privacy/main_img.jpg) no-repeat center / cover;
}

.privacy-contents .hdg--vert_line:not(:first-of-type){
  margin-top: 60px;
}

.privacy-contents .dash_list{
  margin: 50px 0 40px;
}

.privacy-contents .counter_list{
  margin: 0 0 40px;
}


/******** 20220318 ADDED *********/
.top-business .biz__list::before{
  content: '';
  display: block;
  width: 100%;
  max-width: 10px;
  height: 10px;
}

.top-business .biz__item:nth-child(1){
  order: 3;
}

.top-business .biz__item:nth-child(2){
  order: 1;
  max-width: 675px;
  width: 100%;
  margin: auto;
}

.top-business .biz__item:nth-child(3){
  order: 2;
}

.top-business .biz__item:nth-child(4){
  display: none;
}</pre></body></html>