@charset "UTF-8";
img:not(.single__inner img, .items img, #uv img, #manufacture img) {
  width: 100%;
}

li {
  list-style: none;
}

a:hover {
  opacity: 0.7;
}

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

@media only screen and (min-width: 751px) {
  .sp {
    display: none !important;
  }
}

/*----------デバイスで表示切り替え----------*/
@media only screen and (min-width: 768px) {
  .pc_none {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .sp_none {
    display: none;
  }
}

body {
  color: #333;
  font-size: 17px;
  line-height: 140%;
  font-feature-settings: "palt";
  letter-spacing: 0.05rem;
  font-family: "Zen Old Mincho", serif;
}

.zen-old mincho-regular {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
}

@media only screen and (max-width: 750px) {
  body {
    font-size: 14px;
  }
}

.h2 {
  font-family: "Roboto", serif;
  letter-spacing: 0;
  font-size: 64px;
  line-height: 80%;
  font-weight: 700;
  position: relative;
  padding: 3px 24% 3px 15px;
  background-color: #fff;
  color: #05329d;
}

@media only screen and (max-width: 750px) {
  .h2 {
    font-size: 32px;
    padding: 2px 8% 2px 15px;
  }
}

@media only screen and (max-width: 750px) {
  .h2::before {
    width: 3px;
    height: 27px;
  }
}

.h3 {
  color: #00a89c;
  font-weight: bold;
  font-size: 24px;
  line-height: 140%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
  .h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

.h4 {
  font-weight: bold;
  font-size: 20px;
  line-height: 160%;
  display: block;
  position: relative;
  padding: 0 0 20px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 750px) {
  .h4 {
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.02rem;
  }
}

/*=======================================
header ここから
----------------------------------------*/
/*-----共通設定-----*/
header {
  width: 100%;
  padding: 1rem 0;
  background-color: #333;
}
header .inner {
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 1700px;
  margin: 0 auto;
}
header .inner h1 {
  max-width: 100%;
  height: auto;
  margin-right: 1rem;
}
/*-----画面幅768px以上-----*/
@media only screen and (min-width: 768px) {
  header .inner nav ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  header .inner nav ul li {
    display: block;
    padding: 0.6rem;
  }
  header .inner nav ul li a {
    font-size: 1rem;
    line-height: 1;
    color: #fff;
    margin: 0 10px;
  }

  li.boxli {
    border: 1px solid #fff;
    padding: 0px;
  }
}
/*-----画面幅767px以下-----*/
@media only screen and (max-width: 767px) {
  header .inner h1 {
    width: 70%;
    margin: 0 auto;
  }
  header .inner h1 a img {
    width: 40vw;
    max-width: 200px;
    height: auto;
  }
  /*ハンバーガーメニュー*/
  nav.NavMenu {
    position: fixed; /*表示位置を固定*/
    z-index: 10;
    top: 0;
    left: 0;
    background: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    width: 100%;
    transform: translateY(-100%); /*ナビを上に隠す*/
    transition: all 0.6s; /*アニメーションの時間を指定*/
  }
  nav.NavMenu ul {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    margin: 0 auto;
    padding: 0;
    padding-top: 2%;
    padding-bottom: 2%;
  }
  nav.NavMenu ul li {
    font-size: 1.6rem;
    list-style-type: none;
    width: 100%;
    padding-bottom: 0px;
    border-bottom: 1px #fff solid;
  }
  nav.NavMenu ul li:last-child {
    padding-bottom: 0;
  }
  nav.NavMenu ul li a {
    display: block;
    color: #fff;
    padding: 1rem 0;
  }
  /*トグルボタンが押されたときに付与するクラス*/
  nav.NavMenu.active {
    transform: translateY(0%);
  }
  /*トグルボタンのスタイルを指定*/
  .Toggle {
    position: fixed;
    right: 1rem;
    top: 1.7rem;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 13;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 2px;
  }
  .Toggle span {
    display: block;
    position: absolute;
    width: 24px;
    border-bottom: solid 3px #fff;
    -webkit-transition: 0.35s ease-in-out; /*変化の速度を指定*/
    -moz-transition: 0.35s ease-in-out; /*変化の速度を指定*/
    transition: 0.35s ease-in-out; /*変化の速度を指定*/
    left: 6px;
  }
  .Toggle span:nth-child(1) {
    top: 8px;
  }
  .Toggle span:nth-child(2) {
    top: 16px;
  }
  .Toggle span:nth-child(3) {
    top: 24px;
  }
  /* 最初のspanをマイナス45度に */
  .Toggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-bottom: solid 3px #fff;
  }
  /* 2番目と3番目のspanを45度に */
  .Toggle.active span:nth-child(2),
  .Toggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    border-bottom: solid 3px #fff;
  }
}
/*---------------------------------------
header
=======================================*/

.wrapper {
  display: block;
  overflow: hidden;
}

.btn {
  border-radius: 10px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  box-sizing: border-box;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  font-weight: 500;
  background-color: #41be5a;
}
.top-main {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 640px;
  margin-bottom: 110px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .top-main {
    margin-bottom: 35px;
    height: auto;
  }
}
.top-main::before {
  content: "";
  background: url(../img/mv.jpg) no-repeat center top/100%;
  width: 1920px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -960px;
  text-align: center;
  color: #fff;
  z-index: -1;
}
@media only screen and (min-width: 1921px) {
  .top-main::before {
    background: url(../img/mv.jpg) no-repeat center bottom/100%;
    width: 100%;
    margin-left: auto;
    left: 0;
  }
}
@media only screen and (max-width: 750px) {
  .top-main::before {
    display: none;
  }
}
@media only screen and (max-width: 750px) {
  .top-main__pict {
    position: relative;
  }
}
.top-main__inner {
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 65, 86, 0.7);
}
@media only screen and (max-width: 750px) {
  .top-main__inner {
    position: absolute;
    top: 15%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-shadow: 0px 0px 3px rgba(0, 65, 86, 0.8);
  }
}
.top-main__h1 {
  font-size: 56px;
  line-height: 140%;
  margin-bottom: 30px;
  background-color: #05329d;
}
@media only screen and (max-width: 750px) {
  .top-main__h1 {
    font-size: 24px;
    font-size: 6.4vw;
    margin-bottom: 12px;
    margin-bottom: 3.2vw;
  }
}
.top-main__txt {
  font-size: 32px;
  line-height: 120%;
}
@media only screen and (max-width: 750px) {
  .top-main__txt {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}

.work {
  padding: 0 0 100px;
  max-width: 1920px;
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  .work {
    padding: 0 0 30px;
  }
}
.work__mttl {
  max-width: 1400px;
  width: calc(100% - 40px);
  margin: 0 auto;
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 50px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .work__mttl {
    width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 750px) {
  .work__mttl {
    margin-bottom: 30px;
  }
}
.work__name {
  font-size: 24px;
  font-weight: 500;
  color: #053282;
}
@media only screen and (max-width: 750px) {
  .work__name {
    font-size: 14px;
  }
}
.work__line {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
.work__line::before {
  content: "";
  max-width: 1157px;
  width: 70%;
  height: 1px;
  background-color: #053282;
  position: absolute;
  bottom: -55px;
  right: 0;
}
@media only screen and (max-width: 750px) {
  .work__line::before {
    width: 90%;
    bottom: -28px;
  }
}
@media only screen and (min-width: 751px) {
  .work__pict {
    max-width: 1920px;
    width: 49.2%;
    height: 472px;
    position: absolute;
    top: 0;
  }
}

@media only screen and (min-width: 751px) {
  .work__pict {
  }
}
@media only screen and (max-width: 750px) {
  .work__pict {
    width: 100%;
    margin: 0 auto 30px;
  }
}
@media only screen and (min-width: 751px) {
  .work__pict--01 {
    left: 0;
    background: url(../img/pict_w01.jpg) no-repeat center top/944px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1100px) {
  .work__pict--01 {
    background-size: 800px;
  }
}
@media only screen and (min-width: 751px) {
  .work__pict--02 {
    right: 0;
    background: url(../img/pict_w02.jpg) no-repeat center top/944px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1100px) {
  .work__pict--02 {
    background-size: 800px;
  }
}
@media only screen and (min-width: 751px) {
  .work__pict--03 {
    background: url(../img/pict_w03.jpg) no-repeat center top/944px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1100px) {
  .work__pict--03 {
    background-size: 800px;
  }
}
@media only screen and (max-width: 750px) {
  .work__list {
    max-width: 750px;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
@media only screen and (max-width: 750px) and (max-width: 750px) {
  .work__list {
    width: calc(100% - 30px);
  }
}
.work__item {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}

.aboutusphoto {
  margin: 60px;
  height: 860px;
  display: block;
  width: 1200px;
}

@media only screen and (max-width: 750px) {
  .aboutusphoto {
    margin: 5% auto;
    width: 100%;
    height: 110%;
  }
}
.work__item:not(:last-child) {
  margin-bottom: 30px;
}

.work__item--re {
  flex-direction: row;
}
.work__box {
  max-width: 1350px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.aboutbg {
  background-image: url(../img/aboutusbg.jpg);
  background-size: cover;
  padding: 60px 0;
}
@media only screen and (max-width: 750px) {
  .work__box {
    width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 750px) {
  .work__box {
    margin: 0 auto;
    padding: 0 10px;
    width: 100%;
    box-sizing: border-box;
  }
}
.work__body {
  box-sizing: border-box;
}
@media only screen and (min-width: 751px) {
  .work__body {
    padding-top: 25px;
    max-width: 500px;
    width: 47%;
    min-height: 472px;
  }
}
@media only screen and (max-width: 1100px) and (min-width: 751px) {
  .work__body {
    min-height: 400px;
  }
}
@media only screen and (min-width: 751px) {
  .work__body--r {
    float: right;
  }
}
.work__ttl {
  margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
  .work__ttl {
    margin-bottom: 10px;
  }
}
.work__sub {
  font-size: 24px;
  font-family: "Roboto", serif;
  letter-spacing: 0;
  margin-bottom: 10px;
}
@media only screen and (max-width: 750px) {
  .work__sub {
    font-size: 17px;
    margin-bottom: 5px;
  }
}
.work__h3 {
  font-size: 35px;
  line-height: 135%;
  font-weight: bold;
  background-color: #053282;
  color: #fff;
  padding: 1%;
  letter-spacing: 0.2rem;
  vertical-align: middle;
  width: 540px;
}
@media only screen and (max-width: 750px) {
  .work__h3 {
    font-size: 22px;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
  }
}
.work__blue {
  color: #3e93cb;
}
.work__txt {
  font-size: 19px;
  line-height: 200%;
}
@media only screen and (max-width: 750px) {
  .work__txt {
    font-size: 17px;
    line-height: 180%;
  }
}

.job {
  padding: 0 0 100px;
  max-width: 1920px;
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  .job {
    padding: 0 0 70px;
  }
}

.jobinnerwrap {
  max-width: 990px;
  text-align: center;
  margin: 0 auto;
}

.jobinnerwrap ul {
  display: flex;
  margin: 0 auto;
  justify-content: space-around;
  padding: 50px 0;
}

.jobinnerwrap li {
}

.job__mttl {
  max-width: 1400px;
  width: calc(100% - 40px);
  margin: 0 auto;
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 50px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .job__mttl {
    width: calc(100% - 30px);
  }
  .jobinnerwrap ul {
    display: block;
    margin: 0 auto;
    padding: 0;
  }

  .jobinnerwrap li {
    width: 80%;
    padding: 20px 0;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 750px) {
  .job__mttl {
    margin-bottom: 30px;
  }
}
.job__name {
  font-size: 24px;
  font-weight: 500;
  color: #053282;
}
@media only screen and (max-width: 750px) {
  .job__name {
    font-size: 14px;
  }
}
.job__line {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
.job__line::before {
  content: "";
  max-width: 1157px;
  width: 70%;
  height: 1px;
  background-color: #053282;
  position: absolute;
  bottom: -55px;
  right: 0;
}
@media only screen and (max-width: 750px) {
  .job__line::before {
    width: 90%;
    bottom: -28px;
  }
}
@media only screen and (min-width: 751px) {
  .job__pict {
    max-width: 1920px;
    width: 49.2%;
    height: 472px;
    position: absolute;
    top: 0;
  }
}

@media only screen and (min-width: 751px) {
  .job__pict {
  }
}
@media only screen and (max-width: 750px) {
  .job__pict {
    width: 100%;
    margin: 0 auto 30px;
  }
}
@media only screen and (min-width: 751px) {
  .job__pict--01 {
    left: 0;
    background: url(../img/pict_w01.jpg) no-repeat center top/944px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1100px) {
  .job__pict--01 {
    background-size: 800px;
  }
}
@media only screen and (min-width: 751px) {
  .job__pict--02 {
    right: 0;
    background: url(../img/pict_w02.jpg) no-repeat center top/944px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1100px) {
  .job__pict--02 {
    background-size: 800px;
  }
}
@media only screen and (min-width: 751px) {
  .job__pict--03 {
    background: url(../img/pict_w03.jpg) no-repeat center top/944px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1100px) {
  .job__pict--03 {
    background-size: 800px;
  }
}
@media only screen and (max-width: 750px) {
  .job__list {
    max-width: 750px;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
@media only screen and (max-width: 750px) and (max-width: 750px) {
  .job__list {
    width: calc(100% - 30px);
  }
}
.job__item {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}

.job__item:not(:last-child) {
  margin-bottom: 40px;
}
@media only screen and (max-width: 750px) {
  .job__item:not(:last-child) {
    margin-bottom: 50px;
  }
}
.job__item--re {
  flex-direction: row;
}
.job__box {
  max-width: 1350px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.aboutbg {
  background-image: url(../img/aboutusbg.jpg);
  background-size: cover;
  padding: 60px 0;
}
@media only screen and (max-width: 750px) {
  .job__box {
    width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 750px) {
  .job__box {
    margin: 0 auto;
    padding: 0 10px;
    width: 100%;
    box-sizing: border-box;
  }
}
.job__body {
  box-sizing: border-box;
}
@media only screen and (min-width: 751px) {
  .job__body {
    padding-top: 25px;
    max-width: 500px;
    width: 47%;
    min-height: 472px;
  }
}
@media only screen and (max-width: 1100px) and (min-width: 751px) {
  .job__body {
    min-height: 400px;
  }
}
@media only screen and (min-width: 751px) {
  .job__body--r {
    float: right;
  }
}
.job__ttl {
  margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
  .job__ttl {
    margin-bottom: 10px;
  }
}
.job__sub {
  font-size: 24px;
  font-family: "Roboto", serif;
  letter-spacing: 0;
  margin-bottom: 10px;
}
@media only screen and (max-width: 750px) {
  .job__sub {
    font-size: 17px;
    margin-bottom: 5px;
  }
}
.job__h3 {
  font-size: 30px;
  line-height: 120%;
  font-weight: bold;
  background-color: #053282;
  color: #fff;
  padding: 4% 4% 4% 4%;
  letter-spacing: 0.3rem;
}
@media only screen and (max-width: 750px) {
  .job__h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
.job__blue {
  color: #3e93cb;
}
.job__txt {
  font-size: 17px;
  line-height: 200%;
}
@media only screen and (max-width: 750px) {
  .job__txt {
    font-size: 16px;
    line-height: 180%;
  }
}

.interview {
  padding: 20px 0;
  max-width: 1920px;
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  .interview {
    padding: 0 0 70px;
  }
}
.interview__mttl {
  max-width: 1400px;
  width: calc(100% - 40px);
  margin: 0 auto;
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 50px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .interview__mttl {
    width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 750px) {
  .interview__mttl {
    margin-bottom: 30px;
  }
}
.interview__name {
  font-size: 24px;
  font-weight: 500;
  color: #053282;
}
@media only screen and (max-width: 750px) {
  .interview__name {
    font-size: 14px;
  }
}
.interview__line {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
.interview__line::before {
  content: "";
  max-width: 1157px;
  width: 70%;
  height: 1px;
  background-color: #053282;
  position: absolute;
  bottom: -55px;
  right: 0;
}
@media only screen and (max-width: 750px) {
  .interview__line::before {
    width: 90%;
    bottom: -28px;
  }
}
@media only screen and (min-width: 751px) {
  .interview__pict {
    max-width: 1920px;
    width: 49.2%;
    height: 472px;
    position: absolute;
    top: 0;
  }
}

@media only screen and (min-width: 751px) {
  .interview__pict {
  }
}
@media only screen and (max-width: 750px) {
  .interview__pict {
    width: 100%;
    margin: 0 auto 30px;
  }
}
@media only screen and (min-width: 751px) {
  .interview__pict--01 {
    left: 0;
    background: url(../img/pict_w01.jpg) no-repeat center top/944px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1100px) {
  .interview__pict--01 {
    background-size: 800px;
  }
}
@media only screen and (min-width: 751px) {
  .interview__pict--02 {
    right: 0;
    background: url(../img/pict_w02.jpg) no-repeat center top/944px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1100px) {
  .interview__pict--02 {
    background-size: 800px;
  }
}
@media only screen and (min-width: 751px) {
  .interview__pict--03 {
    background: url(../img/pict_w03.jpg) no-repeat center top/944px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1100px) {
  .interview__pict--03 {
    background-size: 800px;
  }
}
@media only screen and (max-width: 750px) {
  .interview__list {
    max-width: 750px;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
@media only screen and (max-width: 750px) and (max-width: 750px) {
  .interview__list {
    width: calc(100% - 30px);
  }
}
.interview__item {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}

.interviewphoto {
  margin: 0 auto;

  display: block;
  width: 960px;
}
.interview__item:not(:last-child) {
  margin-bottom: 40px;
}
@media only screen and (max-width: 750px) {
  .interview__item:not(:last-child) {
    margin-bottom: 50px;
  }
}
.interview__item--re {
  flex-direction: row;
}
.interview__box {
  max-width: 960px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.aboutbg {
  background-image: url(../img/aboutusbg.jpg);
  background-size: cover;
  padding: 60px 0;
}
@media only screen and (max-width: 750px) {
  .interview__box {
    width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 750px) {
  .interview__box {
    margin: 0 auto;
    padding: 0 10px;
    width: 100%;
    box-sizing: border-box;
  }
}
.interview__body {
  box-sizing: border-box;
}
@media only screen and (min-width: 751px) {
  .interview__body {
    padding-top: 25px;
    max-width: 500px;
    width: 47%;
    min-height: 472px;
  }
}
@media only screen and (max-width: 1100px) and (min-width: 751px) {
  .interview__body {
    min-height: 400px;
  }
}
@media only screen and (min-width: 751px) {
  .interview__body--r {
    float: right;
  }
}
.interview__ttl {
  margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
  .interview__ttl {
    margin-bottom: 10px;
  }
}
.interview__sub {
  font-size: 24px;
  font-family: "Roboto", serif;
  letter-spacing: 0;
  margin-bottom: 10px;
}
@media only screen and (max-width: 750px) {
  .interview__sub {
    font-size: 17px;
    margin-bottom: 5px;
  }
}
.interview__h3 {
  font-size: 30px;
  line-height: 120%;
  font-weight: bold;
  background-color: #053282;
  color: #fff;
  padding: 4% 4% 4% 4%;
  letter-spacing: 0.3rem;
}
@media only screen and (max-width: 750px) {
  .interview__h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
.interview__blue {
  color: #3e93cb;
}
.interview__txt {
  font-size: 17px;
  line-height: 200%;
}
@media only screen and (max-width: 750px) {
  .interview__txt {
    font-size: 16px;
    line-height: 180%;
  }
  .interviewphoto {
    margin: 5% auto;
    width: 100%;
    height: 110%;
  }
}

.info {
  padding: 20px 0 85px;
  background-color: #f2f5f6;
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  .info {
    padding: 25px 0 60px;
  }
}
.info__mttl {
  max-width: 1400px;
  width: calc(100% - 40px);
  margin: 0 auto;
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 65px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .info__mttl {
    width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 750px) {
  .info__mttl {
    margin-bottom: 50px;
  }
}
.info__h2 {
  background-color: #f2f5f6;
}
.info__name {
  font-size: 24px;
  font-weight: 500;
  color: #3e93cb;
}
@media only screen and (max-width: 750px) {
  .info__name {
    font-size: 14px;
  }
}
.info__line {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
.info__line::before {
  content: "";
  max-width: 1157px;
  width: 70%;
  height: 1px;
  background-color: #3e93cb;
  position: absolute;
  bottom: -55px;
  right: 0;
}
@media only screen and (max-width: 750px) {
  .info__line::before {
    width: 70%;
    height: 1px;
    bottom: -28px;
    right: 0;
  }
}
.info__inner {
  max-width: 900px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  .info__inner {
    width: calc(100% - 30px);
  }
}
.info__item {
  max-width: 900px;
  width: calc(100% - 40px);
  margin: 0 auto;
  flex-direction: row-reverse;
  box-sizing: border-box;
}
@media only screen and (max-width: 750px) {
  .info__item {
    width: calc(100% - 30px);
  }
}
@media only screen and (min-width: 751px) {
  .info__item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.info__item:not(:last-child) {
  margin-bottom: 40px;
}
@media only screen and (max-width: 750px) {
  .info__item:not(:last-child) {
    margin-bottom: 60px;
  }
}
.info__item--re {
  flex-direction: row;
}
@media only screen and (min-width: 751px) {
  .info__pict {
    max-width: 250px;
    width: 30%;
  }
}
@media only screen and (max-width: 750px) {
  .info__pict {
    max-width: 180px;
    width: 40%;
    margin: 0 auto 25px;
  }
}
@media only screen and (min-width: 751px) {
  .info__body {
    padding-top: 30px;
    max-width: 550px;
    width: 65%;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 750px) {
  .info__body {
    margin: 0 auto;
    max-width: 500px;
    width: 100%;
  }
}
.info__h3 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 25px;
}
@media only screen and (max-width: 750px) {
  .info__h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.info__txt {
  line-height: 210%;
}
.const {
  padding: 35px 0 35px;
  margin: 0 auto;
  background-color: #053282;
  color: #fff;
}
@media only screen and (max-width: 750px) {
  .const {
    padding: 40px 0 70px;
    margin-bottom: 50px;
  }
}
.const__mttl {
  max-width: 1400px;
  width: calc(100% - 40px);
  margin: 0 auto;
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 130px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .const__mttl {
    width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 750px) {
  .const__mttl {
    margin-bottom: 30px;
  }
}
.const__name {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
}
@media only screen and (max-width: 750px) {
  .const__name {
    font-size: 14px;
  }
}

.const__h2 {
  color: #fff;
  background-color: #053282;
}

.const__line {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
.const__line::before {
  content: "";
  max-width: 1157px;
  width: 70%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: -55px;
  right: 0;
}
@media only screen and (max-width: 750px) {
  .const__line::before {
    width: 90%;
    bottom: -28px;
  }
}
.const__inner {
  max-width: 1120px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  .const__inner {
    width: calc(100% - 30px);
  }
}
.const__box {
  position: relative;
}
.const__box::before,
.const__box::after {
  content: "";
  position: absolute;
  bottom: 80px;
}
@media only screen and (max-width: 750px) {
  .const__box::before,
  .const__box::after {
    bottom: -30px;
  }
}
.const__box::before {
  width: 317px;
  height: 154px;
  left: -18%;
  background: url(../img/slide-l.png) no-repeat bottom left/100%;
}
@media only screen and (max-width: 750px) {
  .const__box::before {
    width: 158px;
    height: 77px;
    left: -4%;
  }
}
.const__box::after {
  width: 293px;
  height: 140px;
  right: -18%;
  background: url(../img/slide-r.png) no-repeat bottom right/100%;
}
@media only screen and (max-width: 750px) {
  .const__box::after {
    width: 146px;
    height: 70px;
    right: -4%;
  }
}
.const__slider {
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 120px;
}
@media only screen and (max-width: 750px) {
  .const__slider {
    padding-bottom: 40px;
    width: 100%;
  }
}
.const__btn {
  max-width: 480px;
  padding: 20px 0;
  width: 80%;
  font-size: 24px;
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  .const__btn {
    max-width: 230px;
    font-size: 16px;
    padding: 13px 0;
  }
}
.const__icon {
  width: 24px;
  height: 24px;
  margin-left: 15px;
  display: inline-block;
  vertical-align: sub;
}
@media only screen and (max-width: 750px) {
  .const__icon {
    width: 15px;
    height: 15px;
    margin-left: 10px;
  }
}

/*=======================================
#slide
----------------------------------------*/
/*-----共通設定-----*/
.wrapper {
  /*-----画面幅375px以下-----*/
  /*-----画面幅320px以下-----*/
}
.wrapper .swiper-pagination {
  bottom: -70px;
}
@media only screen and (max-width: 750px) {
  .wrapper .swiper-pagination {
    bottom: -10px;
  }
}
.wrapper .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  display: inline-block;
  border-radius: 100%;
  opacity: 1;
  background: #fff;
  margin: 5px;
}
@media only screen and (max-width: 750px) {
  .wrapper .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 3px;
  }
}
.wrapper .swiper-pagination-bullet-active {
  opacity: 1;
  background: #3e93cb;
}
.wrapper #slide .inner {
  width: 100%;
  margin: 0 auto;
}
.wrapper #slide .inner h2 {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 3rem;
}
.wrapper #slide .inner .text_intro {
  font-size: 1.6rem;
  line-height: 1.7;
  margin-bottom: 3rem;
}
.wrapper #slide .inner .slide_box {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 3.5rem 0;
  background-color: #e6e6e6;
}
.wrapper #slide .inner .swiper-container {
  max-width: 960px;
  width: calc(100% - 40px);
  height: 100%;
  margin: 0 auto;
}
.wrapper #slide .inner .swiper-container .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e6e6e6;
  margin: auto;
  text-align: center;
  font-size: 1.8rem;
}
.wrapper #slide .inner .swiper-container .swiper-slide img {
  width: 100%;
  height: auto;
}
.wrapper #slide .inner .swiper-container .swiper-slide a:hover {
  transition: unset;
  opacity: 1;
}
/*---------------------------------------
#slide
=======================================*/
/*========================================
#btn_fixed
---------------------------------------*/
.fix {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #cccccc;
  padding: 20px 0;
  z-index: 9999;
  box-sizing: border-box;
}
@media only screen and (max-width: 750px) {
  .fix {
    padding: 15px 0;
  }
}
.fix__btn {
  max-width: 480px;
  padding: 20px 0;
  width: 80%;
  font-size: 24px;
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  .fix__btn {
    max-width: 230px;
    font-size: 16px;
    padding: 13px 0;
  }
}
.fix__icon {
  width: 24px;
  height: 24px;
  margin-left: 15px;
  display: inline-block;
  vertical-align: sub;
}
@media only screen and (max-width: 750px) {
  .fix__icon {
    width: 15px;
    height: 15px;
    margin-left: 10px;
  }
}

/*---------------------------------------
#btn_fixed
=======================================*/

/*---------------------------------------
#footmessage
=======================================*/

div.footmessage {
  margin: 0 auto;
}
div.footmessagewrap {
  background-image: url(../img/aboutusbg.jpg);
  background-repeat: no-repeat;
  padding: 1% 0;
}

div.footmessage1 {
  margin: 3% auto;
  max-width: 500px;
  padding: 4%;
  text-align: center;
  font-size: 1.2rem;
  border: 1px solid #000;
  line-height: 1.5;
  background-color: #fff;
}

@media only screen and (max-width: 750px) {
  div.footmessage1 {
    max-width: 95%;
    text-align: center;
  }
  div.footmessage {
    width: 95%;
    margin: 0 auto;
  }
}

div.footmessage2 {
  margin: 7% auto;
  width: 214px;
}

/*---------------------------------------
#footmessage
=======================================*/

.footer {
  padding: 30px 0;
  background-color: #333;
}
@media only screen and (max-width: 750px) {
  .footer {
    padding: 20px 0;
    font-size: 14px;
  }
}
.footer__small {
  font-size: 14px;
  color: #fff;
  display: table;
  margin: 0 auto;
}
.scroll {
  overflow: auto;
} /*# sourceMappingURL=index.css.map */
