@charset "UTF-8";
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;
  vertical-align: baseline;
  background: transparent;
}

th {
  text-align: left;
  vertical-align: top;
}

body {
  line-height: 1;
}

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

ul, ol {
  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 {
  color: #000;
  text-decoration: none;
}

main {
  display: block;
}

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

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?4qb41e");
  src: url("fonts/icomoon.eot?4qb41e#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?4qb41e") format("truetype"), url("fonts/icomoon.woff?4qb41e") format("woff"), url("fonts/icomoon.svg?4qb41e#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-],
[class*=" icon-"] {
  font-family: "icomoon" !important;
}

.icon-minus:before {
  color: #053d78;
}

.icon-plus:before {
  color: #053d78;
}

.icon-a:before {
  color: #0b5879;
}

.icon-alert:before {
  color: #b20000;
}

/*		見出しのアイコン指定注意		*/
.icon-hd1 .path1:before {
  content: "\e907";
  color: rgb(11, 88, 121);
}

.icon-hd1 .path2:before {
  content: "\e908";
  margin-left: -1em;
  color: rgb(157, 188, 201);
}

.icon-targetblank:before {
  content: "\e900";
}

.icon-zoomin:before {
  content: "\e901";
}

.icon-a:before {
  content: "\e902";
}

.icon-alert:before {
  content: "\e903";
}

.icon-arrow1:before {
  content: "\e904";
}

.icon-arrow2:before {
  content: "\e905";
}

.icon-arrow3:before {
  content: "\e906";
}

.icon-q:before {
  content: "\e909";
}

.icon-minus:before {
  content: "\e90a";
}

.icon-plus:before {
  content: "\e90b";
}

.icon-arrow4:before {
  content: "\e90c";
}

.cf:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

.iconfont {
  font-family: "icomoon" !important;
}

.cl_b {
  clear: both;
}

.cs_p {
  cursor: pointer;
}

.dp_n {
  display: none !important;
}

.dp_t {
  display: table;
  width: 100%;
}
.dp_t > * {
  display: table-cell;
  vertical-align: middle;
}

.fs_s {
  font-size: 88%;
}

.fs_2s {
  font-size: 75%;
}

/*
.fs_s {
	font-size: $font_size_s;
}

.fs_2s {
	font-size: $font_size_2s;
}
*/
.mb_0 {
  margin-bottom: 0;
}

.mt_0 {
  margin-top: 0 !important;
}

.mt_m {
  margin-top: 1em;
}

.mt_l {
  margin-top: 2em;
}

.mt_2l {
  margin-top: 4em;
}

.mt_3l {
  margin-top: 6em;
}

.mt_4l {
  margin-top: 8em;
}

.mb_m {
  margin-bottom: 1em;
}

.mb_l {
  margin-bottom: 2em;
}

/*
.mb_s {
	margin-bottom: $margin_s;
}

.mb_m {
	margin-bottom: $margin_m !important;
}

.mb_l {
	margin-bottom: $margin_l !important;
}

.mb_section {
	margin-bottom: $margin_box_m;
}
*/
.ta_c {
  text-align: center;
}

.ta_r {
  text-align: right;
}

.ps_r {
  position: relative;
}

.va_m {
  vertical-align: middle;
}

.va_b {
  vertical-align: bottom;
}

.va_t {
  vertical-align: top;
}

.ws_n {
  white-space: nowrap;
}

.pc_only {
  display: none;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 3.7333vw;
  }
  .sp_n {
    display: none !important;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .full {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
  .inner {
    max-width: 960px;
  }
  .pc_n {
    display: none !important;
  }
  a[href^=tel] {
    cursor: default;
  }
  main {
    display: block;
  }
  img {
    max-width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 1201px) {
  span.pc_only {
    display: inline;
  }
}
.inner {
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 768px) {
  .inner {
    width: 100%;
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3.3333%;
    padding-right: 3.3333%;
    box-sizing: border-box;
  }
}
.full_img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.fluid_img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

img[src*="dummy.png"] {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/*───────────────────────────────────────

	tag

───────────────────────────────────────*/
body {
  background: #fff;
  color: #555;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}

h1 {
  font-family: "新ゴ R", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

figure img {
  vertical-align: bottom;
}

img.bd {
  border: solid 1px #eee;
}

select {
  display: inline-block;
  padding: 0.75em;
}

button {
  cursor: pointer;
}

/*───────────────────────────────────────

	a

───────────────────────────────────────*/
a {
  color: #053d78;
}

a:hover {
  text-decoration: underline;
  opacity: 0.7;
}

a.brown {
  background: #a37429;
}

a.arrow {
  text-decoration: none;
}

a[class*=icon-arrow],
a *[class*=icon-arrow] {
  font-family: "新ゴ R", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

a.icon-arrow1:before {
  font-size: 88%;
}

a.pdf {
  background: url(../images/common/icon/pdf.png) no-repeat;
  background-size: contain;
  min-height: 2em;
  display: block;
}

a[class*=icon-] {
  text-decoration: none;
}

.icon-arrow2:before {
  font-size: 88%;
  margin-right: 0.25em;
}

.btn_square {
  display: inline-block;
  padding: 1em 4em;
  line-height: 1;
  text-decoration: none;
  color: #fff;
}

.btn_square.s {
  padding: 0.7em 1em;
}

.btn_square.blue_vivi {
  background: #053d78;
}

.btn_square.brown {
  background: #a37429;
}

.arrow_link_bold {
  font-weight: bold;
  color: #0b5879;
  text-decoration: none;
}

.btn_square.orange_light {
  background: #ffd19a;
  color: #555;
}

figure.comingsoon,
figure.noimage {
  position: relative;
}
figure.comingsoon:after,
figure.noimage:after {
  content: "coming soon";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  padding-top: 28.125%;
  text-align: center;
  line-height: 1;
  margin-top: -0.5em;
  color: #fff;
}

figure.noimage:after {
  content: "no image";
}

.annotation {
  font-size: 75%;
}

.annotation.chu::before {
  content: "※";
}

/*────────────────────────────────────────

	figure table

────────────────────────────────────────*/
figure.youtube {
  aspect-ratio: 16/9;
}
figure.youtube iframe {
  width: 100%;
  height: 100%;
}

table.tb1 {
  width: 100%;
}
table.tb1 th, table.tb1 td {
  padding: 1em 0;
  border-bottom: solid 1px #E1E1E1;
}
table.tb1 th {
  font-weight: normal;
  white-space: nowrap;
}
table.tb1 tr > *:nth-child(n+2) {
  padding-left: 2em;
}

/*───────────────────────────────────────

	section

───────────────────────────────────────*/
main > div:first-of-type {
  padding-top: 2em;
}

section.w_intro .intro_text > :last-child {
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
  section.w_intro h2 {
    width: 30%;
    float: left;
  }
  section.w_intro .intro_text {
    width: 70%;
    float: right;
  }
  section.w_intro .intro_text > :last-child {
    margin-bottom: 60px;
  }
}

.colum2 > section,
.colum2 > li {
  float: left;
  width: 48.2758%;
  margin-right: 3.4482%;
}
.colum2 > section:nth-of-type(2n),
.colum2 > li:nth-of-type(2n) {
  margin-right: 0;
}
.colum2 > section:nth-of-type(n+3),
.colum2 > li:nth-of-type(n+3) {
  margin-top: 40px;
}
.colum2 > section:nth-of-type(2n+1),
.colum2 > li:nth-of-type(2n+1) {
  clear: both;
}

.colum2 > section > * + * {
  margin-top: 1em;
}
.colum2 > section a {
  text-decoration: none;
}

.colum3 > section,
.colum3 > li {
  float: left;
  width: 31.0344%;
  margin-right: 3.4482%;
}
.colum3 > section:nth-of-type(3n),
.colum3 > li:nth-of-type(3n) {
  margin-right: 0;
}
.colum3 > section:nth-of-type(n+4),
.colum3 > li:nth-of-type(n+4) {
  margin-top: 60px;
}
.colum3 > section:nth-of-type(3n+1),
.colum3 > li:nth-of-type(3n+1) {
  clear: both;
}
.colum3 > section img,
.colum3 > li img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.colum4 > section,
.colum4 > li {
  float: left;
  width: 22.4137%;
  margin-right: 3.4482%;
}
.colum4 > section:nth-of-type(4n),
.colum4 > li:nth-of-type(4n) {
  margin-right: 0;
}
.colum4 > section:nth-of-type(n+5),
.colum4 > li:nth-of-type(n+5) {
  margin-top: 60px;
}
.colum4 > section:nth-of-type(4n+1),
.colum4 > li:nth-of-type(4n+1) {
  clear: both;
}
.colum4 > section h3,
.colum4 > li h3 {
  font-weight: bold;
}
.colum4 > section img,
.colum4 > li img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.colum2:after,
.colum3:after,
.colum4:after,
.colum3_pc:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}

@media screen and (min-width: 768px) {
  .colum2_pc > section {
    float: left;
    width: 48.2758%;
    margin-right: 3.4482%;
  }
  .colum2_pc > section:nth-of-type(2n) {
    margin-right: 0;
  }
  .colum2_pc > section:nth-of-type(n+3) {
    margin-top: 40px;
  }
  .colum2_pc > section:nth-of-type(2n+1) {
    clear: both;
  }
  .colum3_pc > section,
  .colum3_pc > li {
    float: left;
    width: 31.0344%;
    margin-right: 3.4482%;
  }
  .colum3_pc > section:nth-of-type(3n),
  .colum3_pc > li:nth-of-type(3n) {
    margin-right: 0;
  }
  .colum3_pc > section:nth-of-type(n+4),
  .colum3_pc > li:nth-of-type(n+4) {
    margin-top: 60px;
  }
  .colum3_pc > section:nth-of-type(3n+1),
  .colum3_pc > li:nth-of-type(3n+1) {
    clear: both;
  }
  .colum3_pc > section img,
  .colum3_pc > li img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  .colum4_pc > section,
  .colum4_pc > li {
    float: left;
    width: 22.4137%;
    margin-right: 3.4482%;
  }
  .colum4_pc > section:nth-of-type(4n),
  .colum4_pc > li:nth-of-type(4n) {
    margin-right: 0;
  }
  .colum4_pc > section:nth-of-type(n+5),
  .colum4_pc > li:nth-of-type(n+5) {
    margin-top: 60px;
  }
  .colum4_pc > section:nth-of-type(4n+1),
  .colum4_pc > li:nth-of-type(4n+1) {
    clear: both;
  }
  .colum4_pc > section h3,
  .colum4_pc > li h3 {
    font-weight: bold;
  }
  .colum4_pc > section img,
  .colum4_pc > li img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
}
section.showcase section dl {
  text-align: right;
  font-size: 88%;
}
section.showcase section dt {
  font-weight: bold;
}
section.showcase section dt:after {
  content: " /";
}
section.showcase section dt,
section.showcase section dd {
  display: inline;
}
section.showcase section dd + dt {
  margin-left: 0.5em;
}
section.showcase section figure {
  width: 40%;
  float: right;
  vertical-align: top;
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
  section.showcase .inner > section + section {
    margin-top: 2em;
  }
  section.showcase h3 {
    border-left: solid 3px #053d78;
    padding-left: 0.5em;
    line-height: 1.3;
    font-weight: bold;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 768px) {
  section.showcase h3 {
    font-weight: bold;
  }
  section.showcase section figure {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  section.item h3 {
    border-left: solid 3px #053d78;
    padding-left: 0.5em;
    line-height: 1.3;
    font-weight: bold;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 768px) {
  section.item {
    /*
          .link a {
    	@include arrow_link_bold;
    }
          */
  }
  section.item h3 {
    margin-top: 0;
  }
  section.item section {
    position: relative;
  }
  section.item figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 35%;
  }
  section.item section > :not(figure) {
    margin-left: 38.5714%;
  }
}

.attention {
  border: solid 1px #900;
  padding: 1em;
}
.attention h3,
.attention h4 {
  font-size: 100% !important;
  font-weight: bold;
}
.attention .icon-alert:before {
  margin-right: 0.3em;
}

.alert {
  border: solid 2px #900;
  padding: 1em;
  color: #900;
}

/*───────────────────────────────────────

	according contents

───────────────────────────────────────*/
@media screen and (max-width: 767px) {
  .acd_arrow3 > section {
    position: relative;
  }
  .acd_arrow3 > section h3 {
    position: relative;
  }
  .acd_arrow3 > section h3:before {
    font-family: "icomoon" !important;
    content: "\e906";
    color: #053d78;
    font-weight: bold;
    position: absolute;
    top: 28%;
    right: 5px;
    font-size: 125%;
    transform: rotate(90deg);
    transition: 0.5s;
  }
  .acd_arrow3 > section.open h3:before {
    transition: 0.5s;
    transform: rotate(-90deg);
  }
  .acd_plusminus h2 {
    position: relative;
    margin-bottom: 0 !important;
  }
  .acd_plusminus h2:before {
    font-family: "icomoon" !important;
    color: #053d78;
    content: "\e90b";
    position: absolute;
    top: 50%;
    margin-top: -0.5em;
    right: 15px;
    transform: scale(1.4);
  }
  .acd_plusminus.open h2 {
    margin-bottom: 1em !important;
  }
  .acd_plusminus.open h2:before {
    font-family: "icomoon" !important;
    color: #053d78;
    content: "\e90a";
  }
  .acd_plusminus.open {
    padding-bottom: 4em !important;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .acd_plusminus.first {
    margin-top: 4em;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .acd_plusminus.first {
    margin-top: 60px;
  }
  .acd_plusminus.first h2 {
    margin-bottom: 60px;
  }
  .acd_plusminus.first .inner {
    border-top: solid 1px #d2d2d2;
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  main > .acd_plusminus + .acd_plusminus,
  main > .acd_plusminus:nth-of-type(n+2),
  main > * .acd_plusminus:nth-of-type(n+2),
  main > *:not(.first_acd) .acd_plusminus {
    margin-top: 2px !important;
  }
}
nav#local_link {
  border-top: none !important;
  background: #d2d2d2;
  padding-top: 2em;
  padding-bottom: 2em;
}
nav#local_link a {
  display: table;
  width: 100%;
  text-decoration: none;
  color: #555;
}
nav#local_link li > a > * {
  display: table-cell;
  vertical-align: middle;
}
nav#local_link li span {
  line-height: 1.3;
  text-indent: -1em;
  padding-left: 1em;
}
nav#local_link figure {
  padding-right: 1em;
}
nav#local_link figure img {
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  nav#local_link h2 {
    color: #053d78;
    margin-bottom: 1em;
  }
  nav#local_link li {
    width: 100%;
  }
  nav#local_link li figure {
    width: 100px;
  }
  nav#local_link li + li {
    margin-top: 1em;
  }
}
@media screen and (min-width: 768px) {
  nav#local_link {
    margin-top: 4em;
  }
  nav#local_link figure {
    width: 30%;
  }
  nav#local_link li:nth-of-type(n+4) {
    margin-top: 2em;
  }
}

/*───────────────────────────────────────

	heading

───────────────────────────────────────*/
@media screen and (max-width: 767px) {
  .hd_p {
    font-family: "新ゴ R", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    margin-left: -15px;
    margin-right: -15px;
    padding: 0.5em 60px 0.5em 1.6em;
    font-size: 150%;
    line-height: 1.3;
    color: #5c849b;
    background: #dde5ed;
    margin-bottom: 1em;
    text-indent: -1.2em;
  }
}
@media screen and (min-width: 768px) {
  .hd_p {
    font-family: "新ゴ R", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-size: 175%;
    color: #0b5879;
    margin-bottom: 1em;
  }
}

.icon-hd1 span[class^=path]:last-child {
  margin-right: 0.1em;
}

h1.bg {
  text-shadow: 0 0 5px #032040;
  background: #053d78;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: auto 100%;
  width: 100%;
  height: 150px;
  color: #fff;
  letter-spacing: 0;
  background-image: url(../images/common/mv_sp.png);
}
@media screen and (max-width: 767px) {
  h1.bg {
    display: table;
  }
  h1.bg span {
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
  }
}
@media screen and (min-width: 768px) {
  h1.bg {
    background-image: url(../images/common/mv_pc.png);
    height: 400px;
    font-size: 200%;
    display: flex;
    align-items: center;
    /*
    span {
    	@include inner_pc;
    	display: block;
    	height: 1em;
    	line-height: 1.3;
    	position: absolute;
    	top: 0;
    	bottom: 0;
    	left: 0;
    	right: 0;
    	margin: auto;
    }
    */
  }
  h1.bg span {
    width: 100%;
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3.3333%;
    padding-right: 3.3333%;
    box-sizing: border-box;
    display: block;
    line-height: 1.3;
  }
}

.hd_fusen {
  border-left: solid 3px #053d78;
  padding-left: 0.5em;
  line-height: 1.3;
  font-weight: bold;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .hd_main {
    font-family: "新ゴ R", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    margin-left: -15px;
    margin-right: -15px;
    padding: 0.5em 60px 0.5em 1.6em;
    font-size: 150%;
    line-height: 1.3;
    color: #5c849b;
    background: #dde5ed;
    margin-bottom: 1em;
    text-indent: -1.2em;
  }
}
@media screen and (min-width: 768px) {
  .hd_main {
    font-family: "新ゴ R", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-size: 175%;
    color: #0b5879;
    margin-bottom: 1em;
  }
}

/*───────────────────────────────────────

	list

───────────────────────────────────────*/
ul.disc li:before {
  content: "・";
  color: #0b5879;
  font-weight: bold;
}
ul.disc li + li {
  margin-top: 0.5em;
}

/*───────────────────────────────────────

	other

───────────────────────────────────────*/
.note {
  font-size: 12px;
}

.iframe_box {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.iframe_box iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.iframe_box img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: auto;
  cursor: pointer;
}

/*	----------------------------------------------------

#zoomin_box

----------------------------------------------------	*/
a span.icon-zoomin {
  color: #fff;
  opacity: 0.5;
  position: absolute;
  bottom: 3px;
  right: 5px;
  line-height: 1;
  font-size: 25px;
}

#zoomimg_box {
  position: fixed;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  z-index: 2000;
}
#zoomimg_box img {
  max-width: 90%;
  max-height: 90%;
  transform: scale(0.001);
  transition: 0.3s;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: solid 5px #333;
}
#zoomimg_box img.show {
  transform: scale(1);
  transition: 0.3s;
}

/*───────────────────────────────────────

	flex colum

───────────────────────────────────────*/
@media screen and (min-width: 768px) {
  .flex_2colum.pc {
    display: flex;
    justify-content: space-between;
  }
  .flex_2colum.pc > * {
    flex-basis: 48.2758%;
  }
}

/*───────────────────────────────────────

	swap image

───────────────────────────────────────*/
.swapimage ul {
  display: flex;
  justify-content: space-around;
}
.swapimage ul li {
  max-width: 100px;
  cursor: pointer;
}
.swapimage ul li img {
  border: solid 1px #F7F7F7;
}
.swapimage ul li + li {
  margin-left: 10px;
}
.swapimage ul li.active img {
  border-color: #008c85;
  cursor: default;
}

/*───────────────────────────────────────

	modal

───────────────────────────────────────*/
#modal {
  display: none;
  opacity: 0;
  transition: 0.5s;
  z-index: 1001;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(207, 207, 207, 0.91);
}
@media screen and (min-width: 768px) {
  #modal figure {
    height: 75%;
  }
  #modal figure img {
    height: 100%;
    width: auto;
  }
}
#modal .close {
  position: fixed;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  cursor: pointer;
  margin-top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#modal .close::before, #modal .close::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: #fff;
  transform: rotate(45deg);
  position: absolute;
}
#modal .close::after {
  transform: rotate(-45deg);
}
#modal.show {
  display: flex;
}
#modal.op1 {
  opacity: 1;
}

#modal_suspended {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.75);
}
#modal_suspended p {
  background: #fff;
  border: solid 1px #ccc;
  padding: 4em;
  width: 50%;
  max-width: 600px;
}

/*────────────────────────────────────────

	intro

────────────────────────────────────────*/
main.common > .intro > .fb.video > .text {
  flex: 0 0 48.2758%;
}
main.common > .intro > .fb.video > .youtube {
  flex: 0 0 48.2758%;
}

/*────────────────────────────────────────

	layout1

	PC	3カラム
	SP	縦

────────────────────────────────────────*/
.layout1 > * {
  display: flex;
  flex-direction: column;
}
.layout1 > * > * {
  order: 2;
}
.layout1 > * > figure {
  order: 1;
  margin-top: 0;
}
.layout1 > * h3 {
  font-weight: bold;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .layout1 figure {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .layout1 > * + * {
    margin-top: 4em;
  }
}
@media screen and (min-width: 768px) {
  .layout1 {
    display: flex;
    justify-content: space-between;
  }
  .layout1 > * {
    width: 31.0344%;
  }
}

/*────────────────────────────────────────

	layout2

	PC	見出しは付箋で2カラムのリスト（ご利用シーンで用いる）
	SPは縦

────────────────────────────────────────*/
@media screen and (min-width: 768px) {
  .layout2 figure {
    margin-top: 0;
  }
}
.layout2 section:not(.colum):not(.exception) {
  display: flex;
}
.layout2 section:not(.colum):not(.exception) h3 {
  border-left: solid 3px #053d78;
  padding-left: 0.5em;
  line-height: 1.3;
  font-weight: bold;
  box-sizing: border-box;
}
.layout2 section:not(.colum):not(.exception) figure {
  order: 1;
}
.layout2 section:not(.colum):not(.exception) .text {
  order: 2;
}
@media screen and (min-width: 768px) {
  .layout2 section:not(.colum):not(.exception) figure {
    flex: 0 0 22.4137%;
    margin-right: 3.4482%;
  }
}
@media screen and (max-width: 767px) {
  .layout2 section:not(.colum):not(.exception) {
    flex-direction: column;
  }
  .layout2 section:not(.colum):not(.exception) > figure {
    order: 1;
    margin-top: 0;
    text-align: center;
  }
  .layout2 section:not(.colum):not(.exception) > * {
    order: 2;
  }
  .layout2 section:not(.colum):not(.exception) h3 {
    margin-top: 1em;
  }
  .layout2 section:not(.colum):not(.exception) p {
    margin-top: 0.5em;
  }
}
.layout2 section:nth-of-type(n+2) {
  margin-top: 4em;
}
@media screen and (min-width: 768px) {
  .layout2 section:nth-of-type(n+2) {
    margin-top: 2em;
  }
}
.layout2 section.colum {
  display: flex;
  background: #FAF8EB;
  padding: 2em 1.5em;
}
@media screen and (min-width: 768px) {
  .layout2 section.colum {
    padding: 5.1724%;
  }
  .layout2 section.colum h3 {
    margin-top: -0.3em;
  }
  .layout2 section.colum figure {
    flex: 0 0 30.7692%;
    margin-left: 3.8461%;
  }
}
@media screen and (max-width: 767px) {
  .layout2 section.colum {
    flex-direction: column;
  }
  .layout2 section.colum figure {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    margin-top: 2em;
  }
}

/*---------------------------------------------------------

	layout3（grid）

	左に写真
	右に見出しとテキスト

--------------------------------------------------------*/
.layout3 section {
  display: grid;
  grid-template-areas: "figure" "heading" "text";
}
.layout3 section h3 {
  grid-area: heading;
}
.layout3 section figure {
  grid-area: figure;
}
.layout3 section .text {
  grid-area: text;
}
.layout3 section p:nth-child(1) {
  margin-top: 0;
}
.layout3 section:nth-of-type(n+2) {
  margin-top: 4em;
}
@media screen and (min-width: 768px) {
  .layout3 section:nth-of-type(n+2) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .layout3 section h3 {
    margin-top: 1em;
  }
}
@media screen and (min-width: 768px) {
  .layout3 section {
    grid-template-columns: 30.8620689655% 1fr;
    gap: 1em 3.4482758621%;
    grid-template-areas: "figure heading" "figure text";
  }
  .layout3 section h3 {
    transform: translateY(-0.15em);
  }
  .layout3 section figure {
    margin-top: 0;
  }
  .layout3 section .text {
    margin-top: 0;
  }
}

/*---------------------------------------------------------

	example

	2カラム横並びの使用例

--------------------------------------------------------*/
/*---------------------------------------------------------

	dl

--------------------------------------------------------*/
/*---------------------------------------------------------

	table

--------------------------------------------------------*/
body {
  padding-top: 61px;
}
@media screen and (min-width: 1024px) {
  body {
    padding-top: 101px;
  }
}

body.gnfixed {
  padding-top: 60px;
}
body.gnfixed header#main_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

header#main_header.fixed {
  top: -61px;
}
@media screen and (min-width: 1024px) {
  header#main_header.fixed {
    top: -101px;
  }
}

header#main_header.anime {
  transition-property: top;
  transition: 0.5s;
}

header#main_header.show {
  top: 0;
  transition-property: top;
  transition: 0.5s;
}

header#main_header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: #fff;
  border-bottom: solid 1px #eee;
}
header#main_header .logo {
  padding-top: 10px;
  height: 40px;
}
header#main_header .logo img {
  vertical-align: top;
  height: 100%;
  width: auto;
}
@media screen and (max-width: 1023px) {
  header#main_header nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 100;
  }
  header#main_header nav ul {
    overflow: auto;
    padding: 60px 15px 15px 15px;
  }
  header#main_header nav ul a {
    text-decoration: none;
    color: #0b5879;
    font-weight: bold;
    font-size: 125%;
    display: block;
    padding: 15px 0;
    border-bottom: solid 1px #0b5879;
    position: relative;
  }
  header#main_header nav ul a:before,
  header#main_header nav ul a:after {
    content: "";
    display: block;
    width: 10px;
    position: absolute;
    right: 0;
    border-top: solid 2px #0b5879;
    transform: rotate(45deg);
    transform-origin: center center;
    top: 50%;
    margin-top: -3px;
  }
  header#main_header nav ul a:after {
    transform: rotate(-45deg);
    margin-top: 3px;
  }
  header#main_header nav ul li:last-child {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  header#main_header nav ul li:last-child {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  header#main_header {
    border-bottom: solid 1px #eee;
    height: 100px;
    line-height: 1;
    font-size: 14px;
  }
  header#main_header .logo {
    padding-top: 0;
  }
  header#main_header .logo {
    float: left;
    width: 28.5%;
    height: 100%;
    line-height: 100px;
    display: inline-block;
    vertical-align: middle;
  }
  header#main_header .logo img {
    height: 47px;
    width: auto;
    vertical-align: middle;
  }
  header#main_header ul {
    display: block;
  }
  header#main_header nav {
    width: 71.5%;
    float: right;
    /*
    ul {
    	display: table;
    	width: 100%;
    }

    li {
    	display: table-cell;
    	padding: 0 10px;
    	white-space: nowrap;
    	height: 100px;
    	vertical-align: middle;
    }


    li.contact {
    	background: color(blue_dark);

    	a {
    		color: #fff;
    	}
    }

    li:last-child {
    	display: none;
    	background: color(blue_gray);

    	a {
    		color: #fff;
    	}
    }
    */
  }
  header#main_header nav ul {
    display: flex;
  }
  header#main_header nav li {
    display: flex;
    align-items: center;
    height: 100px;
    white-space: nowrap;
    margin-left: 2rem;
  }
  header#main_header nav li:first-child {
    margin-left: auto;
  }
  header#main_header nav li:first-child,
  header#main_header nav li:last-child {
    display: none;
  }
  header#main_header nav li.contact {
    background: #0b5879;
  }
  header#main_header nav li.contact a {
    color: #fff;
  }
  header#main_header nav li:last-child {
    background: #869e9d;
  }
  header#main_header nav li:last-child a {
    color: #fff;
  }
  header#main_header nav li:last-child a,
  header#main_header nav li.contact a {
    padding: 0 1em;
  }
  header#main_header nav a {
    text-decoration: none;
    color: #0b5879;
    font-weight: bold;
  }
  header#main_header nav a.active {
    background: #0b5879;
    color: #fff;
    border-radius: 1em;
    padding: 0.25em 0.75em;
  }
}
@media screen and (min-width: 1201px) {
  header#main_header nav li:first-child,
  header#main_header nav li:last-child {
    display: flex;
  }
  header#main_header li:last-child {
    margin-left: 0;
  }
}

header#main_header.fixed {
  position: fixed;
  /*
  top: 0;
  */
  left: 0;
  width: 100%;
  z-index: 1000;
}
@media screen and (min-width: 1024px) {
  header#main_header.fixed {
    height: 50px;
  }
  header#main_header.fixed a {
    font-weight: normal;
  }
  header#main_header.fixed li {
    height: 50px;
  }
  header#main_header.fixed .logo {
    line-height: 50px;
  }
  header#main_header.fixed .logo img {
    height: 28px;
  }
}

#hb_menu {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 101;
}
@media screen and (min-width: 1024px) {
  #hb_menu {
    display: none;
  }
}
#hb_menu a {
  display: block;
  width: 100%;
  height: 100%;
}
#hb_menu a:before,
#hb_menu a:after {
  content: "";
  display: block;
  width: 30px;
  position: absolute;
  top: 18px;
  right: 15px;
  border-top: solid 6px #0b5879;
  transition: 0.5s;
}
#hb_menu a:after {
  top: 33px;
}
#hb_menu a.open:before,
#hb_menu a.open:after {
  transform: rotate(45deg);
  transform-origin: center center;
  top: 50%;
  transition: 0.5s;
}
#hb_menu a.open:after {
  transform: rotate(-45deg);
}

#mv {
  text-align: center;
}
#mv img {
  vertical-align: top;
}

main * + p,
main * + figure,
main * + h3,
main * + h4,
main * + ul,
main * + ol,
main * + dl {
  margin-top: 1em;
}
main p,
main li,
main dt,
main dd {
  text-align: justify;
}

section#lease {
  background: #ead899;
  padding: 2em 0;
}
section#lease h2 {
  font-family: "新ゴ R", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  color: #402b0d;
  margin-bottom: 1em;
  text-indent: -0.5em;
}
section#lease a.btn_square {
  padding-left: 1em;
  padding-right: 1em;
}
section#lease a.btn_square:before {
  font-family: "icomoon" !important;
  content: "\e905";
  vertical-align: middle;
  margin-right: 0.2em;
}
@media screen and (max-width: 767px) {
  section#lease h2 {
    font-size: 125%;
  }
}
@media screen and (min-width: 768px) {
  section#lease h2 {
    font-size: 150%;
  }
  section#lease h2:first-line {
    font-size: 75%;
  }
  section#lease section > div {
    float: right;
    width: 57.7123%;
  }
  section#lease section > div p {
    float: left;
  }
  section#lease section > div figure {
    float: right;
    text-align: right;
  }
  section#lease section > figure {
    float: left;
    width: 34.662%;
  }
}

ul.banner li {
  border: solid 1px #eee;
}
ul.banner li img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
ul.banner li.ss {
  border: none;
}
@media screen and (max-width: 767px) {
  ul.banner {
    padding-top: 1em;
    padding-bottom: 1em;
  }
  ul.banner li {
    float: left;
    width: 48.2758%;
    margin-right: 3.4482%;
    box-sizing: border-box;
  }
  ul.banner li:nth-of-type(2n) {
    margin-right: 0;
  }
  ul.banner li:nth-of-type(n+3) {
    margin-top: 40px;
  }
  ul.banner li:nth-of-type(2n+1) {
    clear: both;
  }
  ul.banner li:nth-child(n+3) {
    margin-top: 0.5em;
  }
}
@media screen and (min-width: 768px) {
  ul.banner {
    padding-top: 2em;
    padding-bottom: 2em;
    display: flex;
  }
  ul.banner li {
    width: 18.6667%;
    /* 5colum	*/
    width: 23.334%;
    /*	4colum	*/
    box-sizing: border-box;
  }
  ul.banner li:nth-of-type(n+2) {
    margin-left: 1.6666%;
  }
  ul.banner li.ss {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

#footer_banner {
  display: flex;
  flex-wrap: wrap;
}
#footer_banner li {
  width: 48.5507%;
  margin-left: 0;
  margin-right: 0;
}
#footer_banner li.recruit {
  width: 100%;
}
#footer_banner li.osaka_bizfair {
  border: none;
}
#footer_banner li.osaka_bizfair a {
  display: flex;
  height: 100%;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #footer_banner {
    justify-content: space-between;
  }
  #footer_banner li:nth-of-type(n+2) {
    margin-top: 2.8985%;
  }
}
@media screen and (min-width: 768px) {
  #footer_banner {
    max-width: 960px;
  }
  #footer_banner li {
    width: 31.25%;
    margin-left: 3.125%;
  }
  #footer_banner li:nth-of-type(3n+1) {
    margin-left: 0;
  }
  #footer_banner li:nth-of-type(n+4) {
    margin-top: 3.125%;
  }
}

main.common {
  /*
  @include mq(m) {
  	& > div.spec {
  		@include main_section;
  	}
  }
  */
}
main.common #pz {
  padding: 0.5em 0;
  border-bottom: solid 1px #d2d2d2;
}
@media screen and (max-width: 767px) {
  main.common > *:last-child {
    padding-bottom: 4em;
  }
}
@media screen and (min-width: 768px) {
  main.common {
    padding-bottom: 4em;
  }
  main.common h2 {
    font-family: "新ゴ R", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-size: 175%;
    color: #0b5879;
    margin-bottom: 1em;
  }
}
main.common > .intro .copy {
  color: #053d78;
}
main.common > .intro .body {
  font-size: 125%;
  margin-top: 1em;
}
main.common > .intro .video_box {
  padding-bottom: 56.25%;
  position: relative;
}
main.common > .intro .video_box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
main.common > .intro .salespoint + * {
  margin-top: 2em;
}
main.common > .intro .salespoint h3 {
  line-height: 1.2;
}
main.common > .intro .salespoint h4 {
  border-left: solid 3px #053d78;
  padding-left: 0.5em;
  line-height: 1.3;
  font-weight: bold;
  box-sizing: border-box;
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  main.common > .intro {
    margin-top: 2em;
    margin-top: 0;
  }
  main.common > .intro .copy {
    font-size: 125%;
  }
  main.common > .intro .body h3 {
    border-left: solid 3px #053d78;
    padding-left: 0.5em;
    line-height: 1.3;
    font-weight: bold;
    box-sizing: border-box;
  }
  main.common > .intro .salespoint {
    font-size: 125%;
    margin-top: 2em;
    /*
    section:last-child {
    	border-bottom: solid 1px color(gray_2);
    }
    */
  }
  main.common > .intro .salespoint h3 {
    padding: 1em 0;
  }
  main.common > .intro .salespoint section {
    border-top: solid 1px #d2d2d2;
  }
  main.common > .intro .salespoint section > :last-child {
    margin-bottom: 1em;
  }
  main.common > .intro .salespoint figure {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    width: 70%;
    text-align: center;
  }
  main.common > .intro .salespoint figure img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  main.common > .intro .salespoint p.link {
    text-align: right;
  }
  main.common > .intro .salespoint p.link a {
    font-weight: bold;
    color: #0b5879;
    text-decoration: none;
  }
}
@media screen and (min-width: 768px) {
  main.common > .intro .salespoint {
    margin-top: 4em;
  }
  main.common > .intro .salespoint > section {
    display: flex;
    flex-direction: column;
  }
  main.common > .intro .salespoint > section > * {
    order: 1;
  }
  main.common > .intro .salespoint > section > figure {
    order: 0;
    margin-bottom: 1em;
  }
  main.common > .intro .copy {
    font-size: 150%;
    line-height: 1.3;
  }
  main.common > .intro h3 {
    font-size: 125%;
    font-weight: bold;
  }
  main.common > .intro img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
}
@media screen and (min-width: 1024px) {
  main.common > .intro {
    margin-top: 60px;
  }
  main.common > .intro .hd {
    width: 39.6551%;
    float: left;
  }
  main.common > .intro .body {
    margin-top: 0;
    width: 56.8963%;
    float: right;
  }
  main.common > .intro > * + * {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  main.common > .section h2:not(.none), main.common > section h2:not(.none), main.common > article h2:not(.none), main.common > div.spec > section h2:not(.none), main.common > div.spec > div > section h2:not(.none) {
    font-family: "新ゴ R", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    margin-left: -15px;
    margin-right: -15px;
    padding: 0.5em 60px 0.5em 1.6em;
    font-size: 150%;
    line-height: 1.3;
    color: #5c849b;
    background: #dde5ed;
    margin-bottom: 1em;
    text-indent: -1.2em;
  }
}
@media screen and (max-width: 767px) {
  main.common > .section, main.common > section, main.common > article {
    margin-top: 4em;
  }
}
@media screen and (min-width: 768px) {
  main.common > .section, main.common > section, main.common > article {
    margin-top: 60px;
  }
  main.common > .section h2, main.common > section h2, main.common > article h2 {
    margin-bottom: 60px;
  }
  main.common > .section .inner, main.common > section .inner, main.common > article .inner {
    border-top: solid 1px #d2d2d2;
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  main.common > div.spec > section, main.common > div.spec > div > section {
    margin-top: 4em;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  main.common > div.spec > section, main.common > div.spec > div > section {
    margin-top: 60px;
  }
  main.common > div.spec > section h2, main.common > div.spec > div > section h2 {
    margin-bottom: 60px;
  }
  main.common > div.spec > section .inner, main.common > div.spec > div > section .inner {
    border-top: solid 1px #d2d2d2;
    padding-top: 60px;
  }
}

@media screen and (min-width: 768px) {
  main.common > *.bg {
    padding-bottom: 4em;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  main.common > *.bg {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 768px) {
  main.common > *.bg .inner,
  main.common > *.bg + * .inner {
    border-top: none;
  }
}
#contact {
  background: url(../images/common/contact/bg_contact_sp.png) no-repeat right top #eee;
  background-size: auto 100%;
  padding-bottom: 2em;
}
#contact dl {
  line-height: 1;
  margin-bottom: 1em;
  overflow: hidden;
}
#contact dt {
  width: 2.5em;
  float: left;
  clear: left;
  background: #000;
  color: #fff;
  padding: 0.3em;
  line-height: 1;
  font-size: 75%;
  text-align: center;
  margin-right: 0.5em;
}
#contact dd {
  float: left;
  font-weight: bold;
  color: #000;
  display: inline-block;
}
#contact dd + dt,
#contact dd + dt + dd {
  margin-top: 0.5em;
}
#contact p.text {
  font-size: 88%;
  margin-bottom: 1em;
}
#contact p.text:first-line {
  font-size: 80%;
}
#contact a {
  text-decoration: none;
  color: #000;
}
#contact p.btn {
  clear: both;
}
#contact p.btn a {
  display: block;
  margin: 0 auto;
  width: 205px;
  height: 42px;
  line-height: 42px;
  font-size: 88%;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: url(../images/common/contact/btn_contact_sp.png) no-repeat;
}
@media screen and (max-width: 767px) {
  #contact {
    padding-top: 1em;
  }
  #contact h2,
  #contact p.text,
  #contact dl {
    text-shadow: 0 0 5px #d2d2d2;
  }
  #contact dl {
    font-size: 125%;
  }
  #contact .inner {
    padding-bottom: 1em;
  }
  #contact h2 {
    font-family: "新ゴ R", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-size: 150%;
    line-height: 1.3;
    color: #5c849b;
    margin-bottom: 1em;
    font-size: 125%;
    margin-bottom: 0.5em;
  }
  #contact p.btn a {
    background-size: 205px auto;
  }
}
@media screen and (min-width: 768px) {
  #contact {
    padding-top: 2em;
    background: url(../images/common/contact/bg_contact.png) no-repeat right top #eee;
    background-size: contain;
  }
  #contact h2 {
    font-family: "新ゴ R", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-size: 175%;
    color: #0b5879;
    margin-bottom: 1em;
  }
  #contact p.text {
    font-size: 2vw;
    line-height: 1.2;
    margin-bottom: 3vw;
  }
  #contact p.text:first-line {
    font-size: 70%;
  }
  #contact dl {
    margin-bottom: 4vw;
  }
  #contact dt {
    font-size: 100%;
  }
  #contact dd {
    font-size: 150%;
    text-shadow: 0 0 10px #eee;
  }
  #contact p.btn a {
    width: 324px;
    height: 66px;
    line-height: 66px;
    font-size: 125%;
    background: url(../images/common/contact/btn_contact.png) no-repeat;
  }
}

#main_footer {
  color: #fff;
  background: #07394f;
}
#main_footer .inner {
  padding-top: 2em;
  padding-bottom: 4em;
}
#main_footer a {
  color: #fff;
  text-decoration: none;
}
#main_footer a:hover {
  text-decoration: underline;
  opacity: 1;
}
#main_footer small {
  display: block;
  text-align: center;
  margin-top: 2em;
}
@media screen and (min-width: 768px) {
  #main_footer nav {
    font-size: 12px;
  }
  #main_footer nav dl {
    float: left;
    width: 22.4137%;
    margin-right: 3.4482%;
  }
  #main_footer nav dl:nth-of-type(4n) {
    margin-right: 0;
  }
  #main_footer nav dl:nth-of-type(n+5) {
    margin-top: 60px;
  }
  #main_footer nav dl:nth-of-type(4n+1) {
    clear: both;
  }
  #main_footer nav dl h3 {
    font-weight: bold;
  }
  #main_footer nav dl img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
}
#main_footer nav dt {
  margin-bottom: 1em;
}
#main_footer nav dl:not(:last-of-type) dt {
  border-bottom: solid 1px #fff;
  padding-bottom: 0.5em;
  font-weight: bold;
}
#main_footer nav dl:not(:last-of-type) dd li + li {
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  #main_footer nav dl:not(:last-of-type) dt {
    padding-bottom: 1em;
    position: relative;
  }
  #main_footer nav dl:not(:last-of-type) dd li:last-child {
    margin-bottom: 2em;
  }
  #main_footer nav dl:not(:last-of-type) dt:before,
  #main_footer nav dl:not(:last-of-type) dt:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 3px;
    background: #fff;
    top: 0.6em;
    right: 0.5em;
  }
  #main_footer nav dl:not(:last-of-type) dt:after {
    transform: rotate(90deg);
  }
  #main_footer nav dl:not(:last-of-type) dt.open:after {
    opacity: 0;
  }
}
#main_footer nav dl:last-of-type ul:first-of-type li {
  width: 50%;
  padding-right: 1em;
  box-sizing: border-box;
  float: left;
}
#main_footer nav dl:last-of-type ul:first-of-type li:nth-child(n+3) {
  margin-top: 0.5em;
}
#main_footer nav dl:last-of-type ul:first-of-type li.colum1 {
  width: 100%;
  clear: both;
}
#main_footer nav dl:last-of-type ul.lang {
  margin-top: 1em;
  border: solid 1px #fff;
  display: inline-block;
  line-height: 1;
}
#main_footer nav dl:last-of-type ul.lang li {
  display: inline-block;
}
#main_footer nav dl:last-of-type ul.lang li a {
  display: block;
  padding: 2px 5px;
}
#main_footer nav dl:last-of-type ul.lang li a.active {
  background: #fff;
  color: #07394f;
}
@media screen and (max-width: 767px) {
  #main_footer nav dl:last-of-type {
    margin-top: 2em;
  }
  #main_footer nav dl:last-of-type dt {
    width: 70%;
  }
  #main_footer nav dl:last-of-type ul.lang li a {
    padding: 0.5em 1em;
  }
}

.caution {
  font-size: 75%;
}

.pt {
  padding-top: 8vw;
}
@media screen and (min-width: 768px) {
  .pt {
    padding-top: 60px;
  }
}

.pb {
  padding-bottom: 8vw;
}
@media screen and (min-width: 768px) {
  .pb {
    padding-bottom: 60px;
  }
}

#intro {
  background: #ffbf5e;
  padding-top: 0;
}
#intro .inner .caution {
  color: #900;
}
@media screen and (max-width: 767px) {
  #intro .inner h1 {
    color: #402b0d;
    padding-left: 1em;
    padding-top: 1em;
    min-height: 53.3vw;
    background: url(../images/maintenance/mv_sp.png) no-repeat right top;
    background-size: contain;
    box-sizing: border-box;
  }
  #intro .inner div.sp_inner {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 1em;
    padding-bottom: 1em;
    background: #d2d2d2;
  }
}
@media screen and (min-width: 768px) {
  #intro .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #intro .inner:after {
    content: "";
    display: block;
    width: 44.3965%;
    padding-bottom: 51.7241%;
    background-image: url(../images/maintenance/mv_pc.png);
    background-size: contain;
  }
  #intro .inner > div {
    width: 52.6315%;
    color: #402b0d;
  }
  #intro .inner .caution {
    background: #402b0d;
    color: #fff;
    padding: 1em;
    margin-top: 2em;
  }
}
#intro h1 {
  font-size: 150%;
  font-family: "新ゴ B", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
@media screen and (min-width: 768px) {
  #intro h1 {
    font-size: 48px;
  }
}

#pz {
  padding: 0.5em 0;
  border-bottom: solid 1px #d2d2d2;
}

#denchijyo h2 {
  line-height: 1.5;
}
#denchijyo h2 span:nth-of-type(1) {
  background: #07394f;
  color: #fff;
  padding: 0.2em;
}
#denchijyo h2 span:nth-of-type(2) {
  color: #07394f;
  font-size: 150%;
  font-family: "新ゴ B", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
#denchijyo h3 {
  text-align: center;
  font-size: 125%;
  margin-bottom: 1em;
}
#denchijyo .intro p.price {
  text-align: right;
  line-height: 1;
}
#denchijyo .intro span.monthly {
  display: inline-block;
  width: 1em;
  color: #555;
  border: solid 1px #555;
  padding: 0.1em;
  line-height: 1.4;
  margin-right: 0.5em;
  vertical-align: super;
}
#denchijyo .intro span.price {
  font-family: "新ゴ B", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  color: #900;
  font-size: 150%;
}
#denchijyo .intro span.price span {
  font-size: 200%;
}
@media screen and (min-width: 768px) {
  #denchijyo h2 span:nth-of-type(2) {
    font-size: 225%;
  }
  #denchijyo h3 {
    font-size: 175%;
  }
  #denchijyo .intro > div {
    width: 58.0172%;
    float: left;
  }
  #denchijyo .intro > figure {
    width: 37.931%;
    float: right;
    margin-top: 0;
  }
  #denchijyo .intro span.price {
    font-size: 30px;
  }
}
#denchijyo .merit {
  background: #0b5879;
  color: #fff;
}
#denchijyo .merit h4 {
  width: 55%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 55%;
  background: #fff;
  border-radius: 50%;
  position: relative;
}
#denchijyo .merit h4 span {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  margin-top: -1.2em;
  line-height: 1.4;
  font-weight: bold;
  color: #0b5879;
}
@media screen and (max-width: 767px) {
  #denchijyo .merit section {
    margin-top: 2em;
  }
}
@media screen and (min-width: 768px) {
  #denchijyo .merit .inner {
    max-width: 900px;
  }
  #denchijyo .merit section {
    width: 28.8888%;
    padding: 0 2.2222%;
    float: left;
  }
  #denchijyo .merit h4 {
    width: 70%;
    padding-bottom: 70%;
  }
}
#denchijyo .situation {
  background: #ebf5fa;
}
#denchijyo .situation > section:nth-of-type(1) li {
  width: 47.826%;
  float: left;
}
#denchijyo .situation > section:nth-of-type(1) li:nth-of-type(2n) {
  float: right;
}
#denchijyo .situation > section:nth-of-type(1) li:nth-of-type(2n+1) {
  clear: both;
}
#denchijyo .situation > section:nth-of-type(1) li:nth-of-type(n+3) {
  margin-top: 4vw;
}
#denchijyo .situation .sit_inner figure {
  width: 55.5555%;
}
#denchijyo .situation p.point {
  background: #008c85;
  text-align: center;
  color: #fff;
  font-size: 125%;
  padding: 0.7em 0;
}
@media screen and (max-width: 767px) {
  #denchijyo .situation > section:nth-of-type(1),
  #denchijyo .sit_inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  #denchijyo .sit_inner figure {
    width: 57.971%;
    margin-left: auto;
    margin-right: auto;
  }
  #denchijyo .sit_inner p {
    text-align: center;
  }
  #denchijyo .sit_inner div:nth-of-type(n+2) {
    margin-top: 8vw;
  }
}
@media screen and (min-width: 768px) {
  #denchijyo .situation > section:nth-of-type(1) {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  #denchijyo .situation > section:nth-of-type(1) li {
    width: 43.3333%;
    padding: 0 3.3333%;
  }
  #denchijyo .situation > section:nth-of-type(1) li:nth-of-type(n+3) {
    margin-top: 3.3333%;
  }
  #denchijyo .situation .sit_inner {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
  #denchijyo .situation .sit_inner figure {
    width: 55.5555%;
  }
  #denchijyo .situation .sit_inner div {
    position: relative;
  }
  #denchijyo .situation .sit_inner div p {
    position: absolute;
    font-size: 125%;
    margin-top: 0;
    line-height: 1.3;
  }
  #denchijyo .situation .sit_inner div:nth-of-type(1) figure {
    margin-left: auto;
  }
  #denchijyo .situation .sit_inner div:nth-of-type(1) p {
    top: 15%;
    left: 10%;
  }
  #denchijyo .situation .sit_inner div:nth-of-type(2) {
    margin-top: -30%;
  }
  #denchijyo .situation .sit_inner div:nth-of-type(2) p {
    bottom: 15%;
    right: 2%;
  }
  #denchijyo .situation p.caution {
    text-align: right;
  }
  #denchijyo .situation p.point {
    font-size: 200%;
  }
}
#denchijyo .option h3 {
  text-align: left;
}
#denchijyo .option h3 span {
  font-size: 12px;
  background: #000;
  color: #fff;
  padding: 0.2em;
}
#denchijyo .option p.price {
  text-align: right;
  line-height: 1;
}
#denchijyo .option span.price {
  font-family: "新ゴ B", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  color: #900;
  font-size: 150%;
}
#denchijyo .option span.price span {
  font-size: 200%;
}
#denchijyo .option .explanation {
  border: solid 1px #402b0d;
  color: #402b0d;
  padding: 0.7em;
  font-size: 88%;
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  #denchijyo .option h3 {
    font-size: 150%;
  }
}
@media screen and (min-width: 768px) {
  #denchijyo .option {
    background: url(../images/maintenance/special_fig1.png) no-repeat right center;
    background-size: contain;
  }
  #denchijyo .option h3 span {
    font-size: 50%;
  }
  #denchijyo .option .inner > * {
    width: 60.3448%;
  }
  #denchijyo .option span.price {
    font-size: 30px;
  }
}

#contact h2 {
  font-size: 100%;
}
#contact h2 span {
  font-size: 150%;
}
#contact dl {
  margin-bottom: 0;
}
#contact p.time {
  margin-top: 0.5em;
  font-size: 75%;
}
#contact .for_user {
  margin-top: 1em;
  margin-bottom: 1em;
  color: #900;
  font-weight: bold;
  font-size: 75%;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  #contact {
    background-image: none;
  }
  #contact dl {
    margin-top: 1em;
  }
}
@media screen and (min-width: 768px) {
  #contact .for_user {
    width: 43%;
  }
}/*# sourceMappingURL=maintenance.css.map */