@charset "UTF-8";

img {
  width: 100%;
  height: auto;
  /*高さ自動*/
  /* vertical-align: top; */
  display: block;
}

a {
  display: block;
  text-decoration-line: none;
}

a:hover {
  opacity: 70%;
}

.anchor {
  display: block;
  padding-top: 130px;
  margin-top: -130px;
}

.anchor2 {
  display: block;
  padding-top: 50px;
  margin-top: -50px;
}

@media screen and (max-width: 520px) {
  .anchor {
    display: block;
    padding-top: 130px;
    margin-top: -130px;
  }

  .anchor2 {
    display: block;
    padding-top: 50px;
    margin-top: -50px;
  }
}

/* 全体の設定
–––––––––––––––––––––––––––––––––––––––––––––––––– */
html {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 62.5%;
}

body {
  color: #164A96;
  /* font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif; */
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  background: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

.wrap {
  overflow: hidden;
}


/*-----------------------   PC版表示CSS  --*/
.pc {
  display: block;
}

.sp {
  display: none;
}

/*----------------------- スマホ版表示CSS  --*/
@media screen and (max-width: 520px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}

/* グリッド
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  margin: 0 auto;
  max-width: 980px;
  width: 100%;
  position: relative;
}

.container_820 {
  margin: 0 auto;
  max-width: 820px;
  width: 100%;
  position: relative;
}

@media screen and (max-width: 960px) {
  .container_820 {
    margin: 0 auto;
    max-width: 700px;
    width: 100%;
    position: relative;
  }
}

@media screen and (max-width: 520px) {
  .container {
    margin: 0 auto;
    max-width: 355px;
    width: 100%;
    position: relative;
  }
}

/* ------------------アニメーション */
/* スクロールCSS */

/* fade-in fade-in-up */
/* 左から右 fade-in fade-in-left */
/* 右から左 fade-in fade-in-right */
.fade-in {
  opacity: 0;
  /* 時間 */
  transition-duration: 1500ms;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-100px, 0);
}

.fade-in-right {
  transform: translate(100px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

/* ページ開いたらすぐのアニメーション */
.main-img_fade_up {
  animation-name: main_fade_up;
  animation-duration: 2s;
  animation-iteration-count: 1;
}

@keyframes main_fade_up {
  from {
    opacity: 0;
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*--------------------- ヘッダー */
header {
  background-color: #164A96;
}

@media screen and (max-width: 680px) {
  header {
    background-color: #fff;
  }
}

/*-----------------------  ヘッダー用 PC版表示CSS  --*/
.pc_680 {
  display: block;
}

.sp_680 {
  display: none;
}

/*----------------------- ヘッダー用 スマホ版表示CSS  --*/
@media screen and (max-width: 680px) {
  .pc_680 {
    display: none;
  }

  .sp_680 {
    display: block;
  }
}

/*-----------------------  ヘッダー用 PC版表示CSS  --*/
.pc_780 {
  display: block;
}

.sp_780 {
  display: none;
}

@media screen and (max-width: 780px) {
  .pc_780 {
    display: none;
  }

  .sp_780 {
    display: block;
  }
}

.header-pc-section {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #164A96;
}

.header-pc {
  max-height: 100px;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #164A96;
}

.header-pc-logo {
  display: block;
  max-width: 227px;
  padding-bottom: 8px;
}

.header-pc-list ul {
  display: flex;
}

.header-pc-list li a {
  color: #fff;
  font-size: 16px;
  margin-left: 35px;
}

@media screen and (max-width: 1024px) {
  .h-last {
    margin-right: 30px;
  }
}

@media screen and (max-width: 780px) {
  .header-pc-list li a {
    color: #fff;
    font-size: 16px;
    margin-left: 15px;
  }

  .h-last {
    margin-right: 30px;
  }
}

/* 520 */
@media screen and (max-width: 680px) {
  .header-sp {
    width: 100%;
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 19;
    background-color: #164A96;
  }

  .header-sp_logo {
    max-width: 123px;
    margin: 8px 0 12px 25px;
  }
}

/*　ハンバーガーボタン　*/
.hamburger {
  display: block;
  position: fixed;
  z-index: 20;
  right: 15px;
  top: 10px;
  width: 35px;
  height: 35px;
  cursor: pointer;
  text-align: center;
}

.hamburger span {
  display: block;
  position: absolute;
  width: 20px;
  height: 2px;
  left: 6px;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 5px;
}

.hamburger span:nth-child(2) {
  top: 13px;
}

.hamburger span:nth-child(3) {
  top: 21px;
}

/* ナビ開いてる時のボタン */
.hamburger.active {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  width: 0px;
}

.hamburger.active span:nth-child(1),
.hamburger.active span:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.hamburger.active span:nth-child(1) {
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  -o-transform: translateY(6px);
  transform: translateY(6px);
}

.hamburger.active span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(90deg);
  -ms-transform: translateY(-10px) rotate(90deg);
  -o-transform: translateY(-10px) rotate(90deg);
  transform: translateY(-10px) rotate(90deg);
}


nav.globalMenuSp {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  color: #fff;
  background: #164A96;
  text-align: center;
  transform: translateY(-100%);
  transition: all 0.9s;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 45px;
}

nav.globalMenuSp ul {
  background: #164A96;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

nav.globalMenuSp ul li:hover {
  /* background: #ddd; */
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 25px 0;
  text-decoration: none;
  font-size: 20px;
  line-height: 1.2;
}


/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateY(0%);
}

.top-padding {
  margin-top: 84px;
  font-size: 10px;
}

/* トップスライダー */
#top {
  width: 100vw;
  height: 90vh;
  /* padding-top: 100px; */
}

.pc_top {
  z-index: 4;
  max-width: 900px;
  margin-top: 36vh;
  margin-left: auto;
}

@media screen and (max-width: 1280px) {
  .pc_top {
    z-index: 4;
    max-width: 718px;
    margin-top: 36vh;
    margin-left: auto;
  }
}

@media screen and (max-width: 680px) {
  .top-padding {
    margin-top: 0px;
    font-size: 10px;
    padding-top: 34px;
  }

  #top {
    width: 100vw;
    height: 75vh;
    /* padding-top: 100px; */
  }

  .sp-top {
    z-index: 4;
    max-width: 343px;
    margin-top: 36vh;
    margin-left: auto;

  }

  .sp-top img {
    width: 100%;
    line-height: 1.0em;
    display: block;
  }

  .t-about_sp {
    max-width: 271px;
    margin: 45px auto 50px;
  }
}

@media screen and (max-width: 520px) {
  .top-padding {
    margin-top: 0px;
    font-size: 10px;
    padding-top: 34px;
  }

  #top {
    width: 100vw;
    height: 95vh;
    /* padding-top: 100px; */
  }

  .sp-top {
    z-index: 4;
    max-width: 343px;
    margin-top: 36vh;
    margin-left: auto;

  }

  .sp-top img {
    width: 100%;
    line-height: 1.0em;
    display: block;
  }

  .t-about_sp {
    max-width: 271px;
    margin: 45px auto 50px;
  }

}


/* トップ */
.t-about {
  text-align: center;
}


.t-about-title {
  font-size: 23px;
  line-height: 1.2;
  letter-spacing: 0.2em;
  margin-top: 145px;
}

.t-about-text {
  margin-top: 126px;
  line-height: 2.9;
  letter-spacing: 0.05em;
}

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

  /* トップ */
  .t-about {
    text-align: center;
  }


  .t-about-title {
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.2em;
    margin-top: 70px;
  }

  .t-about-text {
    margin-top: 50px;
    font-size: 15px;
    line-height: 2.3;
    letter-spacing: 0.05em;
  }
}

@media screen and (max-width: 520px) {
  .t-about-text {
    margin-top: 0px;
    font-size: 15px;
    line-height: 2.3;
    letter-spacing: 0.05em;
  }
}

/* --------------------------トップ企業情報 */
.company_information {
  margin-top: 302px;
  display: flex;
  justify-content: space-between;
  background-image: url(../img/about_us_back.png);
  background-size: 1428px 278px;
  background-repeat: no-repeat;
  background-position: left bottom;
  /* width: calc(100% + 332px); */
}

.company_information-left {
  margin-top: 85px;
  max-width: 875px;
  width: 90%;
}

.company_information-left-title {
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 0.2em;
  width: 100%;
  text-align: right;
  margin: 0px 12px 0 0;
  max-width: 875px;
  padding-bottom: 18px;
}

.company_information-left-title img {
  width: 100%;
}

.company_information-left-wrap {
  max-width: 586px;
  width: 100%;
  margin-left: auto;
  /* padding-left: 100px; */
}

.company_information-left-title-logo img {
  width: 220px;
  /* margin: 13px 0 0 0px; */
}

.company_information-left-sub-title {
  letter-spacing: 0;
  line-height: 1.6;
  font-size: 23px;
  margin: 4px 0 0 62px;
}

.company_information-left-text {
  margin: 61px 0 0 62px;
  max-width: 505px;
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.01em;
}

.company_information-left-btn {
  text-align: right;
  max-width: 558px;
  margin-top: 58px;
}

.company_information-left-btn a {
  border: solid 1px #164A96;
  display: inline-block;
  color: #164A96;
  padding: 16px 34px;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0;
  margin-bottom: 112px;
  /* ボタンアニメーション */
  position: relative;
  z-index: 1;
  transition: .3s;
}

.company_information-left-btn a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #164A96;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease .3s;
}

.company_information-left-btn a:hover {
  color: #fff;
  opacity: 1;
}

.company_information-left-btn a:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}



@media screen and (max-width: 1600px) {
  .company_information-left {
    margin-top: 50px;
    max-width: 875px;
    width: 80%;
  }
}

@media screen and (max-width: 1280px) {
  .company_information {
    margin-top: 250px;
    display: flex;
    justify-content: space-between;
    background-image: url(../img/about_us_back.png);
    background-size: 920px 230px;
    background-repeat: no-repeat;
    background-position: left bottom;
    /* width: calc(100% + 332px); */
  }

  .company_information-left {
    margin-top: 100px;
    max-width: 558px;
    width: 100%;
  }

  .company_information-left-title {
    font-size: 23px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    width: 100%;
    text-align: right;
    margin: 0px 12px 0 0;
    max-width: 558px;
    padding-bottom: 17px;
  }

  .company_information-left-wrap {
    max-width: 586px;
    width: 100%;
    margin-left: auto;
    padding-left: 50px;
  }

  .company_information-left-title-logo img {
    width: 166px;
    /* margin: 13px 0 0 0px; */
  }

  .company_information-left-sub-title {
    letter-spacing: 0;
    line-height: 1.6;
    font-size: 18px;
    margin: 4px 0 0 72px;
  }

  .company_information-left-text {
    margin: 47px 0 0 72px;
    max-width: 404px;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.01em;
  }

  .company_information-left-btn {
    text-align: right;
    max-width: 558px;
    margin-top: 40px;
  }

  .company_information-left-btn a {
    border: solid 1px #164A96;
    display: inline-block;
    color: #164A96;
    padding: 12px 24px;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0;
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 960px) {
  .company_information {
    margin-top: 130px;
    display: flex;
    justify-content: space-between;
    background-image: url(../img/about_us_back.png);
    background-size: 680px 170px;
    background-repeat: no-repeat;
    background-position: left bottom;
    /* width: calc(100% + 332px); */
  }

  .company_information-left {
    margin-top: 0px;
    max-width: 512px;
    width: 100%;
  }

  .company_information-left-title {
    font-size: 21px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    width: 100%;
    text-align: right;
    margin: 0px;
    max-width: 480px;
    padding-right: 10px;
    padding-bottom: 10px;
  }

  .blue-line1 {
    max-width: 480px;
    margin-right: auto;
  }

  .company_information-left-wrap {
    max-width: 480px;
    width: 100%;
    margin-left: auto;
    padding-left: 30px;
  }

  .company_information-left-title-logo img {
    width: 166px;
    margin: 13px 0 0 0px;
  }

  .company_information-left-sub-title {
    letter-spacing: 0;
    line-height: 1.6;
    font-size: 16px;
    margin: 4px 0 0 36px;
  }

  .company_information-left-text {
    margin: 30px auto 0;
    max-width: 360px;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.01em;
  }

  .company_information-left-btn {
    text-align: right;
    max-width: 480px;
    margin-top: 20px;
  }

  .company_information-left-btn a {
    border: solid 1px #164A96;
    display: inline-block;
    color: #164A96;
    padding: 11px 20px;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0;
    margin-bottom: 25px;
  }
}

/* 780 */
@media screen and (max-width: 780px) {
  .company_information {
    margin-top: 150px;
    display: flex;
    flex-direction: column-reverse;
    /* justify-content: space-between; */
    background-image: url(../img/about_us_back.png);
    background-size: 680px 170px;
    background-repeat: no-repeat;
    background-position: left bottom;
    /* width: calc(100% + 332px); */
  }

  .company_information-left {
    margin: 47px auto 0px;
    max-width: 500px;
    width: 100%;
  }

  .company_information-left-title {
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    width: 100%;
    text-align: left;
    margin: 0 auto;
    max-width: 500px;
    /* padding-left: 10px; */
    padding-bottom: 8px;
    padding-left: 10px;
  }

  .blue-line1 {
    max-width: 500px;
    margin-left: auto;
  }

  .company_information-left-wrap {
    max-width: 500px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
  }

  .company_information-left-title-logo img {
    width: 166px;
    margin: 10px 0 0 15px;
  }

  .company_information-left-sub-title {
    letter-spacing: 0;
    line-height: 1.2;
    font-size: 18px;
    margin: 4px 0 0 36px;
  }

  .company_information-left-text {
    margin: 41px auto 0;
    max-width: 450px;
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: 0;
  }

  .company_information-left-btn {
    text-align: right;
    max-width: 120px;
    margin-top: 35px;
    margin-right: 42px;
    margin-left: auto;
  }

  .company_information-left-btn a {
    border: solid 1px #164A96;
    display: inline-block;
    color: #164A96;
    padding: 11px 20px;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0;
    margin-bottom: 25px;
  }
}

/* 携帯版 */
@media screen and (max-width: 520px) {
  .company_information {
    margin-top: 170px;
    display: flex;
    flex-direction: column-reverse;
    /* justify-content: space-between; */
    background-image: url(../img/about_us_back.png);
    background-size: 348px 140px;
    background-repeat: no-repeat;
    background-position: left bottom;
    /* width: calc(100% + 332px); */
  }

  .company_information-left {
    margin: 47px 0 0 0;
    max-width: 375px;
    width: 100%;
  }

  .company_information-left-title {
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    width: 100%;
    text-align: left;
    margin: 0px 0px 0 auto;
    max-width: 328px;
    padding-left: 0px;
    padding-right: 0;
    padding-bottom: 8px;
    border-bottom: #164A96 solid 1px;
  }

  .blue-line1 {
    max-width: 328px;
    margin-left: auto;
    margin-right: 0;
    width: 100%;

  }

  .company_information-left-wrap {
    max-width: 355px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
  }

  .company_information-left-title-logo img {
    width: 106px;
    margin: 10px 0 0 15px;
  }

  .company_information-left-sub-title {
    letter-spacing: 0;
    line-height: 1.2;
    font-size: 15px;
    margin: 4px 0 0 28px;
  }

  .company_information-left-text {
    margin: 41px 0 0 32px;
    max-width: 303px;
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: 0;
    padding-left: 4px;
  }

  .company_information-left-btn {
    text-align: right;
    max-width: 120px;
    margin-top: 35px;
    margin-right: 42px;
    margin-left: auto;
  }

  .company_information-left-btn a {
    border: solid 1px #164A96;
    display: inline-block;
    color: #164A96;
    padding: 11px 20px;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0;
    margin-bottom: 25px;
    background-color: #fff;
  }
}

/* 会社情報 右 */
.company_information-right {
  width: 100%;
  height: auto;
  max-width: 840px;
  max-height: 640px;
  margin-left: 100px;
}

.company_information-right img {
  width: 100%;
  /* z-index: 1; */
}

@media screen and (max-width: 1240px) {
  .company_information-right {
    width: 100%;
    height: auto;
    max-width: 622px;
    max-height: 445px;
    margin-left: 50px;
  }
}

@media screen and (max-width: 1024px) {
  .company_information-right {
    width: 90%;
    height: auto;
    max-width: 622px;
    max-height: 445px;
    margin-left: 30px;
  }
}

@media screen and (max-width: 780px) {
  .company_information-right {
    width: 90%;
    height: auto;
    max-width: 630px;
    max-height: 450px;
    margin-left: auto;
    margin-right: auto;
  }
}

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

  /* 会社情報 右 */
  .company_information-right {
    width: 100%;
    height: auto;
    max-width: 355px;
    max-height: 244px;
    margin-left: auto;
    margin-right: auto;
  }

  .company_information-right img {
    width: 100%;
    /* z-index: 1; */
  }
}

/* ------------------------工事事例---------- */
.construction {
  margin-top: 288px;
  display: flex;
  justify-content: space-between;
  background-image: url(../img/about_us_back.png);
  background-size: 1428px 278px;
  background-repeat: no-repeat;
  background-position: right bottom;
}

.construction-left {
  width: 100%;
  height: auto;
  max-width: 840px;
  max-height: 600px;
  margin-right: 100px;
}

.construction-left img {
  width: 100%;
}

.construction-right {
  margin-top: 140px;
  max-width: 875px;
  width: 90%;
}

.construction-right-title {
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 0.2em;
  width: 100%;
  text-align: left;
  margin: 0px 0px 0 10px;
  max-width: 875px;
  padding-bottom: 18px;
}

.construction-right-wrap {
  /* max-width: 505px; */
  width: 100%;
  margin-right: auto;
}

.construction-right-text {
  margin: 111px 0 0 72px;
  max-width: 525px;
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.01em;
  padding-right: 30px;
}

.construction-right-btn {
  text-align: right;
  max-width: 505px;
  margin-top: 151px;
}

.construction-right-btn a {
  border: solid 1px #164A96;
  display: inline-block;
  color: #164A96;
  padding: 16px 34px;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0;
  margin-bottom: 169px;
  /* ボタンアニメーション */
  position: relative;
  z-index: 1;
  transition: .3s;
}

.construction-right-btn a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #164A96;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease .3s;
}

.construction-right-btn a:hover {
  color: #fff;
  opacity: 1;
}

.construction-right-btn a:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}



@media screen and (max-width: 1600px) {
  .construction-right {
    margin-top: 100px;
    max-width: 875px;
    width: 80%;
  }
}

@media screen and (max-width: 1280px) {
  .construction {
    margin-top: 288px;
    display: flex;
    justify-content: space-between;
    background-image: url(../img/about_us_back.png);
    background-size: 920px 230px;
    background-repeat: no-repeat;
    background-position: right bottom;
  }

  .construction-left {
    width: 100%;
    height: auto;
    max-width: 840px;
    max-height: 600px;
    margin-right: 50px;
  }

  .construction-left img {
    width: 100%;
  }

  .construction-right {
    margin-top: 100px;
    max-width: 624px;
    width: 90%;
  }

  .construction-right-title {
    font-size: 23px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    width: 100%;
    text-align: left;
    margin: 0px 0px 0 10px;
    max-width: 875px;
    padding-bottom: 18px;
  }

  .construction-right-wrap {
    /* max-width: 505px; */
    width: 100%;
    margin-right: auto;
  }

  .construction-right-text {
    margin: 58px 0 0 2px;
    max-width: 454px;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.01em;
    padding-left: 30px;
  }

  .construction-right-btn {
    text-align: right;
    max-width: 404px;
    margin-top: 102px;
  }

  .construction-right-btn a {
    border: solid 1px #164A96;
    display: inline-block;
    color: #164A96;
    padding: 12px 24px;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0;
    margin-bottom: 139px;
  }
}

@media screen and (max-width: 1024px) {
  .construction {
    margin-top: 288px;
    display: flex;
    justify-content: space-between;
    background-image: url(../img/about_us_back.png);
    background-size: 680px 170px;
    background-repeat: no-repeat;
    background-position: right bottom;
  }

  .construction-left {
    width: 100%;
    height: auto;
    max-width: 420px;
    max-height: 300px;
    margin-right: 50px;
  }

  .construction-left img {
    width: 100%;
  }

  .construction-right {
    margin-top: 0px;
    max-width: 480px;
    width: 100%;
  }

  .construction-right-title {
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    width: 100%;
    text-align: left;
    margin: 0px 0px 0 10px;
    max-width: 875px;
    padding-bottom: 10px;
  }

  .construction-right-wrap {
    /* max-width: 505px; */
    width: 100%;
    margin-right: auto;
  }

  .construction-right-text {
    margin: 58px 0 0 2px;
    max-width: 404px;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.01em;
  }

  .construction-right-btn {
    text-align: right;
    max-width: 404px;
    margin-top: 50px;
  }

  .construction-right-btn a {
    border: solid 1px #164A96;
    display: inline-block;
    color: #164A96;
    padding: 11px 20px;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0;
    margin-bottom: 100px;
  }
}

/* 780 */
@media screen and (max-width: 780px) {
  .construction {
    margin-top: 150px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-image: url(../img/about_us_back.png);
    background-size: 680px 170px;
    background-repeat: no-repeat;
    background-position: left bottom;
  }

  .construction-left {
    width: 100%;
    height: auto;
    max-width: 630px;
    max-height: 450px;
    margin-right: auto;
    margin-left: auto;
  }

  .construction-left img {
    width: 100%;
  }

  .construction-right {
    margin-top: 42px;
    max-width: 500px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .construction-right-title {
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    width: 100%;
    text-align: left;
    margin: 0 auto;
    max-width: 500px;
    /* padding-left: 10px; */
    padding-bottom: 8px;
    padding-left: 10px;
  }

  .construction-right-wrap {
    max-width: 500px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .construction-right-text {
    margin: 35px 0 0 38px;
    max-width: 450px;
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 0;
  }

  .construction-right-btn {
    text-align: right;
    max-width: 120px;
    margin-top: 35px;
    margin-right: 42px;
    margin-left: auto;
  }

  .construction-right-btn a {
    border: solid 1px #164A96;
    display: inline-block;
    color: #164A96;
    padding: 11px 20px;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0;
    margin-bottom: 25px;
    /* ボタンアニメーション */
    position: relative;
    z-index: 1;
    transition: .3s;
  }

  .construction-right-btn a::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #164A96;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    transition: transform ease .3s;
  }

  .construction-right-btn a:hover {
    color: #fff;
    opacity: 1;
  }

  .construction-right-btn a:hover::before {
    transform-origin: 0% 50%;
    transform: scaleX(1);
  }

}

@media screen and (max-width: 520px) {
  .construction {
    margin-top: 150px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-image: url(../img/about_us_back.png);
    background-size: 348px 115px;
    background-repeat: no-repeat;
    background-position: left bottom;
  }

  .construction-left {
    width: 100%;
    height: auto;
    max-width: 338px;
    max-height: 242px;
    margin-right: auto;
    margin-left: auto;
  }

  .construction-left img {
    width: 100%;
  }

  .construction-right {
    margin-top: 42px;
    max-width: 375px;
    width: 100%;
  }

  .construction-right-title {
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    width: 100%;
    text-align: left;
    margin: 0px 0px 0 auto;
    max-width: 328px;
    padding-left: 0px;
    padding-right: 0;
    padding-bottom: 8px;
    border-bottom: #164A96 solid 1px;
  }

  .construction-right-wrap {
    max-width: 355px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .construction-right-text {
    margin: 35px 0 0 38px;
    max-width: 300px;
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: 0;
    padding: 0;
  }

  .construction-right-btn {
    text-align: right;
    max-width: 120px;
    margin-top: 35px;
    margin-right: 42px;
    margin-left: auto;
  }

  .construction-right-btn a {
    border: solid 1px #164A96;
    display: inline-block;
    color: #164A96;
    padding: 11px 20px;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0;
    margin-bottom: 25px;
    background-color: #fff;
    /* ボタンアニメーション */
    position: relative;
    z-index: 1;
    transition: .3s;
  }

  .construction-right-btn a::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #164A96;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    transition: transform ease .3s;
  }

  .construction-right-btn a:hover {
    color: #fff;
    opacity: 1;
  }

  .construction-right-btn a:hover::before {
    transform-origin: 0% 50%;
    transform: scaleX(1);
  }

}

/*-------------------------------- トップ リクルート -------------*/
.recruit {
  background-color: #164A96;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 300px;
}

.recruit-left {
  padding-top: 130px;
  margin-right: 50px;
  margin-left: 50px;
  width: 50%;
}

.recruit-left img {
  max-width: 840px;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.recruit-right {
  width: 50%;
  margin-right: 50px;
}

.recruit-right-title-wrap {
  display: flex;
  margin: 106px 0 0 0;
}

.recruit-right-title_waku_left {
  display: inline-block;
  max-width: 57px;
  max-height: 57px;
}

.recruit-right-title {
  font-size: 34px;
  color: #fff;
  line-height: 2;
  letter-spacing: 0.2em;
  margin: 47px 16px 0 21px;
}

.recruit-right-title_waku_right {
  display: inline-block;
  max-width: 57px;
  max-height: 57px;
  margin-top: 131px;
}

.recruit-right-text {
  font-size: 23px;
  line-height: 2.2;
  letter-spacing: 0;
  color: #fff;
  margin: 117px 0 0 0;
  max-width: 805px;
}

.recruit-right-btn {
  margin: 50px auto 50px;
  text-align: center;
}

.recruit-right-btn a {
  border: solid 1px #fff;
  color: #fff;
  font-size: 24px;
  display: inline-block;
  line-height: 1.2;
  letter-spacing: 0;
  padding: 22px 49px;
  /* ボタンアニメーション */
  position: relative;
  z-index: 1;
  transition: .3s;
}

.recruit-right-btn img {
  width: 50%;
  margin: 0 auto;
}

.recruit-right-btn a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #fff;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease .3s;
}

.recruit-right-btn a:hover {
  color: #164A96;
  opacity: 1;
}

.recruit-right-btn a:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}


@media screen and (max-width: 1650px) {
  .recruit {
    background-color: #164A96;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-top: 300px;
  }

  .recruit-left {
    padding-top: 87px;
    margin-right: 50px;
    width: 100%;
    max-width: 678px;
    margin-bottom: 236px;
  }

  .recruit-left img {
    width: 100%;
  }

  .recruit-right {
    max-width: 565px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .recruit-right-title-wrap {
    display: flex;
    margin: 71px 0 0 30px;
  }

  .recruit-right-title_waku_left {
    display: inline-block;
    max-width: 38px;
    max-height: 38px;
  }

  .recruit-right-title {
    font-size: 23px;
    color: #fff;
    line-height: 2.1;
    letter-spacing: 0.2em;
    margin: 31px 5px 0 14px;
  }

  .recruit-right-title_waku_right {
    display: inline-block;
    max-width: 38px;
    max-height: 38px;
    margin-top: 87px;
  }

  .recruit-right-text {
    font-size: 16px;
    line-height: 2.2;
    letter-spacing: 0;
    color: #fff;
    margin: 78px 0 0 0;
    max-width: 565px;
  }

  .recruit-right-btn {
    margin: 50px auto 50px;
    text-align: center;
  }

  .recruit-right-btn a {
    border: solid 1px #fff;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    line-height: 1.2;
    letter-spacing: 0;
    padding: 14px 32px;
  }
}

@media screen and (max-width: 1400px) {
  .recruit-right {
    max-width: 565px;
    width: 100%;
    padding-right: 30px;
    margin-right: auto;
    margin-left: auto;
  }

  .recruit-right-title-wrap {
    display: flex;
    margin: 71px 0px 0 0px;
    width: 100%;
  }

  .recruit-right-title_waku_left {
    display: inline-block;
    max-width: 38px;
    max-height: 38px;
  }

  .recruit-right-title {
    font-size: 23px;
    color: #fff;
    line-height: 2.1;
    letter-spacing: 0.2em;
    margin: 31px 5px 0 10px;
  }

  .recruit-right-title_waku_right {
    display: inline-block;
    max-width: 38px;
    max-height: 38px;
    margin-top: 87px;
    margin-right: 0px;
  }

}

@media screen and (max-width: 1280px) {
  .recruit {
    background-color: #164A96;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 300px;
  }

  .recruit-left {
    padding-top: 87px;
    margin-right: 40px;
    width: 90%;
    max-width: 480px;
    /* max-width: 678px; */
  }


  .recruit-left img {
    width: 100%;
  }

  .recruit-right {
    max-width: 565px;
    width: 90%;
    padding-right: 30px;
    margin-left: 0;
  }

  .recruit-right-title-wrap {
    display: flex;
    margin: 71px 0px 0 30px;
    width: 100%;
  }

  .recruit-right-title_waku_left {
    display: inline-block;
    max-width: 38px;
    max-height: 38px;
  }

  .recruit-right-title {
    font-size: 23px;
    color: #fff;
    line-height: 2.1;
    letter-spacing: 0.2em;
    margin: 31px 5px 0 10px;
  }

  .recruit-right-title_waku_right {
    display: inline-block;
    max-width: 38px;
    max-height: 38px;
    margin-top: 87px;
    margin-right: 0px;
  }

  .recruit-right-text {
    font-size: 16px;
    line-height: 2.2;
    letter-spacing: 0;
    color: #fff;
    margin: 78px 0px 0 30px;
    max-width: 565px;
  }

  .recruit-right-btn {
    margin: 50px auto 50px;
    text-align: center;
  }

  .recruit-right-btn a {
    border: solid 1px #fff;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    line-height: 1.2;
    letter-spacing: 0;
    padding: 14px 32px;
  }
}

/* 1134 */
@media screen and (max-width: 1134px) {
  .recruit-right {
    max-width: 517px;
    width: 90%;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .recruit-right-title-wrap {
    display: flex;
    margin: 70px auto 0px;
    width: 100%;
  }

  .recruit-right-title_waku_left {
    display: inline-block;
    max-width: 30px;
    max-height: 30px;
  }

  .recruit-right-title_waku_right {
    display: inline-block;
    max-width: 30px;
    max-height: 30px;
    width: 100%;
    margin-top: 100px;
    margin-right: 0px;
  }

  .recruit-right-title {
    font-size: 20px;
    color: #fff;
    line-height: 2;
    letter-spacing: 0.2em;
    margin: 20px 0px 0 0px;
  }

  .recruit-right-text {
    font-size: 16px;
    line-height: 2.2;
    letter-spacing: 0;
    color: #fff;
    margin: 50px 0px 0 0px;
    max-width: 435px;
  }
}

@media screen and (max-width: 960px) {
  .recruit {
    background-color: #164A96;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 150px;
  }

  .recruit-left {
    padding-top: 100px;
    margin-right: 50px;
    width: 100%;
    max-width: 480px;
    /* max-width: 678px; */
  }

  .recruit-left img {
    width: 100%;
  }

  .recruit-right {
    max-width: 480px;
    width: 100%;
    margin-right: 30px;
    margin-left: 0;
    padding-right: 0px;
  }

  .recruit-right-title-wrap {
    display: flex;
    margin: 50px 0px 0 0px;
    width: 100%;
  }

  .recruit-right-title_waku_left {
    display: inline-block;
    max-width: 25px;
    max-height: 25px;
  }

  .recruit-right-title {
    font-size: 18px;
    color: #fff;
    line-height: 2;
    letter-spacing: 0.2em;
    margin: 20px 0px 0 0px;
  }

  .recruit-right-title_waku_right {
    display: inline-block;
    max-width: 25px;
    max-height: 25px;
    margin-top: 87px;
    margin-right: 0px;
  }

  .recruit-right-text {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0;
    color: #fff;
    margin: 30px 0px 0 0;
    max-width: 565px;
  }

  .recruit-right-btn {
    margin: 50px auto;
    text-align: center;
  }

  .recruit-right-btn a {
    border: solid 1px #fff;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    line-height: 1.2;
    letter-spacing: 0;
    padding: 12px 30px;
  }
}

/* 780 */
@media screen and (max-width: 780px) {
  .recruit {
    background-color: #164A96;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    margin-top: 252px;
    height: 1200px;
  }

  .recruit-left {
    padding-top: 0px;
    /* margin-top: -178px; */
    margin-top: 80px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    height: 450px;
    max-width: 630px;
  }

  .recruit-left img {
    width: 100%;
  }

  .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
    padding-left: 30px;
    padding-right: 30px;
  }

  .recruit-right {
    width: 100%;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0px;
  }

  .recruit-right-title-wrap {
    display: flex;
    /* flex-direction: column; */
    justify-content: space-around;
    margin-top: -150px;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }

  .recruit-right-title_waku_left {
    display: block;
    max-width: 25px;
    max-height: 25px;
    margin-left: auto;
  }

  .recruit-right-title {
    font-size: 20px;
    color: #fff;
    line-height: 1.7;
    letter-spacing: 0.2em;
    max-width: 500px;
    margin: 20px 0 0;
    display: block;
  }

  .recruit-right-title_waku_right {
    display: block;
    max-width: 25px;
    max-height: 25px;
    margin-top: 70px;
    margin-right: auto;
  }

  .recruit-right-text {
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0;
    color: #fff;
    max-width: 600px;
    padding: 0 30px 0;
    margin: 50px auto 0;
  }

  .recruit-right-btn {
    margin: 50px auto;
    text-align: center;

  }

}

@media screen and (max-width: 520px) {
  .recruit {
    background-color: #164A96;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    margin-top: 52px;
    height: 900px;
  }

  .recruit-left {
    padding-top: 0px;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    width: 323px;
    height: 227px;
  }

  .recruit-left img {
    max-width: 323px;
  }

  .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
    padding-left: 0px;
    padding-right: 0px;
  }

  .recruit-right {
    width: 100%;
    margin-right: 0px;
    padding-right: 0px;
  }

  .recruit-right-title-wrap {
    display: flex;
    /* flex-direction: column; */
    margin: -200px auto 0;
    max-width: 325px;
  }

  .recruit-right-title_waku_left {
    display: inline-block;
    max-width: 20px;
    max-height: 20px;
  }

  .recruit-right-title {
    font-size: 18px;
    color: #fff;
    line-height: 1.7;
    letter-spacing: 0.2em;
    max-width: 280px;
    margin: 10px auto 0;
  }

  .recruit-right-title_waku_right {
    display: inline-block;
    max-width: 20px;
    max-height: 20px;
    margin-top: 60px;
  }

  .recruit-right-text {
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0;
    color: #fff;
    max-width: 323px;
    margin: 50px auto 0;
  }

  .recruit-right-btn {
    margin: 57px auto 50px;
    text-align: center;

  }

  .recruit-right-btn a {
    border: solid 1px #fff;
    color: #164A96;
    background-color: #fff;
    font-size: 12px;
    display: inline-block;
    line-height: 1.2;
    letter-spacing: 0;
    padding: 12px 30px;
    /* ボタンアニメーション */
    position: relative;
    z-index: 1;
    transition: .3s;
  }

  .recruit-right-btn a::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #fff;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    transition: transform ease .3s;
  }

  .recruit-right-btn a:hover {
    color: #164A96;
    opacity: 1;
  }

  .recruit-right-btn a:hover::before {
    transform-origin: 0% 50%;
    transform: scaleX(1);
  }
}

/* ----------------- トップ information ------ */
.information {
  background-color: rgba(22, 74, 150, 0.08);
  width: 100%;
  /* height: 323px; */
  margin: 200px auto 0;
  max-width: 900px;
}

.information-title-wrap {
  display: flex;
  padding: 50px 0 0 57px;
}

.information-title_left img {
  width: 20px;
  height: 20px;
}

.information-title_right img {
  width: 20px;
  height: 20px;
  margin: 30px 0 0 0;
}

.information-title {
  margin: 14px 10px 0;
  font-size: 23px;
  line-height: 1.2;
  letter-spacing: 0.1em;
}

.information-table {
  margin: 66px 0 0px 100px;
  padding-bottom: 50px;
}

.information-table th {
  color: #164A96;
  vertical-align: top;
  width: 150px;
  text-align: left;
  font-size: 16px;
  line-height: 2.7;
  letter-spacing: 0.05em;
}

.information-table td {
  color: #164A96;
  vertical-align: top;
  max-width: 540px;
  font-size: 16px;
  line-height: 2.7;
  letter-spacing: 0.05em;
}

.information_link {
  text-align: right;
  margin-right: 50px;
  padding-bottom: 50px;
}

.information_link a {
  color: #164A96;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;

}

.information-table td a {
  color: #164A96;
  vertical-align: top;
  max-width: 650px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
}

/* トップ コンタクト */
.contact {
  margin: 200px auto;
  display: flex;
  justify-content: center;
}

.contact-left {
  margin-right: 48px;
  line-height: 1.9;
  letter-spacing: 0.1em;
  margin-top: 38px;
}

.contact-right {
  margin-left: 48px;
}

.contact_mail {
  color: #164A96;
  border: solid 1px #164A96;
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: 0;
  padding: 18px 48px 12px;
  display: flex;
  align-items: center;
  /* ボタンアニメーション */
  position: relative;
  z-index: 1;
  transition: .3s;
}

.contact_mail-icon i {
  font-size: 20px;
  padding-right: 8px;
}

.contact_mail::before {
  /* content: '\f0e0'; */
  /* font-family: Font Awesome\ 5 Free; */
  /* background-color: #164A96; */
  /* font-size: 20px; */
  padding-right: 8px;
  /* アニメーション */
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #164A96;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease .3s;
}

.contact_mail:hover {
  color: #fff;
  opacity: 1;
}

.contact_mail:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}

.contact_tel {
  color: #164A96;
  border: solid 1px #164A96;
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: 0;
  padding: 16px 25px 14px 26px;
  margin-top: 40px;
  /* margin-top: 20px; */
  /* ボタンアニメーション */
  position: relative;
  z-index: 1;
  transition: .3s;
}

.contact_tel i {
  padding-right: 8px;
}

.contact_tel::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #164A96;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease .3s;
}

.contact_tel:hover {
  color: #fff;
  opacity: 1;
}

.contact_tel:hover:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}

@media screen and (max-width: 960px) {
  .information {
    background-color: rgba(22, 74, 150, 0.08);
    width: 100%;
    /* height: 323px; */
    margin: 120px auto 0;
    max-width: 640px;
    padding: 50px;
  }

  .information-title-wrap {
    display: flex;
    padding: 0px 0 0 0px;
  }

  .information-title_left img {
    width: 20px;
    height: 20px;
  }

  .information-title_right img {
    width: 20px;
    height: 20px;
    margin: 30px 0 0 0;
  }

  .information-title {
    margin: 14px 10px 0;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.1em;
  }

  .information-table {
    margin: 40px auto 0px 0px;
    padding-bottom: 0px;

  }

  .information-table th {
    color: #164A96;
    vertical-align: top;
    width: 150px;
    text-align: left;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.05em;
    display: block;
  }

  .information-table td {
    color: #164A96;
    vertical-align: top;
    max-width: 650px;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.05em;
    display: block;
  }

}

@media screen and (max-width: 780px) {
  .contact {
    margin: 150px auto;
    display: flex;
    justify-content: center;
  }
}

@media screen and (max-width: 680px) {
  .information {
    background-color: rgba(22, 74, 150, 0.08);
    width: 100%;
    /* height: 323px; */
    margin: 120px auto 0;
    max-width: 480px;
    padding: 30px;
  }

  .contact {
    margin: 150px auto;
    display: flex;
    justify-content: center;
  }

  .contact-left {
    margin-right: 30px;
    line-height: 1.9;
    letter-spacing: 0.1em;
    margin-top: 30px;
    font-size: 16px;
  }

  .contact-right {
    margin-left: 0px;
  }

  .contact_mail {
    color: #164A96;
    border: solid 1px #164A96;
    font-size: 16px;
    line-height: 1.1;
    letter-spacing: 0;
    padding: 14px 40px 12px;
    display: flex;
    align-items: center;
    /* ボタンアニメーション */
    position: relative;
    z-index: 1;
    transition: .3s;
  }

  .contact_mail-icon i {
    font-size: 20px;
    padding-right: 8px;
  }

  .contact_mail::before {
    /* content: '\f0e0'; */
    /* font-family: Font Awesome\ 5 Free; */
    /* background-color: #164A96; */
    /* font-size: 20px; */
    padding-right: 8px;
    /* アニメーション */
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #164A96;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    transition: transform ease .3s;
  }

  .contact_mail:hover {
    color: #fff;
    opacity: 1;
  }

  .contact_mail:hover::before {
    transform-origin: 0% 50%;
    transform: scaleX(1);
  }

  .contact_tel {
    color: #164A96;
    border: solid 1px #164A96;
    font-size: 16px;
    line-height: 1.1;
    letter-spacing: 0;
    padding: 14px 20px;
    margin-top: 30px;
    /* ボタンアニメーション */
    position: relative;
    z-index: 1;
    transition: .3s;
  }

  .contact_tel i {
    padding-right: 8px;
  }

  .contact_tel::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #164A96;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    transition: transform ease .3s;
  }

  .contact_tel:hover {
    color: #fff;
    opacity: 1;
  }

  .contact_tel:hover:hover::before {
    transform-origin: 0% 50%;
    transform: scaleX(1);
  }
}

@media screen and (max-width: 520px) {
  .information {
    background-color: rgba(22, 74, 150, 0.08);
    width: 100%;
    /* height: 323px; */
    margin: -10px auto 0;
    max-width: 323px;
  }

  .information-title-wrap {
    display: flex;
    padding: 0;
  }

  .information-title_left {
    /* padding: 20px 0 0 20px; */
  }

  .information-title_left img {
    width: 33px;
    height: 33px;

  }

  .information-title_right {
    padding-bottom: 0px;
    margin-top: 0px;
  }

  .information-title_right img {
    width: 33px;
    height: 33px;
    margin: 0px 0px 0px auto;

  }

  .information-title {
    margin: -13px 0 0 42px;
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: 0.1em;
  }

  .information-table {
    margin: 23px 0 0px 38px;
    padding-bottom: 0px;

  }

  .information-table th {
    color: #164A96;
    vertical-align: top;
    width: 150px;
    text-align: left;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.7;
    letter-spacing: 0.05em;
    display: block;
  }

  .information-table td {
    color: #164A96;
    vertical-align: top;
    max-width: 232px;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    display: block;
    margin-top: 10px;
  }

  .information_link {
    text-align: right;
    margin-right: 20px;
    margin-top: 20px;
    padding-bottom: 0px;
  }

  .information_link a {
    color: #164A96;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }

  /* トップ コンタクト */
  .contact {
    margin: 90px auto 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .contact-left {
    margin-right: auto;
    margin-left: auto;
    line-height: 1.8;
    letter-spacing: 0.1em;
    margin-top: 0px;
    font-size: 15px;
  }

  .contact-right {
    margin-left: auto;
    margin-right: auto;
  }

  .contact_mail {
    color: #164A96;
    border: solid 1px #164A96;
    font-size: 19px;
    line-height: 1.2;
    letter-spacing: 0;
    padding: 18px 60px;
    display: flex;
    align-items: center;
    margin-top: 64px;
    /* ボタンアニメーション */
    position: relative;
    z-index: 1;
    transition: .3s;
  }

  .contact_mail-icon i {
    font-size: 26px;
    padding-right: 8px;
  }

  .contact_mail::before {
    /* content: '\f0e0'; */
    /* font-family: Font Awesome\ 5 Free; */
    /* background-color: #164A96; */
    /* font-size: 20px; */
    padding-right: 8px;
    /* アニメーション */
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #164A96;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    transition: transform ease .3s;
  }

  .contact_mail:hover {
    color: #fff;
    opacity: 1;
  }

  .contact_mail:hover::before {
    transform-origin: 0% 50%;
    transform: scaleX(1);
  }

  .contact_tel {
    color: #164A96;
    border: solid 1px #164A96;
    font-size: 19px;
    line-height: 1.2;
    letter-spacing: 0;
    padding: 18px 28px;
    margin-top: 50px;
    /* ボタンアニメーション */
    position: relative;
    z-index: 1;
    transition: .3s;
  }

  .contact_tel i {
    font-size: 24px;
    padding-right: 8px;
  }

  .contact_tel::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #164A96;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    transition: transform ease .3s;
  }

  .contact_tel:hover {
    color: #fff;
    opacity: 1;
  }

  .contact_tel:hover:hover::before {
    transform-origin: 0% 50%;
    transform: scaleX(1);
  }
}

/* --------------------- フッター -----------*/
footer {
  background-color: #164A96;
  /* margin-top: 200px; */
}

.footer-section {
  display: flex;
  justify-content: space-between;
}

.footer-left {
  padding: 30px 0 0 30px;
}

.footer_logo {
  max-width: 173px;
}

.footer-left-text {
  color: #fff;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-top: 30px;
}

.footer-left-text-2 {
  display: flex;
  color: #fff;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.footer-left-text-2 p a {
  color: #fff;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-top: 0px;
}

.footer-left-text a {
  color: #fff;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-top: 15px;
}

.footer-right {
  margin-top: 34px;
}

.footer-right ul {
  display: flex;
}

.footer-right li a {
  color: #fff;
  margin-left: 35px;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0;
}

/* コピーらいと */
.copyright {
  font-size: 10px;
  color: #fff;
  line-height: 1.2;
  margin-top: 44px;
  text-align: center;
  padding-bottom: 28px;
}

@media screen and (max-width: 780px) {
  .footer-right li a {
    color: #fff;
    margin-left: 15px;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 680px) {
  footer {
    background-color: #164A96;
    /* margin-top: 200px; */
  }

  .footer-section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .footer-left {
    padding: 12px 0 0 25px;
  }

  .footer_logo {
    max-width: 122px;
  }

  .footer-left-text {
    color: #fff;
    font-size: 11px;
    line-height: 1.4;
    letter-spacing: 0;
    margin-top: 15px;
  }

  .footer-left-text-2 {
    color: #fff;
    font-size: 11px;
    line-height: 1.4;
    letter-spacing: 0;
    margin-top: 0px;
    display: flex;
  }

  .footer-left-text-2 a {
    color: #fff;
    font-size: 11px;
    line-height: 1.4;
    letter-spacing: 0;
    margin-top: 0px;
  }

  .footer-left-text a {
    color: #fff;
    font-size: 11px;
    line-height: 1.4;
    letter-spacing: 0;
    margin-top: 15px;
  }

  .footer-right {
    margin-top: 34px;
  }

  .footer-right ul {
    display: flex;
  }

  .footer-right li a {
    color: #fff;
    margin-left: 34px;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0;
  }

  /* コピーらいと */
  .copyright {
    font-size: 10px;
    color: #fff;
    line-height: 1.2;
    margin-top: 30px;
    text-align: center;
    padding-bottom: 8px;
  }
}



/*---------------------- aboutページ スタート */
.about-main {
  margin-top: 45px;
}

.about-list-section {
  margin-top: 70px;
}

.about-list-section ul {
  display: flex;
  justify-content: space-around;
  border-top: solid 1px #164A96;
  border-bottom: solid 1px #164A96;
}

.about-list-section li a {
  padding: 25px 0;
  color: #164A96;
}

@media screen and (max-width: 1024px) {
  .about-main {
    margin-top: 45px;
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
  }

  .about-list-section ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    border-top: solid 1px #164A96;
    border-bottom: solid 1px #164A96;
  }

  .about-list-section {
    margin-top: 70px;
    padding: 0 50px;
  }

  .about-list-section ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    border-top: solid 1px #164A96;
    border-bottom: solid 1px #164A96;
    /* max-width: 335px; */
    padding: 18px 0px 0px 26px;
    margin: 0 auto;
  }

  .about-list-section li a {
    padding: 0px 0 18px 0px;
    color: #164A96;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0;
    /* width: 88px; */
  }

  .m-45 {
    margin-left: 15px;
  }

}

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

  .about-main {
    margin-top: 45px;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
  }

  .about-list-section ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    border-top: solid 1px #164A96;
    border-bottom: solid 1px #164A96;
  }

  .about-list-section {
    margin-top: 70px;
    padding: 0 50px;
  }

  .about-list-section ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    border-top: solid 1px #164A96;
    border-bottom: solid 1px #164A96;
    /* max-width: 335px; */
    padding: 18px 0px 0px 26px;
    margin: 0 auto;
  }

  .about-list-section li a {
    padding: 0px 0 18px 0px;
    color: #164A96;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0;
    width: 120px;
  }

  .m-45 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .m-45-1 {
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media screen and (max-width: 520px) {
  .about-main {
    margin-top: 45px;
  }

  .about-list-section {
    margin-top: 24px;
    padding: 0 0px;
  }

  .about-list-section ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    border-top: solid 0px #164A96;
    border-bottom: solid 0px #164A96;
    max-width: 335px;
    padding: 18px 0px 0px 26px;
    margin: 0 auto;
  }

  .about-list-section_border-top {
    border-top: solid 1px #164A96 !important;

  }

  .about-list-section_border-bottom {
    border-bottom: solid 1px #164A96 !important;
    padding: 0px 0 0px 26px !important;
  }


  .about-list-section li a {
    padding: 0px 0 18px 0px;
    color: #164A96;
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: 0;
    width: 88px;
  }

  .m-45 {
    margin-left: 15px;
    margin-right: 0px;
  }

  .m-45-1 {
    margin-left: 0px;
    margin-right: 0px;
  }

}

/*-------- about 社長挨拶  */
.ceo-section {
  margin-top: 160px;
  margin-bottom: 300px;
}

.ceo-img {
  display: flex;
}

.ceo-img-left {
  max-width: 550px;
}

.ceo-img-right {
  max-width: 336px;
}

.ceo-img-right img {
  margin: 177px 0 0 63px;
}

.ceo-text {
  font-size: 16px;
  line-height: 2.25;
  letter-spacing: 0.05em;
  max-width: 772px;
  margin: 99px auto 0;
}

.ceo-name {
  max-width: 772px;
  line-height: 2.3;
  letter-spacing: 0.05em;
  margin: 92px auto 0;

}

.ceo-name p {
  max-width: 193px;
  line-height: 2.3;
  letter-spacing: 0.05em;
  margin-left: auto;
}

@media screen and (max-width: 960px) {
  .ceo-section {
    margin-top: 100px;
    margin-bottom: 300px;
  }

  .ceo-img {
    display: flex;
  }

  .ceo-img-left {
    max-width: 400px;
    padding-left: 30px;
    margin-right: 50px;
  }

  .ceo-img-left img {
    width: 100%;
  }

  .ceo-img-right {
    max-width: 450px;
    /* margin-left: 30px; */
    padding: 0 50px 0 0;
  }

  .ceo-img-right img {
    width: 100%;
    margin: 100px 0 0 0px;
  }

  .ceo-text {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.05em;
    max-width: 700px;
    margin: 50px auto 0;
  }

  .ceo-name {
    max-width: 700px;
    line-height: 2.3;
    letter-spacing: 0.05em;
    margin: 50px auto 0;

  }

  .ceo-name p {
    max-width: 193px;
    line-height: 2.3;
    letter-spacing: 0.05em;
    margin-left: auto;
  }
}

@media screen and (max-width: 780px) {
  .ceo-section {
    margin-top: 90px;
    margin-bottom: 0px;
  }

  .ceo-img {
    display: flex;
    flex-direction: column;
  }

  .ceo-img-left {
    max-width: 550px;
    margin: 0 auto;
    padding-right: 30px;
  }

  .ceo-img-right {
    max-width: 336px;
    margin: 30px auto 0px;
  }

  .ceo-img-right img {
    margin: 0px auto 0px;
  }

  .ceo-text {
    font-size: 12px;
    line-height: 2.3;
    letter-spacing: 0.05em;
    max-width: 450px;
    margin: 40px auto 0;
  }

  .ceo-name {
    max-width: 500px;
    line-height: 2.3;
    letter-spacing: 0.05em;
    margin: 50px auto 0;

  }

  .ceo-name p {
    max-width: 161px;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-left: auto;
    font-size: 15px;
    margin-right: 16px;
  }
}

@media screen and (max-width: 520px) {
  .ceo-section {
    margin-top: 90px;
    margin-bottom: 0px;
  }

  .ceo-img {
    display: flex;
    flex-direction: column;
  }

  .ceo-img-left {
    max-width: 550px;
  }

  .ceo-img-right {
    max-width: 270px;
    margin: 30px auto 0px;
    padding: 0 0px 0 0;
  }

  .ceo-img-right img {
    margin: 0px auto 0px;
  }

  .ceo-text {
    font-size: 12px;
    line-height: 2.3;
    letter-spacing: 0.05em;
    max-width: 302px;
    margin: 40px auto 0;
  }

  .ceo-name {
    max-width: 355px;
    line-height: 2.3;
    letter-spacing: 0.05em;
    margin: 67px auto 0;

  }

  .ceo-name p {
    max-width: 161px;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-left: auto;
    font-size: 13px;
    margin-right: 16px;
  }
}

/* 会社概要 */
.company_profile {
  background-image: url(../img/background_01.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.company_profile-title img {
  max-width: 297px;
  padding-top: 300px;
  margin: 0px auto;
}

.company_profile-section1 {
  width: 100%;
  margin-top: 100px;
  display: flex;
  justify-content: space-around;
}

.company_profile-section1-left {
  margin-top: 13px;
  margin-left: 76px;

}

.company_profile-section1-sub_title {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #fff;
}

.company_profile-section1-sub_title-tm {
  margin-top: 83px;
}

.company_profile-section1-sub_text {
  line-height: 2;
  letter-spacing: 0;
  color: #fff;
  font-size: 16px;
  margin-top: 5px;
}

.company_profile-section1-sub_text_flex {

  display: flex;
}

.company_profile-section1-sub_text_flex p {
  line-height: 2;
  letter-spacing: 0;
  color: #fff;
  font-size: 16px;
  margin-top: 5px;
}

.company_profile-section1-sub_text_flex p a {
  line-height: 2;
  letter-spacing: 0;
  color: #fff;
  font-size: 16px;
  margin-top: 5px;
}

.company_profile-section1-sub_text_flex a {
  line-height: 2;
  letter-spacing: 0;
  color: #fff;
  font-size: 16px;
  margin-top: 5px;
}

.company_profile_m {
  margin: 0 7px 0 4px;
}

.company_profile_m-1 {
  margin: 0 7px;
}

.company_profile-section1-right iframe {
  max-width: 392px;
  max-height: 392px;

}

@media screen and (max-width: 520px) {
  .company_information_contact_img {
    max-width: 152px;
    margin: 5px 0;
  }
}

.company_profile-section2 {
  margin-top: 150px;
  display: flex;
  justify-content: space-around;
}

.company_profile-section2-left img {
  max-width: 170px;
  margin-left: 110px;
}

.company_profile-section2-right {
  font-size: 16px;
  color: #fff;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-top: 64px;
  max-width: 565px;
}

@media screen and (max-width: 960px) {
  .company_profile {
    background-image: url(../img/background_01.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }

  .company_profile-title img {
    max-width: 297px;
    padding-top: 300px;
    margin: 0px auto;
  }

  .company_profile-section1 {
    width: 100%;
    margin-top: 100px;
    display: flex;
    justify-content: space-around;
  }

  .company_profile-section1-left {
    margin-top: 13px;
    margin-left: 50px;

  }

  .company_profile-section1-sub_title {
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.1em;
    color: #fff;
  }

  .company_profile-section1-sub_title-tm {
    margin-top: 83px;
  }

  .company_profile-section1-sub_text {
    line-height: 2;
    letter-spacing: 0;
    color: #fff;
    font-size: 14px;
    margin-top: 5px;
  }

  .company_profile_m {
    margin-right: 4.5px;
  }

  .company_profile_m-1 {
    margin-right: 7px;
  }

  .company_profile-section1-right iframe {
    max-width: 392px;
    max-height: 392px;

  }

  .company_profile-section2 {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }

  .company_profile-section2-left img {
    max-width: 170px;
    margin-left: auto;
    margin-right: auto;
  }

  .company_profile-section2-right {
    font-size: 16px;
    color: #fff;
    line-height: 2;
    letter-spacing: 0.1em;
    margin-top: 50px;
    max-width: 563px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 780px) {
  .company_profile {
    background-image: url(../img/background_01.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }

  .company_profile-title img {
    max-width: 297px;
    padding-top: 300px;
    margin: 0px auto;
  }

  .company_profile-section1 {
    width: 100%;
    margin-top: 50px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-around;
  }

  .company_profile-section1-left {
    margin-top: 50px;
    /* margin-left: 50px; */
    margin-left: auto;
    margin-right: auto;
  }

  .company_profile-section1-sub_title {
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.1em;
    color: #fff;
  }

  .company_profile-section1-sub_title-tm {
    margin-top: 50px;
  }

  .company_profile-section1-sub_text {
    line-height: 2;
    letter-spacing: 0;
    color: #fff;
    font-size: 14px;
    margin-top: 5px;
  }

  .company_profile_m {
    margin-right: 4.5px;
  }

  .company_profile_m-1 {
    margin-right: 7px;
  }

  .company_profile-section1-right {
    margin-left: auto;
    margin-right: auto;
  }

  .company_profile-section1-right iframe {
    max-width: 392px;
    max-height: 392px;

  }

  .company_profile-section2 {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }

  .company_profile-section2-left img {
    max-width: 170px;
    margin-left: auto;
    margin-right: auto;
  }

  .company_profile-section2-right {
    font-size: 16px;
    color: #fff;
    line-height: 2;
    letter-spacing: 0.1em;
    margin-top: 50px;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 520px) {
  .company_profile {
    background-image: url(../img/sp/sp_background_01.png);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .company_profile-title img {
    max-width: 143px;
    padding-top: 288px;
    margin: 0px auto;
  }

  .company_profile-section1 {
    width: 100%;
    margin-top: 30px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-around;
  }

  .company_profile-section1-left {
    margin-top: 47px;
    margin-left: auto;
    margin-right: auto;

  }

  .company_profile-section1-sub_title {
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: #fff;
  }

  .company_profile-section1-sub_title-tm {
    margin-top: 67px;
  }

  .company_profile-section1-sub_text {
    line-height: 1.9;
    letter-spacing: 0.1em;
    color: #fff;
    font-size: 12px;
    margin-top: 5px;
  }

  .company_profile-section1-sub_text a {
    line-height: 1.9;
    letter-spacing: 0.1em;
    color: #fff;
    font-size: 12px;
    margin-top: 5px;
    word-break: break-all;
  }

  .company_profile_m {
    margin-right: 1px;
  }

  .company_profile_m-1 {
    margin-right: 3px;
  }

  .company_profile-section1-sub_text_flex {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
  }

  .company_profile-section1-sub_text_flex p {
    line-height: 1.9;
    letter-spacing: 0.1em;
    color: #fff;
    font-size: 12px;
    margin-top: 5px;
  }

  .company_profile-section1-sub_text_flex p a {
    line-height: 1.9;
    letter-spacing: 0.1em;
    color: #fff;
    font-size: 12px;
    margin-top: 5px;
  }

  .company_profile-section1-sub_text_flex a {
    line-height: 1.9;
    letter-spacing: 0.1em;
    color: #fff;
    font-size: 12px;
    margin-top: 5px;
  }

  .company_profile-section1-sub_text_flex-sp-tel {
    line-height: 1.9;
    letter-spacing: 0.1em;
    color: #fff;
    font-size: 12px;
    margin-top: 5px;
    position: relative;
    padding-left: 42px;
  }

  .company_profile-section1-sub_text_flex-sp-tel::before {
    content: 'T E L';
    display: block;
    position: absolute;
    left: 0;
    line-height: 1.9;
    letter-spacing: 0.1em;
    color: #fff;
    font-size: 12px;
  }

  .company_profile-section1-sub_text_flex-sp-fax {
    line-height: 1.9;
    letter-spacing: 0.1em;
    color: #fff;
    font-size: 12px;
    margin-top: 5px;
    position: relative;
    padding-left: 42px;
  }

  .company_profile-section1-sub_text_flex-sp-fax::before {
    content: 'F A X';
    display: block;
    position: absolute;
    left: 0;
    line-height: 1.9;
    letter-spacing: 0.1em;
    color: #fff;
    font-size: 12px;
  }

  .company_profile_m {
    margin: 0 5px 0 3px;
  }

  .company_profile_m-1 {
    margin: 0 5px 0 3px;
  }

  .company_profile-section1-right {
    margin: 0 auto;
  }

  .company_profile-section1-right iframe {
    max-width: 323px;
    max-height: 323px;

  }

  .company_profile-section2 {
    margin-top: 150px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }

  .company_profile-section2-left img {
    max-width: 137px;
    margin-left: auto;
    margin-right: auto;
  }

  .company_profile-section2-right {
    font-size: 12px;
    color: #fff;
    line-height: 1.7;
    letter-spacing: 0.1em;
    margin-top: 27px;
    margin-left: auto;
    margin-right: auto;
    max-width: 264px;
  }
}

/* 沿革 */
.history {
  margin-top: 270px;
  padding-bottom: 300px;
}

.history-title img {
  max-width: 297px;
  width: 100%;
  margin: 0 auto;
}

.history-section {
  margin: 0 auto;
}

.history_table {
  width: 100%;
  margin-top: 75px;
  margin-left: 150px;
  /* border-spacing: 0px; */
}

.history_table th {
  width: 200px;
  font-size: 16px;
  color: #fff;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-align: left;
  vertical-align: top;
}

.history_table td {
  /* width: 465px; */
  font-size: 16px;
  color: #fff;
  line-height: 1.8;
  letter-spacing: 0.1em;
  vertical-align: top;
  padding-bottom: 30px;
}

@media screen and (max-width: 960px) {
  .history {
    margin-top: 100px;
    padding-bottom: 300px;
  }

  .history-title img {
    max-width: 297px;
    width: 100%;
    margin: 0 auto;
  }

  .history-section {
    margin: 0 auto;
  }

  .history_table {
    width: 100%;
    margin-top: 50px;
    margin-left: 50px;
    /* margin-right: auto; */
    /* border-spacing: 0px; */
  }

  .history_table th {
    width: 150px;
    font-size: 16px;
    color: #fff;
    line-height: 1.8;
    letter-spacing: 0.1em;
    text-align: left;
    vertical-align: top;
  }

  .history_table td {
    /* width: 465px; */
    font-size: 16px;
    color: #fff;
    line-height: 1.8;
    letter-spacing: 0.1em;
    vertical-align: top;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 780px) {
  .history {
    margin-top: 100px;
    padding-bottom: 400px;
  }

  .history-title img {
    max-width: 297px;
    width: 100%;
    margin: 0 auto;
  }

  .history-section {
    margin: 0 auto;
    max-width: 520px;
  }

  .history_table {
    width: 100%;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 30px;
    /* border-spacing: 0px; */
  }

  .history_table th {
    width: 120px;
    font-size: 16px;
    color: #fff;
    line-height: 1.8;
    letter-spacing: 0.1em;
    text-align: left;
    vertical-align: top;
  }

  .history_table td {
    /* max-width: 340px; */
    font-size: 16px;
    color: #fff;
    line-height: 1.8;
    letter-spacing: 0.1em;
    vertical-align: top;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 520px) {
  .history {
    margin-top: 130px;
    padding-bottom: 180px;
  }

  .history-title img {
    max-width: 143px;
    width: 100%;
    margin: 0 auto;
  }

  .history-section {
    margin: 0 auto;
  }

  .history_table {
    width: 100%;
    margin-top: 55px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0px;
    /* border-spacing: 0px; */
  }

  .history_table th {
    width: 90px;
    font-size: 12px;
    color: #fff;
    line-height: 2.3;
    letter-spacing: 0.1em;
    text-align: left;
    vertical-align: top;
    padding-left: 10px;
  }

  .history_table td {
    /* width: 465px; */
    font-size: 12px;
    color: #fff;
    line-height: 2.3;
    letter-spacing: 0.1em;
    vertical-align: top;
    padding-bottom: 30px;
    padding-left: 10px;
  }


}

/* 事業内容 */
.business {
  margin-top: 100px;
  margin-bottom: 300px;
}

.business-title {
  max-width: 297px;
  margin: 0 auto;
}

.business-list {
  display: flex;
  justify-content: space-around;
  margin-top: 117px;
}

.business-list-left p, .business-list-right p {
  font-size: 18px;
  letter-spacing: 0.05em;
  margin-bottom: 65px;
}

@media screen and (max-width: 780px) {
  .business {
    margin-top: 0px;
    margin-bottom: 00px;
  }

  .business-title {
    max-width: 297px;
    margin: 0 auto;
  }

  .business-list {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-top: 117px;
  }

  .business-list-left {
    padding: 0 30px;
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }

  .business-list-right {
    padding: 0 30px;
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }

  .business-list-left p, .business-list-right p {
    font-size: 18px;
    letter-spacing: 0.05em;
    margin-bottom: 65px;
  }
}

@media screen and (max-width: 520px) {
  .business {
    margin-top: 0px;
    margin-bottom: 100px;
  }

  .business-title {
    max-width: 143px;
    margin: 0 auto;
  }

  .business-list {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-top: 53px;
    max-width: 289px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
  }

  .business-list-left p, .business-list-right p {
    font-size: 13px;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
  }

  .business-list-left {
    padding: 0 0px;
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }

  .business-list-right {
    padding: 0 0px;
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* アバウトページ 最後 */
.about_last {
  max-width: 1920px;
}

.about_last-section {
  display: flex;
  justify-content: space-between;
  /* padding-top: 100px; */
}

.about_last-section-left {
  background-image: url(../img/background_02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  /* background-position: left center; */
  background-color: #164A96;
  width: 55%;
  /* padding-left: 160px; */
  /* margin-left: auto; */
  /* margin-right: auto; */
}

.last-left-title {
  max-width: 297px;
  padding-top: 100px;
  margin: 0 auto;
}

.last-left-text {
  padding-left: 20px;
  margin: 90px auto 100px;
  color: #fff;
  line-height: 4;
  font-size: 16px;
  letter-spacing: 0.1em;
  max-width: 300px;
}

.about_last-section-right {
  width: 45%;
}

.last-right-title {
  padding-top: 100px;
  max-width: 297px;
  margin-right: auto;
  margin-left: auto;
}

.last-right-text-right {
  margin-top: 110px;
  margin-bottom: 30px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  max-width: 420px;
}

.last-right-text-right p {
  line-height: 1.8;
  font-size: 16px;
  letter-spacing: 0.1em;
  margin-right: auto;
  margin-left: auto;
}


@media screen and (max-width: 1280px) {
  .about_last {
    max-width: 1280px;
  }

  .about_last-section {
    display: flex;
    justify-content: space-between;
    /* padding-top: 100px; */
  }

  .about_last-section-left {
    background-image: url(../img/background_02-674.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* background-position: left center; */
    background-color: #164A96;
    width: 55%;
    /* padding-left: 160px; */
    /* margin-left: auto; */
    /* margin-right: auto; */
  }

  .last-left-title {
    max-width: 297px;
    padding-top: 100px;
    margin: 0 auto;
  }

  .last-left-text {
    padding-left: 20px;
    margin: 90px auto 100px;
    color: #fff;
    line-height: 4;
    font-size: 16px;
    letter-spacing: 0.1em;
    max-width: 300px;
  }

  .about_last-section-right {
    width: 45%;
  }

  .last-right-title {
    padding-top: 100px;
    max-width: 297px;
    margin-right: auto;
    margin-left: auto;
  }

  .last-right-text-right {
    margin-top: 110px;
    margin-bottom: 30px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 30px;
    max-width: 420px;
  }

  .last-right-text-right p {
    line-height: 1.8;
    font-size: 16px;
    letter-spacing: 0.1em;
    margin-right: auto;
    margin-left: auto;
  }

}

@media screen and (max-width: 960px) {
  .about_last {
    max-width: 960px;
  }

  .about_last-section {
    display: flex;
    justify-content: space-between;
    /* padding-top: 100px; */
  }

  .about_last-section-left {
    background-image: url(../img/background_02-674.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* background-position: left center; */
    background-color: #164A96;
    width: 55%;
    /* padding-left: 160px; */
    /* margin-left: auto; */
    /* margin-right: auto; */
  }

  .last-left-title {
    max-width: 297px;
    padding-top: 100px;
    margin: 0 auto;
  }

  .last-left-text {
    padding-left: 20px;
    margin: 90px auto 100px;
    color: #fff;
    line-height: 4;
    font-size: 14px;
    letter-spacing: 0.1em;
    max-width: 300px;
  }

  .about_last-section-right {
    width: 45%;
  }

  .last-right-title {
    padding-top: 100px;
    max-width: 297px;
    margin-right: auto;
    margin-left: auto;
  }

  .last-right-text-right {
    margin-top: 110px;
    margin-bottom: 30px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 30px;
    max-width: 420px;
  }

  .last-right-text-right p {
    line-height: 1.8;
    font-size: 14px;
    letter-spacing: 0.1em;
    margin-right: auto;
    margin-left: auto;
  }

}

@media screen and (max-width: 780px) {
  .about_last {
    max-width: 780px;
  }

  .about_last-section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* padding-top: 100px; */
  }

  .about_last-section-left {
    background-image: url(../img/sp/sp_background_02.png);
    background-repeat: no-repeat;
    background-size: ;
    /* background-position: left center; */
    background-color: #fff;
    width: 100%;
    /* padding-left: 160px; */
    /* margin-left: auto; */
    /* margin-right: auto; */
  }

  .last-left-title {
    max-width: 297px;
    padding-top: 100px;
    margin: 0 auto;
  }

  .last-left-text {
    padding-left: 20px;
    margin: 50px auto 100px;
    color: #fff;
    line-height: 4;
    font-size: 14px;
    letter-spacing: 0.1em;
    max-width: 300px;
  }

  .about_last-section-right {
    width: 100%;
  }

  .last-right-title {
    padding-top: 100px;
    max-width: 297px;
    margin-right: auto;
    margin-left: auto;
  }

  .last-right-text-right {
    margin-top: 60px;
    margin-bottom: 100px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 30px;
    max-width: 420px;
  }

  .last-right-text-right p {
    line-height: 1.8;
    font-size: 14px;
    letter-spacing: 0.1em;
    margin-right: auto;
    margin-left: auto;
  }

}

@media screen and (max-width: 520px) {
  .about_last {
    /* background-image: url(../img/sp/sp_background_02.png); */
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top;
  }

  .about_last-section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 0px;
  }

  .last-left-title {
    max-width: 143px;
    margin: 0 auto;
  }

  .last-left-text {
    /* margin-top: 62px; */
    color: #fff;
    line-height: 3;
    font-size: 13px;
    letter-spacing: 0.1em;
    /* margin-bottom: 100px; */
    max-width: 205px;
    margin: 40px auto 100px;
    /* padding-bottom: 67px; */
    padding-left: 0px;
  }

  .last-right-title {
    max-width: 143px;
    margin: 0 auto;
  }

  .last-right-text {
    margin-top: 57px;
    margin-bottom: 72px;
  }

  .last-right-text p {
    line-height: 1.7;
    font-size: 12px;
    letter-spacing: 0.1em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    max-width: 308px;
  }

  .last-right-text-right {
    margin-top: 60px;
    margin-bottom: 60px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 40px;
    max-width: 420px;
  }

  .last-right-text-right p {
    line-height: 1.8;
    font-size: 12px;
    letter-spacing: 0.1em;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
  }
}

/* --------------------------- 工事事例ページ */
.construction_top img {
  margin-top: 138px;
}

.construction_top-text {
  letter-spacing: 0;
  line-height: 1.8;
  margin: 84px auto 0;
}

.example_title_logo {
  margin-top: 125px;
}

.example_logo1 {
  max-width: 186px;
}

.example_logo2 {
  max-width: 186px;
}

.example_logo3 {
  max-width: 297px;
}

.example_logo4 {
  max-width: 187px;
}

.example_logo5 {
  max-width: 186px;
}

.example_logo6 {
  max-width: 184px;
}

.example_logo7 {
  max-width: 186px;
}

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

  .construction_top {
    max-width: 800px;
    margin: 0 auto;
  }

  .construction_top img {
    margin-top: 138px;
  }

  .construction_top-text {
    letter-spacing: 0;
    line-height: 1.8;
    margin: 84px auto 0;
    max-width: 700px;
  }

  .example_title_logo {
    margin-top: 125px;
  }

  .example_logo1 {
    max-width: 186px;
  }

  .example_logo2 {
    max-width: 186px;
  }

  .example_logo3 {
    max-width: 297px;
  }

  .example_logo4 {
    max-width: 187px;
  }

  .example_logo5 {
    max-width: 186px;
  }

  .example_logo6 {
    max-width: 184px;
  }

  .example_logo7 {
    max-width: 186px;
  }
}

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

  .construction_top {
    max-width: 700px;
    margin: 0 auto;
  }

  .construction_top img {
    margin-top: 138px;
  }

  .construction_top-text {
    letter-spacing: 0;
    line-height: 1.8;
    margin: 84px auto 0;
    max-width: 500px;
  }

  .example_title_logo {
    margin-top: 125px;
  }

  .example_logo1 {
    max-width: 186px;
  }

  .example_logo2 {
    max-width: 186px;
  }

  .example_logo3 {
    max-width: 297px;
  }

  .example_logo4 {
    max-width: 187px;
  }

  .example_logo5 {
    max-width: 186px;
  }

  .example_logo6 {
    max-width: 184px;
  }

  .example_logo7 {
    max-width: 186px;
  }
}

@media screen and (max-width: 520px) {
  .construction_top img {
    margin-top: 35px;
  }

  .construction_top-text {
    letter-spacing: 0;
    line-height: 2;
    margin: 50px auto 0;
    max-width: 335px;
    font-size: 14px;
  }

  .example_title_logo {
    margin-top: 70px;
  }

  .example_logo1 {
    max-width: 118px;
  }

  .example_logo2 {
    max-width: 118px;
  }

  .example_logo3 {
    max-width: 240px;
  }

  .example_logo4 {
    max-width: 118px;
  }

  .example_logo5 {
    max-width: 133px;
  }

  .example_logo6 {
    max-width: 133px;
  }

  .example_logo7 {
    max-width: 133px;
  }
}

/* -------------example テーブル */
.example_table {
  width: 100%;
  /* text-align: center; */
  border-collapse: collapse;
  border-spacing: 0;
  border-top: solid 1.5px #00387C;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}


/* 線画太くならない時用 */
.b-top {
  border-top: solid 2.5px #00387C !important;
}

.b-b {
  border-bottom: solid 2px #00387C !important;
}

.b-b_2 {
  border-bottom: solid 2px #00387C !important;
}



.example_table th {
  background-color: rgba(22, 74, 150, 0.1);
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-weight: normal;
}

.example_table td {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.1em;
}

.example_table th,
.example_table td {
  border-bottom: solid 0.5px #00387C;
}

.bold_border-bottom {
  /* テーブル一番下の線 */
  border-bottom: solid 2px #00387C !important;
}


/* 1行の場合 */
.example_table_1td {
  padding: 20px 15px 20px 60px !important;
}


/* 2行の場合 */
.example_table_1td-1 {
  padding: 6px 15px 6px 60px !important;
}

.example_table_2td {
  padding: 0px 15px 0px 84px !important;
}

.example_table_3td {
  padding: 0px 15px 0px 72px !important;
}


/* 所在地の文字が多い場合 宮城県利府町 */
.example_table_3td-1 {
  padding: 0px 15px 0px 45px !important;
}

/* 所在地の文字が多い場合 寒河江市 */
.example_table_3td-2 {
  padding: 0px 15px 0px 63px !important;
}

.example_table_1th {
  width: 360px;
  padding: 15px;
}

.example_table_2th {
  width: 260px;
}

.example_table_3th {
  width: 200px;
}

/* 一番下のボトム */
.m-b_130 {
  margin-bottom: 130px;
}

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



  .example_table {
    width: 100%;
    /* text-align: center; */
    border-collapse: collapse;
    border-spacing: 0;
    border-top: solid 1.5px #00387C;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }


  /* 線画太くならない時用 */
  .b-top {
    border-top: solid 2.5px #00387C !important;
  }

  .b-b {
    border-bottom: solid 2px #00387C !important;
  }

  .b-b_2 {
    border-bottom: solid 2px #00387C !important;
  }



  .example_table th {
    background-color: rgba(22, 74, 150, 0.1);
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.1em;
    font-weight: normal;
  }

  .example_table td {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.1em;
  }

  .example_table th,
  .example_table td {
    border-bottom: solid 0.5px #00387C;
  }

  .bold_border-bottom {
    /* テーブル一番下の線 */
    border-bottom: solid 2px #00387C !important;
  }


  /* 1行の場合 */
  .example_table_1td {
    padding: 20px 0px 20px 20px !important;
  }


  /* 2行の場合 */
  .example_table_1td-1 {
    padding: 6px 0px 6px 20px !important;
  }

  .example_table_2td {
    padding: 0px 15px 0px 72px !important;
  }

  .example_table_3td {
    padding: 0px 15px 0px 64px !important;
  }


  /* 所在地の文字が多い場合 宮城県利府町 */
  .example_table_3td-1 {
    padding: 0px 15px 0px 40px !important;
  }

  /* 所在地の文字が多い場合 寒河江市 */
  .example_table_3td-2 {
    padding: 0px 15px 0px 58px !important;
  }

  .example_table_1th {
    width: 360px;
    padding: 15px;
  }

  .example_table_2th {
    width: 260px;
  }

  .example_table_3th {
    width: 200px;
  }

  /* 一番下のボトム */
  .m-b_130 {
    margin-bottom: 130px;
  }
}

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

  .example {
    width: 100%;
    margin: 0 auto;
    max-width: 620px;
    padding: 0 20px;
  }

  .example_table {
    width: 100%;
    /* text-align: center; */
    border-collapse: collapse;
    border-spacing: 0;
    border-top: solid 1.5px #00387C;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }


  /* 線画太くならない時用 */
  .b-top {
    border-top: solid 2.5px #00387C !important;
  }

  .b-b {
    border-bottom: solid 2px #00387C !important;
  }

  .b-b_2 {
    border-bottom: solid 2px #00387C !important;
  }



  .example_table th {
    background-color: rgba(22, 74, 150, 0.1);
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.1em;
    font-weight: normal;
  }

  .example_table td {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.1em;
  }

  .example_table th,
  .example_table td {
    border-bottom: solid 0.5px #00387C;
  }

  .bold_border-bottom {
    /* テーブル一番下の線 */
    border-bottom: solid 2px #00387C !important;
  }


  /* 1行の場合 */
  .example_table_1td {
    padding: 20px 0px 20px 20px !important;
  }


  /* 2行の場合 */
  .example_table_1td-1 {
    padding: 6px 0px 6px 20px !important;
  }

  .example_table_2td {
    padding: 0px 15px 0px 10px !important;
    /* margin: 0 auto; */
    text-align: center;
  }

  .example_table_3td {
    padding: 0px 10px 0px 10px !important;
    text-align: center;
  }


  /* 所在地の文字が多い場合 宮城県利府町 */
  .example_table_3td-1 {
    padding: 0px 10px 0px 10px !important;
    text-align: center;
  }

  /* 所在地の文字が多い場合 寒河江市 */
  .example_table_3td-2 {
    padding: 0px 15px 0px 15px !important;
    text-align: center;
  }

  .example_table_1th {
    width: 320px;
    padding: 15px;
  }

  .example_table_2th {
    width: 160px;
  }

  .example_table_3th {
    width: 140px;
  }

  /* 一番下のボトム */
  .m-b_130 {
    margin-bottom: 130px;
  }
}

@media screen and (max-width: 520px) {
  .example {
    width: 100%;
    margin: 0 auto;
    max-width: 620px;
    padding: 0 0px;
  }

  .example_table {
    width: 100%;
    /* text-align: center; */
    border-collapse: collapse;
    border-spacing: 0;
    border-top: solid 1.5px #00387C;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }


  /* 線画太くならない時用 */
  .b-top {
    border-top: solid 2.5px #00387C !important;
  }

  .b-b {
    border-bottom: solid 2.5px #00387C !important;
  }

  .bold_border-bottom {
    /* テーブル一番下の線 */
    border-bottom: solid 1.5px #00387C !important;
  }

  .example_table th {
    background-color: rgba(22, 74, 150, 0.1);
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0.1em;
    font-weight: normal;
  }

  .example_table td {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }

  .example_table th,
  .example_table td {
    border-bottom: solid 0.5px #00387C;
  }



  /* 1行の場合 */
  .example_table_1td {
    padding: 18px 0px !important;
  }


  /* 2行の場合 */
  .example_table_1td-1 {
    padding: 9px 0px !important;
  }

  .example_table_1td-1 {
    padding: 9px 0px !important;
    width: 56%;
  }

  .example_table_2td {
    padding: 0px 0px 0px 8px !important;
    text-align: center;
    width: 24%;
  }

  .example_table_3td {
    padding: 0px 4px 0px 0px !important;
    text-align: center;
  }


  /* 所在地の文字が多い場合 宮城県利府町 */
  .example_table_3td-1 {
    padding: 0px 4px 0px 0px !important;
    text-align: center;
  }

  /* 所在地の文字が多い場合 寒河江市 */
  .example_table_3td-2 {
    padding: 0px 4px 0px 0px !important;
    text-align: center;
  }

  .example_table_1th {
    /* width: 50%; */
    padding: 8px 0px;
  }

  .example_table_2th {
    /* width: 25%; */
    padding: 8px 0px 8px 8px;
    /* margin-right: 20px; */
  }

  .example_table_3th {
    /* width: 25%; */
    padding: 8px 18px 8px 0px;
    text-align: right;
  }

  /* 一番下のボトム */
  .m-b_130 {
    margin-bottom: 75px;
  }
}

/* ニュースリスト */
.information-list {
  background-color: rgba(22, 74, 150, 0.08);
  width: 100%;
  /* height: 323px; */
  margin: 100px auto 100px;
  max-width: 900px;
}

.information-list_pb {
  padding-bottom: 50px;
}

.info_news_btn {
  display: block;
  margin-left: auto;
  text-align: right;
  font-size: 18px !important;
}

.information-list_back_btn {
  text-align: right;
  margin-bottom: 50px;
  margin-right: 50px;
}

.information-list_back_btn a {
  color: #164A96;
}

@media screen and (max-width: 520px) {
  .information-list {
    background-color: rgba(22, 74, 150, 0.08);
    width: 100%;
    /* height: 323px; */
    margin: 50px auto 50px;
    max-width: 323px;
    padding: 20px;
  }

  .information-list_pb {
    padding-bottom: 0px;
  }

  .info_news_btn {
    display: block;
    margin-left: auto;
    text-align: right;
    margin-bottom: 20px;
    font-size: 14px !important;
  }


  .information-list_back_btn {
    text-align: right;
    margin-bottom: 50px;
    margin-right: 20px;
  }

  .information-list_back_btn a {
    color: #164A96;
    font-size: 16px;
  }
}

/* ニュース個別ページ */
.news_section {
  margin: 100px auto 50px;
  background-color: rgba(22, 74, 150, 0.08);
  padding: 30px;
}

.news-title {
  font-size: 20px;
}

.news_area {
  padding: 30px;
  font-size: 18px;
  margin-bottom: 50px;
}

.news_area_img {
  max-width: 480px;
  margin: 20px auto 20px 0;
  border: solid 1px #164A96;
}

.news_back_btn {
  border-top: 1px solid #164A96;
  font-size: 18px;
  padding-top: 0px;
  text-align: right;
  margin-bottom: 50px;
}

.news_back_btn a {
  font-size: 18px;
  padding-top: 20px;
  color: #164A96;
}

@media screen and (max-width: 520px) {
  .news_section {
    margin: 50px auto 30px;
    background-color: rgba(22, 74, 150, 0.08);
    padding: 20px;
  }

  .news-title {
    font-size: 18px;
  }

  .news_area {
    padding: 0px;
    font-size: 16px;
    margin-bottom: 50px;
  }

  .news_area_img {
    max-width: 355px;
    margin: 20px auto 20px 0;
    border: solid 1px #164A96;
  }
}