@charset "UTF-8";/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}/* change colours to suit your needs */ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}/* change colours to suit your needs */mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}/* change border colour to suit your needs */hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,select {
  vertical-align: middle;
}

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

html {
  position: relative;
  font-size: 62.5%;
}

body {
  position: relative;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  counter-reset: count-number 0;
}

a {
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

a:hover img {
  opacity: 0.8;
}

img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.l-container {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.l-header {
  width: 100%;
}

.l-main {
  width: 100%;
}

.l-footer {
  width: 100%;
}

.btn {
  display: inline-block;
  text-align: center;
}

.btn--red {
  color: #ffffff;
  background-color: #f82219;
}

.btn--red:hover {
  background-color: #fa524a;
}

.btn--black {
  color: #ffffff;
  background-color: #000000;
}

.btn--black:hover {
  background-color: #262626;
}

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

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

.text-align-justify {
  text-align: justify;
}

.square::before {
  content: "\025a0";
}

.del {
  text-decoration: line-through;
}

.br::before {
  content: "\A";
  white-space: pre;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.fontello {
  font-family: fontello;
}

.transformX {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
  -webkit-filter: FlipH;
  filter: FlipH;
}

.transformY {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
  -webkit-filter: FlipV;
  filter: FlipV;
}

.screen-reader-text {
  display: none;
}

.fz10 {
  font-size: 1.0rem;
}

.fz11 {
  font-size: 1.1rem;
}

.fz12 {
  font-size: 1.2rem;
}

.fz13 {
  font-size: 1.3rem;
}

.fz14 {
  font-size: 1.4rem;
}

.fz15 {
  font-size: 1.5rem;
}

.fz16 {
  font-size: 1.6rem;
}

.fz17 {
  font-size: 1.7rem;
}

.fz18 {
  font-size: 1.8rem;
}

.fz19 {
  font-size: 1.9rem;
}

.fz20 {
  font-size: 2.0rem;
}

.fz22 {
  font-size: 2.2rem;
}

.fz24 {
  font-size: 2.4rem;
}

.fz26 {
  font-size: 2.6rem;
}

.fz36 {
  font-size: 3.6rem;
}

.fz48 {
  font-size: 4.8rem;
}

.fz60 {
  font-size: 6.0rem;
}

.box--left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.box--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.box__inner--red {
  color: #ffffff;
  background-color: #f82219;
}

.box__inner--grey {
  background-color: #e8e8e9;
}

.box__inner--white {
  background-color: whitesmoke;
}

.box__header--split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.box__title {
  font-weight: normal;
  line-height: 1.125;
  font-size: 3.2rem;
  letter-spacing: 0.1rem;
}

.box__title__small {
  display: block;
  line-height: 1.5;
  font-size: 1.6rem;
}

.box__description {
  line-height: 1.5;
  font-size: 1.6rem;
}

.box__text {
  line-height: 2.125;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
}

.box__btnHolder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 5rem;
}

.box__btn {
  padding: 1.5rem 2.5rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
}

.box ul {
  list-style-position: inside;
}

form input[type="text"],form textarea {
  background-color: #fffdfd;
  border: solid 0.1rem #b5b5b5;
}

form input[type="text"] {
  height: 3rem;
}

form input[type='submit'] {
  color: #ffffff;
  background-color: #000000;
  border: none;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
}

form input[type='submit']:hover {
  background-color: #262626;
}

.table tr {
  border-bottom: solid 0.1rem #a0a0a0;
}

.table tr:not(:first-child) th,.table tr:not(:first-child) td {
  padding-top: 1rem;
}

.table th,.table td {
  padding-bottom: 1rem;
  line-height: 1.75;
  font-size: 1.6rem;
}

.table th {
  font-weight: normal;
}

.table-contact th:not(:last-child),.table-contact td:not(:last-child) {
  padding-bottom: 1rem;
}

.table-contact th {
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}

.local-nav--3colmn__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 2.5rem;
}

.local-nav--3colmn__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: solid 0.1rem #f82219;
}

.local-nav--3colmn__link {
  display: block;
  font-size: 1.6rem;
}

.local-nav--3colmn__link--01,.local-nav--3colmn__link--03 {
  color: #000000;
  background-color: #ffffff;
}

.local-nav--3colmn__link--01:hover,.local-nav--3colmn__link--03:hover {
  color: #f82219;
}

.local-nav--3colmn__link--01 {
  padding: 1rem 1.5rem;
}

.local-nav--3colmn__link--02 {
  position: relative;
  padding: 1rem 1.5rem;
  color: #ffffff;
  background-color: #f82219;
}

.local-nav--3colmn__link--02:hover {
  color: #000000;
}

.local-nav--3colmn__link--03 {
  padding: 1rem 1.5rem;
}

.linkbox {
  cursor: pointer;
}

.linkbox:hover img {
  opacity: 0.7;
}

.linkbox:hover a {
  text-decoration: underline;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.clearfix:before,.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clear {
  clear: both;
}

.container {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}/* show only  SP/PC
-------------------------------*/.spOnly {
  display: none !important;
}

.pcOnly {
  display: block !important;
}

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

.header__logo {
  padding-left: 2.8rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.header__toggle__btn {
  display: block;
  margin-top: 0.8rem;
  padding: 1.4rem 0.5rem;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  font-size: 1rem;
  color: #ffffff;
  background-color: #000000;
  border-radius: 0.3rem;
}

.header__nav__up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header__nav__up__link {
  padding: 0.7rem 2rem;
  font-weight: bold;
}

.header__nav__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__nav__bottom__link {
  display: block;
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #000000;
}

.header__nav__bottom__link:hover {
  color: #666666;
}

.header__nav__bottom__link.is-current {
  color: #f82219;
}

.kv {
  background-image: url("../images/common/kv/kv_bg.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.kv__text {
  text-align: center;
}

.kv--top {
  height: 50vh;
}

.kv--page {
  height: 50vh;
}

.kv--page__text {
  line-height: 1.25;
  font-size: 2.4rem;
}

.document-request {
  background-image: url("../images/common/document-request/document-request_bg.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.document-request__inner {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.document-request__logoHolder {
  padding-bottom: 4rem;
}

.document-request__logo {
  display: block;
  width: 3rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.document-request__text {
  text-align: center;
  line-height: 1.88889;
  font-size: 1.8rem;
}

.document-request__btnHolder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 4rem;
}

.document-request__btn {
  padding: 1.5rem 2rem;
  font-size: 2rem;
}

.diary__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 10rem;
}

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

.diary__content__title {
  font-weight: normal;
  line-height: 1.33333;
  font-size: 1.8rem;
}

.diary__content__date {
  margin-bottom: 0.5rem;
  line-height: 1;
  font-size: 1.4rem;
}

.diary__content__text {
  line-height: 1.71429;
  font-size: 1.4rem;
}

.diary__content__readmore a {
  font-size: 1.2rem;
  font-weight: bold;
  color: #f82219;
}

.diary__content__readmore a::after {
  display: inline-block;
  margin-left: 0.5em;
  content: "\03e\03e";
}

.diary__content__readmore a:hover {
  text-decoration: underline;
}

.diary__content__imgHolder img {
  width: 100%;
}

.information {
  padding-top: 8.5rem;
  padding-bottom: 10rem;
}

.information-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.information-news__header {
  padding-bottom: 3rem;
}

.information-news__title {
  font-weight: bold;
  font-size: 2.2rem;
}

.information-news__list {
  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;
}

.information-news__list:not(:last-child) {
  margin-bottom: 2.6rem;
}

.information-news__list__title {
  font-size: 1.4rem;
}

.information-news__list__title a {
  color: #000000;
}

.information-news__list__title a:hover {
  text-decoration: underline;
}

.information-news__list__date {
  width: 14rem;
  padding-right: 1rem;
  font-size: 1.4rem;
}

.information-news__list__new {
  margin-left: 1rem;
  padding: 0.4rem 1rem;
  font-size: 1.2rem;
  color: #ffffff;
  background-color: #f82219;
}

.information-bannerSpace {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-top: 5rem;
}

.information-bannerSpace__bannerHolder:not(:last-child) {
  padding-bottom: 2.5rem;
}

.footer {
  padding-top: 4rem;
  padding-bottom: 3rem;
  border-top: solid 0.4rem #424242;
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__nav__list__title {
  margin-bottom: 2.3rem;
  font-size: 1.3rem;
}

.footer__nav__list__item {
  font-size: 1.3rem;
}

.footer__nav__list__item::before {
  content: "\02022";
}

.footer__nav__list__item:not(:last-child) {
  margin-bottom: 2.3rem;
}

.footer__nav__list__item a {
  color: #000000;
}

.footer__nav__list__item a:hover {
  text-decoration: underline;
}

.footer__credit {
  padding-top: 3rem;
}

.footer__credit__text {
  text-align: center;
  line-height: 1.28571;
  font-size: 1.4rem;
}

.top-box ul {
  list-style-position: inside;
}

.top-box01 {
  padding: 5rem 0 3rem;
  color: #ffffff;
  background-color: #f82219;
}

.top-box01__inner {
  background-image: url("../images/top/box01_img01.png");
  background-position: center bottom;
  background-repeat: no-repeat;
}

.top-box01__header {
  padding-bottom: 5rem;
}

.top-box02 {
  padding-bottom: 5rem;
}

.top-box02__cardHolder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top-box02__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  box-shadow: 0.5rem 0.5rem 1rem 0 rgba(126, 126, 126, 0.2);
}

.top-box02__card__title {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding: 1.8rem 2rem 1.4rem;
  font-size: 2.8rem;
}

.top-box02__card__textHolder {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  padding: 0 2rem 1.5rem;
  line-height: 1.5;
  font-size: 1.6rem;
}

.top-box02__card__imgHolder {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.top-box02__card__imgHolder img {
  width: 100%;
}

.top-box03__textHolder {
  padding: 4rem 1rem;
}

.top-box03__header {
  padding-bottom: 4rem;
}

.top-box03__btn {
  color: #f82219;
  background-color: #ffffff;
}

.top-box03__btn::after {
  display: inline-block;
  margin-left: 1rem;
  content: "\03e";
}

.top-box03__btn:hover {
  box-shadow: 0 0 2rem #a60c05;
}

.top-box04__textHolder {
  padding: 4rem 1rem;
}

.top-box04__header {
  padding-bottom: 4rem;
}

.top-box04__btn {
  color: #000000;
  background-color: #ffffff;
}

.top-box04__btn::after {
  display: inline-block;
  margin-left: 1rem;
  content: "\03e";
}

.top-box04__btn:hover {
  box-shadow: 0 0 2rem rgba(126, 126, 126, 0.4);
}

.top-box05__textHolder {
  padding: 4rem 1rem;
}

.top-box05__header {
  padding-bottom: 4rem;
}

.top-box05__btn {
  color: #ffffff;
  background-color: #000000;
}

.top-box05__btn::after {
  display: inline-block;
  margin-left: 1rem;
  content: "\03e";
}

.top-box05__btn:hover {
  box-shadow: 0 0 2rem #7e7e7e;
}

.top-box06__content {
  padding-left: 1.1rem;
  padding-right: 1.1rem;
  padding-bottom: 6rem;
}

.top-box06__content__img01 {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.top-box06__content__btnHolder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.top-box06__content__btn {
  display: inline-block;
  padding: 1.2rem 4rem;
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
  color: #f82219;
  background-color: #ffffff;
  border: solid 0.1rem #f82219;
}

.top-box06__content__btn:hover {
  color: #ffffff;
  background-color: #f82219;
}

.about-box01__inner {
  padding-bottom: 13rem;
}

.about-box01__imgHolder img {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.about-box02 {
  background-color: #f82219;
}

.about-box02__inner {
  padding-top: 8rem;
  padding-bottom: 12rem;
}

.about-box02__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 9.5rem;
}

.about-box02__title {
  color: #ffffff;
}

.about-box02__textHolder {
  color: #ffffff;
}

.about-box03 {
  background-color: #f7f6f6;
}

.about-box03__inner {
  padding-bottom: 10rem;
}

.about-box03__table {
  margin-left: auto;
  margin-right: auto;
}

.business-box {
  background-color: #ffffff;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.business-box__textHolder {
  padding: 5rem 0 0;
  background-color: #ffffff;
}

.business-box__title__small::before {
  counter-increment: count-number 1;
  content: counter(count-number, decimal-leading-zero) "";
  font-size: 4.5rem;
}

.works-breadcrumb {
  background-color: #f82219;
}

.works-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.works-breadcrumb__link {
  position: relative;
  display: block;
  padding: 1rem;
  color: #ffffff;
}

.works-breadcrumb__link:not(.is-current):hover {
  color: #000000;
}

.works-breadcrumb__link.is-current {
  background-color: #000000;
}

.works-breadcrumb__link.is-current:hover {
  color: #f82219;
}

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

.works-box:last-child {
  padding-bottom: 3rem;
}

.works-box__header {
  padding-top: 5rem;
}

.works-box__btnHolder {
  padding: 3rem 0;
}

.works-box__btn {
  padding: 0.6rem 2rem;
  letter-spacing: 0.1rem;
  font-size: 1.4rem;
  color: #000000;
  background-color: #ffffff;
  border: solid 0.1rem #000000;
}

.works-box__btn::after {
  display: inline-block;
  margin-left: 1rem;
  content: "\03e\03e";
}

.works-box__btn:hover {
  color: #ffffff;
  background-color: #000000;
}

.works-box__item__name {
  padding-bottom: 0.4rem;
}

.works-box__item__number {
  position: relative;
  display: inline-block;
  width: 9rem;
  margin-right: 1rem;
  padding: 0.5rem 0;
  text-align: center;
  font-size: 1.4rem;
  color: #ffffff;
  background-color: #000000;
}

.works-box__item__number::after {
  position: absolute;
  left: 0;
  top: 2.4rem;
  display: block;
  z-index: 100;
  width: 0;
  height: 0;
  content: '';
  border-left: solid 4.5rem transparent;
  border-right: solid 4.5rem transparent;
  border-top: solid 3.5rem #000000;
}

.works-box__item__link {
  line-height: 1.71429;
  font-size: 1.4rem;
  color: #000000;
}

.works-box__item__link:hover {
  text-decoration: underline;
}

.works-child-box {
  padding-top: 3rem;
}

.works-child-box img {
  max-width: 100%;
  height: auto;
}

.works-child-box__header {
  padding: 1.5rem 0;
}

.works-child-box__title {
  font-weight: normal;
}

.works-child-box__category {
  display: inline-block;
  margin-right: 1.8rem;
  padding: .8rem 1.2rem;
  border: solid 0.1rem #000000;
}

.works-child-box__headingHolder {
  padding: 0 0 3rem;
}

.works-child-box__heading {
  font-style: normal;
  line-height: 1.28571;
  font-size: 2.8rem;
}

.works-child-box__text {
  line-height: 1.71429;
  font-size: 1.4rem;
}

.works-child-box__nav {
  padding-top: 8rem;
  padding-bottom: 1.5rem;
}

.works-child-box__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.works-child-box__nav__link {
  width: 15.3rem;
  padding: .8rem 1rem;
  font-weight: bold;
  font-size: 1.4rem;
  color: #ffffff;
}

.works-child-box__nav__link--previous {
  text-align: right;
}

.works-child-box__nav__link--previous::before {
  display: inline-block;
  margin-right: .8rem;
  content: '\03c';
}

.works-child-box__nav__link--next::after {
  display: inline-block;
  margin-left: .8rem;
  content: '\03e';
}

.contact-box01__header {
  padding: 3rem 0 5rem;
}

.contact-box01__title {
  text-align: center;
}

.contact-box01__description {
  margin-top: 3rem;
  text-align: center;
}

.contact-form__required {
  display: inline-block;
  margin-left: 2rem;
  color: #f82219;
  font-size: 1.4rem;
}

.contact-form__example {
  margin-top: 1.2rem;
  line-height: 1.71429;
  font-size: 1.4rem;
}

.contact-form td label {
  display: inline-block;
  width: 2em;
  margin-right: 1.2rem;
  text-align: center;
}

.contact-form input[type="text"]:not(:last-child) {
  margin-right: 2rem;
}

.contact-form__name,.contact-form__kana {
  width: 17.2rem;
}

.contact-form__address,.contact-form__tel,.contact-form__mail,.contact-form__content {
  width: 100%;
}

.contact-form__btnHolder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 5rem;
}

.contact-form__btn {
  padding: 1.4rem 8.5rem;
  font-weight: bold;
  font-size: 1.6rem;
}

.contact-notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 3rem;
}

.contact-notice__inner {
  padding: 2rem 2rem;
  background-color: #fffdfd;
  border: solid 0.1rem #b5b5b5;
}

.contact-notice__text {
  line-height: 1.57143;
  font-size: 1.4rem;
}

.contact-notice__text:not(:last-child) {
  margin-bottom: 3rem;
}

.lazyload,.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  -webkit-transition: opacity 1000ms;
  transition: opacity 1000ms;
}

.sidr {
  display: block;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 260px;
  overflow-x: hidden;
  overflow-y: auto;
  font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
  font-size: 15px;
  background: #f8f8f8;
  color: #333;
  box-shadow: 0 0 5px 5px #ebebeb inset;
}

.sidr .sidr-inner {
  padding: 0 0 15px;
}

.sidr .sidr-inner > p {
  margin-left: 15px;
  margin-right: 15px;
}

.sidr.right {
  left: auto;
  right: -260px;
}

.sidr.left {
  left: -260px;
  right: auto;
}

.sidr h1,.sidr h2,.sidr h3,.sidr h4,.sidr h5,.sidr h6 {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RmZGZkZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dfdfdf));
  background-image: -webkit-linear-gradient(#ffffff, #dfdfdf);
  background-image: linear-gradient(#ffffff, #dfdfdf);
  font-size: 11px;
  font-weight: normal;
  padding: 0 15px;
  margin: 0 0 5px;
  color: #333;
  line-height: 24px;
  box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
}

.sidr p {
  font-size: 13px;
  margin: 0 0 12px;
}

.sidr p a {
  color: rgba(51, 51, 51, 0.9);
}

.sidr > p {
  margin-left: 15px;
  margin-right: 15px;
}

.sidr ul {
  display: block;
  margin: 0 0 15px;
  padding: 0;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #fff;
}

.sidr ul li {
  display: block;
  margin: 0;
  line-height: 48px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #dfdfdf;
}

.sidr ul li:hover,.sidr ul li.active,.sidr ul li.sidr-class-active {
  border-top: 0;
  line-height: 49px;
}

.sidr ul li:hover > a,.sidr ul li:hover > span,.sidr ul li.active > a,.sidr ul li.active > span,.sidr ul li.sidr-class-active > a,.sidr ul li.sidr-class-active > span {
  box-shadow: 0 0 15px 3px #ebebeb inset;
}

.sidr ul li a,.sidr ul li span {
  padding: 0 15px;
  display: block;
  text-decoration: none;
  color: #333;
}

.sidr ul li ul {
  border-bottom: 0;
  margin: 0;
}

.sidr ul li ul li {
  line-height: 40px;
  font-size: 13px;
}

.sidr ul li ul li:last-child {
  border-bottom: 0;
}

.sidr ul li ul li:hover,.sidr ul li ul li.active,.sidr ul li ul li.sidr-class-active {
  border-top: 0;
  line-height: 41px;
}

.sidr ul li ul li:hover > a,.sidr ul li ul li:hover > span,.sidr ul li ul li.active > a,.sidr ul li ul li.active > span,.sidr ul li ul li.sidr-class-active > a,.sidr ul li ul li.sidr-class-active > span {
  box-shadow: 0 0 15px 3px #ebebeb inset;
}

.sidr ul li ul li a,.sidr ul li ul li span {
  color: rgba(51, 51, 51, 0.8);
  padding-left: 30px;
}

.sidr form {
  margin: 0 15px;
}

.sidr label {
  font-size: 13px;
}

.sidr input[type="text"],.sidr input[type="password"],.sidr input[type="date"],.sidr input[type="datetime"],.sidr input[type="email"],.sidr input[type="number"],.sidr input[type="search"],.sidr input[type="tel"],.sidr input[type="time"],.sidr input[type="url"],.sidr textarea,.sidr select {
  width: 100%;
  font-size: 13px;
  padding: 5px;
  box-sizing: border-box;
  margin: 0 0 10px;
  border-radius: 2px;
  border: 0;
  background: rgba(0, 0, 0, 0.1);
  color: rgba(51, 51, 51, 0.6);
  display: block;
  clear: both;
}

.sidr input[type=checkbox] {
  width: auto;
  display: inline;
  clear: none;
}

.sidr input[type=button],.sidr input[type=submit] {
  color: #f8f8f8;
  background: #333;
}

.sidr input[type=button]:hover,.sidr input[type=submit]:hover {
  background: rgba(51, 51, 51, 0.9);
}

@media screen and (min-width: 769px) {
  body {
    min-width: 105rem;
  }

  .l-container {
    width: 100rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .br_pc::before {
    content: "\A";
    white-space: pre;
  }

  .box--left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .box--right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .box__inner {
    width: 50%;
  }

  .box__inner--white {
    background-color: #ffffff;
  }

  .box__header--split {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .box__header--split {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .box__title--alignRight {
    padding-right: 5.8rem;
    text-align: right;
  }

  .box__btnHolder {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .table tr:not(:first-child) th,.table tr:not(:first-child) td {
    padding-top: 5rem;
  }

  .table th,.table td {
    padding-bottom: 5rem;
  }

  .table th {
    padding-left: 2rem;
    padding-right: 18rem;
  }

  .table td {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .table-contact th:not(:last-child),.table-contact td:not(:last-child) {
    padding-bottom: 9rem;
  }

  .table-contact th {
    padding-right: 11rem;
    text-align: right;
  }

  .local-nav--3colmn__link--01 {
    padding: 1.6rem 6.6rem 1.6rem 5rem;
  }

  .local-nav--3colmn__link--02 {
    padding: 1.6rem 5rem;
  }

  .local-nav--3colmn__link--02::before,.local-nav--3colmn__link--02::after {
    position: absolute;
    top: 0;
    display: inline-block;
    width: 0;
    height: 0;
    content: '';
    border: solid 2.4rem #f82219;
  }

  .local-nav--3colmn__link--02::before {
    left: -2.3rem;
    -webkit-clip-path: polygon(50% 0%, 0 100%, 50% 100%);
    clip-path: polygon(50% 0%, 0 100%, 50% 100%);
  }

  .local-nav--3colmn__link--02::after {
    right: -4.8rem;
    -webkit-clip-path: polygon(0 0, 0 100%, 50% 0);
    clip-path: polygon(0 0, 0 100%, 50% 0);
  }

  .local-nav--3colmn__link--03 {
    padding: 1.6rem 5rem 1.6rem 6.6rem;
  }

  .container {
    width: 100rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .header__nav {
    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;
  }

  .header__nav__up {
    width: 83rem;
  }

  .header__nav__up__link {
    line-height: 1;
    font-size: 1.3rem;
  }

  .header__nav__up__link {
    padding: 0.7rem 6rem;
  }

  .header__nav__bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .header__nav__bottom__link {
    line-height: 1;
    font-size: 1.3rem;
  }

  .kv--top {
    height: 81rem;
    padding-top: 27rem;
  }

  .kv--top__text {
    line-height: 1.4;
    font-size: 5rem;
  }

  .kv--page {
    height: 37.381rem;
    padding-top: 17.6rem;
  }

  .document-request__inner {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .document-request__logo {
    width: 5.4rem;
  }

  .document-request__btn {
    padding: 3.2rem 9rem;
    font-size: 3.2rem;
  }

  .diary__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .diary__content__article {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .diary__content__article {
    width: 50%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .diary__content__article:not(:nth-child(-n+2)) {
    margin-top: 5rem;
  }

  .diary__content__textHolder {
    padding-left: 1.6rem;
    padding-right: 1rem;
  }

  .diary__content__imgHolder img {
    width: 19.4rem;
  }

  .information-news {
    width: 50%;
  }

  .information-news__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .information-bannerSpace {
    padding-top: 1rem;
    width: 50%;
  }

  .footer {
    padding-bottom: 12rem;
  }

  .footer__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .footer__inner {
    padding-left: 3.8rem;
    padding-right: 3.8rem;
  }

  .footer__logoHolder {
    padding-right: 9.5rem;
  }

  .footer__nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .footer__nav {
    width: 62rem;
  }

  .footer__credit {
    padding-top: 9rem;
  }

  .top-box01 {
    padding: 8rem 0 9rem;
  }

  .top-box01__inner {
    background-position: 74.4rem bottom;
  }

  .top-box02 {
    padding-bottom: 11.4rem;
  }

  .top-box02__cardHolder {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .top-box02__card {
    width: 30.5rem;
  }

  .top-box03 {
    padding-top: 19rem;
    background-image: url("../images/top/box03_bg.jpg");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .top-box03__textHolder {
    padding: 4rem;
  }

  .top-box04 {
    padding-top: 19.6rem;
    background-image: url("../images/top/box04_bg.jpg");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .top-box04__textHolder {
    padding: 4rem;
  }

  .top-box05 {
    padding-top: 19rem;
    background-image: url("../images/top/box05_bg.jpg");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .top-box05__textHolder {
    padding: 4rem;
  }

  .top-box06__content__btnHolder {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .top-box06__content__btn {
    font-size: 1.8rem;
  }

  .about-box02__header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .about-box02__header {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .about-box02__title {
    padding-left: 4rem;
  }

  .about-box02__textHolder {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .business__local-nav {
    padding-bottom: 10rem;
  }

  .business-box__inner {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .business-box__textHolder {
    padding: 5rem 5rem 6rem;
  }

  .business-box01 {
    background-image: url("../images/business/box01_bg.jpg");
  }

  .business-box02 {
    background-image: url("../images/business/box02_bg.jpg");
  }

  .business-box03 {
    background-image: url("../images/business/box03_bg.jpg");
  }

  .works-breadcrumb__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .works-breadcrumb__list {
    width: 100rem;
    margin-left: auto;
    margin-right: auto;
  }

  .works-breadcrumb__link {
    padding: 1.2rem 6rem;
  }

  .works-breadcrumb__link.is-current::before,.works-breadcrumb__link.is-current::after {
    position: absolute;
    top: 0;
    display: inline-block;
    width: 0;
    height: 0;
    content: '';
    border: solid 2rem #000000;
  }

  .works-breadcrumb__link.is-current::before {
    left: -1.9rem;
    -webkit-clip-path: polygon(50% 0%, 0 100%, 50% 100%);
    clip-path: polygon(50% 0%, 0 100%, 50% 100%);
  }

  .works-breadcrumb__link.is-current::after {
    right: -4rem;
    -webkit-clip-path: polygon(0 0, 0 100%, 50% 0);
    clip-path: polygon(0 0, 0 100%, 50% 0);
  }

  .works-box:first-child {
    padding-top: 12.7rem;
  }

  .works-box:not(:last-child) {
    padding-bottom: 6rem;
  }

  .works-box__header {
    padding-left: 3rem;
    padding-top: 8.5rem;
  }

  .works-box__btnHolder {
    padding: 9rem 0 0;
  }

  .works-box__item:not(:last-child) {
    padding-right: 4.5rem;
  }

  .works-child-box {
    padding-top: 7.5rem;
  }

  .works-child-box__box02 {
    width: 50%;
    padding: 4.5rem 7.8rem 4rem 1.8rem;
  }

  .works-child-box__box03__main {
    padding-left: 1rem;
  }

  .works-child-box__box03__main__textHolder {
    padding: 4.5rem 5.5rem 0 2.5rem;
  }

  .contact-box01__header {
    padding: 9rem 0 11rem;
  }

  .contact-form th {
    padding-left: 9.5rem;
  }

  .contact-form__address,.contact-form__tel,.contact-form__mail,.contact-form__content {
    width: 45.5rem;
  }

  .contact-form__btnHolder {
    padding-top: 8.5rem;
    padding-bottom: 4rem;
  }

  .contact-notice {
    padding-bottom: 11rem;
  }

  .contact-notice__inner {
    width: 95rem;
    padding: 2rem 3rem;
  }
}

@media screen and (max-width: 768px) {
  img {
    max-width: 100%;
    height: auto;
  }

  .br_sp::before {
    content: "\A";
    white-space: pre;
  }

  .box__title {
    text-align: center;
  }

  .box__description {
    margin-top: 3rem;
  }

  .table th,.table td {
    display: block;
  }

  .table th {
    text-align: left;
  }

  .table-contact {
    width: 100%;
  }

  .table-contact th,.table-contact td {
    display: block;
  }

  .spOnly {
    display: block !important;
  }

  .pcOnly {
    display: none !important;
  }

  .header__logo img {
    width: 2.5rem;
  }

  .header__nav {
    display: none;
  }

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

  .kv--top__text {
    line-height: 1.25;
    font-size: 2.4rem;
  }

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

  .diary__content__article:not(:last-child) {
    margin-bottom: 3rem;
  }

  .diary__content__imgHolder img {
    margin-bottom: 1.5rem;
  }

  .information-news__list__date {
    margin-bottom: 1rem;
  }

  .footer__logoHolder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 3rem;
  }

  .footer__nav__list:not(:last-child) {
    margin-bottom: 3rem;
  }

  .top-box01__inner {
    padding-bottom: 18rem;
  }

  .top-box02__card:not(:last-child) {
    margin-bottom: 3rem;
  }

  .top-box06__content__btn {
    width: 100%;
  }

  .about-box02__title {
    margin-bottom: 1.5rem;
  }

  .business-box__header {
    padding-bottom: 3rem;
  }

  .works-box__item:not(:last-child) {
    padding-bottom: 3rem;
  }

  .works-box__item__imgHolder {
    padding-bottom: 3rem;
  }

  .works-box__item__imgHolder img {
    width: 100%;
  }

  .works-child-box img {
    margin-bottom: 1.5rem;
  }

  .works-child-box__category {
    margin-bottom: 1rem;
  }

  .contact-form td {
    padding-bottom: 3rem;
  }

  .contact-form__name,.contact-form__kana {
    margin-bottom: 1rem;
  }
}
