@charset "utf-8";

button,
hr,
input {
  overflow: visible
}

progress,
sub,
sup {
  vertical-align: baseline
}

[type=checkbox],
[type=radio],
legend {
  box-sizing: border-box;
  padding: 0
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

hr {
  box-sizing: content-box;
  height: 0
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

a {
  background-color: transparent
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: bolder
}

small {
  font-size: 80%
}

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

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

img {
  border-style: none
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button,
select {
  text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button
}

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

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

fieldset {
  padding: 0.35em 0.75em 0.625em
}

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

textarea {
  overflow: auto
}

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

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

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

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

details {
  display: block
}

summary {
  display: list-item
}

[hidden],
template {
  display: none
}

.pt05 {
  padding-top: .5em
}

.pt10 {
  padding-top: 1em
}

.pt15 {
  padding-top: 1.5em
}

.pt20 {
  padding-top: 2em
}

.pt25 {
  padding-top: 2.5em
}

.pt30 {
  padding-top: 3em
}

.pt35 {
  padding-top: 3.5em
}

.pt40 {
  padding-top: 4em
}

.pt45 {
  padding-top: 4.5em
}

.pt50 {
  padding-top: 5em
}

.pb05 {
  padding-bottom: .5em
}

.pb10 {
  padding-bottom: 1em
}

.pb15 {
  padding-bottom: 1.5em
}

.pb20 {
  padding-bottom: 2em
}

.pb25 {
  padding-bottom: 2.5em
}

.pb30 {
  padding-bottom: 3em
}

.pb35 {
  padding-bottom: 3.5em
}

.pb40 {
  padding-bottom: 4em
}

.pb45 {
  padding-bottom: 4.5em
}

.pb50 {
  padding-bottom: 5em
}

.mt05 {
  margin-top: .5em
}

.mt10 {
  margin-top: 1em
}

.mt15 {
  margin-top: 1.5em
}

.mt20 {
  margin-top: 2em
}

.mt25 {
  margin-top: 2.5em
}

.mt30 {
  margin-top: 3em
}

.mt35 {
  margin-top: 3.5em
}

.mt40 {
  margin-top: 4em
}

.mt45 {
  margin-top: 4.5em
}

.mt50 {
  margin-top: 5em
}

.mb05 {
  margin-bottom: .5em
}

.mb10 {
  margin-bottom: 1em
}

.mb15 {
  margin-bottom: 1.5em
}

.mb20 {
  margin-bottom: 2em
}

.mb25 {
  margin-bottom: 2.5em
}

.mb30 {
  margin-bottom: 3em
}

.mb35 {
  margin-bottom: 3.5em
}

.mb40 {
  margin-bottom: 4em
}

.mb45 {
  margin-bottom: 4.5em
}

.mb50 {
  margin-bottom: 5em
}

* {
  margin: 0;
  padding: 0
}

h1,
h2,
h3,
h4,
p,
th {
  margin: 0;
  padding: 0;
  font-feature-settings: "palt"
}

body {
  font-size: 15px;
  line-height: 1.7;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #444
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

figure {
  margin: 0;
  padding: 0
}

img,
a {
  vertical-align: top;
  border: none;
  outline: none;
  height: auto;
  text-decoration: none
}

ul,
li {
  list-style-type: none
}

p {
  text-justify: inter-ideograph
}

::selection {
  background: #008803;
  color: #fff
}

::-moz-selection {
  background: #008803;
  color: #fff
}

a {
  transition: all 0.3s
}

i {
  margin-right: 5px
}

br.sp {
  display: none
}

br.pc {
  display: block
}

.spOnly {
  display: none
}

.pcOnly {
  display: auto
}

@keyframes flash {
  0% {
    opacity: .1
  }

  100% {
    opacity: 1
  }
}

.tilt {
  display: inline-block;
  transform: skewX(-15deg)
}

.tilt span {
  display: inline-block;
  transform: skewX(15deg)
}

header.local2020 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 960px;
  padding: 0 10px;
  margin: 0 auto 40px
}

header.local2020 .right {
  width: 180px
}

header.local2020 h1 {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end
}

header.local2020 h1 .title {
  margin-right: 10px
}

header.local2020 h1 .title img {
  height: 40px;
  width: auto
}

header.local2020 h1 .subTitle {
  width: 240px
}

header.local2020 h1 .subTitle img {
  width: 100%
}

header.local2020 h1 .subTitle img.sp {
  display: none
}

header.local2020 ul {
  display: flex
}

header.local2020 ul li {
  padding-right: -20px
}

header.local2020 a.tilt {
  background-color: #e5e5e5;
  line-height: 1;
  padding: 1.2em 1.7em;
  text-decoration: none;
  color: #008803
}

header.local2020 a.tilt:hover {
  background-color: #008803;
  color: #fff
}

header.local2020 .en span {
  color: #008803
}

header.local2020 .global {
  margin-top: 8px
}

header.local2020 .global ul li {
  margin-right: 2px
}

header.local2020 .global ul li.current a {
  background-color: #008803;
  color: #fff
}

header.local2020 .extra ul {
  flex-direction: column
}

header.local2020 .extra ul li {
  margin-bottom: 5px
}

header.local2020 .extra ul li a {
  display: block;
  border-radius: 5px;
  background-color: #008803;
  color: #fff;
  text-decoration: none;
  padding: .6em;
  text-align: center;
  line-height: 1
}

header.local2020 .extra ul li a:hover {
  animation: flash 0.3s
}

header.local2020 .extra ul li a i {
  margin-left: 5px
}

header.local2020 #menu_sp {
  display: none
}

.container {
  width: 100%;
  border-top: solid 5px #008803;
  padding: 20px 0 30px
}

.container a {
  color: #008803
}

.container p.intro {
  font-size: 1.2em;
  padding-bottom: 1.5em
}

.bottombtns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 500px;
  margin: 0 auto
}

.bottombtns a.handicap {
  display: block;
  align-items: center;
  height: 5em;
  margin: 0 auto;
  background-color: #062600;
  line-height: 1.3;
  padding: 1.2em 2em;
  text-decoration: none;
  color: #fff
}

.bottombtns a.handicap span.handi {
  padding-top: .6em
}

.bottombtns a.handicap i {
  margin-right: 5px;
  margin-left: 5px
}

.bottombtns a.handicap:hover {
  background-color: #008803;
  color: #fff
}

a.pagetop {
  display: block;
  margin-top: 3em;
  padding: 1em 0 2em;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  line-height: 1;
  background-color: #008803;
  color: #fff
}

a.pagetop i {
  display: block;
  font-size: 300%;
  padding-bottom: 0
}

a.pagetop:hover {
  background-color: #062600
}

a.return {
  display: block;
  width: 16em;
  font-size: .9em;
  margin: 4em auto 0;
  padding: 1em;
  text-align: center;
  background-color: #008803;
  color: #fff
}

a.return:hover {
  background-color: #062600
}

p.copyright {
  text-align: center
}

.pageHeader {
  display: block;
  padding-left: 10px;
  margin-bottom: 40px;
  border-left: solid 7px #008803
}

.pageHeader .bread {
  display: flex;
  margin-bottom: 2em
}

.pageHeader .bread li {
  font-size: 13px
}

.pageHeader .bread li i {
  padding: 0 5px
}

.pageHeader .bread li a {
  text-decoration: none
}

.pageHeader h2 {
  font-weight: normal;
  font-size: 1.8em;
  line-height: 1
}

.home ul {
  display: flex
}

.home ul.tophero {
  max-width: 1200px;
  margin: 0 auto
}

.home ul img {
  width: 100%
}

.home h2 {
  font-size: 3.3em;
  text-align: center;
  color: #008803;
  line-height: 1;
  padding: 1.5em 15px 0.4em
}

.home p.attention {
  font-size: 18px;
  font-weight: bold;
  color: red;
  text-align: center;
  padding: 0 15px 50px
}

.link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 35px
}

.link li {
  width: 290px;
  margin: 0 2px
}

.link li a {
  background-color: #008803;
  color: #fff;
  display: block;
  width: 100%;
  font-size: 1.2em;
  text-align: center;
  padding: .8em 0
}

.link li a:hover {
  animation: flash 0.3s
}

.link li a:before {
  display: none
}

.shokushu {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 10px
}

.shokushu article {
  margin-top: 5em
}

.shokushu .images {
  display: block;
  max-width: 80%;
  margin: 2em auto 5em;
  background-color: #e7f3e5;
  border-radius: 8px;
  padding: 2.5em;
  text-align: center
}

.shokushu .images h4 {
  display: inline-block;
  text-align: center;
  background-color: #008803;
  background-image: none;
  font-size: 1.3em;
  color: #fff;
  margin: 0.6em 0 1.2em;
  padding: 0.5em 1.2em
}

.shokushu .images p {
  color: #008803;
  text-align: left;
  padding-bottom: 0
}

.shokushu h3 {
  text-align: center;
  font-size: 2.7em;
  font-weight: normal;
  padding-bottom: 1em
}

.shokushu h3.extra {
  position: relative;
  display: inline-block;
  padding: 0.25em 1em;
  margin: 1.5em 0
}

.shokushu h3.extra:before,
.shokushu h3.extra:after {
  position: absolute;
  top: 0;
  content: '';
  width: 8px;
  height: 100%;
  display: inline-block
}

.shokushu h3.extra:before {
  border-left: solid 1px #000;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  left: 0
}

.shokushu h3.extra:after {
  content: '';
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  border-bottom: solid 1px #000;
  right: 0
}

.shokushu h3 span {
  position: relative
}

.shokushu h3 span:before {
  position: absolute;
  content: '';
  background-color: yellow;
  top: 70%;
  left: -10px;
  width: 100%;
  height: .3em;
  z-index: -1;
  padding: 0 10px
}

.shokushu h4 {
  font-size: 1.5em;
  line-height: 1;
  padding-bottom: .7em;
  margin-bottom: 1em;
  background: url(../img/h_line.png) left bottom no-repeat
}

.shokushu h4.interview {
  display: inline-block;
  margin-top: 3em;
  background-image: none;
  background-color: #062600;
  font-size: 1em;
  line-height: 1;
  padding: 0.5em 1em;
  color: #fff;
  border-left: 3px solid #008803
}

.shokushu p {
  color: #333;
  padding-bottom: 2.5em
}

.shokushu p.noimage {
  padding-bottom: 3em
}

.shokushu p.index {
  margin-bottom: 5em
}

.shokushu figure {
  margin-bottom: 5em
}

.shokushu figure img {
  width: 100%;
  height: auto
}

.shokushu figure ul {
  display: flex;
  justify-content: center
}

.shokushu figure ul li {
  padding: 0 10px
}

.shokushu figure figcaption {
  padding: 0.4em 2em 0 0;
  font-size: .8em
}

.shokushu figure.single img {
  max-width: 800px;
  height: auto
}

.shokushu figure.row ul {
  flex-wrap: wrap
}

.shokushu figure.row ul li {
  max-width: 650px;
  width: 100%;
  padding-bottom: 2em
}

.shokushu figure.quadruple ul {
  flex-wrap: wrap;
  justify-content: space-between
}

.shokushu figure.quadruple ul li {
  width: 48%;
  padding: 0;
  margin-bottom: 2em
}

.shokushu figure.quadruple ul li img {
  width: 100%;
  height: auto
}

.shokushu ul.anchor {
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}

.shokushu ul.anchor li a {
  display: inline-block;
  border-radius: 5px;
  background-color: #008803;
  font-size: .9em;
  color: #fff;
  text-decoration: none;
  padding: 0.4em 1em;
  margin: 3px
}

.shokushu ul.anchor li a:hover {
  background-color: #062600
}

.shokushu .contents {
  width: 100%;
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.shokushu .contents li.international:after,
.shokushu .contents li.development:after,
.shokushu .contents li.business:after,
.shokushu .contents li.it:after,
.shokushu .contents li.transportation:after,
.shokushu .contents li.equip:after,
.shokushu .contents li.doboku:after,
.shokushu .contents li.project:after,
.shokushu .contents li.architect:after,
.shokushu .contents li.system:after,
.shokushu .contents li.legaldepartment:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  transition: all 0.3s;
  opacity: .4
}

.shokushu .contents li {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 0;
  background-color: #000;
  margin-bottom: 20px;
  width: 32%
}

.shokushu .contents li.international:after {
  background: url(../shokushu/img/door_international.jpg) 50% no-repeat;
  background-size: cover
}

.shokushu .contents li.development:after {
  background: url(../shokushu/img/door_development.jpg) 50% no-repeat;
  background-size: cover
}

.shokushu .contents li.business:after {
  background: url(../shokushu/img/door_business.jpg) 50% no-repeat;
  background-size: cover
}

.shokushu .contents li.it:after {
  background: url(../shokushu/img/door_it.jpg) 50% no-repeat;
  background-size: cover
}

.shokushu .contents li.transportation:after {
  background: url(../shokushu/img/door_transportation.jpg) 50% no-repeat;
  background-size: cover
}

.shokushu .contents li.equip:after {
  background: url(../shokushu/img/door_equip.jpg) 50% no-repeat;
  background-size: cover
}

.shokushu .contents li.doboku:after {
  background: url(../shokushu/img/door_doboku.jpg) 50% no-repeat;
  background-size: cover
}

.shokushu .contents li.project:after {
  background: url(../shokushu/img/door_project.jpg) 50% no-repeat;
  background-size: cover
}

.shokushu .contents li.architect:after {
  background: url(../shokushu/img/door_architect.jpg) 50% no-repeat;
  background-size: cover
}

.shokushu .contents li.system:after {
  background: url(../shokushu/img/door_system.jpg) 50% no-repeat;
  background-size: cover
}

.shokushu .contents li.legaldepartment:after {
  background: url(../shokushu/img/door_legaldepartment.jpg) 50% no-repeat;
  background-size: cover
}

.shokushu .contents li.international:hover:after,
.shokushu .contents li.development:hover:after,
.shokushu .contents li.business:hover:after,
.shokushu .contents li.it:hover:after,
.shokushu .contents li.transportation:hover:after,
.shokushu .contents li.equip:hover:after,
.shokushu .contents li.doboku:hover:after,
.shokushu .contents li.project:hover:after,
.shokushu .contents li.architect:hover:after,
.shokushu .contents li.system:hover:after,
.shokushu .contents li.legaldepartment:hover:after {
  opacity: 1
}

.shokushu .contents li .inner {
  z-index: 10;
  position: relative
}

.shokushu .contents li .inner a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 180px;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  font-size: 1.5em;
  font-weight: bold;
  color: #fff;
  cursor: pointer
}

.shokushu .contents li.empty {
  background-color: #fff
}

.career {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 10px
}

.career article {
  margin-bottom: 6em
}

.career article.second {
  border-top: 2px dashed #999;
  padding-top: 9em
}

.career h2 {
  text-align: center;
  font-size: 3em;
  font-weight: normal;
  padding-bottom: 1em;
  padding-top: 0.5em
}

@media screen and (max-width: 480px) {
  .career h2 {
    font-size: 2em;
  }
}

.career h2 span {
  position: relative
}

.career h2 span:before {
  position: absolute;
  content: '';
  background-color: yellow;
  top: 70%;
  left: -10px;
  width: 100%;
  height: .3em;
  z-index: -1;
  padding: 0 10px
}

.career h3 {
  font-size: 1.5em;
  line-height: 1;
  padding-bottom: .7em;
  margin-bottom: 1em;
  background: url(../img/h_line.png) left bottom no-repeat
}

.career p {
  color: #333;
  padding-bottom: 3em
}

.career p.attention {
  width: 100%;
  margin-top: -50px;
  padding-bottom: 5.3333em;
  text-align: right
}

.career ul.anchor {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 70px
}

.career ul.anchor li a {
  display: inline-block;
  border-radius: 5px;
  background-color: #008803;
  font-size: .9em;
  color: #fff;
  text-decoration: none;
  padding: 0.4em 1em;
  margin: 3px
}

.career ul.anchor li a:hover {
  background-color: #062600
}

.career figure {
  margin-bottom: 5em
}

.career figure img {
  width: 100%;
  height: auto
}

.career figure ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}

.career figure ul li {
  max-width: 430px;
  padding: 0 10px
}

.career figure ul li img {
  width: 100%;
  height: auto
}

.career figure figcaption {
  padding: 0.4em 2em 0 0;
  font-size: .8em
}

.career figure.single img {
  max-height: 420px;
  width: auto
}

.career .contents {
  width: 100%;
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.career .contents li.international:after,
.career .contents li.architect:after,
.career .contents li.business:after,
.career .contents li.it:after,
.career .contents li.transportation:after,
.career .contents li.doboku:after,
.career .contents li.development:after,
.career .contents li.equip:after,
.career .contents li.project:after,
.career .contents li.system:after,
.career .contents li.legaldepartment:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  transition: all 0.3s;
  opacity: .4
}

.career .contents li {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 0;
  background-color: #000;
  margin-bottom: 20px;
  width: 32%
}

.career .contents li.international:after {
  background: url(../img/door_international.jpg) 50% no-repeat;
  background-size: cover
}

.career .contents li.architect:after {
  background: url(../img/door_architect.jpg) 50% no-repeat;
  background-size: cover
}

.career .contents li.business:after {
  background: url(../img/door_business.jpg) 50% no-repeat;
  background-size: cover
}

.career .contents li.it:after {
  background: url(../img/door_it.jpg) 50% no-repeat;
  background-size: cover
}

.career .contents li.transportation:after {
  background: url(../img/door_transportation.jpg) 50% no-repeat;
  background-size: cover
}

.career .contents li.doboku:after {
  background: url(../img/door_doboku.jpg) 50% no-repeat;
  background-size: cover
}

.career .contents li.development:after {
  background: url(../img/door_development.jpg) 50% no-repeat;
  background-size: cover
}

.career .contents li.equip:after {
  background: url(../img/door_equip.jpg) 50% no-repeat;
  background-size: cover
}

.career .contents li.project:after {
  background: url(../img/door_project.jpg) 50% no-repeat;
  background-size: cover
}

.career .contents li.system:after {
  background: url(../img/door_system.jpg) 50% no-repeat;
  background-size: cover
}

.career .contents li.legaldepartment:after {
  background: url(../img/door_legaldepartment.jpg) 50% no-repeat;
  background-size: cover
}

.career .contents li.architect:hover:after,
.career .contents li.business:hover:after,
.career .contents li.development:hover:after,
.career .contents li.doboku:hover:after,
.career .contents li.equip:hover:after,
.career .contents li.it:hover:after,
.career .contents li.legaldepartment:hover:after,
.career .contents li.project:hover:after,
.career .contents li.system:hover:after,
.career .contents li.transportation:hover:after,
.career .contents li.international:hover:after {
  opacity: 1
}

.career .contents li .inner {
  z-index: 10;
  position: relative
}

.career .contents li .inner a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 180px;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  font-size: 1.5em;
  font-weight: bold;
  color: #fff;
  cursor: pointer
}

.career .contents li.empty {
  background-color: #fff
}

.career .contents li.comingsoon {
  background-color: #008803
}

.career .contents li.comingsoon .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 180px;
  line-height: 1.2;
  text-align: center;
  font-weight: bold;
  color: #fff
}

.history {
  margin-bottom: 4em
}

.history th,
.history td {
  padding: 1em;
  vertical-align: top;
  text-align: left
}

.history th {
  padding-bottom: 3em;
  background-image: url(../img/bg_flow.gif);
  background-position: center bottom;
  background-repeat: no-repeat;
  line-height: 1.4;
  white-space: nowrap;
  text-align: center;
  color: #fff
}

.history th.now {
  background-image: none;
  background-color: #008803;
  padding-bottom: 1em
}

.boshu {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 15px
}

.boshu h3 {
  font-size: 1.3em;
  line-height: 1;
  padding-bottom: .7em;
  margin-bottom: 1em;
  background: url(../img/h_line.png) left bottom no-repeat;
  margin-top: 3em
}

.boshu p {
  color: #333;
  padding-bottom: 2em
}

.boshu p.intro {
  padding: 0;
  font-size: 13px;
  margin-top: -2em
}

.boshu table {
  width: 100%;
  margin-bottom: 3em
}

.boshu table th,
.boshu table td {
  padding: 1.5em 0;
  border-top: solid 1px #ddd;
  line-height: 1.4
}

.boshu table th {
  text-align: left;
  font-size: 1.3em;
  white-space: nowrap;
  vertical-align: top;
  font-size: 1em;
  width: 7em
}

.boshu table td {
  padding-left: 2em
}

.boshu table.shokushu {
  margin-bottom: 1em
}

.boshu table.shokushu th,
.boshu table.shokushu td {
  border-top: solid 1px #ddd;
  padding: 1em 0
}

.boshu table.shokushu th {
  text-align: left;
  font-size: 1.2em;
  line-height: 1.3;
  width: auto !important;
  padding-right: 3em
}

.boshu table.shokushu td {
  color: #333
}

.boshu table.shokushu br.tab {
  display: block
}

.boshu p.comments {
  display: inline-block;
  border: 1px dotted #ccc;
  padding: 1.5em;
  font-size: .9em;
  margin-bottom: 4em
}

.boshu .attention {
  background-color: #f2f2f2;
  padding: 3em
}

.boshu .attention p {
  font-size: 13px
}

.boshu a i {
  margin: 0 5px
}

.senkou {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 15px
}

.senkou h3 {
  font-size: 1.3em;
  line-height: 1;
  padding-bottom: .7em;
  margin-bottom: 1em;
  background: url(../img/h_line.png) left bottom no-repeat;
  margin-top: 3em
}

.senkou p {
  color: #333;
  padding-bottom: 2em
}

.senkou table {
  width: 100%;
  margin-bottom: 3em
}

.senkou table th,
.senkou table td {
  padding: 1.5em 0;
  vertical-align: top;
  text-align: left;
  border-top: solid 1px #ddd
}

.senkou table th {
  color: #008803;
  white-space: nowrap;
  padding-right: 2em;
  padding-bottom: 1em;
  font-size: 1.4em;
  line-height: 1;
  position: relative
}

.senkou table th span {
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  padding-bottom: .4em
}

.senkou table th i {
  margin-left: 1em;
  margin-top: .5em
}

.senkou table td {
  color: #333
}

.senkou table td strong {
  display: inline-block;
  font-feature-settings: "palt";
  font-size: 110%;
  line-height: 1.4;
  padding: .6em 0
}

.senkou .attention ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px
}

.senkou .attention ul li {
  display: flex;
  align-content: center;
  width: 49.9%;
  background-color: #008803;
  color: #fff
}

.senkou .attention ul li span {
  margin: 15px 15px 15px 0;
  display: block;
  font-size: 14px
}

.senkou .attention ul li i {
  padding: 10px;
  margin: 15px;
  font-size: 30px
}

.senkou .attention p {
  font-size: 13px
}

.senkou a i {
  margin: 0 5px
}

.faq {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 15px
}

.faq h3 {
  font-size: 1.3em;
  line-height: 1;
  padding-bottom: .7em;
  margin-bottom: 2em;
  background: url(../img/h_line.png) left bottom no-repeat;
  margin-top: 3em
}

.faq ul li {
  padding-bottom: .6em
}

.faq dl dt {
  font-weight: bold;
  font-size: 120%;
  line-height: 1.3;
  color: #008803;
  padding-bottom: 1em
}

.faq dl dd {
  padding-bottom: 3em;
  padding-left: 2em
}

.faq dl i {
  padding-left: .3em
}

.faq dl figure {
  max-width: 500px
}

.faq dl figure img {
  width: 100%
}

.faq a.pagetop {
  display: inline-block;
  background-color: inherit;
  text-align: right;
  padding: 0 1em;
  color: #008803;
  margin-top: 1em
}

.faq a.pagetop:hover {
  text-decoration: underline
}

.faq a.pagetop i {
  display: inline-block;
  font-size: 130%
}

/* ↓↓↓ #member-index ↓↓↓ */
@media screen and (max-width: 750px) {
  br.sp {
    display: block
  }

  br.pc {
    display: none
  }

  .spOnly {
    display: block
  }

  .pcOnly {
    display: none
  }

  header.local2020 {
    display: block;
    margin: 0 auto 10px
  }

  header.local2020 .left {
    margin-bottom: -100px
  }

  header.local2020 .right {
    display: none
  }

  header.local2020 h1 {
    flex-wrap: wrap;
    padding: 0 15px
  }

  header.local2020 h1 .title {
    width: 70%;
    margin-right: 0
  }

  header.local2020 h1 .title img {
    height: 50px;
    width: auto
  }

  header.local2020 h1 .subTitle {
    width: 70%;
    margin-top: 4px
  }

  header.local2020 h1 .subTitle img {
    height: 20px;
    width: auto
  }

  header.local2020 h1 .subTitle img.pc {
    display: none
  }

  header.local2020 h1 .subTitle img.sp {
    display: block
  }

  header.local2020 .global {
    display: none
  }

  header.local2020 #menu_sp {
    width: 100%;
    display: block
  }

  header.local2020 #menu_sp .switch {
    text-align: right;
    font-size: 70px;
    color: #008803;
    padding-right: 15px
  }

  header.local2020 #menu_sp .active i {
    opacity: .3
  }

  header.local2020 #menu_sp ul {
    display: none;
    flex-flow: column
  }

  header.local2020 #menu_sp ul li {
    width: 100%;
    border-bottom: 1px solid #eee
  }

  header.local2020 #menu_sp ul li a {
    display: block;
    width: 94%;
    font-size: 1.2em;
    text-align: left;
    padding: 0.6em 10px;
    text-decoration: none;
    color: #000;
    background: url(../img/arrow_right.png) right center no-repeat;
    background-size: 8px auto
  }

  header.local2020 #menu_sp ul li.extra {
    background-color: #008803;
    border-bottom: 1px solid #fff
  }

  header.local2020 #menu_sp ul li.extra a {
    color: #fff;
    background: url(../img/arrow_right_w.png) right center no-repeat;
    background-size: 8px auto
  }

  header.local2020 #menu_sp ul li.extra a i {
    margin-left: 10px
  }

  .home h2 {
    font-size: 2.8em;
    padding: 1em 15px
  }

  .pageHeader {
    margin-bottom: 3em
  }

  .pageHeader .bread {
    display: block;
    margin-bottom: 2em
  }

  .pageHeader .bread li {
    width: 100%;
    font-size: 13px
  }

  .pageHeader .bread li i {
    padding: 0 5px
  }

  .pageHeader .bread li a {
    text-decoration: none
  }

  .pageHeader h2 {
    font-weight: normal;
    font-size: 1.8em;
    line-height: 1
  }

  .career {
    padding: 0 15px
  }

  .career h3 {
    padding-bottom: 1.3em;
    line-height: 1.2
  }

  .career figure {
    margin-bottom: 3em
  }

  .career figure ul {
    justify-content: space-between
  }

  .career figure ul li {
    width: 49%;
    padding: 0px;
    margin-bottom: 1em
  }

  .career figure figcaption {
    padding: 0.4em 1em 1em 0;
    font-size: 1em;
    line-height: 1.3
  }

  .career figure.single img {
    max-height: 420px;
    width: auto
  }

  .contents {
    width: 100%;
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
  }

  .contents li {
    margin-bottom: 20px;
    width: 32%
  }

  .contents li .inner a {
    height: 180px;
    font-size: 1.5em
  }

  .history th {
    padding-bottom: 1em 0.2em 3em
  }

  .history th.now {
    padding-bottom: 1em
  }

  .history td {
    padding: 0 0 1em 1em
  }

  .history td.now {
    padding-bottom: 0
  }

  .boshu table.shokushu tr.headline {
    display: none
  }

  .boshu table.shokushu th,
  .boshu table.shokushu td {
    display: block;
    border-top: none;
    padding-left: 2em
  }

  .boshu table.shokushu th.category {
    border-top: solid 1px #ddd;
    font-size: 1.5em;
    padding-left: 0
  }

  .boshu table.shokushu td {
    border: none
  }

  .boshu br.tab {
    display: none
  }

  a.pagetop {
    display: none
  }

  .bottombtns {
    width: 100%;
    padding-top: 50px
  }

  .bottombtns a.handicap {
    width: 44vw;
    margin: 0 auto 10px
  }
}

@media screen and (max-width: 600px) {
  header.local2020 .left {
    margin-bottom: -60px
  }

  header.local2020 h1 {
    padding: 0
  }

  header.local2020 h1 .title {
    width: 100%;
    height: 28px
  }

  header.local2020 h1 .title img {
    height: 28px
  }

  header.local2020 h1 .subTitle {
    margin-top: 5px
  }

  header.local2020 h1 .subTitle img {
    height: 10px
  }

  header.local2020 h1 .subTitle img.pc {
    display: none
  }

  header.local2020 h1 .subTitle img.sp {
    display: block
  }

  header.local2020 #menu_sp .switch {
    font-size: 40px;
    padding-right: 0px
  }

  header.local2020 #menu_sp ul li a {
    width: 90%
  }

  .home h2 {
    font-size: 2em
  }

  .pageHeader .bread li {
    font-size: 16px
  }

  .pageHeader h2 {
    font-weight: bold;
    font-size: 1.4em
  }

  .link {
    margin-bottom: 0px
  }

  .link li {
    width: 70%;
    margin: 0 0 10px
  }

  .link li a {
    width: 100%;
    font-size: 1.2em;
    padding: .7em 0
  }

  .bottombtns {
    width: 100%
  }

  .bottombtns a.handicap {
    width: 85%;
    margin: 0 auto 20px
  }

  .bottombtns a.handicap br {
    display: none
  }

  .bottombtns a.handicap span,
  .bottombtns a.handicap span.handi {
    padding-top: .6em
  }

  .shokushu {
    padding: 0 10px
  }

  .shokushu .images {
    margin: 1em auto 4em;
    padding: 2em
  }

  .shokushu .images h4 {
    margin: 0 0 1.2em
  }

  .shokushu h3 {
    font-size: 2.2em
  }

  .shokushu h4 {
    font-size: 1.5em;
    line-height: 1.3
  }

  .shokushu figure {
    margin-bottom: 3em
  }

  .shokushu figure ul,
  .shokushu figure.quadruple ul {
    flex-wrap: wrap
  }

  .shokushu figure ul li,
  .shokushu figure.quadruple ul li {
    width: 100%;
    padding: 0;
    margin-bottom: 1em
  }

  .shokushu figure figcaption {
    text-align: left
  }

  .shokushu figure figcaption br {
    display: none
  }

  .shokushu figure.single {
    text-align: left;
    max-width: 96%;
    margin: 0 auto 3em
  }

  .shokushu .contents {
    margin-bottom: 15px
  }

  .shokushu .contents li {
    margin-bottom: 8px;
    width: 49%
  }

  .shokushu .contents li .inner a {
    height: 140px;
    font-size: 1.2em
  }

  .career {
    padding: 0 10px
  }

  .career h3 {
    font-size: 2.5em;
    padding-bottom: 1.3em;
    line-height: 1.2
  }

  .career figure {
    margin-bottom: 3em
  }

  .career figure ul li {
    width: 100%
  }

  .career .contents li {
    margin-bottom: 8px;
    width: 49%
  }

  .career .contents li .inner a {
    height: 140px;
    font-size: 1.2em
  }

  .career .contents li.comingsoon .inner {
    height: 140px;
    font-size: 1.2em
  }

  .history th {
    padding-bottom: 1em 0.2em 3em
  }

  .history th.now {
    padding-bottom: 0
  }

  .history td {
    padding: 0 0 1em 1em
  }

  .history td.now {
    padding-bottom: 0
  }

  .boshu h3 {
    margin-top: 2em
  }

  .boshu table.shokushu th {
    padding: 0 0 0 1.5em;
    font-size: 1.2em
  }

  .boshu table.shokushu th.category {
    padding-top: 1.5em;
    padding-bottom: 1.5em
  }

  .boshu table.shokushu td {
    padding-bottom: 2em
  }

  .boshu br.tab {
    display: block
  }

  .senkou h3 {
    font-size: 1.6em
  }

  .senkou table th,
  .senkou table td {
    display: block;
    padding: 1em 0
  }

  .senkou table th::before {
    content: '';
    top: 0;
    left: 0
  }

  .senkou table th bg,
  .senkou table th i {
    display: none
  }

  .senkou table tr:last-child th {
    padding-left: 0
  }

  .senkou table tr:last-child th::before {
    content: ''
  }

  .senkou table tr:last-child td {
    padding-bottom: 1em
  }

  .senkou table tr:last-child td::before {
    content: ''
  }

  .senkou table td {
    color: #333;
    border-top: none;
    padding-top: 0;
    padding-bottom: 3em;
    position: relative
  }

  .senkou table td::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    content: '\f103';
    position: absolute;
    bottom: 1em;
    left: 1em;
    opacity: .6
  }

  .senkou .attention ul {
    margin-bottom: 15px;
    flex-direction: column
  }

  .senkou .attention ul li {
    width: 100%;
    margin-bottom: 1px
  }

  .senkou .attention p {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1.4
  }
}

/* ↑↑↑ #member-index ↑↑↑ */