@charset "UTF-8";
/* Reset */
/*-----------------------------------------------*/
html {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  width: auto !important;
  width: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

body {
  border: 0;
  outline: 0;
  font-style: inherit;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0.03em;
  vertical-align: baseline;
  color: #001b60;
  box-sizing: padding-box;
  background-color: #FFFFFF;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
:root {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
  list-style-position: inside;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
  word-break: break-all;
}

a {
  text-decoration: none;
  color: #000000;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: all 0.25s ease-out;
}
a.decoration {
  text-decoration: underline;
}
a.decoration:visited, a.decoration:focus, a.decoration:active {
  text-decoration: underline;
  outline: none;
}
a:visited, a:focus, a:active {
  text-decoration: none;
  color: #000000;
  outline: none;
}

*:focus {
  outline: none;
}

/* clearfix */
/*-----------------------------------------------*/
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

/* section text margin style */
/*-----------------------------------------------*/
.centerize {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

img {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  transition: all 0.25s ease-out;
  image-rendering: -webkit-optimize-contrast;
}

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

.right {
  text-align: right !important;
}

.left {
  text-align: left !important;
}

.clear {
  clear: both;
}

.bold {
  font-weight: bold !important;
}

.hide {
  display: none !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb05em {
  margin-bottom: 0.5em !important;
}

.mb1em {
  margin-bottom: 1em !important;
}

.mb2em {
  margin-bottom: 2em !important;
}

.mb3em {
  margin-bottom: 3em !important;
}

.pt1em {
  padding-top: 1em !important;
}

.pt2em {
  padding-top: 2em !important;
}

.pt3em {
  padding-top: 3em !important;
}

@media print, screen and (min-width: 481px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media print {
  header#masthead, #mastfoot {
    display: none;
  }
}
:root {
  --container-width: 100%;
}
@media print, screen and (min-width: 481px) {
  :root {
    --container-width: 440px;
  }
}

/* ----------------------------------------
	body
---------------------------------------- */
body.fixed {
  overflow: hidden;
}

.bgPc {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url("../images/common/bg.jpg") center center/cover no-repeat;
  display: flex;
  justify-content: space-between;
}
.bgPc_left, .bgPc_right {
  width: calc((100% - var(--container-width)) / 2);
  height: 100vh;
  position: relative;
}
@media screen and (max-width: 960px) {
  .bgPc_left, .bgPc_right {
    display: none;
  }
}
.bgPc_left .box_bg_l {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 235px;
  height: 100vh;
  color: #FFFFFF;
}
@media screen and (min-width: 1280px) {
  .bgPc_left .box_bg_l {
    width: 365px;
  }
}
.bgPc_left .box_bg_l .item_top {
  padding-top: 100px;
}
.bgPc_left .box_bg_l .item_bttom {
  padding-bottom: 90px;
}
.bgPc_left .box_bg_l img {
  width: 290px;
  height: 40px;
}
@media screen and (min-width: 1280px) {
  .bgPc_left .box_bg_l img {
    width: 290px;
    height: 51px;
  }
}
.bgPc_left .box_bg_l .tx_main {
  font-size: 18px;
  font-weight: 500;
  margin-top: 8px;
}
.bgPc_left .box_bg_l .tx_add {
  margin-top: 115px;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 400;
}
.bgPc_left .box_bg_l .copy {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 700;
}
.bgPc_right .box_bg_r {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.bgPc_right ul.menu {
  margin-bottom: 27px;
  margin-left: 18px;
}
.bgPc_right ul.menu li a {
  position: relative;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 2.5;
  padding-left: 22px;
}
.bgPc_right ul.menu li a::before {
  content: "";
  position: absolute;
  background-image: url(../images/common/caret-right-solid.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 7px;
  height: 11px;
  top: 7px;
  left: 0;
}
.bgPc_right ul.menu li a:hover {
  opacity: 0.8;
}
.bgPc_right .btn_recruit_top, .bgPc_right .btn_contact_top {
  position: relative;
  display: block;
  background-color: #008bd8;
  border-radius: 30px;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 15px;
  padding: 16px 25px 16px 30px;
  width: 230px;
}
.bgPc_right .btn_recruit_top::before, .bgPc_right .btn_contact_top::before {
  content: "";
  position: absolute;
  background-image: url(../images/common/circle-chevron-right-solid.svg);
  background-size: contain;
  width: 23px;
  height: 23px;
  top: 16px;
  right: 25px;
}
.bgPc_right .btn_recruit_top:hover, .bgPc_right .btn_contact_top:hover {
  background-color: #0276b4;
}
.bgPc_right .btn_contact_top {
  background-color: #001b60;
  margin-top: 15px;
}
.bgPc_right .btn_contact_top:hover {
  background-color: #001342;
}

#container {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: var(--container-width);
  height: 100%;
  background-color: #FFFFFF;
  background-size: 100% auto;
  overflow: hidden;
}
@media print, screen and (min-width: 481px) {
  #container {
    margin: 32px auto 0;
    border-radius: 10px;
  }
}

/* ----------------------------------------
	header
---------------------------------------- */
header#masthead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 12px;
}
header#masthead .site_title {
  padding: 18px 0;
  text-align: left;
  width: clamp(100px, 100px + 100vw - 320px, 140px);
}
header#masthead .site_title img {
  display: block;
}
header#masthead .btn_recruit_head, header#masthead .btn_contact_head {
  background-color: #008bd8;
  padding: 7px 18px;
  color: #FFFFFF;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 700;
}
header#masthead .btn_contact_head {
  background-color: #001b60;
}
header#masthead .btn_contact_head:hover {
  background-color: #001342;
}
header#masthead .btn_recruit_head:hover {
  background-color: #0276b4;
}

/* ----------------------------------------
	#content
---------------------------------------- */
#content {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.inner {
  position: relative;
  margin: 0 auto;
  padding: 0 6%;
  width: 100%;
  z-index: 3;
}

section,
div.section {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}
section.top,
div.section.top {
  padding-top: 0;
}
section.bottom,
div.section.bottom {
  padding-bottom: 0;
}
section ul.decimal li,
section ol.decimal li,
div.section ul.decimal li,
div.section ol.decimal li {
  list-style-type: decimal;
  margin-bottom: 1em;
  margin-left: 1em;
  text-indent: -1.2em;
}
section ul.square li,
section ol.square li,
div.section ul.square li,
div.section ol.square li {
  list-style-type: square;
  margin-bottom: 1em;
  margin-left: 1em;
  text-indent: -1.2em;
}
section ul.disc li, section ol.disc li,
div.section ul.disc li,
div.section ol.disc li {
  position: relative;
  list-style-type: none;
  margin-bottom: 0.5em;
  padding-left: 20px;
}
section ul.disc li::before, section ol.disc li::before,
div.section ul.disc li::before,
div.section ol.disc li::before {
  position: absolute;
  top: 4px;
  left: 0;
  content: "●";
  font-size: 1.1rem;
  color: #008bd8;
}
section p,
div.section p {
  margin-bottom: 1em;
}
section p.indent,
div.section p.indent {
  text-indent: 1em;
}
section .nowrap,
div.section .nowrap {
  white-space: nowrap;
}

/* ----------------------------------------
	汎用
---------------------------------------- */
h2 {
  color: #008bd8;
  font-size: 13px;
  margin-top: 10px;
  font-weight: 700;
  line-height: 1.2;
}
h2 span {
  color: #001b60;
  font-size: 40px;
  font-family: "Lato", sans-serif;
  font-weight: 900;
}

h3 {
  background-color: #008bd8;
  padding: 7px 0;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF;
  width: 235px;
  margin-left: -7%;
  padding-left: 7%;
}

.container {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: 22px;
}
.container.mt40 {
  margin-top: 40px;
}
.container .item1 {
  flex-shrink: 0;
  width: 64px;
}
.container .item2 p {
  margin-bottom: 0em;
  font-weight: 700;
  font-size: 16px;
}

a.btn_ggmap {
  position: relative;
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  border: solid 1px #FFF;
  border-radius: 30px;
  padding: 3px 13px 3px 26px;
}
a.btn_ggmap::before {
  content: "";
  position: absolute;
  background-image: url(../images/common/location-dot.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 15px;
  top: 5px;
  left: 12px;
}
a.btn_ggmap:hover {
  background-color: #FFFFFF;
  color: #001b60 !important;
}
a.btn_ggmap:hover::before {
  background-image: url(../images/common/location-dot-hover.svg);
}

.tx_tel {
  font-size: 15px;
  font-weight: 400;
  margin-top: 30px;
  line-height: 1.7;
}

ul.check {
  margin-top: 52px;
}
ul.check li {
  position: relative;
  margin-left: 42px;
}
ul.check li::before {
  content: "";
  position: absolute;
  background-image: url(../images/home/check.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 28px;
  height: 24px;
  top: 0;
  left: -42px;
}
ul.check li span {
  color: #fcb900;
}

.tx_top, .tx_next {
  margin-top: 25px;
}

p {
  font-size: 15px;
  line-height: 1.8;
  font-weight: 400;
}

.mt40 {
  margin-top: 40px;
}

/* ----------------------------------------
	#about
---------------------------------------- */
#about {
  margin: 55px 0 50px;
}

.slick01 {
  margin: 0;
  padding: 0;
}

.slick01 li {
  list-style: none;
}

.slick01 img {
  display: block;
  width: 100%;
  height: auto;
}

/* ----------------------------------------
	#greeting
---------------------------------------- */
#greeting {
  padding: 62px 0 52px;
  background-color: #001b60;
  background-image: url(../images/home/greeting_bg.png);
  background-repeat: no-repeat;
  background-position: bottom;
}
#greeting p {
  color: #FFFFFF;
}
#greeting h2 span {
  color: #FFFFFF;
}
#greeting h3 {
  background-color: transparent;
  color: #fcb900;
  font-size: 18px;
  margin-top: 26px;
  padding: 0;
  margin-left: 0%;
  padding-left: 0%;
  width: auto;
}
#greeting .tx_top {
  margin-top: 18px;
}
#greeting .tx_name {
  margin-top: 40px;
  text-align: right;
}

/* ----------------------------------------
	#business
---------------------------------------- */
#business {
  margin: 62px 0 0px;
}
#business .inner {
  padding-bottom: 10px;
}
#business h3 {
  background-color: #008bd8;
  padding: 7px 0;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF;
  width: 235px;
  margin-left: -7%;
  padding-left: 7%;
}
#business .tx_top {
  margin-top: 15px;
}
#business .tx_last {
  margin-bottom: 50px;
}

/* ----------------------------------------
	#outline
---------------------------------------- */
#outline {
  background-color: #e0e3e8;
}
#outline .inner {
  padding-top: 48px;
  padding-bottom: 55px;
}
#outline dl {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  margin-bottom: 55px;
}
#outline dl dd, #outline dl dt {
  background-image: linear-gradient(to right, #1c1716, #1c1716 2px, transparent 4px, transparent 8px);
  background-size: 7px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
  margin-top: 17px;
}
#outline dl dt {
  width: 30%;
}
#outline dl dd {
  width: 70%;
}
/* ----------------------------------------
	#recruit
---------------------------------------- */
#recruit {
  background-color: #00244f;
  background: linear-gradient(rgba(0, 36, 79, 0.8), rgba(0, 36, 79, 0.8)), url(../images/home/recruit_bg.png);
  color: #FFFFFF;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#recruit .inner {
  padding-top: 35px;
  padding-bottom: 62px;
}
#recruit h2 {
  color: #fcb900;
}
#recruit h2 span {
  color: #FFFFFF;
}
#recruit .tx_01 {
  margin-top: 45px;
  font-size: 15px;
  text-align: center;
}
#recruit .btn_recruit {
  position: relative;
  display: block;
  background-color: #008bd8;
  border-radius: 30px;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 15px;
  padding: 16px 25px 16px 30px;
  width: 230px;
  margin: 0 auto;
  margin-top: 40px;
}
#recruit .btn_recruit::before {
  content: "";
  position: absolute;
  background-image: url(../images/common/circle-chevron-right-solid.svg);
  background-size: contain;
  width: 23px;
  height: 23px;
  top: 16px;
  right: 25px;
}
#recruit .btn_recruit:hover {
  background-color: #0276b4;
}

/* ----------------------------------------
	#mastfoot
---------------------------------------- */
#mastfoot {
  position: relative;
  width: 100%;
  color: #FFFFFF;
  text-align: center;
  background-color: #001b60;
}
#mastfoot .inner {
  padding-top: 65px;
  padding-bottom: 40px;
}
#mastfoot img {
  width: 150px;
}
#mastfoot .tx_foot {
  font-size: 14px;
  font-weight: 500;
  margin-top: 11px;
}
#mastfoot .tx_add {
  font-size: 15px;
  font-weight: 400;
  margin-top: 35px;
  margin-bottom: 2px;
}
#mastfoot .tx_tel {
  margin-top: 20px;
}
#mastfoot a {
  color: #FFFFFF;
}
#mastfoot small.copyright {
  display: block;
  font-size: 1.1rem;
  font-weight: 300;
  margin-top: 70px;
}