@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
@font-face {
  font-family: "NotoSans";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSans/NotoSansR.woff") format("woff");
}

@font-face {
  font-family: "NotoSans";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSans/NotoSansM.woff") format("woff");
}

@font-face {
  font-family: "NotoSans";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSans/NotoSansB.woff") format("woff");
}

@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  src: url("../font/Oswald/Oswald-Medium.woff") format("woff");
}

@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 700;
  src: url("../font/Oswald/Oswald-DemiBold.woff") format("woff");
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 2;
  font-weight: 400;
  letter-spacing: 1px;
  color: #333333;
  font-family: "NotoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  word-wrap: break-word;
  position: relative;
}

h1, h2, h3 {
  font-weight: 400;
}

div {
  font-weight: 400;
}

a {
  text-decoration: none;
  font-weight: 400;
}

figure {
  padding: 0;
  margin: 0;
}

.inner {
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
}

@media screen and (max-width: 1500px) {
  .inner {
    padding: 0 50px;
  }
}

@media screen and (max-width: 640px) {
  .inner {
    padding: 0 30px;
  }
}

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

.bg {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

.bornone td {
  border: none !important;
}

.pdnone td {
  padding: 0 !important;
}

.img100 img {
  width: 100%;
}

.link1 a {
  color: #5491c1;
  font-weight: bold;
}

#contents_wrap {
  position: relative;
  overflow: hidden;
}

#contents {
  padding: 0;
  max-width: 100%;
}

#main {
  max-width: 100%;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  #main {
    width: 100%;
  }
}

#main #col_main {
  width: 100%;
}

@media screen and (max-width: 1200px) {
  #main #col_main {
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  #side {
    width: 18.75%;
  }
}

@media screen and (max-width: 1200px) {
  #side aside {
    width: 100% !important;
  }
}

.policy h2 {
  border-bottom: 2px solid #bbbbbb;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 5px;
}

.policy p {
  margin: 0 0 20px;
}

table {
  table-layout: auto;
}

table td {
  margin-bottom: -1px !important;
  padding: 3px 10px !important;
}

.tlauto table {
  table-layout: auto;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b,
strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

img {
  max-width: 100%;
  height: auto !important;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #b3b3b3;
}

span {
  font-weight: inherit;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

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

u {
  text-decoration: underline;
}

.borB {
  border-bottom: 1px dashed #333;
}

b {
  font-weight: bold;
}

.borderB {
  border-bottom: 1px dashed #333;
}

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
}

#contents_wrap {
  min-width: auto;
  position: relative;
}

@media screen and (max-width: 1200px) {
  #contents_wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#contents {
  max-width: 1200px;
  width: 100%;
}

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

.ColLeft {
  float: left;
}

.ColRight {
  float: right;
}

.flexleft {
  display: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
}

.flexcenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center;
  }
}

@media screen and (max-width: 834px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
}

@media screen and (max-width: 640px) {
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
}

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "NotoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

header#global_header {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  margin: 0 auto;
}

footer#global_footer {
  min-width: 100% !important;
}

.dsnone {
  display: none;
}

#modal {
  display: none;
}

.modaal-close {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  right: inherit !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 0 !important;
}

.modaal-close::before, .modaal-close::after {
  display: none !important;
}

.cus-close {
  position: static !important;
  color: #333 !important;
  opacity: 1 !important;
  text-align: center;
  border-radius: inherit !important;
  background: #ddd !important;
  padding: 5px 0 !important;
}

.modaal-content-container {
  padding: 25px !important;
}

@media screen and (max-width: 480px) {
  .modaal-content-container {
    padding: 15px !important;
  }
  .modaal-content-container .policy h2 {
    font-size: 16px;
  }
  .modaal-content-container .policy p {
    font-size: 14px;
  }
}

.modaal-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 768px;
  overflow-y: scroll;
}

@media screen and (max-width: 480px) {
  .modaal-container {
    max-height: 100%;
  }
}

@media screen and (max-width: 480px) {
  .modaal-inner-wrapper {
    padding: 80px 10px !important;
  }
}

.bt_confirm {
  background: #eee;
  width: auto;
  text-indent: 0;
}

.bt_back {
  background: #eee;
  text-indent: 0;
}

.bt_send {
  background: #eee;
  width: auto;
  text-indent: 0;
}

.annot {
  display: none;
}

.flex2cl_01 {
  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;
  position: relative;
}

@media screen and (max-width: 834px) {
  .flex2cl_01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.flex2cl_01 .flxL {
  width: 57%;
}

@media screen and (max-width: 834px) {
  .flex2cl_01 .flxL {
    width: 100%;
  }
}

.flex2cl_01 .flxR {
  width: 40%;
}

@media screen and (max-width: 834px) {
  .flex2cl_01 .flxR {
    width: 100%;
    margin-bottom: 20px;
  }
}

.flex2cl_01 .flxR .img {
  width: 100%;
}

.flex2cl_01 .flxR .img img {
  width: 100% !important;
}

.flex2cl_02 {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -4%;
  margin-bottom: 50px;
}

@media screen and (max-width: 1000px) {
  .flex2cl_02 {
    margin-left: -2.4390%;
  }
}

@media screen and (max-width: 834px) {
  .flex2cl_02 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.flex2cl_02 .box {
  position: relative;
  width: 46%;
  margin-left: 4%;
  margin-bottom: 20px;
}

@media screen and (max-width: 1000px) {
  .flex2cl_02 .box {
    width: 47.5609%;
    margin-left: 2.4390%;
    display: block;
  }
}

@media screen and (max-width: 834px) {
  .flex2cl_02 .box {
    width: 100%;
    margin-left: 0;
  }
}

.flex2cl_02 .box img {
  width: 100% !important;
}

.flex2cl_02 .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex2cl_02 .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex3cl {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -0.82645%;
}

@media screen and (max-width: 1000px) {
  .flex3cl {
    margin-left: -2.4390%;
  }
}

@media screen and (max-width: 640px) {
  .flex3cl {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.flex3cl .box {
  position: relative;
  width: 32.2314%;
  margin-left: 0.82645%;
  margin-bottom: 30px;
}

@media screen and (max-width: 1000px) {
  .flex3cl .box {
    width: 47.5609%;
    margin-left: 2.4390%;
    display: block;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 640px) {
  .flex3cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.flex3cl .box img {
  width: 100% !important;
}

.flex3cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex3cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex4cl {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -3.22581%;
}

@media screen and (max-width: 1000px) {
  .flex4cl {
    margin-left: -2.4390%;
  }
}

@media screen and (max-width: 640px) {
  .flex4cl {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.flex4cl .box {
  position: relative;
  width: 21.77419%;
  margin-left: 3.22581%;
  margin-bottom: 30px;
}

@media screen and (max-width: 1000px) {
  .flex4cl .box {
    width: 47.5609%;
    margin-left: 2.4390%;
    display: block;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 640px) {
  .flex4cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.flex4cl .box img {
  width: 100% !important;
}

.flex4cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex4cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

#header {
  width: 100%;
  max-width: 100%;
}

#global_header {
  position: relative;
}

.header {
  position: absolute;
  top: 0;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 30px;
}

@media screen and (max-width: 1500px) {
  .header {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (max-width: 834px) {
  .header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.header__left .logo {
  width: 65%;
}

@media screen and (max-width: 1700px) {
  .header__left .logo {
    width: 240px;
  }
}

.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1500px) {
  .header__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media screen and (max-width: 834px) {
  .header__right {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.header .header__nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1000px) {
  .header .header__nav > ul {
    display: none;
  }
}

.header .header__nav > ul li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}

.header .header__nav > ul li a {
  display: block;
  color: white;
  padding: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 1700px) {
  .header .header__nav > ul li a {
    padding: 20px 10px;
  }
}

.header .header__nav > ul li a:hover {
  color: #1166a9;
  font-weight: 700;
}

.header .header__nav .ddmenu {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 240px;
  left: 50%;
  top: 55px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.header .header__nav .ddmenu li {
  background-color: rgba(84, 145, 193, 0.8);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header .header__nav .ddmenu li a {
  padding: 10px;
}

.header .header__nav .ddmenu li a:hover {
  color: white;
}

.header .header__nav .ddmenu li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.header .header__nav .ddmenu li:hover {
  background-color: rgba(17, 102, 169, 0.8);
}

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

@media screen and (max-width: 1000px) {
  .header .contact {
    margin-right: 60px;
  }
}

@media screen and (max-width: 834px) {
  .header .contact {
    margin-right: 0;
    margin-top: 20px;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.header .contact a {
  width: 200px;
  height: 50px;
  display: block;
  color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#9fa7af), color-stop(20%, #dddee3), color-stop(25%, #dddee3), color-stop(34%, #e3e4e8), color-stop(70%, #a6aaad), to(#606872));
  background-image: linear-gradient(#9fa7af 0%, #dddee3 20%, #dddee3 25%, #e3e4e8 34%, #a6aaad 70%, #606872 100%);
  position: relative;
  margin-left: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 834px) {
  .header .contact a {
    width: 100%;
    margin-left: 0;
  }
}

@media screen and (max-width: 834px) {
  .header .contact .tel {
    width: 49%;
  }
}

.header .contact .tel a {
  font-family: "Oswald", "NotoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  padding-top: 9px;
  padding-left: 30px;
}

.header .contact .tel a::before {
  content: "";
  background-image: url(../images/contents/tel.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 35px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header .contact .tel a:hover {
  color: #1166a9;
}

.header .contact .tel a:hover::before {
  background-image: url(../images/contents/tel-hover.png);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 834px) {
  .header .contact .mail {
    width: 49%;
  }
}

.header .contact .mail a {
  font-size: 1.5rem;
  font-weight: 500;
  padding-top: 9px;
  padding-left: 30px;
}

.header .contact .mail a::before {
  content: "";
  background-image: url(../images/contents/mail.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 21px;
  height: 17px;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 35px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header .contact .mail a:hover {
  color: #1166a9;
}

.header .contact .mail a:hover::before {
  background-image: url(../images/contents/mail-hover.png);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.main {
  position: relative;
  height: 100vh !important;
}

.main .deco01 {
  position: absolute;
  left: 0;
  bottom: 0;
}

.main .deco02 {
  position: absolute;
  bottom: 5%;
  left: 5%;
  text-align: left;
}

@media screen and (max-width: 1500px) {
  .main .deco02 img {
    width: 90%;
  }
}

@media screen and (max-width: 1200px) {
  .main .deco02 img {
    width: 85%;
  }
}

@media screen and (max-width: 1000px) {
  .main .deco02 img {
    width: 75%;
  }
}

.main .deco02 p {
  font-size: 2.6rem;
  color: white;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 25px;
}

@media screen and (max-width: 1500px) {
  .main .deco02 p {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 1200px) {
  .main .deco02 p {
    font-size: 2.3rem;
  }
}

@media screen and (max-width: 1000px) {
  .main .deco02 p {
    font-size: 2.1rem;
  }
}

.slider img {
  height: 100vh !important;
  width: 100vw;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
}

#global_footer {
  position: relative;
}

.footer {
  max-width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 60px;
}

@media screen and (max-width: 1200px) {
  .footer {
    padding: 60px 20px 0 20px;
  }
}

@media screen and (max-width: 1000px) {
  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 640px) {
  .footer {
    padding: 0;
  }
}

.footer__left {
  text-align: left;
}

@media screen and (max-width: 1200px) {
  .footer__left {
    width: calc(100% - 500px);
  }
}

@media screen and (max-width: 1000px) {
  .footer__left {
    margin-top: 20px;
    width: 400px;
  }
}

.footer__left img {
  width: 55%;
  display: block;
}

@media screen and (max-width: 1000px) {
  .footer__left img {
    margin: auto;
    margin-top: 30px;
  }
}

.footer__left ul {
  margin-top: 20px;
}

@media screen and (max-width: 1000px) {
  .footer__left ul {
    text-align: center;
  }
}

.footer__left ul li {
  line-height: 1.5;
  font-weight: 500;
}

.footer__left ul li a {
  color: #333333;
}

.footer__right {
  width: 50%;
}

@media screen and (max-width: 1200px) {
  .footer__right {
    width: 500px;
  }
}

@media screen and (max-width: 1000px) {
  .footer__right {
    margin: auto;
  }
}

@media screen and (max-width: 640px) {
  .footer__right {
    width: 100%;
  }
}

.footer__right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 640px) {
  .footer__right ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 640px) {
  .footer__right ul li {
    width: 50%;
    border-bottom: 1px solid #1166a9;
  }
}

@media screen and (max-width: 480px) {
  .footer__right ul li {
    width: 100%;
  }
}

.footer__right ul li a {
  display: block;
  padding: 5px;
  color: #333333;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 640px) {
  .footer__right ul li a {
    background-color: #5491c1;
    color: white;
    padding: 8px;
  }
}

.footer__right ul li a:hover {
  color: #1166a9;
}

@media screen and (max-width: 640px) {
  .footer__right ul li a:hover {
    color: white;
    background-color: #1166a9;
  }
}

@media screen and (max-width: 640px) {
  .footer__right ul li:nth-child(odd) {
    border-right: 1px solid #1166a9;
  }
}

@media screen and (max-width: 480px) {
  .footer__right ul li:nth-child(odd) {
    border-right: none;
  }
}

.copyrights {
  max-width: 1200px;
  margin: auto;
  text-align: right;
  margin-top: 20px;
  padding-bottom: 20px;
}

@media screen and (max-width: 1000px) {
  .copyrights {
    text-align: center;
  }
}

.copyrights small {
  font-weight: 500;
  font-size: 1.4rem;
  display: block;
  padding-right: 5px;
  color: #333333 !important;
}

#contents {
  padding: 0 10px;
}

.deco_01 {
  position: absolute;
  top: 0;
  right: 0;
}

.deco_01 .imgL {
  margin-right: 0;
}

.pankuzu {
  font-size: 1.4rem;
}

.pankuzu li {
  display: inline-block;
}

@media (min-width: 834px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

.cont_01 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.title_01 article, .title_02 article, .cont_btn article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.title_01 h1, .title_01 h2, .title_01 h3, .title_02 h1, .title_02 h2, .title_02 h3, .cont_btn h1, .cont_btn h2, .cont_btn h3 {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.4;
}

.title_01 div, .title_02 div, .cont_btn div {
  font-size: 4.5rem;
  font-weight: 700;
  font-family: "Oswald", "NotoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #babfc6;
}

.title_02 {
  position: relative;
  z-index: 1;
}

.title_02 h2 {
  line-height: 1;
}

@media screen and (max-width: 640px) {
  .text_01 div {
    text-align: left !important;
  }
}

.cont_02 {
  position: relative;
  z-index: 1;
}

.cont_02::before {
  content: "";
  background: #5491c1;
  opacity: 0.2;
  width: 70%;
  height: 97%;
  display: block;
  position: absolute;
  bottom: -165px;
  left: 0;
  opacity: 0.1;
  z-index: -1;
}

@media screen and (max-width: 834px) {
  .cont_02::before {
    width: 100%;
  }
}

.cont_02 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: visible;
}

@media screen and (max-width: 834px) {
  .cont_02 .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.cont_02 .left {
  position: relative;
  left: 0;
  display: block;
}

@media screen and (max-width: 834px) {
  .cont_02 .left {
    left: inherit;
    width: 100%;
  }
}

@media screen and (max-width: 834px) {
  .cont_02 .left .title_02 h2, .cont_02 .left .title_02 div {
    text-align: center !important;
  }
}

.cont_02 .right {
  position: absolute;
  width: 75%;
  z-index: -1;
  right: 0;
  height: 56vw;
}

@media screen and (max-width: 834px) {
  .cont_02 .right {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
  }
}

.title_03 h2, .title_03 h3 {
  font-size: 2rem;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
  margin-bottom: 35px;
}

.bg_w {
  background: rgba(255, 255, 255, 0.6);
  padding: 60px;
  position: relative;
  left: -60px;
}

@media screen and (max-width: 834px) {
  .bg_w {
    padding: 40px;
    margin: 40px auto 0 auto !important;
  }
}

@media screen and (max-width: 834px) {
  .bg_w {
    left: 0;
  }
}

.btn_01 {
  width: 220px;
  height: 45px;
  display: block;
  border: 1px solid #1166a9;
  color: #1166a9 !important;
  text-align: center;
  position: relative;
  padding-top: 5px;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn_01::before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  color: #5491c1;
  position: absolute;
  font-weight: 300;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  font-size: 2.4rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn_01:hover {
  background-color: #1166a9;
  color: white !important;
}

.btn_01:hover::before {
  color: white;
}

.cont_03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 80px;
}

@media screen and (max-width: 834px) {
  .cont_03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.cont_03 .image {
  width: 50%;
}

@media screen and (max-width: 834px) {
  .cont_03 .image {
    width: 95%;
    margin: auto;
  }
}

.cont_03 .bg_b {
  width: 45%;
  margin-left: 60px;
  background-color: #f0f4f9;
  padding: 60px;
  margin: 80px 0 0 auto !important;
}

@media screen and (max-width: 1200px) {
  .cont_03 .bg_b {
    width: 60%;
  }
}

@media screen and (max-width: 834px) {
  .cont_03 .bg_b {
    width: 95%;
    margin: 30px auto 0 auto !important;
    padding: 40px;
  }
}

@media screen and (max-width: 834px) {
  .cont_03:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.cont_03:nth-child(odd) .bg_b {
  margin: 80px auto 0 0 !important;
}

@media screen and (max-width: 834px) {
  .cont_03:nth-child(odd) .bg_b {
    width: 95%;
    margin: 30px auto 0 auto !important;
  }
}

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

@media screen and (max-width: 834px) {
  .cont_btn {
    margin: 80px auto 0 auto !important;
  }
}

.cont_btn a {
  width: 31%;
  text-align: center;
  background: rgba(17, 102, 169, 0.9);
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 834px) {
  .cont_btn a {
    width: 49%;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 640px) {
  .cont_btn a {
    width: 100%;
  }
}

.cont_btn a .box {
  padding-top: 40px;
  padding-bottom: 60px;
}

.cont_btn a .box::before {
  content: "";
  background: #1166a9;
  display: block;
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 50%;
  left: -10%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 120%;
  height: 70%;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cont_btn a article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.cont_btn a h3 {
  color: white;
  font-size: 2.2rem;
  z-index: 1;
  position: relative;
}

.cont_btn a div {
  color: #bbcde0;
  font-size: 4rem;
  z-index: 1;
  position: relative;
}

.cont_btn a:hover .box::before {
  height: 0;
}

.cont_04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 140px;
  margin-bottom: 140px;
}

@media screen and (max-width: 834px) {
  .cont_04 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 80px;
  }
}

.cont_04 .title_02 {
  width: 180px;
  margin-right: auto;
  margin: 0 !important;
}

@media screen and (max-width: 834px) {
  .cont_04 .title_02 {
    width: 100%;
  }
}

.cont_04 .title_02 h2 {
  line-height: 1;
}

@media screen and (max-width: 834px) {
  .cont_04 .title_02 h2 {
    text-align: center !important;
  }
}

.cont_04 .title_02 div {
  line-height: 1;
  margin-bottom: 20px;
}

@media screen and (max-width: 834px) {
  .cont_04 .title_02 div {
    text-align: center !important;
  }
}

.cont_04 .hm_news {
  width: calc(100% - 180px);
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  height: 180px;
  overflow-y: auto;
  padding: 20px;
}

@media screen and (max-width: 834px) {
  .cont_04 .hm_news {
    width: 100%;
    margin-top: 30px;
    height: 280px;
  }
}

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

@media screen and (max-width: 640px) {
  .cont_04 .hm_news dl {
    display: block !important;
  }
}

.cont_04 .hm_news dl dt, .cont_04 .hm_news dl dd {
  background-color: transparent !important;
  border: none !important;
}

@media screen and (max-width: 640px) {
  .cont_04 .hm_news dl dt, .cont_04 .hm_news dl dd {
    width: 100% !important;
  }
}

.cont_04 .hm_news dl dt {
  width: 150px !important;
}

@media screen and (max-width: 640px) {
  .cont_04 .hm_news dl dt {
    padding: 8px 8px 0 8px !important;
    font-weight: 500;
  }
}

.cont_04 .hm_news dl dd {
  width: 100% !important;
}

.cont_05 {
  background-image: url(../images/contents/contact-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  padding-bottom: 100px;
}

.cont_05::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15vw 100vw 35vw;
  border-color: transparent transparent #1166a9 #1166a9;
  opacity: 0.6;
}

@media screen and (max-width: 834px) {
  .cont_05::before {
    border-width: 0 30vw 180vw 35vw;
  }
}

@media screen and (max-width: 834px) {
  .title_04 {
    padding: 180px 0 55px 0 !important;
  }
}

.title_04 h1, .title_04 h2 {
  color: white;
  line-height: 1.5;
}

.title_04 div {
  color: rgba(255, 255, 255, 0.6);
  line-height: 1;
  margin-bottom: 20px;
}

.hm_info td {
  padding: 10px 0 10px 0 !important;
  border: none !important;
}

.hm_info td div {
  color: white;
  font-weight: 400;
}

.hm_info td div a {
  color: white;
  width: 280px;
  height: 55px;
  border: 1px solid white;
  display: block;
  text-align: center;
  padding-left: 30px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.hm_info td div a:hover {
  color: #1166a9;
  background-color: white;
}

.hm_info .tel {
  font-size: 2.6rem;
  font-weight: 500;
  font-family: "Oswald", "NotoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.hm_info .tel a::before {
  content: "";
  background-image: url(../images/contents/tel-w.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 38px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.hm_info .tel a:hover::before {
  background-image: url(../images/contents/tel-w-hover.png);
}

.hm_info .mail {
  padding: 5px 0 !important;
}

.hm_info .mail a {
  font-weight: 700;
  font-size: 2rem;
  padding-top: 5px;
}

.hm_info .mail a::before {
  content: "";
  background-image: url(../images/contents/mail-w.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 26px;
  height: 20px;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 38px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.hm_info .mail a:hover::before {
  background-image: url(../images/contents/mail-w-hover.png);
}

/* scroll bar */
::-webkit-scrollbar {
  height: 6px;
  width: 8px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
  background-color: #979797;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
          box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

/*  鯉のぼり　*/
.pg_title01 h2 {
  padding: 1rem 3rem;
  -webkit-transform: skew(-15deg);
  transform: skew(-15deg);
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#1166a9), to(#5491c1));
  background-image: linear-gradient(to right, #1166a9 0%, #5491c1 100%);
  font-size: 2.2rem;
  font-weight: 700;
  font-style: inherit;
  margin-bottom: 10px;
}

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

@media screen and (max-width: 834px) {
  .koi_wp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.koi_wp .koi_img {
  width: 50% !important;
  padding-right: 20px;
}

@media screen and (max-width: 1200px) {
  .koi_wp .koi_img {
    width: 40% !important;
  }
}

@media screen and (max-width: 834px) {
  .koi_wp .koi_img {
    width: 95% !important;
    margin: auto;
    padding-right: 0;
    margin-bottom: 30px;
  }
  .koi_wp .koi_img img {
    width: 100% !important;
  }
}

.koi_wp .koi_rgt {
  width: 50%;
  padding-left: 30px;
}

@media screen and (max-width: 1200px) {
  .koi_wp .koi_rgt {
    width: 60%;
  }
}

@media screen and (max-width: 834px) {
  .koi_wp .koi_rgt {
    width: 100%;
    padding-left: 0;
  }
}

.koi_wp .koi_txt {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: auto;
}

.koi_wp .koi_txt h3 {
  color: #1166a9;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 20px;
  width: 100%;
}

.koi_wp .koi_txt div {
  width: 100%;
}

.koi_wp .koi_txt article {
  width: 100%;
}

.koi_cont article {
  background-color: rgba(255, 255, 255, 0.8);
}

.koi_cont .box {
  padding: 5px;
}

.koi_cont .box h3 {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin: 5px auto;
  position: relative;
  padding: 0 20px;
}

.koi_cont .box div {
  padding: 0 20px 40px 20px;
}

.koi_cont .box:nth-child(2) {
  top: 60px;
}

.koi_cont .box:nth-child(3) {
  top: 120px;
}

.koi_wp02 {
  position: relative;
}

.koi_wp02::before {
  content: "";
  background: rgba(84, 145, 193, 0.1);
  width: 100%;
  height: 110%;
  display: block;
  position: absolute;
  top: 20%;
  right: 0;
}

.pg_list {
  margin-top: 30px;
}

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

.pg_list dl dt, .pg_list dl dd {
  font-size: 1.4rem;
  background-color: transparent !important;
  border: none !important;
  line-height: 1.6;
}

.pg_list dl dt {
  width: 200px !important;
}

.pg_list dl:nth-child(odd) {
  background-color: rgba(204, 204, 204, 0.2);
}

.pg_title02 h2 {
  padding: 5px 20px;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#1166a9), to(#5491c1));
  background-image: linear-gradient(to right, #1166a9 0%, #5491c1 100%);
  font-size: 2.2rem;
  font-weight: 700;
  font-style: inherit;
  margin-bottom: 10px;
}

/*  設備紹介　*/
.fac_tbl td {
  border: 1px solid #eee !important;
}

.fac_tbl div {
  padding: 8px;
}

@media screen and (max-width: 834px) {
  .fac_tbl div {
    font-size: 1.5rem;
    word-break: keep-all;
  }
}

/*  会社概要　*/
.pg_title03 h2 {
  border-top: 4px double #1166a9;
  border-bottom: 4px double #1166a9;
  font-size: 2.4rem;
  font-weight: 700;
}

/*  よくあるご質問　*/
.faq .box article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.faq .box h3 {
  width: 50px;
}

.faq .box div {
  width: calc(100% - 50px);
}

.faq .box:first-child h3, .faq .box:nth-child(2) h3 {
  background-color: #1166a9;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: white;
  text-align: center;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  padding-top: 8px;
}

.faq .box:first-child div, .faq .box:nth-child(2) div {
  font-size: 1.8rem;
  font-weight: 500;
  padding-left: 20px;
}

@media screen and (max-width: 640px) {
  .faq .box:first-child div, .faq .box:nth-child(2) div {
    font-size: 1.6rem;
  }
}

.faq .box:nth-child(2) {
  margin-top: 10px;
}

.faq .box:nth-child(2) h3 {
  background-color: #11a995;
  padding-top: 10px;
}

.faq .box:nth-child(2) div {
  font-size: 1.6rem;
  font-weight: 400;
}

.about_txt img {
  width: 50% !important;
  padding-right: 20px;
  display: inline-block;
}

@media screen and (max-width: 834px) {
  .about_txt img {
    width: 60% !important;
    display: block;
    float: none !important;
    margin: 0 auto 30px auto;
  }
}

.about_txt h2 {
  font-size: 7rem;
  font-weight: 700;
  font-family: "Oswald", "NotoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1;
  width: 45%;
  display: inline-block;
  border: 4px solid #5491c1;
  text-align: center !important;
  padding: 5px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1200px) {
  .about_txt h2 {
    font-size: 5rem;
  }
}

@media screen and (max-width: 834px) {
  .about_txt h2 {
    width: 100% !important;
  }
}

.about_txt div {
  width: 45%;
  display: inline-block;
}

@media screen and (max-width: 834px) {
  .about_txt div {
    width: 100% !important;
  }
}

.about_ttl h2 {
  position: relative;
  padding-left: 73px;
}

.about_ttl h2::before {
  content: "";
  background-image: url(../images/pages/gecko.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  display: block;
  top: 3px;
  left: 10px;
  position: absolute;
}

.about_ttl h2::after {
  content: "";
  background-color: #5491c1;
  height: 100%;
  width: 4px;
  display: block;
  top: 0;
  left: 56px;
  position: absolute;
  visibility: visible !important;
}

.about_list dl {
  border-bottom: 1px dashed rgba(84, 145, 193, 0.3);
}

.about_list dl dt, .about_list dl dd {
  background-color: transparent !important;
  border: none !important;
  padding: 10px;
}

/*  お問い合わせ　*/
.pg_title03 div {
  text-align: left !important;
  margin-top: 20px;
}

.pg_title03 div span, .pg_title03 div a {
  font-weight: 700;
}

form .submit .bt_confirm {
  background: #3a3a3a !important;
}

form .title {
  display: none;
}

@media screen and (max-width: 640px) {
  .mail_form dl {
    display: block !important;
  }
}

.mail_form dl dt, .mail_form dl dd {
  border: none !important;
  padding: 13px !important;
}

@media screen and (max-width: 640px) {
  .mail_form dl dt, .mail_form dl dd {
    width: 100% !important;
  }
}

.mail_form dl dt {
  font-weight: 500;
  font-size: 1.5rem;
  background-color: #1166a9 !important;
  color: white;
}

@media screen and (max-width: 640px) {
  .mail_form dl dt {
    border-right: none !important;
    padding: 13px 13px 0 13px !important;
  }
}

.mail_form dt label {
  color: orange !important;
}

.mail_form dl:not(:last-child) {
  border-bottom: 1px dashed #ccc !important;
}

@media screen and (max-width: 640px) {
  .mail_form dl:not(:last-child) {
    border-bottom: none !important;
  }
}

.submit {
  margin-bottom: 120px;
}

.error, .confirm {
  margin-top: 150px !important;
}

/*   プライバシーポリシー　　*/
.policy_text div {
  letter-spacing: 2px;
}

/*   404ページ　　*/
@media screen and (max-width: 640px) {
  .error_text div {
    text-align: left !important;
  }
}

.error_btn {
  width: 250px;
  height: 55px;
  margin: auto;
}

.error_btn a {
  padding: 8px;
  color: #5491c1;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #5491c1;
  color: white;
  border-radius: 50px;
}

.error_btn a:hover {
  color: white;
  background-color: #cccccc;
}

/*  インスタグラム　*/
.insta .sns_list, .insta02 .sns_list {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  border: 8px solid #5491c1;
}

@media screen and (max-width: 834px) {
  .insta .sns_list, .insta02 .sns_list {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}

.insta .sns_list > div, .insta02 .sns_list > div {
  width: 16.666% !important;
  border-top: none !important;
  border-bottom: none !important;
  border-left: none !important;
  border-right: 8px solid #5491c1 !important;
}

@media screen and (max-width: 834px) {
  .insta .sns_list > div, .insta02 .sns_list > div {
    width: 33.333% !important;
  }
}

.insta .sns_list > div:nth-child(6), .insta02 .sns_list > div:nth-child(6) {
  border-right: none !important;
}

@media screen and (max-width: 834px) {
  .insta .sns_list > div:nth-child(3), .insta02 .sns_list > div:nth-child(3) {
    border-right: none !important;
  }
}

.insta .sns_list .sns_photo, .insta02 .sns_list .sns_photo {
  width: 100% !important;
  padding: 0 !important;
  height: 100%;
}

.insta .sns_list .sns_text, .insta02 .sns_list .sns_text {
  display: none;
}

/*  Youtube */
.video_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 120px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.video_wrap .video {
  padding-right: 10px;
  width: 50% !important;
  margin-bottom: 30px;
}

@media screen and (max-width: 834px) {
  .video_wrap .video {
    width: 100% !important;
  }
}

.video_ttl h2 {
  font-size: 4rem;
  font-weight: 700;
  font-family: "Oswald", "NotoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border: 4px solid #5491c1;
}

.work_wp01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 100px;
}

@media screen and (max-width: 1000px) {
  .work_wp01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.work_wp01 .left_01 {
  width: 40%;
  top: 60px;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .work_wp01 .left_01 {
    width: 80%;
    margin: auto;
    top: 0;
  }
}

@media screen and (max-width: 834px) {
  .work_wp01 .left_01 {
    width: 100%;
  }
}

.work_wp01 .left_01 img {
  display: block;
  margin: auto;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .work_wp01 .left_01 img {
    width: 100% !important;
  }
}

.work_wp01 .title_03 {
  width: 58%;
  margin-right: auto;
  left: inherit;
  margin-bottom: 30px;
}

@media screen and (max-width: 1000px) {
  .work_wp01 .title_03 {
    width: 100%;
    top: 40px;
  }
}

@media screen and (max-width: 834px) {
  .work_wp01 .title_03 {
    top: 0px;
  }
}

.work_wp01 .bg_w {
  background-color: rgba(84, 145, 193, 0.1) !important;
}

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

.work_wp01 .work_btn .box {
  width: 48%;
}

@media screen and (max-width: 640px) {
  .work_wp01 .work_btn .box {
    width: 100%;
    margin: 5px;
  }
}

.work_wp01 .work_btn .box a {
  width: 100% !important;
}

.work_wp01:nth-child(odd) {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 1000px) {
  .work_wp01:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.work_wp01:nth-child(odd) .title_03 {
  margin-right: inherit;
  margin-left: auto;
  position: relative;
  top: 40px;
}

@media screen and (max-width: 1000px) {
  .work_wp01:nth-child(odd) .title_03 {
    top: 0px;
  }
}

.work_wp01:nth-child(odd) .left_01 {
  top: 0;
}

.work_wp01:last-child {
  margin-bottom: 200px;
}

.company_list dl dt {
  background-color: #5491c1 !important;
  color: white;
  font-weight: 500;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

html.is-fixed,
html.is-fixed body {
  height: 100%;
}

#nav-toggle {
  position: fixed;
  top: 20px;
  right: 15px;
  height: 55px;
  width: 70px;
  padding: 9px;
  cursor: pointer;
  display: none;
}

@media screen and (max-width: 1000px) {
  #nav-toggle {
    display: block;
  }
}

#nav-toggle > div {
  position: relative;
  width: 45px;
}

#nav-toggle span {
  height: 4px;
  left: 2px;
  display: block;
  background: #929292;
  position: absolute;
  -webkit-transition: top .5s ease, -webkit-transform .6s ease-in-out;
  transition: top .5s ease, -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out, top .5s ease;
  transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 2px;
  width: 100%;
}

#nav-toggle span:nth-child(2) {
  top: 15px;
  width: 90%;
}

#nav-toggle span:nth-child(3) {
  top: 27px;
  width: 80%;
}

#nav-toggle p {
  position: absolute;
  font-family: "Oswald", "NotoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  top: 35px;
  color: #929292;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 0.3em;
  z-index: 99;
}

#nav-toggle:hover span:nth-child(1) {
  top: 2px;
}

#nav-toggle:hover span:nth-child(3) {
  top: 27px;
}

.open #nav-toggle span {
  background: white;
}

.open #nav-toggle span:nth-child(1) {
  top: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 90%;
}

.open #nav-toggle span:nth-child(2) {
  top: 15px;
  width: 0;
  left: 50%;
}

.open #nav-toggle span:nth-child(3) {
  top: 15px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 90%;
}

.open #nav-toggle p {
  color: white;
}

/* z-index */
#nav-toggle {
  z-index: 1000;
}

#container {
  z-index: 900;
}

.nav_wrap {
  width: 80%;
}

.nav_wrap .logo {
  margin-bottom: 60px !important;
}

.nav_wrap li {
  position: relative;
}

.nav_wrap .ddmenu {
  top: 0;
  left: 50%;
  background-color: transparent;
  position: relative;
  width: 80%;
}

#nav_sp {
  display: none;
  background-image: -webkit-gradient(linear, left top, right top, from(#1166a9), to(#5491c1));
  background-image: linear-gradient(to right, #1166a9 0%, #5491c1 100%);
  color: #babfc6;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 29px;
  opacity: 0;
  -webkit-transition: opacity .6s ease, visibility .6s ease;
  transition: opacity .6s ease, visibility .6s ease;
}

#nav_sp::before {
  content: "";
  width: 80%;
  height: 100vh;
  top: 0;
  right: 0;
  display: block;
  position: absolute;
  background-image: url(../images/pages/menu.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.6;
  z-index: -1;
}

@media screen and (max-width: 1500px) {
  #nav_sp::before {
    width: 100%;
    opacity: 0.4;
  }
}

#nav_sp .icons {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 99;
}

@media screen and (max-width: 640px) {
  #nav_sp .icons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#nav_sp .icons a {
  font-size: 2.2rem !important;
  display: block;
  padding-right: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#nav_sp .icons a:hover {
  opacity: 0.6;
}

#nav_sp .icons .tel {
  display: none;
}

@media screen and (max-width: 834px) {
  #nav_sp .icons .tel {
    display: block;
  }
}

#nav_sp ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

#nav_sp li {
  width: 100%;
}

#nav_sp a {
  display: block;
  color: white;
  letter-spacing: 0.4em;
  text-decoration: none;
  -webkit-transition: color .6s ease;
  transition: color .6s ease;
  text-align: center;
  font-size: 1.9rem !important;
  position: relative;
  z-index: -1;
  line-height: 1.6;
  padding: 10px;
  font-family: "Oswald", "NotoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#nav_sp a span {
  display: block;
  font-size: 4rem;
  color: #5491c1;
  font-family: "Oswald", "NotoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  #nav_sp a span {
    font-size: 3rem;
  }
}

@media screen and (max-width: 550px) {
  #nav_sp a span {
    font-size: 2.6rem;
  }
}

#nav_sp a:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#nav_sp ul {
  list-style: none;
}

#nav_sp ul > li {
  opacity: 0;
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
  -webkit-transition: opacity .2s ease, -webkit-transform .6s ease;
  transition: opacity .2s ease, -webkit-transform .6s ease;
  transition: transform .6s ease, opacity .2s ease;
  transition: transform .6s ease, opacity .2s ease, -webkit-transform .6s ease;
}

#nav_sp ul > li:nth-child(2) {
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
}

#nav_sp ul > li:nth-child(3) {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

#nav_sp ul > li:nth-child(4) {
  -webkit-transition-delay: .45s;
          transition-delay: .45s;
}

#nav_sp ul > li:nth-child(5) {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

#nav_sp ul > li:nth-child(6) {
  -webkit-transition-delay: .75s;
          transition-delay: .75s;
}

#nav_sp ul > li:nth-child(7) {
  -webkit-transition-delay: .9s;
          transition-delay: .9s;
}

#nav_sp ul > li:nth-child(8) {
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s;
}

#nav_sp ul .ddmenu {
  left: 50%;
  z-index: 3;
  position: relative;
  top: 0;
}

#nav_sp ul .ddmenu a {
  font-size: 1.5rem !important;
  color: white !important;
  padding-left: 20px !important;
  padding: 10px !important;
}

/* open */
.open {
  overflow: hidden;
}

.open #nav_sp {
  visibility: visible;
  opacity: 1;
}

.open #nav_sp li {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity 1.05s ease, -webkit-transform 1s ease;
  transition: opacity 1.05s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1.05s ease;
  transition: transform 1s ease, opacity 1.05s ease, -webkit-transform 1s ease;
}

.in_wp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 30px;
}

.in_wp > a {
  display: block;
  text-align: left;
  margin-top: 30px;
}

.in_wp > a img {
  width: 200px;
  height: 200px;
}

@media screen and (max-width: 834px) {
  .in_wp > a img {
    width: 150px;
    height: 150px;
  }
}

@media screen and (max-width: 640px) {
  .in_wp > a img {
    margin: auto;
    display: block;
  }
}

.inside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100% !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.inside li {
  font-size: 1.5rem !important;
  color: white;
  line-height: 1.8;
  width: 100% !important;
  text-align: center;
}

.inside li .tel {
  font-family: "Oswald", "NotoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  padding: 0 !important;
  letter-spacing: 2px !important;
}
/*# sourceMappingURL=common_style.css.map */