@charset "UTF-8";
@font-face {
  font-family: "clark";
  src: url("fonts/clark.eot?-y0c40m");
  src: url("fonts/clark.eot?#iefix-y0c40m") format("embedded-opentype"), url("fonts/clark.woff?-y0c40m") format("woff"), url("fonts/clark.ttf?-y0c40m") format("truetype"), url("fonts/clark.svg?-y0c40m#clark") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=arrow-], [class*=" arrow-"] {
  font-family: "clark";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ==========================================================================

   ユーティリティモジュール

 */
/* -------------------------------------------------------------------------
	画像を100%に/100%を解除
	<img class="u-fit" src="xxx.jpg" />
*/
.u-fit {
  width: 100%;
  height: auto;
}

.u-free {
  width: auto;
}

/* -------------------------------------------------------------------------
	SPのみ、PCのみで改行させる
	<br class="u-spbr" />
	<br class="u-pcbr" />
*/
.u-spbr {
  display: none;
}
@media only screen and (max-width: 568px) {
  .u-spbr {
    display: inline;
  }
}

.u-pcbr {
  display: none;
}
@media only screen and (min-width:769px) {
  .u-pcbr {
    display: inline;
  }
}

.u-tdbr {
  display: none;
}
@media only screen and (min-width: 569px) and (max-width: 768px) {
  .u-tdbr {
    display: inline;
  }
}

/* -------------------------------------------------------------------------
	フロート
*/
@media only screen and (min-width:769px) {
  .u-floatL {
    float: left;
  }
}

@media only screen and (min-width:769px) {
  .u-floatR {
    float: right;
  }
}

/* -------------------------------------------------------------------------
	position:relative
*/
.u-relative {
  position: relative;
}

/* -------------------------------------------------------------------------
	インラインテキストリンク
*/
/* -------------------------------------------------------------------------
	縦書きテキスト
*/
/* -------------------------------------------------------------------------
	ブロック指定
*/
.u-inlineBlock {
  display: inline-block;
}

.u-block {
  display: block;
}

/* -------------------------------------------------------------------------
	リスト要素のスタイル
*/
.u-listIndent li {
  font-size: 1.6rem;
  padding-left: 1.2em;
  text-indent: -1.2em;
  line-height: 1.75em;
  margin-bottom: 1.2em;
}
@media only screen and (max-width: 568px) {
  .u-listIndent li {
    font-size: 1.1rem;
    margin-bottom: 0.5em;
  }
}

.u-listDisc li {
  list-style-type: disc;
  margin-bottom: 1em;
  margin-left: 1.2em;
}

/* -------------------------------------------------------------------------
	PCレイアウト時に非表示
*/
.u-sp-only {
  display: none !important;
}

.u-pc-only {
  display: block !important;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .u-sp-only {
    display: block !important;
  }
  .u-pc-only {
    display: none !important;
  }
}
.u-noWrap {
  white-space: nowrap;
}

@media only screen and (min-width:769px) {
  .u-pc-pdng {
    display: inline-block;
    width: 20px;
  }
}

/************************************************************************************************
	事業内容 business
*/
#business .main-visual {
  background-image: url(/business/img/index_main.jpg);
}

@media only screen and (max-width: 568px) {
  .business-wrap {
    padding: 0 20px;
  }
  .business-wrap .txt-c {
    text-align: left;
  }
}

/************************************************************************************************
	企業情報 company
*/
#company .sec-wrapper {
  padding: 50px 0;
}
@media only screen and (max-width: 568px) {
  #company .sec-wrapper {
    width: 100%;
  }
}
@media only screen and (min-width: 569px) and (max-width: 768px) {
  #company .sec-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#company .sec-wrapper .left {
  float: left;
  width: 600px;
}
@media only screen and (max-width: 568px) {
  #company .sec-wrapper .left {
    width: calc(100% - 20px);
    margin-top: 20px;
  }
}
@media only screen and (min-width: 569px) and (max-width: 768px) {
  #company .sec-wrapper .left {
    width: 65%;
  }
}
#company .sec-wrapper .right {
  float: right;
  width: 294px;
}
@media only screen and (max-width: 568px) {
  #company .sec-wrapper .right {
    width: 50%;
  }
}
@media only screen and (min-width: 569px) and (max-width: 768px) {
  #company .sec-wrapper .right {
    width: 30%;
  }
}
@media only screen and (max-width: 568px) {
  #company .sec-wrapper .left, #company .sec-wrapper .right {
    float: none;
  }
}
#company .main-visual {
  background-image: url(/common/img/misc_main.jpg);
}
#company #sec01 .catchcopy {
  color: #333;
  font-family: "Hiragino Mincho ProN", "游明朝", YuMincho, Meiryo, "Times New Roman", serif;
  font-weight: normal;
  font-size: 3rem;
  padding: 1em;
}
@media only screen and (max-width: 568px) {
  #company #sec01 .catchcopy {
    font-size: 2.2rem;
  }
}
#company #sec01 .sec-wrapper {
  background: #ebf6f0;
  position: relative;
  /*&::before {
  	content: "差し替え予定";
  	font-size: 4rem;
  	top: 0;
  	color: #fff;
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	position: absolute;
  	width: 100%;
  	height: 100%;
  	background-color: rgba(100,100,100,.7);

  }*/
}
#company #sec01 .sec-wrapper p {
  line-height: 2em;
}
#company #sec01 .sec01-container {
  margin: 0 20px;
}
@media only screen and (min-width:769px) {
  #company #sec01 .sec01-container {
    width: 780px;
    margin-left: auto;
    margin-right: auto;
  }
}
#company #sec01 .sec01__sig {
  text-align: right;
}
#company #sec02 .company-role {
  width: 350px;
}
#company #sec02 .company-role td {
  width: auto;
  display: table-cell !important;
}
#company #sec02 .company-role td:nth-child(1) {
  font-size: 1.4rem;
  width: 32%;
}
#company #sec02 .company-role td:nth-child(2) {
  font-size: 1.2rem;
  width: 38%;
  line-height: 1.5;
}
#company #sec02 .company-role td:nth-child(3) {
  width: 23%;
  position: relative;
}
#company #sec02 .company-role td:nth-child(3) span {
  display: block;
}
#company #sec02 .company-role td:nth-child(3) .name2 {
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 568px) {
  #company #sec02 .company-role {
    width: 270px;
  }
  #company #sec02 .company-role td:nth-child(1) {
    font-size: 1rem;
  }
  #company #sec02 .company-role td:nth-child(2) {
    font-size: 1rem;
  }
}
#company #sec03 .container {
  margin-top: 30px;
}
@media only screen and (max-width: 568px) {
  #company #sec03 .container {
    width: calc(100% - 20px);
  }
}
#company #sec03 .fix {
  display: inline-block;
  width: 42px;
  text-align: right;
}
#company #sec03 .fix2 {
  display: inline-block;
  width: 42px;
  text-align: right;
}
@media only screen and (max-width: 568px) {
  #company #sec03 .fix {
    width: 30px;
  }
  #company #sec03 .fix2 {
    width: 30px;
  }
}
#company #sec03 table.style1 th, #company #sec03 table.style1 td {
  padding-bottom: 5px;
}
#company #sec03 table.style1 th {
  font-weight: normal;
  width: 90px;
  padding: 0;
}
#company #sec03 table.style1 td {
  width: auto;
}
#company #sec03 table.style1 th:nth-child(2) {
  text-align: right;
  padding-right: 50px;
}
@media only screen and (max-width: 568px) {
  #company #sec03 table.style1 th {
    width: 60px;
  }
  #company #sec03 table.style1 th:nth-child(2) {
    padding-right: 20px;
  }
}

/************************************************************************************************
	取り組み approaches
*/
#approaches .main-visual {
  background-image: url(/approaches/img/index_main.jpg);
  position: relative;
}
#approaches .approaches__sdgs {
  position: absolute;
  right: 10px;
  bottom: 4px;
  width: 280px;
  background-color: #fff;
  padding: 10px;
}
#approaches .approaches__sdgs img {
  width: 100%;
}
@media only screen and (max-width: 568px) {
  #approaches .approaches__sdgs {
    width: 120px;
    padding: 5px;
    right: 6px;
    bottom: 0;
  }
}
#approaches .sec01-anchor {
  width: 960px;
  *zoom: 1;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
#approaches .sec01-anchor:before, #approaches .sec01-anchor:after {
  content: " ";
  display: table;
}
#approaches .sec01-anchor:after {
  clear: both;
}
#approaches .sec01-anchor li {
  float: left;
  margin-right: 7px;
}
#approaches .sec01-anchor li img {
  width: 100%;
}
#approaches .sec01-anchor li:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
#approaches .sec01-anchor li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 568px) {
  #approaches .sec01-anchor {
    width: calc(100% - 20px);
    text-align: center;
  }
  #approaches .sec01-anchor li {
    float: none;
    display: inline-block;
    margin-right: 0;
    width: 30%;
  }
}
@media only screen and (min-width: 569px) and (max-width: 768px) {
  #approaches .sec01-anchor {
    width: calc(100% - 30px);
  }
  #approaches .sec01-anchor li {
    margin-right: 0;
    width: 20%;
  }
}
#approaches .catchcopy {
  font-weight: bold;
}
#approaches .container .left {
  width: 350px;
}
#approaches .container .right {
  width: 580px;
}
#approaches .container .left2 {
  width: 640px;
}
#approaches .container .right2 {
  width: 280px;
}
#approaches .container .left3 {
  width: 480px;
}
#approaches .container .right3 {
  width: 435px;
}
#approaches .container .left4 {
  width: 560px;
}
#approaches .container .right4 {
  width: 340px;
}
#approaches .container p {
  line-height: 2;
}
@media only screen and (max-width: 568px) {
  #approaches .container {
    width: calc(100% - 20px);
  }
  #approaches .container .left, #approaches .container .right {
    float: none;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  #approaches .container .right {
    margin-top: 20px;
  }
  #approaches .container .left4 {
    width: auto;
  }
}
@media only screen and (min-width: 569px) and (max-width: 768px) {
  #approaches .container {
    width: calc(100% - 30px);
  }
  #approaches .container .left {
    width: 40%;
  }
  #approaches .container .right {
    width: 56%;
  }
  #approaches .container .left2 {
    width: 65%;
  }
  #approaches .container .right2 {
    width: 31%;
  }
  #approaches .container .left4 {
    width: auto;
    float: none;
  }
  #approaches .container .right4 {
    width: auto;
    float: none;
  }
}
#approaches .box1 {
  border: 1px solid #ddd;
  *zoom: 1;
}
#approaches .box1:before, #approaches .box1:after {
  content: " ";
  display: table;
}
#approaches .box1:after {
  clear: both;
}
#approaches .box1 .box-left {
  width: 90%;
  padding: 20px;
  float: none;
}
#approaches .box1 .box-right {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  float: none;
  margin-bottom: 20px;
}
#approaches .box1 .box-left .tit {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  color: #0d3d92;
  margin-bottom: 20px;
}
@media only screen and (min-width:769px) {
  #approaches .box1 .box-left {
    float: left;
    width: 315px;
  }
  #approaches .box1 .box-right {
    float: right;
    width: 570px;
  }
}
#approaches .box2 {
  margin-top: 40px;
}
#approaches .box2 figure {
  margin: 0 0 20px 0;
}
#approaches .box2 figure figcaption {
  margin-top: 5px;
  font-size: 12px;
  font-size: 1.2rem;
}
#approaches .year-list {
  margin-top: 30px;
}
#approaches .year-list dt {
  float: left;
  width: 70px;
}
#approaches .year-list dd {
  padding-left: 70px;
  margin-bottom: 10px;
}
#approaches #sec02 .tit {
  margin-top: 40px;
  font-size: 25px;
  font-size: 2.5rem;
  color: #0d3d92;
  text-align: center;
  font-weight: bold;
}
#approaches #sec02 .txt1 {
  margin-top: 20px;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
}
#approaches #sec02 .txt1 .sub {
  font-size: 11px;
  font-size: 1.1rem;
}
#approaches #sec02 .menkyo {
  width: 95%;
  margin-bottom: 30px;
}
#approaches #sec02 .menkyo th, #approaches #sec02 .menkyo td {
  border-bottom: 1px solid #ddd;
  font-weight: bold;
  padding: 10px;
  text-align: left;
}
#approaches #sec02 .menkyo thead th {
  font-size: 14px;
  font-size: 1.4rem;
}
#approaches #sec02 .menkyo tbody th, #approaches #sec02 .menkyo tbody td {
  font-size: 17px;
  font-size: 1.7rem;
}
#approaches #sec02 .menkyo tbody td {
  color: #e33b30;
}
@media only screen and (max-width: 568px) {
  #approaches #sec02 .menkyo tbody th, #approaches #sec02 .menkyo tbody td {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
#approaches #sec02 .txt2 {
  text-align: center;
}
#approaches #sec02 .txt2 .inner {
  font-weight: bold;
  color: #0d3d92;
  padding: 14px 20px;
  line-height: 1.75;
  border-radius: 10px;
  font-size: 22px;
  font-size: 2.2rem;
  background: #fff799;
  display: inline-block;
}
@media only screen and (max-width: 568px) {
  #approaches #sec02 .txt2 {
    width: calc(100% - 20px);
    line-height: 1.75;
    font-size: 16px;
    font-size: 1.6rem;
    margin-left: auto;
    margin-right: auto;
  }
}
#approaches .sec03-container {
  margin: 20px 20px;
}
#approaches .sec03-container .sec03-pict {
  margin-bottom: 10px;
}
@media only screen and (max-width: 568px) {
  #approaches .sec03-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
  #approaches .sec03-container .sec03-box2 {
    margin-bottom: 20px;
  }
  #approaches .sec03-container .sec03-pict {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width:769px) {
  #approaches .sec03-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
  #approaches .sec03-container .sec03-box1 {
    width: 40%;
  }
  #approaches .sec03-container .sec03-box2 {
    width: 52%;
  }
}
#approaches .sec04-container {
  margin: 20px 20px;
}
@media only screen and (min-width:769px) {
  #approaches .sec04-container {
    margin-top: 30px;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
}
#approaches .sec04-text {
  line-height: 1.75;
  margin-bottom: 2em;
}
#approaches .sec04-figcap {
  font-size: 1.4rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 568px) {
  #approaches .sec04-figcap {
    font-size: 1.2rem;
    text-align: center;
  }
}
#approaches .sec04-photo {
  margin-top: 10px;
}
#approaches .sec04-photo > li {
  width: 70%;
  margin: 0 auto 10px;
}
#approaches .sec04-photo > li img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width:769px) {
  #approaches .sec04-photo {
    margin-top: 5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  #approaches .sec04-photo > li {
    width: 32%;
  }
}

/************************************************************************************************
	採用情報 recruit
*/
#recruit .main-visual {
  background-image: url(/recruit/img/index_main.jpg);
}
#recruit .catchcopy {
  font-size: 18px;
  font-size: 1.8rem;
  color: #333;
  font-weight: bold;
  line-height: 1.75;
}
@media only screen and (max-width: 568px) {
  #recruit .catchcopy {
    font-size: 15px;
    font-size: 1.5rem;
    margin: 0 15px;
  }
}
#recruit .sec01-important {
  margin-top: 40px;
  width: 960px;
  background: #ebf6f0;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
}
#recruit .sec01-important .tit {
  padding-top: 30px;
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  color: #0d3d92;
  font-weight: bold;
}
#recruit .sec01-important ul {
  *zoom: 1;
  padding-bottom: 30px;
}
#recruit .sec01-important ul:before, #recruit .sec01-important ul:after {
  content: " ";
  display: table;
}
#recruit .sec01-important ul:after {
  clear: both;
}
#recruit .sec01-important ul li {
  border-right: 1px solid #d1dbd6;
  width: calc(33.3% - 60px);
  padding-right: 25px;
  margin-left: 35px;
  float: left;
}
#recruit .sec01-important ul li .num {
  width: 60px;
  height: 42px;
  padding-top: 18px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  color: #0d3d92;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
}
#recruit .sec01-important ul li .sub-tit {
  margin-top: 15px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #0d3d92;
  font-weight: bold;
  text-align: center;
}
#recruit .sec01-important ul li p {
  margin-top: 15px;
  font-size: 13px;
  font-size: 1.3rem;
}
#recruit .sec01-important ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border: none;
}
@media only screen and (max-width: 568px) {
  #recruit .sec01-important {
    width: calc(100% - 20px);
  }
  #recruit .sec01-important .tit {
    font-size: 18px;
    font-size: 1.8rem;
  }
  #recruit .sec01-important ul li {
    float: none;
    border: none;
    width: auto;
  }
  #recruit .sec01-important ul li:last-child {
    margin-right: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 569px) and (max-width: 768px) {
  #recruit .sec01-important {
    width: calc(100% - 30px);
  }
}
#recruit .sec-wrapper {
  padding: 50px 0;
}
@media only screen and (max-width: 568px) {
  #recruit .sec-wrapper {
    width: 100%;
  }
}
@media only screen and (min-width: 569px) and (max-width: 768px) {
  #recruit .sec-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#recruit .sec-wrapper .left {
  float: left;
  width: 465px;
}
@media only screen and (max-width: 568px) {
  #recruit .sec-wrapper .left {
    width: calc(100% - 20px);
    margin-top: 20px;
  }
}
@media only screen and (min-width: 569px) and (max-width: 768px) {
  #recruit .sec-wrapper .left {
    width: 48%;
  }
}
#recruit .sec-wrapper .right {
  float: right;
  width: 465px;
}
@media only screen and (max-width: 568px) {
  #recruit .sec-wrapper .right {
    width: calc(100% - 20px);
  }
}
@media only screen and (min-width: 569px) and (max-width: 768px) {
  #recruit .sec-wrapper .right {
    width: 48%;
  }
}
@media only screen and (max-width: 568px) {
  #recruit .sec-wrapper .left, #recruit .sec-wrapper .right {
    float: none;
  }
}
#recruit .sec-wrapper h4 {
  width: auto;
  margin-bottom: 20px;
}
#recruit .flow-list {
  *zoom: 1;
}
#recruit .flow-list:before, #recruit .flow-list:after {
  content: " ";
  display: table;
}
#recruit .flow-list:after {
  clear: both;
}
#recruit .flow-list dt {
  width: 168px;
  float: left;
  background: #dde3ef;
  text-align: center;
  border-radius: 3px;
}
#recruit .flow-list dd {
  margin-bottom: 20px;
  padding-left: 198px;
}
@media only screen and (max-width: 568px) {
  #recruit .flow-list dt {
    width: 130px;
  }
  #recruit .flow-list dd {
    padding-left: 156px;
  }
}
#recruit h3.entry-form {
  text-align: center;
  padding: 15px 0 15px 0;
}
#recruit h3.entry-form .inner {
  background: none;
}
@media only screen and (max-width: 568px) {
  #recruit h3.entry-form {
    padding: 0px;
  }
}
#recruit .sec02-container {
  background: url(img/form_bg.png) repeat-x #dde3ef;
  padding-bottom: 80px;
  position: relative;
}
#recruit .sec02-container .table-wrapper {
  width: 640px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  border: 1px solid #ddd;
  background: #f6f8fb;
  border-radius: 10px;
  box-shadow: 0 0 3px rgba(80, 80, 80, 0.1);
}
@media only screen and (max-width: 568px) {
  #recruit .sec02-container {
    padding-bottom: 30px;
  }
  #recruit .sec02-container .table-wrapper {
    width: calc(100% - 22px);
    padding: 10px;
    border-radius: 0;
  }
  #recruit .sec02-container table th {
    width: auto;
  }
  #recruit .sec02-container table th, #recruit .sec02-container table td {
    display: block;
  }
}
#recruit .shikaku-list {
  *zoom: 1;
}
#recruit .shikaku-list:before, #recruit .shikaku-list:after {
  content: " ";
  display: table;
}
#recruit .shikaku-list:after {
  clear: both;
}
#recruit .shikaku-list li {
  width: 50%;
  float: left;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 10px;
  cursor: pointer;
}
@media only screen and (max-width: 568px) {
  #recruit .shikaku-list li {
    width: auto;
    float: none;
  }
}

/************************************************************************************************
	ギャラリー gallery
*/
#gallery .main-visual {
  background-image: url(/gallery/img/index_main.jpg);
}
#gallery .anchor {
  background: #364664;
  padding: 20px 0;
  text-align: center;
}
#gallery .anchor li {
  display: inline-block;
  margin-right: 30px;
}
#gallery .anchor li a:link {
  text-decoration: none;
}
#gallery .anchor li a:hover {
  text-decoration: none;
}
#gallery .anchor li a:visited {
  text-decoration: none;
}
#gallery .anchor li a {
  display: block;
  color: #fff;
  font-weight: bold;
  line-height: 1em;
  background: url(img/arrow_c.svg) no-repeat left center;
  background-size: 12px 7px;
  padding-left: 18px;
}
@media only screen and (max-width: 568px) {
  #gallery .anchor {
    border-top: 1px solid #1f3151;
  }
  #gallery .anchor li {
    display: block;
    margin: 0;
    border-bottom: 1px solid #1f3151;
  }
  #gallery .anchor li a {
    padding: 10px;
    background-position: left 10px center;
  }
}
#gallery .gallery-main {
  padding-top: 40px;
  background: url(img/gallery_bg.png);
}
#gallery .notice {
  width: 640px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  padding: 30px;
}
@media only screen and (max-width: 568px) {
  #gallery .notice {
    width: calc(90% - 60px);
  }
}
@media only screen and (min-width: 569px) and (max-width: 768px) {
  #gallery .notice {
    width: calc(90% - 60px);
  }
}
#gallery section {
  margin: 0;
  padding-top: 60px;
}
#gallery h3 {
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  padding-top: 126px;
  padding-bottom: 90px;
  background: url(img/gallery_h3.png) no-repeat center top;
}
#gallery .photo-list {
  width: 850px;
  margin-left: auto;
  margin-right: auto;
}
#gallery .photo-list li {
  position: absolute;
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.7);
}
@media only screen and (max-width: 568px) {
  #gallery .photo-list {
    text-align: center;
    width: 90%;
    height: auto;
  }
  #gallery .photo-list li {
    margin: 20px;
    display: inline-block;
    position: relative;
    top: auto !important;
    left: auto !important;
  }
  #gallery .photo-list li img {
    width: 100%;
  }
}
@media only screen and (min-width: 569px) and (max-width: 768px) {
  #gallery .photo-list {
    text-align: center;
    width: 90%;
    height: auto;
  }
  #gallery .photo-list li {
    margin: 20px;
    display: inline-block;
    position: relative;
    top: auto !important;
    left: auto !important;
  }
}
#gallery #sec01 .photo-list {
  position: relative;
  min-height: 750px;
}
#gallery #sec01 .photo-list .photo02 {
  top: 94px;
  left: 268px;
}
#gallery #sec01 .photo-list .photo03 {
  top: 32px;
  left: 654px;
}
#gallery #sec01 .photo-list .photo04 {
  top: 377px;
  left: 0px;
}
#gallery #sec01 .photo-list .photo05 {
  top: 377px;
  left: 240px;
}
#gallery #sec01 .photo-list .photo06 {
  top: 545px;
  left: 0px;
}
#gallery #sec01 .photo-list .photo07 {
  top: 545px;
  left: 240px;
}
#gallery #sec01 .photo-list .photo08 {
  top: 377px;
  left: 555px;
}
#gallery #sec02 .photo-list {
  position: relative;
  min-height: 1130px;
}
#gallery #sec02 .photo-list .photo02 {
  top: 94px;
  left: 268px;
}
#gallery #sec02 .photo-list .photo03 {
  top: 0px;
  left: 654px;
}
#gallery #sec02 .photo-list .photo04 {
  top: 377px;
  left: 0px;
}
#gallery #sec02 .photo-list .photo05 {
  top: 377px;
  left: 240px;
}
#gallery #sec02 .photo-list .photo06 {
  top: 545px;
  left: 0px;
}
#gallery #sec02 .photo-list .photo07 {
  top: 545px;
  left: 240px;
}
#gallery #sec02 .photo-list .photo08 {
  top: 377px;
  left: 555px;
}
#gallery #sec02 .photo-list .photo09 img,
#gallery #sec02 .photo-list .photo10 img,
#gallery #sec02 .photo-list .photo11 img,
#gallery #sec02 .photo-list .photo12 img,
#gallery #sec02 .photo-list .photo13 img {
  width: 265px;
}
#gallery #sec02 .photo-list .photo09, #gallery #sec02 .photo-list .photo10, #gallery #sec02 .photo-list .photo11 {
  top: 750px;
}
#gallery #sec02 .photo-list .photo10 {
  left: 280px;
}
#gallery #sec02 .photo-list .photo11 {
  right: 25px;
}
#gallery #sec02 .photo-list .photo12, #gallery #sec02 .photo-list .photo13 {
  top: 950px;
}
#gallery #sec02 .photo-list .photo13 {
  left: 280px;
}
#gallery #sec02 .photo-list .photo14 {
  right: 25px;
}
@media only screen and (max-width: 568px) {
  #gallery #sec02 .photo-list {
    height: auto;
  }
}
@media only screen and (min-width: 569px) and (max-width: 768px) {
  #gallery #sec02 .photo-list {
    height: auto;
  }
}
#gallery #sec03 .photo-list {
  position: relative;
  min-height: 650px;
}
#gallery #sec03 .photo-list .photo02 {
  top: 71px;
  left: 375px;
}
#gallery #sec03 .photo-list .photo03 {
  top: 71px;
  left: 620px;
}
#gallery #sec03 .photo-list .photo04 {
  top: 289px;
  left: 129px;
}
#gallery #sec03 .photo-list .photo05 {
  top: 240px;
  left: 377px;
}
#gallery #sec03 .photo-list .photo06 {
  top: 240px;
  left: 620px;
}
#gallery #sec03 .photo-list .photo07 {
  top: 459px;
  left: 129px;
}
#gallery #sec03 .photo-list .photo08 {
  top: 412px;
  left: 377px;
}
@media only screen and (max-width: 568px) {
  #gallery #sec03 .photo-list {
    height: auto;
  }
}
@media only screen and (min-width: 569px) and (max-width: 768px) {
  #gallery #sec03 .photo-list {
    height: auto;
  }
}
#gallery #sec04 .photo-list {
  position: relative;
  min-height: 800px;
}
#gallery #sec04 .photo-list .photo02 {
  top: 71px;
  left: 375px;
}
#gallery #sec04 .photo-list .photo03 {
  top: 71px;
  left: 620px;
}
#gallery #sec04 .photo-list .photo04 {
  top: 289px;
  left: 129px;
}
#gallery #sec04 .photo-list .photo05 {
  top: 240px;
  left: 377px;
}
#gallery #sec04 .photo-list .photo06 {
  top: 240px;
  left: 620px;
}
#gallery #sec04 .photo-list .photo07 {
  top: 459px;
  left: 129px;
}
#gallery #sec04 .photo-list .photo08 {
  top: 412px;
  left: 377px;
}
@media only screen and (max-width: 568px) {
  #gallery #sec04 .photo-list {
    height: auto;
  }
}
@media only screen and (min-width: 569px) and (max-width: 768px) {
  #gallery #sec04 .photo-list {
    height: auto;
  }
}

/************************************************************************************************
	お問い合わせ contact
*/
#contact .main-visual {
  background-image: url(/common/img/misc_main.jpg);
}
#contact .form-container .table-wrapper {
  margin-top: 30px;
  width: 640px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  border: 1px solid #ddd;
  background: #f6f8fb;
  border-radius: 10px;
  box-shadow: 0 0 3px rgba(80, 80, 80, 0.1);
}
#contact .form-container table th {
  vertical-align: top;
}
#contact .form-container textarea {
  width: 400px;
  height: 200px;
}
@media only screen and (max-width: 568px) {
  #contact .form-container table th {
    width: auto;
  }
  #contact .form-container table th, #contact .form-container table td {
    display: block;
  }
  #contact .form-container .table-wrapper {
    width: calc(100% - 22px);
    padding: 10px;
    border-radius: 0;
  }
  #contact .form-container textarea {
    width: 260px;
    height: 100px;
  }
}

.error {
  color: #ff0000;
}

/************************************************************************************************
	プライバシーポリシー
	サイトマップ
*/
.privacy-container {
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width:769px) {
  .privacy-container {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
}
.privacy-container h4 {
  width: calc(100% - 20px);
  paddng-left: 0;
  margin: 20px 0;
}

.sitemap-container .level1 li {
  padding: 15px;
  background: #efefef;
  border-bottom: 1px solid #ddd;
}
.sitemap-container .level1 li a {
  background: url(img/arrow_a.svg) no-repeat left center;
  background-size: 6px 8px;
  padding-left: 12px;
}
@media only screen and (min-width:769px) {
  .sitemap-container .level1 {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}
.sitemap-container .level2 li {
  padding: 10px;
  background: #f5f5f5;
  border-bottom: 1px solid #ddd;
}
.sitemap-container .level2 li a {
  background: url(img/arrow_a.svg) no-repeat left center;
  background-size: 6px 8px;
  padding-left: 12px;
}
@media only screen and (min-width:769px) {
  .sitemap-container .level2 {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}