@charset "UTF-8";
/*------------------------------------------- google font*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap");
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?uw9uf6");
  src: url("fonts/icomoon.eot?uw9uf6#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?uw9uf6") format("truetype"), url("fonts/icomoon.woff?uw9uf6") format("woff"), url("fonts/icomoon.svg?uw9uf6#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon--],
[class*=" icon--"] {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon--arrow:before {
  content: "";
}

.icon--mail:before {
  content: "";
}

.icon--open:before {
  content: "";
}

.icon--tel:before {
  content: "";
}

.icon--map:before {
  content: "";
}

.icon--home:before {
  content: "";
}

/*------------------------------------------- 初期設定*/
html {
  font-size: 62.5%;
}

body {
  position: relative;
  left: 0;
  background: #fff;
  color: #292b2d;
  font-size: 1.4rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  -webkit-transition: left 0.6s;
  transition: left 0.6s;
  letter-spacing: 0.06em;
}

a {
  display: block;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

p {
  letter-spacing: 0.06em;
  line-height: 1.8571;
}

.font--en {
  font-family: "Roboto", sans-serif;
}

::marker {
  content: none;
}

::-moz-selection {
  background-color: #b7b7b7;
  color: #fff;
}

::selection {
  background-color: #b7b7b7;
  color: #fff;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (min-width: 992px) {
  body {
    font-size: 1.6rem;
  }

  p {
    line-height: 1.75;
  }
}
/*------------------------------------------- コンテンツ幅*/
.content {
  margin-bottom: 60px;
}
.content.content--l {
  margin-bottom: 90px;
}

.content--bg {
  padding: 60px 0;
}
.content--bg.bg--1 {
  background-color: #f1f1f1;
}

.content__area {
  padding: 0 20px;
}

.content__article--side .content__article__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -60px 0 0;
}
.content__article--side .content__main,
.content__article--side .content__aside {
  width: 100%;
  padding: 60px 0 0;
}

@media screen and (max-width: 767px) {
  .content__area {
    max-width: 530px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .content__area {
    padding: 0 30px;
    max-width: 1560px;
    margin: 0 auto;
  }
  .content__area.content__area--min {
    max-width: 1080px;
  }
  .content__area.content__area--ss {
    max-width: 1320px;
  }
  .content__area.content__area--m {
    max-width: 1080px;
  }

  .content__article--side .content__article__inner {
    margin: 0 -15px;
  }
  .content__article--side .content__main {
    width: 70%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .content__article--side .content__aside {
    width: 30%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .content__article--side .content__main,
.content__article--side .content__aside {
    padding: 0 15px;
  }
}
@media screen and (min-width: 992px) {
  .content {
    margin-bottom: 90px;
  }
  .content.content--l {
    margin-bottom: 120px;
  }

  .content--bg {
    padding: 90px 0;
  }

  .content__area {
    padding: 0 60px;
  }

  .content__article--side .content__article__inner {
    margin: 0 -20px;
  }
  .content__article--side .content__main,
.content__article--side .content__aside {
    padding: 0 20px;
  }
}
/*------------------------------------------- 画像トリミング*/
.object--cover > img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.object--scale > img {
  -o-object-fit: scale-down;
  object-fit: scale-down;
  font-family: "object-fit: scale-down;";
}

/*------------------------------------------- フェードイン*/
.animation--fadein {
  opacity: 0;
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

/*------------------------------------------- flexアイテム*/
.parts__flex > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
	justify-content: flex-end;
}

/*------------------------------------------- tel*/
.parts--tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.parts--tel__number__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 5px;
}

.parts--tel__number {
  font-size: 3rem;
  line-height: 1;
  position: relative;
  letter-spacing: 0.06em;
}
.parts--tel__number::before {
  content: "";
  display: inline-block;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.2rem;
  margin-right: 5px;
  color: #2279c2;
}

.parts--tel__txt {
  font-size: 1.2rem;
  line-height: 1;
  margin-top: -1px;
  text-align: center;
  padding-left: 15px;
}

/*------------------------------------------- タイトル*/
.title + p {
  margin-top: -6px;
}

.title1 {
  margin: -5px 0 35px;
}
.title1 .title__en {
  font-size: 4rem;
  font-weight: 500;
  color: #2279c2;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 10px;
}
.title1 .title__ja {
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.2;
  margin-top: -2px;
}
.title1 + p {
  margin-bottom: 55px;
}

.title2 {
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 30px;
  border-left: 4px solid #d63435;
  padding: 9px 15px;
  line-height: 1.4;
}
.title2 + p {
  margin-bottom: 30px;
}

.title3 {
  font-size: 2.4rem;
  font-weight: bold;
  padding: 12px 15px 8px;
  margin-bottom: 20px;
  color: #fff;
  background-color: #292b2d;
  line-height: 1.4;
}
.title3 + p {
  margin-bottom: 30px;
}

.title4 {
  color: #2279c2;
  font-size: 2.2rem;
  font-weight: bold;
  border-bottom: 1px solid #2279c2;
  padding-bottom: 3px;
  margin: -5px 0 20px;
  line-height: 1.4;
}
.title4 + p {
  margin-bottom: 15px;
}

.title5 {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: bold;
  color: #2279c2;
  margin: -6px 0 10px;
}

.title6 {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  margin: -5px 0 37px;
}

@media screen and (min-width: 992px) {
  .title1 {
    margin: -7px 0 65px;
  }
  .title1 .title__en {
    font-size: 6rem;
  }
  .title1 .title__ja {
    font-size: 1.8rem;
  }
  .title1 + p {
    margin-bottom: 80px;
  }

  .title2 {
    margin-bottom: 40px;
    font-size: 3rem;
    padding: 12px 20px;
  }
  .title2 + p {
    margin-bottom: 60px;
  }

  .title3 {
    font-size: 2.6rem;
    padding: 16px 20px 12px;
    margin-bottom: 30px;
  }
  .title3 + p {
    margin-bottom: 25px;
  }

  .title4 {
    font-size: 2.4rem;
    padding-bottom: 8px;
    border-bottom-width: 2px;
  }
  .title4 + p {
    margin-bottom: 20px;
  }

  .title5 {
    font-size: 2.2rem;
  }

  .title6 {
    font-size: 5rem;
    margin: -5px 0 55px;
  }
}
/*------------------------------------------- テキスト*/
.link {
  display: inline-block;
  color: #2762b3;
}
.link span {
  border-bottom: 1px solid #2762b3;
  -webkit-transition: border-bottom-color 0.3s;
  transition: border-bottom-color 0.3s;
}
.link[target=_blank] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 5px;
}
.link[target=_blank] span {
  line-height: 1.4;
}
.link[target=_blank]::after {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: inline-block;
  font-size: 1rem;
  margin-left: 5px;
}

.strong {
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #fffb98));
  background: linear-gradient(transparent 70%, #fffb98 70%);
}

.txtBox > p {
  margin: -5px 0 13px;
}
.txtBox > p:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .link:hover span {
    border-bottom-color: transparent;
  }
}
@media screen and (min-width: 992px) {
  .link[target=_blank]::after {
    font-size: 1.3rem;
  }

  .txtBox > p {
    margin: -6px 0 20px;
  }
}
/*------------------------------------------- リスト*/
.list > li {
  position: relative;
  padding-left: 1em;
  margin: -7px 0 15px;
  line-height: 1.85;
}
.list > li:last-child {
  margin-bottom: 0;
}
.list.list--dot > li::before {
  content: "";
  display: inline-block;
  background-color: #d63435;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 9px;
  left: 0;
  border-radius: 100%;
}
.list.list--line > li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 1px;
  background-color: #d63435;
  position: absolute;
  top: 11px;
  left: 0;
}
.list.list--number {
  counter-reset: number;
}
.list.list--number > li {
  padding-left: 1.5em;
}
.list.list--number > li::before {
  counter-increment: number;
  content: counter(number) ".";
  position: absolute;
  top: 0;
  left: 0;
  color: #2279c2;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
}

@media screen and (min-width: 992px) {
  .list.dot > li::before {
    top: 11px;
  }
  .list.line > li::before {
    top: 13px;
  }
  .list.list--number > li::before {
    top: 1px;
  }
}
/*------------------------------------------- テーブル*/
.body--ie .table {
  table-layout: fixed;
}

.table th,
.table td {
  display: block;
  line-height: 1.857;
}
.table th {
  font-weight: bold;
  background-color: #f1f1f1;
}

@media screen and (max-width: 767px) {
  .table th {
    border-top: 1px solid #c2c2c2;
  }
  .table th,
.table td {
    border-right: 1px solid #c2c2c2;
    border-left: 1px solid #c2c2c2;
    padding: 14px 20px 14px;
  }
  .table tr:last-child td {
    border-bottom: 1px solid #c2c2c2;
  }
}
@media screen and (min-width: 768px) {
  .table th,
.table td {
    padding: 12px 20px 11px;
    display: table-cell;
    border-top: 1px solid #c2c2c2;
  }
  .table th {
    border-left: 1px solid #c2c2c2;
  }
  .table td {
    border-right: 1px solid #c2c2c2;
  }
  .table tr:last-child th,
.table tr:last-child td {
    border-bottom: 1px solid #c2c2c2;
  }
  .table th {
    width: 240px;
    padding-right: 20px;
	  white-space: nowrap;
  }
}
@media screen and (min-width: 992px) {
  .table.table_l th {
    width: 310px;
  }
}
/*------------------------------------------- ボタン*/
.button {
  width: 100%;
  max-width: 335px;
  height: 53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #292b2d;
  color: #fff;
  margin: 0 auto;
  position: relative;
}
.button .icon--arrow {
  position: absolute;
  top: 50%;
  right: 10px;
  font-size: 1rem;
  -webkit-transform: translateY(-50%) scale(0.5, 0.5);
          transform: translateY(-50%) scale(0.5, 0.5);
}
.button .icon--open {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.3rem;
}
.button.button--return .icon--arrow {
  right: auto;
  left: 10px;
  -webkit-transform: translateY(-50%) scale(-0.5, 0.5);
          transform: translateY(-50%) scale(-0.5, 0.5);
}

.button1 {
  background-color: #fff;
  color: #292b2d;
  border: 1px solid #292b2d;
  color: #292b2d;
}

.button2 {
  background-color: #2279c2;
}

@media screen and (min-width: 768px) {
  .button {
    max-width: 300px;
  }
  .button:hover {
    background-color: #111112;
  }

  .button1:hover {
    background-color: #f1f1f1;
  }
  .button1:hover .icon--arrow {
    color: #2279c2;
  }
  .button1 .icon--arrow {
    -webkit-transition: color 0.6s;
    transition: color 0.6s;
  }

  .button2:hover {
    background-color: #fff;
    color: #2279c2;
  }
}
@media screen and (min-width: 992px) {
  .button {
    height: 64px;
  }
  .button .icon--arrow {
    -webkit-transform: translateY(-50%) scale(0.65, 0.65);
            transform: translateY(-50%) scale(0.65, 0.65);
  }
  .button .icon--open {
    font-size: 1.4rem;
  }
  .button.button--return .icon--arrow {
    -webkit-transform: translateY(-50%) scale(-0.65, 0.65);
            transform: translateY(-50%) scale(-0.65, 0.65);
  }
}
/*------------------------------------------- button*/
.anchor__button__area > ul > li {
  width: 100%;
}

.anchor__button {
  position: relative;
  padding: 10px 35px 8px 15px;
}
.anchor__button::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 7px;
  height: 8px;
  border-right: 2px solid #d63435;
  border-bottom: 2px solid #d63435;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 767px) {
  .anchor__button__area {
    border-right: 1px solid #c2c2c2;
    border-bottom: 1px solid #c2c2c2;
  }

  .anchor__button {
    border-top: 1px solid #c2c2c2;
    border-left: 1px solid #c2c2c2;
  }
}
@media screen and (min-width: 768px) {
  .anchor__button__area {
    border-top: 1px solid #c2c2c2;
    border-left: 1px solid #c2c2c2;
  }
  .anchor__button__area > ul > li {
    width: 50%;
  }

  .anchor__button {
    border-bottom: 1px solid #c2c2c2;
    border-right: 1px solid #c2c2c2;
  }
  .anchor__button:hover {
    background-color: #f1f1f1;
  }
}
@media screen and (min-width: 992px) {
  .anchor__button {
    padding: 14px 35px 12px 20px;
  }
  .anchor__button::before {
    width: 8px;
    height: 9px;
    right: 20px;
  }
}
/*------------------------------------------- header*/
.header {
  width: 100%;
  height: 60px;
  background-color: #fff;
  padding-left: 20px;
  position: relative;
  z-index: 11;
}

.header__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.header__logo__img {
  max-width: 226.5px;
}

.button--hamburger {
  position: fixed;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  z-index: 12;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  background-color: #2279c2;
}
.button--hamburger.active-- .button--hamburger__line > span::before {
  top: 0;
}
.button--hamburger.active-- .button--hamburger__line > span::after {
  bottom: 0;
}

.header__menu__nav {
  display: none;
}
.header__menu__nav a {
}
.header__menu__nav a:hover {
	color: #2279c2;
}

.header__menu__button .parts--tel {
  display: none;
}

.header__button--contact {
  display: none;
}

.button--hamburger__line {
  width: 27px;
  height: 18px;
  display: block;
  position: relative;
  margin: 0 auto 9px;
}
.button--hamburger__line > span {
  display: block;
  width: 27px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 8px;
  left: 0;
}
.button--hamburger__line > span::before, .button--hamburger__line > span::after {
  content: "";
  display: inline-block;
  width: 27px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  -webkit-transition: top 0.3s, bottom 0.3s, -webkit-transform 0.3s;
  transition: top 0.3s, bottom 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, top 0.3s, bottom 0.3s;
  transition: transform 0.3s, top 0.3s, bottom 0.3s, -webkit-transform 0.3s;
}
.button--hamburger__line > span::before {
  top: -8px;
}
.button--hamburger__line > span::after {
  bottom: -8px;
}

.button--hamburger__txt {
  line-height: 1;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  text-transform: uppercase;
}

.hamburger__content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: #2279c2;
  padding: 100px 20px 40px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  overflow-y: scroll;
}
.hamburger__content.active-- {
  opacity: 1;
  pointer-events: all;
}

.hamburger__menuList--top {
  margin-bottom: 20px;
}
.hamburger__menuList--top > ul > li {
  border-bottom: 1px solid #fff;
}
.hamburger__menuList--top > ul > li > a {
  color: #fff;
  font-size: 1.6rem;
  padding-bottom: 20px;
}
.hamburger__menuList--top > ul > li > a span {
  letter-spacing: 0.06em;
}
.hamburger__menuList--top > ul > li > a[target=_blank] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 5px;
}
.hamburger__menuList--top > ul > li > a[target=_blank]::after {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: inline-block;
  font-size: 1.1rem;
  margin-left: 10px;
}
.hamburger__menuList--top > ul > li + li > a {
  padding-top: 20px;
}

.hamburger__menuList--bottom {
  margin-bottom: 30px;
}
.hamburger__menuList--bottom > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px 0 0 -10px;
}
.hamburger__menuList--bottom > ul > li {
  padding: 10px 0 0 10px;
}
.hamburger__menuList--bottom > ul > li > a {
  color: #fff;
  font-size: 1.2rem;
  position: relative;
  padding-left: 1em;
}
.hamburger__menuList--bottom > ul > li > a::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 6px solid #fff;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.hamburger__menuButton .parts--tel {
  border: 1px solid #fff;
  color: #fff;
  height: 76px;
  max-width: 335px;
  margin: 0 auto 20px;
}
.hamburger__menuButton .parts--tel__number::before {
  color: #fff;
}
.hamburger__menuButton .parts--tel__txt {
  text-align: left;
  padding-left: 25px;
}
.hamburger__menuButton .button2 {
  border: 1px solid #fff;
  height: 58px;
  font-size: 1.6rem;
}
.hamburger__menuButton .button2 .icon--mail {
  font-size: 1.3rem;
  margin-right: 15px;
}

@media screen and (min-width:768px) and ( max-width:993px) {
	.header__menu__button {
		height: 70px;
	}
}

@media screen and (min-width: 768px) {
  .header {
    height: 70px;
    padding-right: 70px;
  }

  .header__menu__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__menu__button .parts--tel {
    background-color: #f1f1f1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 15px;
  }

  .button--hamburger {
    width: 70px;
    height: 70px;
  }

  .hamburger__content {
    padding-top: 110px;
    padding: 110px 60px 40px;
  }
}
@media screen and (min-width: 992px) {
  .header {
    position: fixed;
    top: 0;
    right: 0;
    padding-right: 0;
    z-index: 10;
    -webkit-box-shadow: 0 1px 30px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 1px 30px 10px rgba(0, 0, 0, 0.1);
  }

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

  .header__menu__nav {
    display: block;
    margin-right: 15px;
  }
  .header__menu__nav > ul > li > a {
    font-size: 1.4rem;
  }
  .header__menu__nav > ul > li > a:hover {
    color: #d63435;
  }
  .header__menu__nav > ul > li + li {
    margin-left: 15px;
  }

  .header__button--contact {
    width: 150px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #2279c2;
    color: #fff;
  }
  .header__button--contact .icon--mail {
    display: block;
    text-align: center;
    margin-bottom: 10px;
    font-size: 1.5rem;
  }
  .header__button--contact span {
    display: block;
    line-height: 1;
    font-size: 1.4rem;
  }
  .header__button--contact:hover {
    background-color: #8cc63f;
  }

  .button--hamburger {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .header {
    height: 100px;
  }

  .header__menu__nav {
    margin-right: 35px;
  }
  .header__menu__nav > ul > li > a {
    font-size: 1.6rem;
  }
  .header__menu__nav > ul > li + li {
    margin-left: 35px;
  }

  .header__menu__button .parts--tel {
    padding: 0 15px 0 20px;
  }

  .header__button--contact {
    width: 190px;
    height: 100px;
  }
}
@media screen and (min-width: 1400px) {
  .header {
    padding-left: 60px;
  }

  .header__logo__img {
    max-width: 338px;
  }

  .header__menu__nav {
    margin-right: 60px;
  }
  .header__menu__nav > ul > li + li {
    margin-left: 50px;
  }

  .header__button--contact span {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1600px) {
  .header {
    padding-left: 120px;
  }
}
/*------------------------------------------- response*/
.content--response {
  background-color: #2279c2;
  padding: 40px 0;
}

.response__title {
  display: none;
}

.response__menu .parts--tel {
  max-width: 335px;
  border: 1px solid #fff;
  color: #fff;
  margin: 0 auto 20px;
  height: 76px;
}
.response__menu .parts--tel__number::before {
  color: #fff;
}
.response__menu .parts--tel__txt {
  text-align: left;
  padding-left: 25px;
}
.response__menu .button2 {
  height: 58px;
  border: 1px solid #fff;
  font-size: 1.6rem;
}
.response__menu .button2 .icon--mail {
  font-size: 1.2rem;
  margin-right: 15px;
}

@media screen and (min-width: 768px) {
  .response__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .response__title {
    display: block;
  }
  .response__title .title1 {
    margin-bottom: 0;
  }
  .response__title .title1 .title__en {
    color: #fff;
  }
  .response__title .title1 .title__ja {
    color: #fff;
    text-align: left;
  }

  .response__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .response__menu .parts--tel {
    border: none;
    white-space: nowrap;
    margin: 0 20px 0 0;
    height: auto;
  }
  .response__menu .button2 {
    min-width: 230px;
  }
}
@media screen and (min-width: 1200px) {
  .content--response {
    padding: 60px 0;
  }

  .response__title .title1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .response__title .title1 .title__en {
    margin: 0 10px -7px 0;
  }

  .response__menu .parts--tel {
    margin: 0 30px 0 0;
  }
  .response__menu .parts--tel__number {
    font-size: 4rem;
  }
  .response__menu .parts--tel__number::before {
    font-size: 3rem;
    margin-right: 8px;
  }
  .response__menu .parts--tel__txt {
    font-size: 1.4rem;
    padding-left: 35px;
  }
  .response__menu .button2 {
    min-width: 300px;
    height: 76px;
    font-size: 1.8rem;
  }
  .response__menu .button2 .icon--mail {
    font-size: 1.4rem;
  }
}
/*------------------------------------------- footer*/
.footer {
  background-color: #EFEFEF;
  padding: 60px 0;
}

.footer__logo {
  max-width: 245px;
  margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}

.footer__top {
  margin-bottom: 25px;
}

.footer__adderss > ul > li {
  margin-bottom: 15px;
}
.footer__adderss > ul > li:last-child {
  margin-bottom: 0;
}
.footer__adderss > ul > li p {
  font-size: 1.2rem;
  font-weight: bold;
  margin: -5px 0 10px;
}
.footer__adderss > ul > li p br {
  display: none;
}
.footer__adderss > ul > li ul li {
  margin: -8px 0 5px;
  font-size: 1.2rem;
  line-height: 2;
}
.footer__adderss > ul > li ul li:last-child {
  margin-bottom: 0;
}
.footer_ogic {
	width: 250px;
	margin-top: 30px;
}
@media screen and (max-width: 769px) {
	.footer__adderss {
		text-align: center;
	}
	.footer_ogic {
		width: 200px;
		margin: 30px auto;
	}
}
.footer__nav__area {
  display: none;
}

.footer__small small {
  display: block;
  text-align: center;
  font-size: 1.1rem;
  color: #787878;
  letter-spacing: 0.06em;
}

@media screen and (min-width: 768px) {
  .footer > .content__area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .footer__top {
    margin: 0 30px 0 0;
  }

  .footer__logo {
    max-width: 285px;
  }

  .footer__adderss > ul > li p br {
    display: block;
  }

  .footer__nav__area {
    display: block;
    margin-bottom: 60px;
  }
  .footer__nav__area > ul {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .footer__nav__area > ul > li .footer__nav > li > a {
    padding-left: 1.2em;
  }
  .footer__nav__area > ul > li .footer__nav > li > a::before {
    display: block;
    content: "";
    position: absolute;
    top: 0.3em;
    left: 0;
    width: 6px;
    height: 6px;
    border-right: 1px solid #2279c2;
    border-bottom: 1px solid #2279c2;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .footer__nav__area > ul > li:last-child .footer__nav > li > a[target=_blank] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 5px;
  }
  .footer__nav__area > ul > li:last-child .footer__nav > li > a[target=_blank] span {
    line-height: 1.4;
  }
  .footer__nav__area > ul > li:last-child .footer__nav > li > a[target=_blank]::after {
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    display: inline-block;
    font-size: 1rem;
    margin-left: 5px;
    color: #fff;
    -webkit-transition: color 0.6s;
    transition: color 0.6s;
  }
  .footer__nav__area > ul > li:last-child .footer__nav > li > a:hover[target=_blank]::after {
    color: #727272;
  }
  .footer__nav__area > ul > li + li {
    margin-left: 10px;
  }

  .footer__nav > li {
    margin-bottom: 10px;
  }
  .footer__nav > li:last-child {
    margin-bottom: 0;
  }
  .footer__nav > li > a {
    font-size: 1.2rem;
    position: relative;
  }
  .footer__nav > li > a:hover {
    color: #727272;
  }
  .footer__nav > li > a span {
    letter-spacing: 0.06em;
  }

  .footer__nav__title {
    font-size: 1.6rem;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 15px;
  }
  .footer__nav__title:hover {
    color: #727272;
  }

  .footer__small small {
    text-align: right;
  }
}
@media screen and (min-width: 992px) {
  .footer__logo {
    max-width: 361px;
  }

  .footer__nav__area {
    margin-bottom: 20px;
  }
  .footer__nav__area > ul > li + li {
    margin-left: 15px;
  }

  .footer__nav > li > a {
    font-size: 1.4rem;
  }

  .footer__nav__title {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1200px) {
  .footer {
    padding: 90px 0;
  }

  .footer__logo {
    max-width: 380px;
  }

  .footer__adderss > ul > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
  }
  .footer__adderss > ul > li p {
    font-size: 1.4rem;
    margin: 0 10px 0 0;
    min-width: 140px;
  }
  .footer__adderss > ul > li ul li {
    font-size: 1.4rem;
  }
  .footer__adderss > ul > li ul li:first-child {
    margin-top: -4px;
  }
  .footer__adderss > ul > li ul li br {
    display: none;
  }

  .footer__nav__area {
    margin-bottom: 60px;
  }
  .footer__nav__area > ul > li:last-child .footer__nav > li {
    margin-bottom: 20px;
  }
  .footer__nav__area > ul > li + li {
    margin-left: 45px;
  }

  .footer__nav__title {
    font-size: 2rem;
    margin-bottom: 18px;
  }

  .footer__small small {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1400px) {
  .footer__logo {
    max-width: 420px;
    margin-bottom: 20px;
  }

  .footer__adderss {
    margin-top: -4px;
  }
  .footer__adderss > ul > li p {
    margin-right: 25px;
  }
  .footer__adderss > ul > li ul li br {
    display: none;
  }

  .footer__nav__area > ul > li + li {
    margin-left: 60px;
  }
}
/*------------------------------------------- newslist*/
.news__list > ul > li + li .news__link {
  padding-top: 20px;
}

.news__link {
  border-bottom: 1px solid #c2c2c2;
  padding-bottom: 13px;
}
.news__link > p {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: -6px 0 0;
}

.news__time {
  color: #a9a9a9;
  font-weight: 500;
  font-size: 1.2rem;
  margin: 0 0 6px;
  display: block;
}

@media screen and (min-width: 768px) {
  .news__link {
    position: relative;
  }
  .news__link > p {
    -webkit-transition: color 0.6s;
    transition: color 0.6s;
  }
  .news__link:hover > p {
    color: #d63435;
  }
  .news__link:hover::before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .news__link::before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -1px;
    right: 0;
    background-color: #292b2d;
    z-index: 2;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
  }
}
@media screen and (min-width: 992px) {
  .news__list > ul > li + li .news__link {
    padding-top: 19px;
  }

  .news__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 11px;
  }

  .news__time {
    width: 95px;
    font-size: 1.6rem;
    margin: 0 35px 0 0;
  }
}

.banner_lathe {
	width: 430px;
	margin: 0 auto 40px;
}

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