@charset "UTF-8";
/* =================================================================
 License : e-TRUST Inc.
 File name : assets.css
 Style : assets.css
================================================================= */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 400; /*-Normal-*/
  src: url("../font/NotoSerifCJKjp/NotoSerifCJKjp-Regular.woff") format("woff"), url("../font/NotoSerifCJKjp/NotoSerifCJKjp-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 500; /*-Medium-*/
  src: url("../font/NotoSerifCJKjp/NotoSerifCJKjp-Medium.woff") format("woff"), url("../font/NotoSerifCJKjp/NotoSerifCJKjp-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 700; /*-Bold-*/
  src: url("../font/NotoSerifCJKjp/NotoSerifCJKjp-Bold.woff") format("woff"), url("../font/NotoSerifCJKjp/NotoSerifCJKjp-Bold.woff2") format("woff2");
}
* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
}

img {
  height: auto !important;
}

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

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

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

li {
  list-style: none;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-weight: 500;
}

body {
  counter-reset: number 0;
  line-height: 1.7em;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #333;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  word-wrap: break-word;
  overflow: hidden;
  font-size: 16px;
}

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

#contents_wrap {
  width: 100%;
  min-width: 100%;
}

#contents {
  width: 100%;
  padding-left: 10px !important;
  padding-right: 10px !important;
  max-width: 1200px;
  background-color: rgba(255, 255, 255, 0) !important;
}
@media only screen and (max-width: 834px) {
  #contents {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

#main {
  width: 100%;
}

#main #col_main {
  width: 100%;
}

#side {
  width: 18.75%;
}

.map {
  margin: 56px 20px 0;
}

.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}

table {
  table-layout: auto;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  table {
    table-layout: fixed;
  }
}
.tlfix table {
  table-layout: fixed;
}

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;
}

small {
  font-size: 80%;
}

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

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

b {
  font-weight: 500;
}

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

a {
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
  transition: 1s;
}

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

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

.pd100 {
  padding: 100px 0;
}

.flex2cl_02 {
  border: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -4%;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1000px) {
  .flex2cl_02 {
    margin-left: -2.439%;
  }
}
@media only screen and (max-width: 834px) {
  .flex2cl_02 {
    justify-content: space-between;
    margin-left: 0;
  }
}
.flex2cl_02 .box {
  position: relative;
  width: 46%;
  margin-left: 4%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1000px) {
  .flex2cl_02 .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
  }
}
@media only 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: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -2.4390243902%;
}
@media only screen and (max-width: 1000px) {
  .flex3cl {
    margin-left: -2.439%;
  }
}
@media only screen and (max-width: 640px) {
  .flex3cl {
    justify-content: space-between;
    margin-left: 0;
  }
}
.flex3cl .box {
  position: relative;
  width: 30.8943089431%;
  margin-left: 2.4390243902%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1000px) {
  .flex3cl .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
    margin-bottom: 15px;
  }
}
@media only 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: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -3.2258064516%;
}
@media only screen and (max-width: 1000px) {
  .flex4cl {
    margin-left: -2.439%;
  }
}
@media only screen and (max-width: 640px) {
  .flex4cl {
    justify-content: space-between;
    margin-left: 0;
  }
}
.flex4cl .box {
  position: relative;
  width: 21.7741935484%;
  margin-left: 3.2258064516%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1000px) {
  .flex4cl .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
    margin-bottom: 15px;
  }
}
@media only 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#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  height: auto;
  position: relative;
}

.header {
  background-color: #fff;
}
@media only screen and (max-width: 1200px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    height: 70px;
    width: 100%;
    z-index: 99;
  }
}
.header-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
}
.header-logo {
  max-width: 200px;
  margin-left: 15px;
}
.header-logo img {
  width: 100% !important;
}
.header-right {
  max-width: 1200px;
  width: 100%;
  margin: 0 0 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
}
.header-nav {
  width: 100%;
  max-width: 660px;
  margin-right: 10px;
  height: 70px;
  line-height: 70px;
}
@media only screen and (max-width: 1200px) {
  .header-nav {
    position: fixed;
    top: 70px;
    left: 0;
    max-width: 100%;
    margin-right: 0;
    width: 100vw;
    height: 100vh;
    background-color: #0a89e1;
    z-index: 999;
    line-height: 1;
    display: none;
  }
}
.header-nav ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
}
@media only screen and (max-width: 1200px) {
  .header-nav ul {
    flex-wrap: wrap;
    max-width: 90%;
    margin: 40px auto 0;
  }
}
.header-nav ul li {
  flex-grow: 1;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .header-nav ul li {
    width: 47%;
    text-align: left;
    border-bottom: 1px dashed #fff;
    margin-bottom: 30px;
    flex-grow: 0;
    padding: 0 0 15px 10px;
  }
}
.header-nav ul li a {
  color: #333;
  display: block;
}
@media only screen and (max-width: 1200px) {
  .header-nav ul li a {
    color: #fff;
  }
}
.header-tel, .header-contact {
  display: block;
  width: 180px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-weight: bold;
}
.header-tel {
  background-color: #0a89e1;
  position: relative;
  font-size: 20px;
  color: #fff !important;
}
@media only screen and (max-width: 1200px) {
  .header-tel {
    background-color: #fff;
    width: 80%;
    margin: 20px auto 0;
    color: #333 !important;
    height: 80px;
    font-size: 24px;
  }
}
.header-tel span {
  display: block;
  font-weight: 400;
  font-size: 10px;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
}
@media only screen and (max-width: 1200px) {
  .header-tel span {
    bottom: -15px;
  }
}
.header-contact {
  background-color: #fccf19;
  color: #333 !important;
}
@media only screen and (max-width: 1200px) {
  .header-contact {
    margin-right: 70px;
  }
}
@media only screen and (max-width: 834px) {
  .header-contact {
    width: 70px;
    height: 70px;
  }
}
.header-contact i {
  display: none;
}
@media only screen and (max-width: 834px) {
  .header-contact i {
    display: block;
    line-height: 70px;
  }
}
@media only screen and (max-width: 834px) {
  .header-contact span {
    display: none;
  }
}

.main {
  position: relative;
  z-index: -1;
}
@media only screen and (max-width: 1200px) {
  .main {
    margin-top: 70px;
  }
}
.main-photo img {
  width: 100% !important;
  max-width: 100% !important;
  min-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 640px) {
  .main-photo img {
    min-height: 550px;
  }
}
.main-textbox {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
  color: #fff;
  left: 5%;
  line-height: 1.6;
  z-index: 10;
}
.main-text {
  font-size: 40px;
  font-family: source-han-serif-japanese, serif;
  font-weight: 700;
  font-style: normal;
}
@media only screen and (max-width: 1200px) {
  .main-text {
    font-size: 3.3333vw;
  }
}
.main-box-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  margin-top: 40px;
}
.main-box {
  margin-right: 20px;
}

.scroll-top {
  position: fixed;
  z-index: 99;
  background-color: #0a89e1;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  bottom: 20px;
  right: 10px;
}
.scroll-top i {
  color: #fff;
  line-height: 80px;
}

.res-menu {
  position: fixed;
  right: 0px;
  top: 0px;
  width: 70px;
  height: 70px;
  border-radius: 0px;
  cursor: pointer;
  display: none;
  background-color: #0a89e1;
  z-index: 999;
}
@media only screen and (max-width: 1200px) {
  .res-menu {
    display: block;
  }
}
.res-menu div {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  height: 2px;
  width: 35%;
}
.res-menu div:nth-of-type(1) {
  transform: translateY(-7px);
  transition: all 0.3s ease;
}
.res-menu div:nth-of-type(3) {
  transform: translateY(7px);
  transition: all 0.3s ease;
}

.res-menu.active div:nth-of-type(1) {
  transform: rotate(45deg);
}

.res-menu.active div:nth-of-type(2) {
  opacity: 0;
}

.res-menu.active div:nth-of-type(3) {
  transform: rotate(-45deg);
}

#mainArea {
  width: 100%;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1000px) {
  #mainArea {
    margin-top: 70px;
  }
}

#local-keyvisual {
  position: relative;
  background-image: url(../images/contents/main-bg.jpg);
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 834px) {
  #local-keyvisual {
    margin-bottom: 50px;
  }
}
#local-keyvisual h1 {
  letter-spacing: 0.1em;
  color: #fff;
  font-size: 3em;
  font-weight: 700;
  z-index: 1;
  position: relative;
  background: rgba(10, 137, 225, 0.8);
  text-align: center;
  padding: 140px 0;
  font-family: source-han-serif-japanese, serif;
  font-weight: 900;
  font-style: normal;
}
#local-keyvisual h1:before {
  position: absolute;
  content: "";
  bottom: 80px;
  left: 0;
}
@media only screen and (max-width: 1200px) {
  #local-keyvisual h1 {
    padding: 140px 0 80px 0;
  }
}
@media only screen and (max-width: 1000px) {
  #local-keyvisual h1 {
    padding: 90px 0 80px 0;
  }
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  #local-keyvisual h1 {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 640px) {
  #local-keyvisual h1 {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 834px) {
  #local-keyvisual h1 {
    font-size: 2.2em;
  }
}
#local-keyvisual h1 span {
  display: block;
  margin: 0 auto;
  max-width: 1200px;
}
#local-keyvisual h1:empty {
  display: none;
}

#local-keyvisual #local-keyvisual-bg,
#local-keyvisual .local-keyvisual-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-position: center;
  background-size: cover;
}

.pan1 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 80px;
}
.pan1 ol {
  display: flex;
}
@media only screen and (max-width: 834px) {
  .pan1 {
    display: none;
  }
}
.pan1 a {
  color: #000;
}

.pull-down {
  position: relative;
  cursor: pointer;
  height: 100%;
}
.pull-down img {
  display: block;
  height: 40px !important;
  width: auto !important;
  margin: 0 auto;
}
.pull-down span {
  display: block;
}
@media only screen and (max-width: 1200px) {
  .pull-down {
    display: none;
  }
}
.pull-down .pull-down-menu-wrap {
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  height: auto;
  z-index: 99;
  width: 200px;
  display: none;
}
.pull-down .pull-down-menu-wrap .pull-down-menu {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.pull-down .pull-down-menu-wrap .pull-down-menu li {
  width: 100% !important;
  display: block;
  height: auto !important;
  padding: 0;
}
.pull-down .pull-down-menu-wrap .pull-down-menu li a {
  display: block;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  background: rgb(255, 255, 255);
  font-size: 15px !important;
  line-height: 1.4;
  transition: all 0.3s ease;
  color: #333 !important;
}
.pull-down .pull-down-menu-wrap .pull-down-menu li a:hover {
  opacity: 1 !important;
  color: #fff !important;
  background-color: #0a89e1;
}

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

footer#global_footer {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  background-color: #fff;
  padding: 100px 0 0;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 834px) {
  .footer-inner {
    flex-direction: column;
  }
}
.footer-left {
  width: 50%;
  margin-right: 40px;
}
@media only screen and (max-width: 834px) {
  .footer-left {
    margin-right: 0;
    width: 100%;
  }
}
.footer-info {
  margin-top: 30px;
  text-align: left;
}
@media only screen and (max-width: 834px) {
  .footer-info {
    text-align: center;
  }
}
.footer-logo {
  max-width: 200px;
}
@media only screen and (max-width: 834px) {
  .footer-logo {
    margin: 0 auto;
  }
}
.footer-logo img {
  width: 100% !important;
  max-width: 100% !important;
}
.footer-nav {
  width: 45%;
}
@media only screen and (max-width: 834px) {
  .footer-nav {
    width: 100%;
    margin-top: 40px;
  }
}
.footer-nav ul {
  display: flex;
  flex-wrap: wrap;
}
.footer-nav ul li {
  width: 33%;
  text-align: left;
  margin-bottom: 10px;
}
@media only screen and (max-width: 834px) {
  .footer-nav ul li {
    text-align: center;
  }
}
@media only screen and (max-width: 640px) {
  .footer-nav ul li {
    width: 50%;
  }
}
.footer-nav ul li a {
  color: #333;
}

#copy {
  display: block;
  margin-top: 80px;
}
@media only screen and (max-width: 834px) {
  #copy {
    margin-top: 50px;
  }
}

h2 {
  font-family: source-han-serif-japanese, serif;
  font-weight: 700;
  font-style: normal;
}

.cont-h2 h2 {
  font-size: 32px;
}
.cont-h2 h2:first-letter {
  color: #0a89e1;
}

.cont1 {
  padding: 140px 20px 0;
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  background-image: url(../images/home/cont1-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.cont1-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 834px) {
  .cont1-inner {
    flex-direction: column-reverse;
  }
}
.cont1-text {
  width: 55%;
  margin-right: 80px;
}
@media only screen and (max-width: 834px) {
  .cont1-text {
    width: 90%;
    margin-right: 0;
    margin-top: 20px;
  }
}
.cont1-text h2 {
  font-size: 26px;
  margin-bottom: 40px;
  line-height: 1.5;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .cont1-text h2 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 640px) {
  .cont1-text h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.cont1-img {
  width: 45%;
}
@media only screen and (max-width: 834px) {
  .cont1-img {
    width: 90%;
    margin: 0 auto;
  }
}
.cont1-img img {
  width: 100% !important;
  max-width: 100% !important;
}
@media only screen and (max-width: 834px) {
  .cont1-img img {
    max-height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.cont1-btnwrap {
  display: flex;
  margin-top: 50px;
}
@media only screen and (max-width: 640px) {
  .cont1-btnwrap {
    flex-direction: column;
  }
}
.cont1-btnwrap a {
  display: block;
  width: 50%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  max-width: 240px;
}
@media only screen and (max-width: 640px) {
  .cont1-btnwrap a {
    width: 100%;
    max-width: 100%;
  }
}
.cont1-tel {
  background-color: #0a89e1;
  margin-right: 40px;
  color: #fff !important;
}
@media only screen and (max-width: 640px) {
  .cont1-tel {
    margin-right: 0;
  }
}
.cont1-contact {
  background-color: #fccf19;
  color: #333 !important;
}
@media only screen and (max-width: 640px) {
  .cont1-contact {
    margin-top: 15px;
  }
}

.cont2 {
  margin-top: 140px;
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
}
.cont2-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  max-width: 90%;
  margin-top: 100px;
}
@media only screen and (max-width: 1200px) {
  .cont2-box {
    max-width: 95%;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 834px) {
  .cont2-box {
    flex-direction: column;
    max-width: 100%;
  }
}
.cont2-box2 {
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin: 100px 0 0 auto;
}
@media only screen and (max-width: 834px) {
  .cont2-box2 {
    flex-direction: column;
    justify-content: space-between;
  }
}
.cont2-img {
  width: 65%;
}
@media only screen and (max-width: 834px) {
  .cont2-img {
    width: 100%;
  }
}
.cont2-img img {
  width: 100% !important;
  max-width: 100% !important;
  min-height: 380px;
  -o-object-fit: cover;
     object-fit: cover;
}
.cont2-text {
  width: 35%;
  margin-left: 30px;
}
@media only screen and (max-width: 834px) {
  .cont2-text {
    width: 100%;
    margin-left: 0;
    padding: 0 20px;
    margin-top: 30px;
  }
}
.cont2-text h2 {
  font-size: 32px;
  padding-bottom: 20px;
  border-bottom: 1px solid #0a89e1;
  margin-bottom: 40px;
}
.cont2-text h2:first-letter {
  color: #0a89e1;
}
@media only screen and (max-width: 834px) {
  .cont2-text h2 {
    font-size: 28px;
  }
}
.cont2-text2 {
  margin-left: 0;
  margin-right: 30px;
}
@media only screen and (max-width: 834px) {
  .cont2-text2 {
    margin-right: 0;
  }
}
.cont2-btn {
  background-color: #0a89e1;
  display: block;
  width: 230px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  color: #fff !important;
  margin-top: 40px;
}

.cont3 {
  margin-top: 140px;
}
.cont3-flex {
  flex-wrap: nowrap !important;
}
@media only screen and (max-width: 834px) {
  .cont3-flex {
    flex-direction: column !important;
  }
}
.cont3-flex .box a {
  width: 100% !important;
}
.cont3-flex .box img {
  width: 100% !important;
  max-width: 100% !important;
}

.cont4 {
  margin-top: 140px;
}
.cont4-h2 {
  margin-bottom: 60px;
}
.cont4-flex {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media only screen and (max-width: 834px) {
  .cont4-flex {
    flex-direction: column;
  }
}
.cont4-blog {
  width: 50%;
  max-height: 300px;
  overflow-y: scroll;
}
@media only screen and (max-width: 834px) {
  .cont4-blog {
    width: 100%;
  }
}
.cont4 .blog_list {
  border: none;
}
.cont4 .blog_list > div {
  border-bottom: none;
  margin-top: 20px;
}
.cont4 .blog_list .blog_photo {
  display: none;
}
.cont4 .blog_list .blog_text {
  padding: 0;
}
.cont4 .blog_list .blog_text .detail {
  display: none;
}
.cont4 .blog_list .blog_text .blog_date {
  color: #0a89e1 !important;
  font-size: 16px;
}
.cont4 .blog_list .blog_text h3 {
  font-size: 16px;
  margin-bottom: 0;
}
.cont4 .blog_list .blog_text h3 a {
  color: #333 !important;
}
.cont4-sns {
  width: 50%;
  margin-left: 60px;
}
@media only screen and (max-width: 834px) {
  .cont4-sns {
    width: 100%;
    margin-left: 0;
    margin-top: 40px;
  }
}
.cont4 .sns_list {
  flex-direction: row;
  flex-wrap: wrap;
  border: none;
  width: 100%;
}
.cont4 .sns_list > div {
  width: 33%;
  border: none;
}
.cont4 .sns_list .sns_text {
  display: none;
}
.cont4 .sns_list .sns_photo {
  width: 100%;
  padding: 5px;
}
.cont4-recruit {
  margin-top: 60px;
}
.cont4-recruit a {
  width: 100% !important;
}

.cont5 {
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  margin-top: 140px;
  padding: 60px 20px;
  background-image: url(../images/home/contact-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.cont5-h2 h2 {
  font-size: 32px;
  margin-bottom: 40px;
}
.cont5-h2 h2:first-letter {
  color: #0a89e1;
}
.cont5-btnwrap {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 640px) {
  .cont5-btnwrap {
    flex-direction: column;
  }
}
.cont5-btnwrap a {
  width: 50%;
  max-width: 300px;
  height: 70px;
  line-height: 70px;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .cont5-btnwrap a {
    max-width: 90%;
    width: 100%;
  }
}
.cont5-tel {
  background-color: #0a89e1;
  color: #fff !important;
  margin-right: 40px;
}
@media only screen and (max-width: 640px) {
  .cont5-tel {
    margin-right: 0;
  }
}
.cont5-contact {
  background-color: #fccf19;
  color: #333 !important;
}
@media only screen and (max-width: 640px) {
  .cont5-contact {
    margin-top: 20px;
  }
}

.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 500ms;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.fade-left {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 500ms;
}

.fade-left.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.fade-right {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 500ms;
}

.fade-right.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.p2-h2 h2 {
  font-size: 28px;
  border-bottom: 2px solid #0a89e1;
  position: relative;
  padding: 15px;
  background-color: #eee;
}
.p2-h2 h2:first-letter {
  color: #0a89e1;
}

.p2-h3 h3 {
  font-size: 26px;
  padding-bottom: 15px;
  border-bottom: 1px solid #bbb;
  position: relative;
  font-weight: bold;
  margin-bottom: 30px;
}
.p2-h3 h3:before {
  position: absolute;
  content: "";
  background-color: #0a89e1;
  height: 1px;
  width: 150px;
  left: 0;
  bottom: 0;
}

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

.service2-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .service2-flex {
    flex-direction: column-reverse;
  }
}
.service2-flex-text {
  width: 60%;
  margin-right: 60px;
}
@media only screen and (max-width: 640px) {
  .service2-flex-text {
    width: 100%;
    margin-right: 0;
    margin-top: 30px;
  }
}
.service2-flex-img {
  width: 40%;
}
@media only screen and (max-width: 640px) {
  .service2-flex-img {
    width: 100%;
  }
}
.service2-flex-img img {
  width: 100% !important;
  max-width: 100% !important;
}
.service2-list ul li {
  border-bottom: 1px dashed #0a89e1;
  padding-bottom: 15px;
  padding-top: 25px;
  padding-left: 70px;
  position: relative;
  overflow: visible !important;
}
.service2-list ul li:before {
  position: absolute;
  content: "";
  background-image: url(../images/common/check.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  left: 10px;
  top: 50%;
  transform: translateY(-35%);
}
.service2-bottom-text {
  background-color: #eee;
  padding: 40px;
}

.works-anker .box a {
  display: block;
  background-color: #0a89e1;
  padding: 25px 0;
  text-align: center;
  color: #fff !important;
}
.works-list ul li {
  border-bottom: 1px dashed #0a89e1;
  padding: 25px 0 15px 50px;
  position: relative;
  overflow: visible !important;
}
.works-list ul li:before {
  position: absolute;
  content: "";
  background-image: url(../images/common/circle.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  left: 10px;
  top: 47%;
}

.ini-top-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .ini-top-flex {
    flex-direction: column;
  }
}
.ini-top-flex-img {
  width: 40%;
}
@media only screen and (max-width: 640px) {
  .ini-top-flex-img {
    width: 100%;
  }
}
.ini-top-flex-img img {
  width: 100% !important;
  max-width: 100% !important;
}
.ini-top-flex-text {
  width: 60%;
  margin-left: 60px;
}
@media only screen and (max-width: 640px) {
  .ini-top-flex-text {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}
.ini-top-flex-text h3 {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 15px;
  border-bottom: 1px solid #bbb;
  position: relative;
  margin-bottom: 30px;
}
.ini-top-flex-text h3:before {
  position: absolute;
  content: "";
  background-color: #0a89e1;
  height: 1px;
  width: 150px;
  bottom: -1px;
  left: 0;
}
.ini-syain-flex {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1000px) {
  .ini-syain-flex {
    flex-wrap: wrap;
  }
}
.ini-syain-flex .box {
  width: 24%;
}
@media only screen and (max-width: 1000px) {
  .ini-syain-flex .box {
    width: 48%;
  }
}
@media only screen and (max-width: 640px) {
  .ini-syain-flex .box {
    width: 100%;
  }
}
.ini-syain-flex .box h3 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #0a89e1;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1000px) {
  .ini-syain-flex .box:nth-child(1),
  .ini-syain-flex .box:nth-child(2) {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .ini-syain-flex .box:nth-child(3) {
    margin-bottom: 30px;
  }
}
.ini-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .ini-flex {
    flex-direction: column-reverse;
  }
}
.ini-flex-left {
  width: 50%;
  margin-right: 60px;
}
@media only screen and (max-width: 640px) {
  .ini-flex-left {
    width: 100%;
    margin-right: 0;
  }
}
.ini-flex-right {
  width: 50%;
}
@media only screen and (max-width: 640px) {
  .ini-flex-right {
    width: 100%;
  }
}
.ini-flex-img {
  margin-bottom: 20px;
}
.ini-flex-img img {
  width: 100% !important;
  max-width: 100% !important;
}
.ini-flex-text h3 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: bold;
  position: relative;
  padding-bottom: 15px;
  border-bottom: 1px solid #bbb;
}
.ini-flex-text h3:before {
  position: absolute;
  content: "";
  background-color: #0a89e1;
  height: 1px;
  width: 150px;
  bottom: -1px;
  left: 0;
}
@media only screen and (max-width: 640px) {
  .ini-flex-text2 {
    margin-top: 40px;
  }
}
.ini-flex-pos {
  display: block;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 18px;
  color: #0a89e1;
}

.company-list {
  flex-direction: column;
}
.company-list .box {
  width: 100%;
}
.company-list .box h3 {
  font-size: 24px;
  font-family: source-han-serif-japanese, serif;
  font-weight: 700;
  font-style: normal;
  border-bottom: 1px solid #0a89e1;
  padding-bottom: 10px;
  margin-top: 40px;
}
.company-list .box h3:first-letter {
  color: #0a89e1;
}
.company-list .box div {
  margin-top: 15px;
}
@media only screen and (max-width: 640px) {
  .company-table td {
    display: block;
  }
}
.company-table2 td {
  padding: 20px 10px !important;
}
@media only screen and (max-width: 640px) {
  .company-table2 td {
    display: block;
  }
}
.company-table2-left {
  width: 255px;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .company-table2-left {
    width: 220px;
  }
}
@media only screen and (max-width: 640px) {
  .company-table2-left {
    width: 100%;
  }
}

.recruit-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .recruit-flex {
    flex-direction: column-reverse;
  }
}
.recruit-flex-text {
  width: 60%;
  margin-right: 80px;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .recruit-flex-text {
    margin-right: 40px;
    width: 50%;
  }
}
@media only screen and (max-width: 640px) {
  .recruit-flex-text {
    width: 100%;
    margin-right: 0;
    margin-top: 20px;
  }
}
.recruit-flex-text h3 {
  font-size: 22px;
  margin-bottom: 40px;
  border-bottom: 1px solid #bbb;
  padding-bottom: 20px;
  position: relative;
}
.recruit-flex-text h3:before {
  position: absolute;
  content: "";
  background-color: #0a89e1;
  width: 150px;
  height: 1px;
  left: 0;
  bottom: -1px;
}
.recruit-flex-img {
  width: 40%;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .recruit-flex-img {
    width: 50%;
  }
}
@media only screen and (max-width: 640px) {
  .recruit-flex-img {
    width: 100%;
  }
}
.recruit-flex-img img {
  width: 100% !important;
  max-width: 100% !important;
}

.mail,
.annot {
  display: none;
}

.contact-tel a {
  display: block;
  width: 80%;
  height: 80px;
  line-height: 80px;
  text-align: center;
  color: #fff !important;
  background-color: #0a89e1;
  margin: 0 auto;
}

.mail-form {
  margin-top: 60px;
}
@media only screen and (max-width: 640px) {
  .mail-form dl {
    flex-direction: column;
  }
}
.mail-form dl dt {
  padding: 20px 10px !important;
  flex-direction: row !important;
  align-items: center !important;
}
@media only screen and (max-width: 640px) {
  .mail-form dl dt {
    width: 100% !important;
  }
}
.mail-form dl dd {
  padding: 20px 10px !important;
}
@media only screen and (max-width: 640px) {
  .mail-form dl dd {
    width: 100% !important;
  }
}
.mail-form dl .text input {
  height: 250px;
  width: 100% !important;
}

/* =================================================================
2024/01/29 akita start
下層アイキャッチ縦幅を短く修正
common.scssフェイルは、接続に不要なため削除
2024/01/30 akita end
================================================================= *//*# sourceMappingURL=assets.css.map */