@charset "UTF-8";
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.75;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  word-wrap: break-word;
}

body {
  font-family: YakuHanJPs, "Lato", "Noto Sans JP", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  margin: 0;
  color: #222;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  width: 100%;
  height: auto;
}

img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

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

caption {
  text-align: left;
}

td,
th {
  vertical-align: middle;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

template,
[hidden] {
  display: none;
}

header {
  background: #005bac;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 55px;
  padding: 0 20px;
  position: fixed;
  top: 0;
  left: 0;
  border-bottom: #e5e5e5 1px solid;
  z-index: 100000000;
}
header input {
  display: none;
}
header .header__logo {
  display: block;
  max-width: 180px;
  padding-top: 18px;
  position: relative;
  z-index: 2;
}
header .header__open {
  display: block;
  width: 55px;
  height: 55px;
  padding: 16px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 60;
}
header .header__open span {
  background: white;
  width: 22px;
  height: 2px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
header .header__open span:nth-of-type(1) {
  margin-top: -8px;
}
header .header__open span:nth-of-type(3) {
  margin-top: 8px;
}
header .header__menu {
  background: #005bac;
  width: 100%;
  height: 100vh;
  height: -webkit-fill-available;
  padding: 30px 30px 0;
  position: fixed;
  left: 0;
  top: 0;
  color: white;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: 50;
  -webkit-transition: -webkit-transform 0.3s ease-in-out 0s;
  transition: -webkit-transform 0.3s ease-in-out 0s;
  transition: transform 0.3s ease-in-out 0s;
  transition: transform 0.3s ease-in-out 0s, -webkit-transform 0.3s ease-in-out 0s;
}
header .header__menu li {
  border-top: rgba(255, 255, 255, 0.1) 1px solid;
}
header .header__menu li:last-child {
  border-bottom: rgba(255, 255, 255, 0.1) 1px solid;
}
header .header__menu li a {
  display: block;
  height: 100%;
  padding: 30px 0;
  position: relative;
  color: white;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
}
header .header__menu .header__logo {
  padding-top: 50px;
  margin-bottom: 30px;
}
header .header__menu .sns-area {
  display: none;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 14px;
  margin-bottom: 12px;
}
header .header__menu .sns-area a {
  width: 25px;
  height: 25px;
  -webkit-transition: opacity 0.3s ease-in-out 0s;
  transition: opacity 0.3s ease-in-out 0s;
}
header .header__menu .sns-area a:hover {
  opacity: 0.85;
}
header .header__menu .sns-area__sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 18px;
  margin-top: 30px;
}
header .header__menu .sns-area__sp a {
  width: 25px;
  height: 25px;
}
header .header__area.on .header__open span {
  margin-top: 0;
}
header .header__area.on .header__open span:nth-of-type(1) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header .header__area.on .header__open span:nth-of-type(2) {
  -webkit-transform: rotate(0deg) scale(0.2, 0.2);
  transform: rotate(0deg) scale(0.2, 0.2);
  opacity: 0;
}
header .header__area.on .header__open span:nth-of-type(3) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
header .header__area.on .header__menu {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@media only screen and (min-width: 769px) {
  header {
    top: 29px;
  }
}
@media only screen and (max-width: 960px) {
  header .header__logo {
    width: 100%;
    background: url("/assets/img/common/logo_white.svg") no-repeat center 18px/contain;
  }
  header .header__logo img {
    display: none;
  }
}
@media only screen and (min-width: 960px) {
  header {
    background: white;
    height: 100px;
    padding: 0 40px;
  }
  header .header__logo {
    max-width: 220px;
    padding-top: 36px;
    -webkit-transition: opacity 0.3s ease-in-out 0s;
    transition: opacity 0.3s ease-in-out 0s;
  }
  header .header__logo:hover {
    opacity: 0.8;
  }
  header .header__open {
    display: none;
  }
  header .header__menu {
    background: none;
    height: auto;
    padding: 14px 0 0;
    position: static;
    -webkit-transform: none;
    transform: none;
  }
  header .header__menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
  header .header__menu li {
    border-top: none;
  }
  header .header__menu li:not(:first-child) {
    margin-top: 0;
    margin-left: 60px;
  }
  header .header__menu li:last-child {
    border-bottom: none;
  }
  header .header__menu li a {
    padding: 0 0 20px;
    color: #222;
  }
  header .header__menu li a::before {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    background: #005bac;
    bottom: 0;
    left: 0;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: -webkit-transform 0.3s ease-in-out 0s;
    transition: -webkit-transform 0.3s ease-in-out 0s;
    transition: transform 0.3s ease-in-out 0s;
    transition: transform 0.3s ease-in-out 0s, -webkit-transform 0.3s ease-in-out 0s;
  }
  header .header__menu li a:hover::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  header .header__menu .header__logo {
    display: none;
  }
  header .header__menu .sns-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header .header__menu .sns-area__sp {
    display: none;
  }
}

@media only screen and (min-width: 960px) {
  body#about .header__menu li.about a::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  body#service .header__menu li.service a::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  body#news .header__menu li.news a::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  body#contact .header__menu li.contact a::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.footer__top {
  padding: 0 20px;
  border-top: #e5e5e5 1px solid;
}
.footer__top .wrap {
  padding-top: 0;
}
.footer__top .footer-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  padding: 30px 0;
  margin-bottom: 40px;
  border-bottom: #124EA0 1px solid;
}
.footer__top .footer-sns p {
  font-size: 16px;
  font-weight: 600;
  color: #124EA0;
  letter-spacing: 1px;
}
.footer__top .footer-sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
}
.footer__top .footer-sns ul a {
  display: block;
  width: 30px;
  height: 30px;
}
.footer__top .footer__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}
.footer__top .footer__img .footer__logo {
  display: block;
  width: 160px;
  margin-right: 10px;
}
.footer__top .footer__menu {
  border-bottom: #e5e5e5 1px solid;
}
.footer__top .footer__menu li {
  border-top: #e5e5e5 1px solid;
}
.footer__top .footer__menu li a {
  display: block;
  padding: 20px 0;
  font-size: 1.08rem;
  font-weight: bold;
  letter-spacing: 1px;
}
.footer__top .seal_action {
  margin-left: 10px;
}
.footer__top .seal_action img {
  width: auto;
  height: 56px;
}
.footer__btm {
  background: #005bac;
  padding: 32px 20px;
  color: white;
  font-size: 0.94rem;
}
.footer__btm .wrap {
  padding: 0;
}
.footer__btm p {
  margin-top: 40px;
  text-align: center;
}
.footer__btm .footer__menu li:not(:first-child) {
  margin-top: 16px;
}
@media only screen and (min-width: 769px) {
  .footer__top .wrap {
    padding: 0 0 90px;
  }
  .footer__top .footer-sns {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 26px;
    max-width: 564px;
    padding: 40px 0;
    margin-bottom: 66px;
  }
  .footer__top .footer-sns p {
    font-size: 18px;
  }
  .footer__top .footer-sns ul a {
    width: 35px;
    height: 35px;
  }
  .footer__top .footer__img {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 50px;
  }
  .footer__top .footer__img .footer__logo {
    width: 224px;
  }
  .footer__top .footer__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: none;
  }
  .footer__top .footer__menu li {
    border-top: none;
  }
  .footer__top .footer__menu li:not(:first-child) {
    margin-left: 60px;
  }
  .footer__top .footer__menu li a {
    padding: 0;
    position: relative;
  }
  .footer__top .footer__menu li a::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    background: #005bac;
    bottom: -7px;
    left: 0;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: -webkit-transform 0.3s ease-in-out 0s;
    transition: -webkit-transform 0.3s ease-in-out 0s;
    transition: transform 0.3s ease-in-out 0s;
    transition: transform 0.3s ease-in-out 0s, -webkit-transform 0.3s ease-in-out 0s;
  }
  .footer__top .detail {
    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;
  }
  .footer__btm {
    height: 64px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .footer__btm .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer__btm li,
.footer__btm p {
    line-height: 64px;
  }
  .footer__btm p {
    margin-top: 0;
  }
  .footer__btm .footer__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer__btm .footer__menu li:not(:first-child) {
    margin-top: 0;
    margin-left: 40px;
  }
}
@media only screen and (min-width: 960px) {
  .footer__top .footer__img .footer__logo {
    -webkit-transition: opacity 0.3s ease-in-out 0s;
    transition: opacity 0.3s ease-in-out 0s;
  }
  .footer__top .footer__img .footer__logo:hover {
    opacity: 0.8;
  }
  .footer__top .footer__menu a:hover::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .footer__btm .footer__menu li a:hover {
    text-decoration: underline;
  }
}

@media only screen and (min-width: 769px) {
  body#about .footer__top .footer__menu li.about a::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  body#service .footer__top .footer__menu li.service a::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  body#news .footer__top .footer__menu li.news a::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  body#contact .footer__top .footer__menu li.contact a::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.security_ft {
  background: white;
  padding: 0 10px;
}
.security_ft .wrap {
  max-width: 1040px;
  padding: 20px 0 40px;
  margin: 0 auto;
}
.security_ft .security__logo {
  display: block;
  width: 200px;
  margin: 0 auto 14px;
}
.security_ft .seal_gmo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
}
.security_ft #csi_siteseal_tag,
.security_ft #brs_siteseal_tag {
  display: block;
  width: 100px;
  margin-left: 10px;
}
@media only screen and (min-width: 769px) {
  .security_ft .security__logo {
    margin: 0 0 14px 10px;
  }
}

html {
  font-size: 13px;
}
@media only screen and (min-width: 960px) {
  html {
    font-size: 14px;
  }
}

br.tbpc, br.pc {
  display: none;
}
@media only screen and (min-width: 769px) {
  br.sp, br.sppc {
    display: none;
  }
  br.tbpc {
    display: block;
  }
}
@media only screen and (min-width: 960px) {
  br.sptb {
    display: none;
  }
  br.pc, br.sppc {
    display: block;
  }
}

.txt-detail {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.txt-detail .tit {
  width: 100%;
  padding-bottom: 20px;
  font-size: 26px;
  font-weight: bold;
}
.txt-detail p {
  padding-top: 22px;
  font-size: 1.08rem;
  line-height: 2.1;
  border-top: #e5e5e5 1px solid;
}
@media only screen and (min-width: 769px) {
  .txt-detail .tit {
    width: 40%;
    padding: 0 20px 0 0;
  }
  .txt-detail p {
    width: 60%;
    padding: 0 0 0 30px;
    border-top: none;
    border-left: #e5e5e5 1px solid;
  }
}
@media only screen and (min-width: 960px) {
  .txt-detail .tit {
    padding: 0 40px 0 0;
    font-size: 32px;
  }
  .txt-detail p {
    padding: 0 0 0 40px;
  }
}

.bold {
  font-weight: bold;
}

.red {
  color: #ff0000;
}

.btn-more {
  display: block;
  background: white;
  width: 200px;
  height: 60px;
  padding-right: 20px;
  position: relative;
  overflow: hidden;
  color: #f7ce19;
  font-size: 12px;
  font-weight: bold;
  line-height: 58px;
  text-align: center;
  border: #f7ce19 1px solid;
  border-radius: 30px;
}
.btn-more::before {
  content: "";
  display: block;
  width: 20px;
  height: 13px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: url("/assets/img/common/ico_arrow_yellow.svg") no-repeat center top/cover;
  right: 20px;
  z-index: 2;
}
.btn-more::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f7ce19;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.btn-more.blank::before {
  width: 12px;
  height: 12px;
  background: url("/assets/img/common/ico_blank_yellow.svg") no-repeat center top/cover;
}
.btn-more span {
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 960px) {
  .btn-more:hover {
    color: white;
  }
  .btn-more:hover::after {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .btn-more:hover::before {
    background: url("/assets/img/common/ico_arrow_white.svg") no-repeat center top/cover;
  }
  .btn-more:hover.blank::before {
    background: url("/assets/img/common/ico_blank_white.svg") no-repeat center top/cover;
  }
}

.tit-sub {
  margin-bottom: 26px;
  color: #005bac;
  font-size: 1.56rem;
  font-weight: bold;
  letter-spacing: 2px;
}
@media only screen and (min-width: 769px) {
  .tit-sub {
    margin-bottom: 36px;
  }
}
@media only screen and (min-width: 960px) {
  .tit-sub {
    font-size: 24px;
  }
}

.list-dot > li {
  padding-left: 1rem;
  position: relative;
}
.list-dot > li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.list-dot > li a {
  text-decoration: underline;
}
@media only screen and (min-width: 960px) {
  .list-dot > li a:hover {
    text-decoration: none;
  }
}

body {
  top: 0 !important;
  padding-top: 55px;
}
@media only screen and (min-width: 769px) {
  body {
    padding-top: 84px;
  }
}
@media only screen and (min-width: 960px) {
  body {
    padding-top: 129px;
  }
}

::-moz-selection {
  color: #005bac;
  background-color: #F9CE1A;
}

::selection {
  color: #005bac;
  background-color: #F9CE1A;
}

#content {
  overflow: hidden;
}

#content > section {
  padding: 0 20px;
}

.wrap {
  max-width: 1120px;
  margin: 0 auto;
  padding: 40px 0;
}
.wrap.last {
  padding-bottom: 100px;
}
@media only screen and (min-width: 960px) {
  .wrap {
    padding: 80px 0;
  }
  .wrap.last {
    padding-bottom: 160px;
  }
}