@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500|Noto+Serif+JP:400,500,600,700|Vollkorn&display=swap&subset=japanese);
blockquote, body, button, dd, div, dl, dt, fieldset, figure, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, td, textarea, th, ul {
  margin: 0;
  padding: 0
}

address, em {
  font-style: normal
}

strong, th {
  font-weight: 400
}

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

th {
  text-align: left
}

aside, main {
  display: block
}

hr, legend {
  display: none
}

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

fieldset, img {
  border: 0
}

img {
  border: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto
}

li {
  list-style-type: none
}

button, input[type=submit], label, select {
  cursor: pointer
}

br {
  line-height: 0
}

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

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

a {
  color: #184198;
  text-decoration: underline
}

a:hover {
  text-decoration: none
}

a:hover, button:hover {
  opacity: .6
}

@media only screen and (max-width:992px) {
  a:hover, button:hover {
    opacity: 1
  }
}

html {
  font-size: 62.5%
}

body {
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-family: "Noto Serif JP", -apple-system, BlinkMacSystemFont, "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  line-height: 1.6;
  color: #222;
  font-size: 17px;
  font-size: 1.7rem
}

@media only screen and (max-width:768px) {
  body {
    font-size: 16px;
    font-size: 1.6rem
  }
}

button, input, select, textarea {
  line-height: 1.8;
  color: #222;
  font-family: "Noto Serif JP", -apple-system, BlinkMacSystemFont, "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", sans-serif
}

[role=tabpanel][aria-hidden=true] {
  display: none
}

[role=tabpanel][aria-hidden=false] {
  display: block
}

sup {
  font-size: .5em
}

body {
  margin-top: 90px
}

@media only screen and (max-width:992px) {
  body {
    margin-top: 50px
  }
}

body.-noscroll {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100vh
}

#wrapper {
  overflow: hidden
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px
}

@media only screen and (max-width:768px) {
  .container {
    padding-right: 20px;
    padding-left: 20px
  }
}

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

.topicpath li {
  float: left
}

.topicpath li:before {
  content: '\3E';
  margin: 0 8px
}

.topicpath .home:before {
  display: none
}

.gHeader {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 10;
  -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .08);
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .08);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  will-change: transform
}

@media only screen and (max-width:992px) {
  .gHeader {
    -webkit-box-shadow: none;
    box-shadow: none
  }
}

body.isBodyTop .gHeader {
  -webkit-box-shadow: none;
  box-shadow: none
}

/* .gHeader.-scrollBottom {
  -webkit-transform: translateY(-90px);
  -ms-transform: translateY(-90px);
  transform: translateY(-90px)
}

@media only screen and (max-width:992px) {
  .gHeader.-scrollBottom {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
} */

.gHeader__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media only screen and (max-width:992px) {
  .gHeader__inner {
    height: 50px
  }
}

.gHeader__logo {
  padding: 0 40px;
  position: relative;
  top: 1px
}

@media only screen and (max-width:992px) {
  .gHeader__logo {
    padding: 0 15px
  }
}

.gHeader__logo a {
  display: block;
  width: 244px
}

@media only screen and (max-width:992px) {
  .gHeader__logo a {
    width: 158px
  }
}

.gHeader__toggle {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  width: 50px;
  height: 50px;
  background-color: transparent
}

.gHeader__toggle i {
  display: block;
  position: absolute;
  width: 20px;
  height: 2px;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  background-color: #184198;
  -webkit-transition: .3s;
  transition: .3s
}

.gHeader__toggle i:nth-child(1) {
  margin-top: -5px
}

.gHeader__toggle i:nth-child(3) {
  margin-top: 5px
}

.gHeader__toggle[aria-expanded=true] i:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -1px
}

.gHeader__toggle[aria-expanded=true] i:nth-child(2) {
  display: none
}

.gHeader__toggle[aria-expanded=true] i:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -1px
}

@media only screen and (max-width:992px) {
  .gHeader__toggle {
    display: block
  }
}

.gHeader__toggle:hover {
  opacity: 1
}

.gHeader__nav {
  font-family: "Noto Sans JP", sans-serif
}

@media only screen and (min-width:993px) {

  .gHeader__nav {
    display: block!important;
  }
}

@media only screen and (max-width:992px) {
  .gHeader__nav {
    position: fixed;
    display: none;
    top: 50px;
    left: 0;
    width: 100%;
    background: #184198
  }
}

.gHeader__nav .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media only screen and (max-width:992px) {
  .gHeader__nav .list {
    display: block
  }
}

.gHeader__nav .item {
  border-left: 1px solid #d1d9ea;
  font-size: 14px;
  font-size: 1.4rem
}

@media only screen and (max-width:992px) {
  .gHeader__nav .item {
    font-size: 15px;
    font-size: 1.5rem;
    border-left: none;
    border-bottom: 1px solid #4666ad
  }
}

.gHeader__nav .item>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  font-weight: 700;
  padding: 0 20px;
  -webkit-transition: .3s;
  transition: .3s;
  letter-spacing: .05em
}

@media only screen and (max-width:1200px) {
  .gHeader__nav .item>a {
    padding: 0 15px
  }
}

@media only screen and (max-width:992px) {
  .gHeader__nav .item>a {
    display: block;
    color: #fff;
    height: auto;
    text-align: left;
    padding: 10px 15px;
    position: relative;
    letter-spacing: .1em
  }
  .gHeader__nav .item>a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 21px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
  }
}

.gHeader__nav .item>a.jsSecondnavToggle::after {
  right: 18px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.gHeader__nav .item>a.jsSecondnavToggle.-active::after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg)
}

.gHeader__nav .item:hover>a {
  background: #184198;
  color: #fff;
  opacity: 1
}

.gHeader__nav .item:hover .second {
  max-height: 100%
}

.gHeader__nav .col {
  width: 150px
}

@media only screen and (max-width:1200px) {
  .gHeader__nav .col {
    width: 120px
  }
}

@media only screen and (max-width:992px) {
  .gHeader__nav .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 30px 15px 50px
  }
}

.gHeader__nav .col li {
  border-bottom: 1px solid #d1d9ea
}

@media only screen and (max-width:992px) {
  .gHeader__nav .col li {
    border-bottom: none;
    width: calc(50% - 7.5px)
  }
}

.gHeader__nav .col li:last-child {
  border-bottom: none
}

.gHeader__nav .col a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 44.5px;
  text-decoration: none;
  font-weight: 700;
  -webkit-transition: .3s;
  transition: .3s;
  letter-spacing: .05em
}

@media only screen and (max-width:992px) {
  .gHeader__nav .col a {
    display: block;
    height: auto;
    color: #fff;
    padding: 10px 15px;
    text-align: center;
    border: 1px solid #fff;
    letter-spacing: .1em
  }
}

.gHeader__nav .col a:hover {
  background: #184198;
  color: #fff;
  opacity: 1
}

.gHeader__nav .second {
  position: absolute;
  background: #184198;
  left: 0;
  top: 90px;
  width: 100%;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height .3s;
  transition: max-height .3s
}

@media only screen and (max-width:992px) {
  .gHeader__nav .second {
    position: relative;
    top: 0;
    max-height: 100%;
    padding: 0 15px;
    display: none
  }
}

.gHeader__nav .second__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0 20px
}

@media only screen and (max-width:992px) {
  .gHeader__nav .second__inner {
    display: block;
    padding: 15px 0;
    border-top: 1px solid #4666ad
  }
}

@media only screen and (max-width:992px) {
  .gHeader__nav .second__item {
    margin-bottom: 10px
  }
  .gHeader__nav .second__item:last-child {
    margin-bottom: 0
  }
}

.gHeader__nav .second__item a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 30px 20px;
  letter-spacing: .1em;
  font-size: 13px;
  font-size: 1.3rem
}

@media only screen and (max-width:992px) {
  .gHeader__nav .second__item a {
    letter-spacing: .08em;
    padding: 0 15px
  }
}

.gContentsHeaderTitle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  height: 280px;
  background-position: center;
  background-size: cover
}

@media only screen and (max-width:992px) {
  .gContentsHeaderTitle {
    height: 180px
  }
}

.gContentsHeaderTitle__outer {
  width: 100%
}

.gContentsHeaderTitle__outer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 395px;
  height: 115px;
  background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, rgba(24, 65, 152, .85))) no-repeat top left/100% 100%;
  background: -webkit-linear-gradient(bottom right, rgba(255, 255, 255, 0) 50%, rgba(24, 65, 152, .85) 50.5%) no-repeat top left/100% 100%;
  background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, rgba(24, 65, 152, .85) 50.5%) no-repeat top left/100% 100%;
  z-index: 9
}

@media only screen and (max-width:992px) {
  .gContentsHeaderTitle__outer::before {
    width: 40vw;
    height: 10vw
  }
}

.gContentsHeaderTitle__ttl {
  color: #fff;
  font-weight: 600;
  font-size: 44px;
  font-size: 4.4rem;
  letter-spacing: .05em;
  line-height: 1
}

@media only screen and (max-width:992px) {
  .gContentsHeaderTitle__ttl {
    font-size: 33px;
    font-size: 3.3rem
  }
}

.gContentsHeaderTitle.-company {
  background-image: url(../img/company/bg_pagetitle.jpg)
}

@media only screen and (max-width:768px) {
  .gContentsHeaderTitle.-company {
    background-image: url(../img/company/bg_pagetitle_sp.jpg)
  }
}

.gContentsHeaderTitle.-business {
  background-image: url(../img/business/bg_pagetitle.jpg)
}

.gContentsHeaderTitle.-inquiry {
  background-image: url(../img/inquiry/bg_pagetitle.jpg)
}

@media only screen and (max-width:768px) {
  .gContentsHeaderTitle.-inquiry {
    background-image: url(../img/inquiry/bg_pagetitle_sp.jpg)
  }
}

.gContentsHeaderTitle.-link {
  background-image: url(../img/link/bg_pagetitle.jpg)
}

@media only screen and (max-width:768px) {
  .gContentsHeaderTitle.-link {
    background-image: url(../img/link/bg_pagetitle_sp.jpg)
  }
}

.gContentsHeaderTitle.-sitemap {
  background-image: url(../img/sitemap/bg_pagetitle.jpg)
}

@media only screen and (max-width:768px) {
  .gContentsHeaderTitle.-sitemap {
    background-image: url(../img/sitemap/bg_pagetitle_sp.jpg)
  }
}

.gContentsHeaderTitle.-news {
  background-image: url(../img/news/bg_pagetitle.jpg)
}

.gContentsHeaderTitle.-environment {
  background-image: url(../img/environment/bg_pagetitle.jpg)
}

.gContentsHeaderTitle.-business_apartment {
  background-image: url(../img/business/apartment/bg_pagetitle.jpg)
}

.gContentsHeaderTitle.-business_management {
  background-image: url(../img/business/management/bg_pagetitle.jpg)
}

.gContentsHeaderTitle.-business_building {
  background-image: url(../img/business/building/bg_pagetitle.jpg)
}

@media only screen and (max-width:768px) {
  .gContentsHeaderTitle.-business_building {
    background-image: url(../img/business/building/bg_pagetitle_sp.jpg)
  }
}

.gContentsHeaderTitle.-business_develop {
  background-image: url(../img/business/develop/bg_pagetitle.jpg)
}

@media only screen and (max-width:768px) {
  .gContentsHeaderTitle.-business_develop {
    background-image: url(../img/business/develop/bg_pagetitle_sp.jpg)
  }
}

.gContentsBody {
  position: relative;
  padding-top: 60px;
  overflow: hidden
}

@media only screen and (max-width:992px) {
  .gContentsBody {
    padding-top: 30px
  }
}
@media only screen and (max-width:992px) {
.gContentsBodyTopareaWrap{
  padding-bottom: 25px;
}
}

.gContentsBodyToparea {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 40px;
  background: #fff;
  z-index: 2;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s
}

@media only screen and (max-width:992px) {
  .gContentsBodyToparea {
    padding-top: 10px;
    padding-bottom: 15px;
    top:0;
  }
}

.gContentsBodyToparea.jsFixedContentsBodyTop {
  position: fixed;
  top: 90px;
  left: 0;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 0;
  -webkit-transform: translateY(-206px);
  -ms-transform: translateY(-206px);
  transform: translateY(-206px);
  will-change: transform;

  display: none;
}

@media only screen and (max-width:992px) {
  .gContentsBodyToparea.jsFixedContentsBodyTop {
    top: 50px;
    padding-top: 10px;
    padding-bottom: 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.gContentsBodyToparea.jsFixedContentsBodyTop.-fixed:not(.-scrollBottom)
{
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}

.gContentsBodyToparea.jsFixedContentsBodyTop.-fixedTop,
.gContentsBodyToparea.-fixedTop
{
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}

.gContentsBodyToparea.-fixedTop
{
  position: fixed;
  top: 90px;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media only screen and (max-width:992px) {
  .gContentsBodyToparea.-fixedTop
  {
    top: 50px;
    padding-top: 10px;
    padding-bottom: 15px;
  }

}

.gContentsBodyContentsarea {
  padding-top: 20px;
  padding-bottom: 120px
}

@media only screen and (max-width:768px) {
  .gContentsBodyContentsarea {
    padding-top: 0;
    padding-bottom: 80px
  }
}

.gContentsBodyToparea+.gContentsBodyContentsarea {
  padding-top: 0
}

.gContentsBodyToparea+.gContentsBodyContentsarea>.modBlockSection01:first-child {
  padding-top: 10px
}

.gFooter {
  background: #f5f5f5;
  padding: 25px 40px
}

@media only screen and (max-width:992px) {
  .gFooter {
    padding: 20px 15px
  }
}

.gFooter__inner {
  position: relative
}

.gFooter__logo {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -20px
}

@media only screen and (max-width:1200px) {
  .gFooter__logo {
    position: static;
    margin-top: 0;
    margin-bottom: 20px;
    text-align: center
  }
}

.gFooter__logo img {
  width: 244px;
  transition: .4s ease-in-out;
}

@media only screen and (max-width:1280px) {
  .gFooter__logo img {
    width: 180px;
  }
}

@media only screen and (max-width:992px) {
  .gFooter__logo img {
    width: 158px;
    min-width: auto;
    max-width: 100%;
  }
}

.gFooter__nav {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 15px;
  text-align: right
}

@media only screen and (max-width:1200px) {
  .gFooter__nav {
    text-align: center;
    margin-bottom: 25px
  }
}

.gFooter__nav li {
  display: inline-block;
  margin-right: 30px
}

@media only screen and (max-width:1440px) {
  .gFooter__nav li {
    margin-right: 12px;
  }
}

@media only screen and (max-width:1200px) {
  .gFooter__nav li {
    position: relative;
    margin: 0
  }
  .gFooter__nav li::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 11px;
    top: .3em;
    right: 0;
    background: #bcbcbc
  }
}

.gFooter__nav li:last-child {
  margin-right: 0
}

@media only screen and (max-width:992px) {
  .gFooter__nav li:last-child::after {
    display: none
  }
}

.gFooter__nav li a {
  color: #666;
  font-size: 14px;
  font-size: 1.2rem;
  letter-spacing: .05em;
  text-decoration: none;
  font-weight: 700
}

@media only screen and (max-width:1200px) {
  .gFooter__nav li a {
    color: #666;
    font-size: 11px;
    font-size: 1.1rem;
    display: block;
    padding: 0 10px
  }
}

.gFooter__nav li a:hover {
  text-decoration: underline
}

.gFooter__copyright {
  font-size: 11px;
  font-size: 1.1rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: right;
  color: #666;
  letter-spacing: .05em
}

@media only screen and (max-width:1200px) {
  .gFooter__copyright {
    text-align: center;
    font-size: 10px;
    font-size: 1rem;
    color: #666
  }
}

.container {
  max-width: 1090px
}

@media only screen and (max-width:768px) {
  .container {
    max-width: 100%
  }
}

.container.-medium {
  max-width: 1030px
}

@media only screen and (max-width:768px) {
  .modPcOnly {
    display: none
  }
}

.modSpOnly {
  display: none
}

@media only screen and (max-width:768px) {
  .modSpOnly {
    display: block
  }
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: 0
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}

.slick-track:after, .slick-track:before {
  content: "";
  display: table
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none
}

[dir=rtl] .slick-slide {
  float: right
}

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.slick-arrow.slick-hidden {
  display: none
}

.modBlockBanner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  font-size: 17px;
  font-size: 1.7rem;
  height: 250px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover
}

@media only screen and (max-width:768px) {
  .modBlockBanner {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: -20px;
    margin-left: -20px;
    padding: 0 calc(45% + 30px) 0 20px;
    height: 180px
  }
}

.modBlockBanner:hover {
  opacity: 1
}

.modBlockBanner:hover .modBtn01 {
  color: #184198;
  opacity: 1
}

@media only screen and (max-width:768px) {
  .modBlockBanner:hover .modBtn01 {
    color: #fff
  }
}

.modBlockBanner:hover .modBtn01::before {
  -webkit-transform: skew(0) scaleX(1);
  -ms-transform: skew(0) scaleX(1);
  transform: skew(0) scaleX(1)
}

.modBlockBanner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ccc;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#395fb3), to(#184098));
  background-image: -webkit-linear-gradient(bottom, #395fb3 0, #184098 100%);
  background-image: linear-gradient(0deg, #395fb3 0, #184098 100%)
}

@media only screen and (max-width:768px) {
  .modBlockBanner::before {
    width: 100%
  }
}

.modBlockBanner__inner {
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 1;
  text-align: center;
}

@media only screen and (max-width:768px) {
  .modBlockBanner__inner {
    width: 100%;
    margin: auto;
    text-align: center;
  }
}

.modBlockBanner__ttl {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 15px;
  letter-spacing: .05em
}

@media only screen and (max-width:768px) {
  .modBlockBanner__ttl {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px
  }
}

.modBlockBanner__desc {
  margin-bottom: 20px;
  letter-spacing: .1em
}

@media only screen and (max-width:768px) {
  .modBlockBanner__desc {
    font-size: 11px;
    font-size: 1.1rem;
    margin-bottom: 15px;
    line-height: 1.6
  }
}

@media only screen and (max-width:768px) {
  .modBlockBanner__button {
    line-height: 1
  }
  .modBlockBanner__button .modBtn01 {
    width: auto;
    padding: 0 0 5px;
    border: none;
    border-bottom: 1px solid #fff
  }
  .modBlockBanner__button .modBtn01::after, .modBlockBanner__button .modBtn01::before {
    display: none
  }
}

.jsLazyBlock {
  position: relative;
  /* visibility: hidden; */
  -webkit-transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s;
  opacity: 0;
}

.jsLazyBlock[aria-hidden=true] {
  transform: translate(0, 100px);
}
.jsLazyBlock[aria-hidden=false] {
  transform: translate(0, 0);
  /* visibility: visible; */
  opacity: 1
}

.modBlockPagelink__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -15px -30px;
}

@media only screen and (max-width:992px) {
  .modBlockPagelink__inner {
    margin: 0 -5px -15px
  }
}

@media only screen and (max-width:992px) {
  .modBlockPagelink__inner {
    margin: 0 -2.5px -5px
  }
}

.modBlockPagelink__item {
  width: 150px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 30px
}

@media only screen and (max-width:992px) {
  .modBlockPagelink__item {
    width: 33.333%;
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 15px
  }
}

@media only screen and (max-width:768px) {
  .modBlockPagelink__item {
    padding-right: 2.5px;
    padding-left: 2.5px;
    margin-bottom: 5px
  }
}

.modBlockSection01 {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 60px
}

@media only screen and (max-width:768px) {
  .modBlockSection01 {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 0
  }
}

.modBlockSection01:last-child {
  padding-bottom: 0;
  margin-bottom: 0
}

.modBlockSection01.-bgGray {
  background: #f5f5f5
}

.modBlockSection01.-first {
  padding-top: 30px
}

.modBlockSection01.-mbNone {
  margin-bottom: 0
}

.modBlockSection02 {
  margin-bottom: 100px
}

@media only screen and (max-width:768px) {
  .modBlockSection02 {
    margin-bottom: 60px
  }
}

.modBlockSection02:last-child {
  margin-bottom: 0
}

.modBlockBluebox {
  display: table;
  margin: 0 auto;
  padding: 20px 40px;
  border: 1px solid #184198;
  text-align: center
}

@media only screen and (max-width:768px) {
  .modBlockBluebox {
    padding: 12px 15px
  }
}

@media only screen and (max-width:600px) {
  .modBlockBluebox {
    display: block
  }
}

.modBlockBluebox__bold {
  color: #184198;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 19px;
  font-size: 1.9rem;
  letter-spacing: .1em;
  line-height: 1.7
}

@media only screen and (max-width:992px) {
  .modBlockBluebox__bold {
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: .08em;
    line-height: 1.6
  }
}

@media only screen and (max-width:768px) {
  .modBlockBluebox__bold {
    margin-bottom: 5px
  }
}

.modBlockBluebox__bold:last-child {
  margin-bottom: 0
}

@media only screen and (max-width:768px) {
  .modBlockBluebox__bold:last-child {
    text-align: left
  }
}

.modBlockBluebox__text {
  letter-spacing: .1em;
  line-height: 1.6
}

@media only screen and (max-width:992px) {
  .modBlockBluebox__text {
    letter-spacing: .05em;
    line-height: 1.5
  }
}

@media only screen and (max-width:768px) {
  .modBlockBluebox__text {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
    text-align: left
  }
}

.modBlockMap {
  position: relative;
  padding-top: 30%
}

@media only screen and (max-width:768px) {
  .modBlockMap {
    padding-top: 60%
  }
}

.modBlockMap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.modBlockIndexText {
  text-align: center;
  margin-bottom: calc(103px - .26em)
}

@media only screen and (max-width:768px) {
  .modBlockIndexText {
    text-align: left;
    margin-bottom: 25px
  }
}

.modBlockIndexText .modTxtBase01 {
  margin-bottom: 30px;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.6
}

@media only screen and (max-width:768px) {
  .modBlockIndexText .modTxtBase01 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 15px
  }
}

.modBlockIndexText .modTxtBase01:last-child {
  margin-bottom: 0
}

.modBlockModal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 1060px;
  max-height: 100%;
  z-index: 11;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

@media only screen and (max-width:992px) {
  .modBlockModal {
    top: 20px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 40px);
    margin-top: 0!important;
    margin-left: 0!important
  }
}

.modBlockModal:focus {
  outline: 0
}

.modBlockModal form {
  height: 100%
}

.modBlockModal__inner {
  position: relative;
  background: #fff;
  padding: 60px 60px 0;
  max-height: 100vh;
  overflow: auto
}

@media only screen and (max-width:992px) {
  .modBlockModal__inner {
    height: 100%;
    padding: 60px 15px 0
  }
}

@media only screen and (max-width:992px) {
  .modBlockModal__inner {
    height: 100%;
    padding: 50px 15px 0
  }
}

.modBlockModal__section:after {
  content: '';
  display: block;
  width: 100%;
  height: 60px
}

@media only screen and (max-width:768px) {
  .modBlockModal__section:after {
    height: 50px
  }
}

@media only screen and (max-width:992px) {
  .modBlockModal__section {
    height: 100%
  }
}

.modBlockModal__section[aria-hidden=true] {
  display: none
}

.modBlockModal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 90px;
  padding: 0 20px;
  background: #fdf4f4
}

@media only screen and (max-width:992px) {
  .modBlockModal__header {
    height: 56px;
    padding: 0 15px 0 62px
  }
}

.modBlockModal__header .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  font-size: 2rem
}

@media only screen and (max-width:992px) {
  .modBlockModal__header .ttl {
    font-size: 15px;
    font-size: 1.5rem
  }
}

.modBlockModal__header .ttl__icon {
  width: 61px;
  margin-right: 5px
}

@media only screen and (max-width:992px) {
  .modBlockModal__header .ttl__icon {
    width: 45px
  }
}

.modBlockModal__close {
  position: absolute;
  top: 0;
  right: 0
}

.modBlockModal__close button {
  width: 90px;
  height: 90px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
  line-height: 1;
  color: #184198
}

@media only screen and (max-width:992px) {
  .modBlockModal__close button {
    width: 50px;
    height: 50px;
    font-size: 10px;
    font-size: 1rem
  }
}

.modBlockModal__close .inner {
  display: block
}

@media only screen and (max-width:992px) {
  .modBlockModal__close .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}

.modBlockModal__close .icon {
  position: relative;
  display: block;
  height: 15px
}

@media only screen and (max-width:992px) {
  .modBlockModal__close .icon {
    width: 15px
  }
}

.modBlockModal__close .icon i {
  display: block;
  position: absolute;
  width: 20px;
  height: 2px;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  background-color: #184198;
  -webkit-transition: .3s;
  transition: .3s
}

.modBlockModal__close .icon i:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -1px
}

.modBlockModal__close .icon i:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -1px
}

.modBlockModal[aria-hidden=true] {
  display: none
}

.modBlockNews__inner {
  padding-top: 15px;
  padding-bottom: 120px
}

@media only screen and (max-width:768px) {
  .modBlockNews__inner {
    padding-top: 0;
    padding-bottom: 80px
  }
}

.modBlockNews__header {
  position: relative;
  margin-bottom: 20px;
  padding-right: 200px;
  padding-left: 200px
}

@media only screen and (max-width:768px) {
  .modBlockNews__header {
    padding-right: 0;
    padding-left: 0;
    text-align: center
  }
}

.modBlockNews__header .modBlockNews__ttl {
  text-align: center;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: .05em
}

@media only screen and (max-width:600px) {
  .modBlockNews__header .modBlockNews__ttl {
    font-size: 28px;
    font-size: 2.8rem
  }
}

.modBlockNews__header .modBlockNews__select {
  position: absolute;
  top: calc(50% - 17px);
  right: 0
}

@media only screen and (max-width:768px) {
  .modBlockNews__header .modBlockNews__select {
    position: relative;
    top: 0;
    margin-bottom: 40px
  }
}

.modBtn01 {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1.6rem;
  text-decoration: none;
  width: 210px;
  max-width: 100%;
  text-align: center;
  line-height: 1;
  padding: 15px;
  -webkit-transition: .15s ease-in;
  transition: .15s ease-in;
  overflow: hidden;
  color: #184198;
  background: 0 0;
  border: none;
  letter-spacing: .05em;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

@media only screen and (max-width:768px) {
  .modBtn01 {
    width: 160px;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 12px 5px
  }
}

.modBtn01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4569b8), color-stop(47%, #2f55a8), to(#184098));
  background-image: -webkit-linear-gradient(top, #4569b8 0, #2f55a8 47%, #184098 100%);
  background-image: linear-gradient(180deg, #4569b8 0, #2f55a8 47%, #184098 100%);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transform: skew(-45deg) scaleX(0);
  -ms-transform: skew(-45deg) scaleX(0);
  transform: skew(-45deg) scaleX(0);
  -webkit-transition: .15s ease-in;
  transition: .15s ease-in
}

@media only screen and (max-width:768px) {
  .modBtn01::before {
    display: none
  }
}

.modBtn01::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #184198
}

.modBtn01__inner {
  position: relative;
  z-index: 1
}

.modBtn01:hover {
  color: #fff;
  opacity: 1
}

@media only screen and (max-width:768px) {
  .modBtn01:hover {
    color: #184198
  }
}

.modBtn01:hover::before {
  -webkit-transform: skew(0) scaleX(1);
  -ms-transform: skew(0) scaleX(1);
  transform: skew(0) scaleX(1)
}

.modBtn01.-typeWhite {
  color: #fff
}

.modBtn01.-typeWhite::before {
  background: #fff
}

.modBtn01.-typeWhite::after {
  border-color: #fff
}

.modBtn01.-typeWhite:hover {
  color: #184198
}

@media only screen and (max-width:768px) {
  .modBtn01.-typeWhite:hover {
    color: #fff
  }
}

.modBtn01.-bgWhite {
  background: #fff
}

.modBtn01.iconPlus .modBtn01__inner {
  padding-right: 15px
}

.modBtn01.iconPlus .modBtn01__inner::after {
  content: '';
  position: absolute;
  top: calc(50% - 3.8px);
  right: 0;
  width: 9px;
  height: 9px;
  background: url(../img/common/icon_plus.png) no-repeat center;
  background-size: contain;
  line-height: 1
}

.modBtn01.iconPlus:hover .modBtn01__inner::after {
  background-image: url(../img/common/icon_plus_white.png)
}

@media only screen and (max-width:992px) {
  .modBtn01.iconPlus:hover .modBtn01__inner::after {
    background-image: url(../img/common/icon_plus.png)
  }
}

.modBtn01.-iconClose .modBtn01__inner {
  padding-right: 15px
}

.modBtn01.-iconClose .modBtn01__inner::after {
  content: '';
  position: absolute;
  top: calc(50% - 4px);
  right: 0;
  width: 9px;
  height: 9px;
  background: url(../img/common/icon_plus.png) no-repeat center;
  background-size: contain;
  line-height: 1;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.modBtn01.-iconClose:hover .modBtn01__inner::after {
  background-image: url(../img/common/icon_plus_white.png)
}

@media only screen and (max-width:992px) {
  .modBtn01.-iconClose:hover .modBtn01__inner::after {
    background-image: url(../img/common/icon_plus.png)
  }
}

.modBtn02 {
  position: relative;
  border-top: 5px solid rgba(24, 65, 152, .2);
  display: block;
  color: #184198;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: .07em;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  padding: 15px 0 24px;
  -webkit-transition: border-top-color .3s;
  transition: border-top-color .3s
}

@media only screen and (max-width:992px) {
  .modBtn02 {
    padding-top: 10px;
    font-size: 12px;
    font-size: 1.2rem;
    border-top-width: 3px
  }
}

.modBtn02::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 5px;
  width: 9px;
  height: 9px;
  color: #184198;
  border-right: 2px solid;
  border-bottom: 2px solid;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  -webkit-transition: bottom .3s;
  transition: bottom .3s
}

@media only screen and (max-width:992px) {
  .modBtn02::after {
    width: 7px;
    height: 7px;
    border-right-width: 1px;
    border-bottom-width: 1px
  }
}

.modBtn02__inner {
  position: relative
}

.modBtn02:hover {
  opacity: 1;
  border-top-color: #184198
}

@media only screen and (max-width:992px) {
  .modBtn02:hover {
    border-top-color: rgba(24, 65, 152, .2)
  }
}

.modBtn02:hover::after {
  bottom: 0
}

@media only screen and (max-width:992px) {
  .modBtn02:hover::after {
    bottom: 5px
  }
}

.modBtnTab {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: rgba(24, 65, 152, .2);
  color: #184198;
  padding: 10px;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  width: 190px;
  max-width: 100%;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.2;
  -webkit-transition: background .3s, color .3s;
  transition: background .3s, color .3s
}

@media only screen and (max-width:768px) {
  .modBtnTab {
    padding: 7.5px 5px;
    font-size: 12px;
    font-size: 1.2rem
  }
}

.modBtnTab:hover {
  background: #184198;
  color: #fff;
  opacity: 1
}

@media only screen and (max-width:992px) {
  .modBtnTab:hover {
    background: rgba(24, 65, 152, .2);
    color: #184198
  }
}

.modBtnTab[aria-selected=true] {
  background: #184198;
  color: #fff;
  padding: 15px 10px
}

@media only screen and (max-width:768px) {
  .modBtnTab[aria-selected=true] {
    padding: 12px 5px
  }
}

.modDlist01__item {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-bottom: 1px solid #d3d3d3;
  font-size: 17px;
  font-size: 1.7rem;
  letter-spacing: .08em;
  line-height: 1.7
}

@media only screen and (max-width:992px) {
  .modDlist01__item {
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: .08em;
    line-height: 1.6
  }
}

@media only screen and (max-width:768px) {
  .modDlist01__item {
    display: block
  }
}

.modDlist01__item:first-child {
  border-top: 1px solid #d3d3d3
}

.modDlist01__body, .modDlist01__header {
  display: table-cell;
  vertical-align: middle;
  padding: 15px 40px
}

@media only screen and (max-width:768px) {
  .modDlist01__body, .modDlist01__header {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    display: block
  }
}

.modDlist01__header {
  background: #e8e8e8;
  font-weight: 700
}

@media only screen and (max-width:768px) {
  .modDlist01__header {
    padding: 5px 10px
  }
}

@media only screen and (max-width:768px) {
  .modDlist01__body {
    padding: 7.5px 10px 12px
  }
}

.modDlist01.-small .modDlist01__item {
  font-size: 17px;
  font-size: 1.7rem;
  letter-spacing: .08em;
  line-height: 1.666666
}

@media only screen and (max-width:992px) {
  .modDlist01.-small .modDlist01__item {
    letter-spacing: .05em;
    line-height: 1.5
  }
}

.modDlist01.-small .modDlist01__body, .modDlist01.-small .modDlist01__header {
  padding: 10px 25px
}

@media only screen and (max-width:992px) {
  .modDlist01.-small .modDlist01__body, .modDlist01.-small .modDlist01__header {
    padding: 5px 10px
  }
}

@media only screen and (max-width:768px) {
  .modDlist01.-small .modDlist01__body, .modDlist01.-small .modDlist01__header {
    font-size: 14px;
    font-size: 1.4rem
  }
}

@media only screen and (max-width:992px) {
  .modDlist01.-small .modDlist01__body {
    padding: 7.5px 10px 12px
  }
}

.modDlist01.-small02 .modDlist01__item {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.666666;
  letter-spacing: .08em
}

.modDlist01.-small02 .modDlist01__body, .modDlist01.-small02 .modDlist01__header {
  padding: 15px 30px;
  letter-spacing: .1em
}

@media only screen and (max-width:992px) {
  .modDlist01.-small02 .modDlist01__body, .modDlist01.-small02 .modDlist01__header {
    padding: 5px 10px
  }
}

@media only screen and (max-width:768px) {
  .modDlist01.-small02 .modDlist01__body, .modDlist01.-small02 .modDlist01__header {
    font-size: 13px;
    font-size: 1.3rem
  }
}

@media only screen and (max-width:992px) {
  .modDlist01.-small02 .modDlist01__body {
    padding: 7.5px 10px 12px
  }
}

.modDlist01.-small03 .modDlist01__item {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.666666;
  letter-spacing: .08em
}

.modDlist01.-small03 .modDlist01__body, .modDlist01.-small03 .modDlist01__header {
  padding: 12px 15px;
  letter-spacing: .08em
}

@media only screen and (max-width:992px) {
  .modDlist01.-small03 .modDlist01__body, .modDlist01.-small03 .modDlist01__header {
    padding: 5px 10px
  }
}

@media only screen and (max-width:768px) {
  .modDlist01.-small03 .modDlist01__body, .modDlist01.-small03 .modDlist01__header {
    font-size: 12px;
    font-size: 1.2rem
  }
}

.modDlist01.-small03 .modDlist01__header {
  font-weight: 600
}

.modDlist01.-small03 .modDlist01__body {
  padding: 12px 20px
}

@media only screen and (max-width:992px) {
  .modDlist01.-small03 .modDlist01__body {
    padding: 7.5px 10px 12px
  }
}

input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
  padding: 10px;
  border-radius: 5px;
  border: solid 1px #aaa
}

@media only screen and (max-width:768px) {
  input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
    font-size: 16px;
    font-size: 1.6rem
  }
}

input[type=email].error, input[type=password].error, input[type=tel].error, input[type=text].error, select.error, textarea.error {
  background-color: #fff2f2;
  border: solid 2px #e51a28
}

input[type=radio] {
  display: none
}

input[type=radio]+label {
  position: relative;
  display: inline-block;
  padding: 3px 10px 3px 24px;
  cursor: pointer;
  width: 100%
}

input[type=radio]+label::after, input[type=radio]+label::before {
  content: '';
  top: 50%;
  position: absolute;
  border-radius: 100%;
  -webkit-transition: all .2s;
  transition: all .2s
}

input[type=radio]+label::before {
  width: 16px;
  height: 16px;
  margin-top: -9px;
  left: 0;
  background: #eee;
  border: 1px solid #ccc
}

input[type=radio].error+label::before {
  border: 1px solid #e51a28;
  background-color: #fff2f2
}

input[type=radio]+label:hover::before {
  background: #fefefe
}

input[type=radio]+label::after {
  opacity: 0;
  left: 3px;
  width: 10px;
  height: 10px;
  margin-top: -6px;
  background: #3498db;
  -webkit-transform: scale(.5);
  -ms-transform: scale(.5);
  transform: scale(.5)
}

input[type=radio]:checked+label::before {
  background: #fff;
  border: 1px solid #3498db
}

input[type=radio]:checked+label::after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

input[type=checkbox] {
  display: none
}

input[type=checkbox]+label {
  position: relative;
  display: inline-block;
  padding: 3px 10px 3px 22px;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s
}

input[type=checkbox]+label::after, input[type=checkbox]+label::before {
  position: absolute;
  content: ''
}

input[type=checkbox]+label::before {
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -8px;
  background: #f4f4f4;
  border: 1px solid #ccc;
  border-radius: 3px
}

input[type=checkbox]+label::after {
  opacity: 0;
  top: 50%;
  left: 3px;
  width: 8px;
  height: 4px;
  margin-top: -4px;
  border-left: 2px solid #3498db;
  border-bottom: 2px solid #3498db;
  -webkit-transform: rotate(-45deg) scale(.5);
  -ms-transform: rotate(-45deg) scale(.5);
  transform: rotate(-45deg) scale(.5)
}

input[type=checkbox]+label:hover::before {
  background: #fff
}

input[type=checkbox]:checked+label::before {
  background: #fff;
  border: 1px solid #3498db
}

input[type=checkbox]:checked+label::after {
  opacity: 1;
  -webkit-transform: rotate(-45deg) scale(1);
  -ms-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1)
}

.modFormSelect {
  position: relative;
  display: inline-block;
  vertical-align: middle
}

@media only screen and (max-width:768px) {
  .modFormSelect {
    display: block
  }
}

.modFormSelect::after {
  content: '';
  position: absolute;
  top: calc(50% - 4px);
  right: 10px;
  width: 8px;
  height: 8px;
  color: #222;
  border-right: 2px solid;
  border-bottom: 2px solid;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.modFormSelect__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Noto Sans JP", sans-serif;
  min-width: 190px;
  height: 34px;
  padding: 0 20px 0 10px;
  border: 1px solid #d3d3d3;
  font-weight: 600;
  border-radius: 0
}

@media only screen and (max-width:768px) {
  .modFormSelect__select {
    width: 100%;
    height: 40px
  }
}

.modFormSelect__select::-ms-expand {
  display: none
}

.modListNormal {
  margin: 0 0 0 2em
}

ul.modListNormal li:before {
  content: "\0030fb";
  margin-left: -2em;
  display: inline-block;
  width: 2em;
  text-align: center
}

ol.modListNormal li {
  list-style: decimal
}

.modIndent01 li {
  text-indent: -1em;
  margin: 0 0 0 1em
}

.modIndent02 li {
  text-indent: -2.5em;
  margin: 0 0 0 2.5em
}

.modDlForm {
  margin: 0 0 20px
}

.modDlForm dt {
  float: left;
  clear: both;
  width: 16em;
  padding: 33px 0 20px 63px;
  position: relative
}

@media only screen and (max-width:768px) {
  .modDlForm dt {
    float: none;
    width: auto;
    padding: 33px 0 0 63px
  }
}

.modDlForm dt.any:before, .modDlForm dt.required:before {
  position: absolute;
  left: 0;
  top: 33px;
  color: #fff;
  font-size: 11px;
  font-size: 1.1rem;
  padding: 2px 10px
}

.modDlForm dt.required:before {
  content: "必須";
  background: #e51a28
}

.modDlForm dt.any:before {
  background: #999;
  content: "任意"
}

.modDlForm dd {
  border-bottom: solid 1px #ccc;
  padding: 10px 0;
  padding-left: 17em
}

@media only screen and (max-width:768px) {
  .modDlForm dd {
    padding: 10px 0
  }
}

.modDlForm dd .parts {
  padding: 10px 0
}

.modDlForm dd .parts input[type=email], .modDlForm dd .parts input[type=text], .modDlForm dd .parts textarea {
  width: 100%
}

.modDlForm dd .parts.check_inline>div, .modDlForm dd .parts.radio_inline>div {
  display: inline-block
}

.modDlForm dd .parts.name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.modDlForm dd .parts.name>div {
  width: 48.5%
}

.modDlForm dd .parts.post, .modDlForm dd .parts.tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.modDlForm dd .parts.post .hyphen, .modDlForm dd .parts.tel .hyphen {
  padding: 10px 10px 0 10px
}

@media only screen and (max-width:600px) {
  .modDlForm dd .parts.post .hyphen, .modDlForm dd .parts.tel .hyphen {
    padding: 10px 5px 0 5px
  }
}

.modDlForm dd .parts.password input {
  width: 100%;
  max-width: 300px
}

@media only screen and (max-width:600px) {
  .modDlForm dd .parts.password input {
    max-width: none
  }
}

.modDlForm dd .parts.password .text {
  padding: 10px 0
}

.modDlForm .validationError {
  color: #e51a28
}

.modListNews>li {
  border-bottom: 1px solid #d3d3d3
}

.modListNews>li:last-child {
  border-bottom: none
}

.modListNews a {
  display: block;
  text-decoration: none;
  padding: 20px 0
}

@media only screen and (max-width:768px) {
  .modListNews a {
    padding: 15px 0
  }
}

.modListNews a[target="_blank"]:not([href$=".pdf"]) .category::after{
    content:"";
    display: inline-block;
    background-image: url(../img/common/icon_blank.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 23px auto;
    width: 23px;
    height: 17px;
    margin-left: 12px;
    vertical-align: middle;
}

.modListNews a[href$=".pdf"] .category::after{
    content:"";
    display: inline-block;
    background-image: url(../img/common/icon_pdf.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 17px auto;
    width: 17px;
    height: 22px;
    margin-left: 12px;
    vertical-align: middle;
}






.modListNews a:hover {
  opacity: 1
}

.modListNews a:hover .txt {
  text-decoration: underline
}

.modListNews .noLink {
  padding: 20px 0
}

@media only screen and (max-width:768px) {
  .modListNews .noLink {
    padding: 15px 0
  }
}

.modListNews .iconNew {
  color: #e51a28;
  font-family: Vollkorn, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 700;
  line-height: 1;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 5px
}

@media only screen and (max-width:768px) {
  .modListNews .iconNew {
    margin-bottom: 0
  }
}

.modListNews .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  margin-bottom: 10px
}

@media only screen and (max-width:768px) {
  .modListNews .head {
    margin-bottom: 7.5px
  }
}

.modListNews .head .category, .modListNews .head .date {
  /* display: inline-block; */
  vertical-align: middle
}

.modListNews .head .date {
  color: #184198;
  font-weight: 600;
  margin-right: 10px;
  letter-spacing: .1em
}

@media only screen and (max-width:768px) {
  .modListNews .head .date {
    margin-right: 5px;
    font-size: 12px;
    font-size: 1.2rem
  }
}


.modListNews .head .category{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.modListNews .head .category__tag {
  font-family: "Noto Sans JP", sans-serif;
  display: inline-block;
  min-width: 34px;
  vertical-align: middle;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  background: #184198;
  padding: 3px 5px;
  text-align: center;
}

.modListNews .head .category__tag.-category02 {
    background-color: #D00000;
}

.modListNews .head .category__tag.-category03 {
    background-color:#DB8612;
}

.modListNews .head .category__tag.-category04 {
    background-color:#328D17;
}



@media only screen and (max-width:768px) {
  .modListNews .head .category__tag {
    font-size: 10px;
    font-size: 1rem;
    padding: 2px
  }
}

.modListNews .txt {
  color: #222;
  line-height: 1.4;
  letter-spacing: .1em
}

.modListNews.-allList>li:last-child {
  border-bottom: 1px solid #d3d3d3
}

.modListBtn {
  text-align: center
}

.modListNews+.modListBtn {
  margin-top: 20px
}

.modListBtn li {
  margin-bottom: 10px
}

.modListBtn li:last-child {
  margin-bottom: 0
}

.modListTab {
  border-bottom: 1px solid #d3d3d3
}

.modListTab__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px
}

@media only screen and (max-width:768px) {
  .modListTab__inner {
    margin-right: -5px;
    margin-left: -5px
  }
}

.modListTab__item {
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: -1px;
  max-width: 33.333%
}

@media only screen and (max-width:768px) {
  .modListTab__item {
    padding-right: 5px;
    padding-left: 5px
  }
}

@-webkit-keyframes rotateLoading {
  0% {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1)
  }
  50% {
    -webkit-transform: rotate(180deg) scale(.6);
    transform: rotate(180deg) scale(.6)
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1)
  }
}

@keyframes rotateLoading {
  0% {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1)
  }
  50% {
    -webkit-transform: rotate(180deg) scale(.6);
    transform: rotate(180deg) scale(.6)
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1)
  }
}

.modLoading {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, .8)
}

.modLoading .inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 42px;
  height: 42px
}

.modLoading .inner>div {
  background-color: #666;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  border: 2px solid #666;
  border-bottom-color: transparent;
  background: 0 0!important;
  display: inline-block;
  -webkit-animation: rotateLoading;
  animation: rotateLoading;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  -webkit-animation-delay: 0;
  animation-delay: 0
}

.modFixedShadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, .4);
  z-index: 10
}

@media only screen and (max-width:992px) {
  .modFixedShadow {
    background: rgba(34, 34, 34, .8)
  }
}

.modFixedShadow[aria-hidden=true] {
  display: none
}

.modParts {
  margin-bottom: 20px
}

.modPartsImage {
  text-align: center;
  color: #959595;
  font-size: 11px;
  font-size: 1.1rem
}

.modPartsImage .caption {
  margin: 5px 0 0
}

.modPartsImage a:hover {
  opacity: .8
}

.modPartsYoutube {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto
}

@media only screen and (max-width:768px) {
  .modPartsYoutube {
    position: relative;
    width: 100%;
    padding-top: 56.25%
  }
  .modPartsYoutube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%!important;
    height: 100%!important
  }
}

.modPartsTxt iframe {
  width: 100%;
  height: 400px
}

@media only screen and (max-width:768px) {
  .modPartsTxt iframe {
    height: 250px
  }
}

.modPartsTxt ul {
  margin-left: 2em
}

.modPartsTxt ul li {
  list-style: disc
}

.modPartsTxt ol {
  margin-left: 2.2em
}

.modPartsTxt ol li {
  list-style: decimal
}

.modPartsTxt strong, .modPartsTxt th {
  font-weight: 700
}

.modPartsTxt .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.modPartsTxt img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline
}

.modPartsTxt img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline
}

.modPartsTxt .alignright {
  float: right
}

.modPartsTxt .alignleft {
  float: left
}

.modPartsTxt strong {
  font-weight: 700
}

.modTitle01 {
  color: #184198;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.2;
  margin-bottom: calc(40px - .26em);
  text-align: center;
  margin-top: -.26em
}

@media only screen and (max-width:992px) {
  .modTitle01 {
    font-size: 30px;
    font-size: 3rem;
    margin-bottom: calc(30px - .26em)
  }
}

@media only screen and (max-width:768px) {
  .modTitle01 {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: calc(30px - .26em)
  }
}

.modTitle01.-left {
  text-align: left
}

@media only screen and (max-width:768px) {
  .modTitle01.-left {
    text-align: center
  }
}

.modTitle01.-noLs {
  letter-spacing: 0
}

.modTitle02 {
  text-align: center;
  line-height: 1.2;
  font-size: 28px;
  font-size: 2.8rem;
  letter-spacing: .05em;
  font-weight: 600;
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 15px;
  margin-bottom: 40px;
  margin-top: -.26em
}

@media only screen and (max-width:992px) {
  .modTitle02 {
    font-size: 21px;
    font-size: 2.1rem;
    margin-bottom: 30px
  }
}

@media only screen and (max-width:768px) {
  .modTitle02 {
    font-size: 19px;
    font-size: 1.9rem
  }
}

.modTitle02__inner {
  position: relative;
  display: inline-block;
  vertical-align: middle
}

.modTitle02__inner::after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  width: 100%;
  height: 3px;
  background: #184198;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}

.modTitle03 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: .07em;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 15px
}

@media only screen and (max-width:992px) {
  .modTitle03 {
    font-size: 18px;
    font-size: 1.8rem
  }
}

@media only screen and (max-width:768px) {
  .modTitle03 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 7.5px
  }
}

.modTitle04 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: .07em;
  line-height: 1.2;
  margin-bottom: 10px
}

@media only screen and (max-width:768px) {
  .modTitle04 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 7.5px
  }
}

.modTitle05 {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px
}

@media only screen and (max-width:768px) {
  .modTitle05 {
    font-size: 14px;
    font-size: 1.4rem
  }
}

@media only screen and (max-width:768px) {
  .modTitle05 {
    margin-bottom: 7.5px
  }
}

.modTitle06 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: .07em;
  line-height: 2;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  text-align: center
}

@media only screen and (max-width:768px) {
  .modTitle06 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 20px
  }
}

.modTxtBase01 {
  font-size: 17px;
  font-size: 1.7rem;
  letter-spacing: .08em;
  line-height: 1.7
}

@media only screen and (max-width:992px) {
  .modTxtBase01 {
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: .08em;
    line-height: 1.6
  }
}

.modTxtBase02 {
  letter-spacing: .08em;
  line-height: 1.666666
}

@media only screen and (max-width:992px) {
  .modTxtBase02 {
    letter-spacing: .05em;
    line-height: 1.5
  }
}

.modTxtCenter {
  text-align: center
}

.modTxtRight {
  text-align: right
}

.modTxtLeft {
  text-align: left
}

.modTxtCatch {
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: .1em;
  line-height: 1.6
}

@media only screen and (max-width:768px) {
  .modTxtCatch {
    text-align: left;
    margin-bottom: 30px
  }
}

.modTxtCatch02 {
  font-size: 19px;
  font-size: 1.9rem;
  text-align: center;
  letter-spacing: .08em;
  color: #184198
}

@media only screen and (max-width:768px) {
  .modTxtCatch02 {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: left;
    margin-bottom: 30px;
    line-height: 1.5
  }
}

.modTxtLink01 {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  padding-right: 1em;
  line-height: 1.6;
  font-size: 15px;
  font-size: 1.5rem
}

.modTxtLink01::after {
  content: '>';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.modTxtLink01:hover {
  text-decoration: underline
}

@media only screen and (max-width:992px) {
  .modTxtLink01:hover {
    text-decoration: none
  }
}

@media only screen and (max-width:768px) {
  .modTxtLink01.-spBlock {
    display: block;
    padding: 7.5px 10px;
    border: 1px solid #d3d3d3;
    font-size: 12px;
    font-size: 1.2rem;
    margin: 10px 0
  }
  .modTxtLink01.-spBlock::after {
    content: '';
    width: 7px;
    height: 7px;
    right: 10px;
    border-right: 1px solid;
    border-bottom: 1px solid;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg)
  }
}

@media only screen and (min-width:769px) {
  .myAcc01__title-name li .modTxtLink01{
    margin-top: -0.3em;
  }
}

.modTxtLink02 {
  text-decoration: none
}

.modTxtLink02:hover {
  text-decoration: underline
}

.modTxtDesc {
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: .05em;
  line-height: 1.6
}

@media only screen and (max-width:768px) {
  .modTxtDesc {
    font-size: 12px;
    font-size: 1.2rem
  }
}

.modTxt01 {
  position: relative;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: .07em;
  padding-left: 28px;
  line-height: 1.4;
  margin-bottom: 25px
}

@media only screen and (max-width:768px) {
  .modTxt01 {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: .08em;
    padding-left: 18px
  }
}

.modTxt01+.modTxt01 {
  margin-top: -5px
}

.modTxt01:last-child {
  margin-bottom: 0
}

.modTxt01::before {
  content: '';
  position: absolute;
  top: .2em;
  left: 0;
  width: 8px;
  height: 20px;
  background: #184198
}

@media only screen and (max-width:768px) {
  .modTxt01::before {
    width: 6px;
    height: 14px
  }
}

body#page_about .myContentsHeader {
  position: relative;
  padding: 100px 0;
  background: url(../img/about/bg_pagetitle_pc.jpg) no-repeat bottom center;
  background-size: cover
}

@media only screen and (max-width:768px) {
  body#page_about .myContentsHeader {
    padding: 60px 0;
    background-image: url(../img/about/bg_pagetitle_sp.jpg)
  }
}

body#page_about .myContentsHeader::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 395px;
  height: 115px;
  background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, rgba(24, 65, 152, .85))) no-repeat top left/100% 100%;
  background: -webkit-linear-gradient(bottom right, rgba(255, 255, 255, 0) 50%, rgba(24, 65, 152, .85) 50.5%) no-repeat top left/100% 100%;
  background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, rgba(24, 65, 152, .85) 50.5%) no-repeat top left/100% 100%;
  z-index: 9
}

@media only screen and (max-width:992px) {
  body#page_about .myContentsHeader::before {
    width: 40vw;
    height: 10vw
  }
}

body#page_about .myContentsHeader__title {
  margin: 0 0 1.8em;
  color: #184198;
  text-align: center;
  line-height: 1.5
}

@media only screen and (max-width:768px) {
  body#page_about .myContentsHeader__title {
    margin-bottom: .8em
  }
}

body#page_about .myContentsHeader__title-en {
  font-size: 20px;
  font-size: 2rem;
  display: block;
  font-weight: 600
}

@media only screen and (max-width:768px) {
  body#page_about .myContentsHeader__title-en {
    font-size: 12px;
    font-size: 1.2rem
  }
}

body#page_about .myContentsHeader__title-ja {
  font-size: 44px;
  font-size: 4.4rem;
  display: block;
  font-weight: 600;
  letter-spacing: .03em
}

@media only screen and (max-width:768px) {
  body#page_about .myContentsHeader__title-ja {
    font-size: 27px;
    font-size: 2.7rem
  }
}

body#page_about .myContentsHeader__text, body#page_about .myContentsHeader__text--emphasis {
  margin: 0 0 1.5em;
  text-align: center;
  font-weight: 700;
  letter-spacing: .08em
}

body#page_about .myContentsHeader__text--emphasis:last-child, body#page_about .myContentsHeader__text:last-child {
  margin-bottom: 0
}

@media only screen and (max-width:768px) {
  body#page_about .myContentsHeader__text, body#page_about .myContentsHeader__text--emphasis {
    margin-bottom: .8em;
    text-align: left;
    font-size: 16px;
    font-size: 1.6rem
  }
}

body#page_about .myContentsHeader__text--emphasis {
  color: #184198;
  font-size: 19px;
  font-size: 1.9rem
}

@media only screen and (max-width:768px) {
  body#page_about .myContentsHeader__text--emphasis {
    font-size: 17px;
    font-size: 1.7rem
  }
}

body#page_about .myBlock02 {
  text-align: center
}

@media only screen and (max-width:768px) {
  body#page_about .myBlock02 {
  }
}

body#page_about .myBlock02Header {
  margin-bottom: 90px
}

@media only screen and (max-width:768px) {
  body#page_about .myBlock02Header {
    margin-bottom: 50px
  }
}

@media only screen and (max-width:768px) {
  body#page_about .myBlock02Body>.modBlockSection02:first-child .modTxtCatch {
    margin-bottom: 40px
  }
}

body#page_about .myBlock02Box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 590px;
  border: 1px solid #184198;
  color: #184198;
  margin: 50px auto 0;
  background: #fff
}

@media only screen and (max-width:768px) {
  body#page_about .myBlock02Box {
    display: block;
    padding: 12px 15px;
    margin-top: 45px
  }
}

body#page_about .myBlock02Box__header {
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1;
  padding: 15px 15px 15px 30px
}

@media only screen and (max-width:768px) {
  body#page_about .myBlock02Box__header {
    font-size: 28px;
    font-size: 2.8rem;
    padding: 0;
    margin-bottom: 7.5px
  }
}

body#page_about .myBlock02Box__body {
  font-size: 17px;
  font-size: 1.7rem;
  text-align: left;
  line-height: 1.7;
  font-weight: 500;
  letter-spacing: .08em;
  padding: 15px 15px 15px 0
}

@media only screen and (max-width:768px) {
  body#page_about .myBlock02Box__body {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 0;
    line-height: 1.6
  }
}

body#page_about .myBlock02Box__body::after, body#page_about .myBlock02Box__body::before {
  content: "";
  left: calc(50% - 25px);
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 25px 30px 25px
}

@media only screen and (max-width:768px) {
  body#page_about .myBlock02Box__body::after, body#page_about .myBlock02Box__body::before {
    left: calc(50% - 12.5px);
    border-width: 0 12.5px 15px 12.5px
  }
}

body#page_about .myBlock02Box__body::before {
  top: -30px;
  border-color: transparent transparent #184198 transparent
}

@media only screen and (max-width:768px) {
  body#page_about .myBlock02Box__body::before {
    top: -15px
  }
}

body#page_about .myBlock02Box__body::after {
  border-color: transparent transparent #fff transparent;
  top: -28px
}

@media only screen and (max-width:768px) {
  body#page_about .myBlock02Box__body::after {
    top: -13px
  }
}

body#page_about .myListTile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: -20px
}

@media only screen and (max-width:768px) {
  body#page_about .myListTile {
    margin-right: -20px;
    margin-left: -20px;
    margin-bottom: 0
  }
}

body#page_about .myListTile__item {
  width: calc(50% - 10px);
  margin-bottom: 20px
}

@media only screen and (max-width:768px) {
  body#page_about .myListTile__item {
    width: 100%;
    margin-bottom: 5px
  }
  body#page_about .myListTile__item:last-child {
    margin-bottom: 0
  }
}

body#page_about .myListTile .box {
  color: #fff;
  position: relative;
  padding: 25% 20px 20px;
  text-align: left;
  background-position: center;
  background-size: cover
}

@media only screen and (max-width:768px) {
  body#page_about .myListTile .box {
    padding-top: 25%
  }
}

body#page_about .myListTile .box.-box01 {
  background-image: url(../img/company/img_vision01.jpg)
}

body#page_about .myListTile .box.-box02 {
  background-image: url(../img/company/img_vision02.jpg)
}

body#page_about .myListTile .box.-box03 {
  background-image: url(../img/company/img_vision03.jpg)
}

body#page_about .myListTile .box.-box04 {
  background-image: url(../img/company/img_vision04.jpg)
}

body#page_about .myListTile .ttl {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 150px;
  text-align: center;
  padding: 5px 25px 5px 15px;
  line-height: 1.2;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  overflow: hidden
}

@media only screen and (max-width:768px) {
  body#page_about .myListTile .ttl {
    min-width: 120px;
    font-size: 18px;
    font-size: 1.8rem
  }
}

body#page_about .myListTile .ttl::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(24, 65, 152, .85);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  transform: skew(-20deg)
}

body#page_about .myListTile .ttl>span {
  position: relative;
  z-index: 1
}

body#page_about .myListTile .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: .1em;
  line-height: 1.7
}

@media only screen and (max-width:768px) {
  body#page_about .myListTile .text {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4
  }
}


body#page_about .myBlockOpenTitle {
  position: relative;
  font-size: 48px;
  font-size: 4.8rem;
  color: #184198;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 32px
}

@media only screen and (max-width:992px) {
  body#page_about .myBlockOpenTitle {
    font-size: 42px;
    font-size: 4.2rem
  }
}

@media only screen and (max-width:768px) {
  body#page_about .myBlockOpenTitle {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 0
  }
}

body#page_about .myBlockOpenTitle::before {
  content: '';
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 33.333% - 10px);
  width: calc(66.666% + 20px);
  height: 1px;
  background: #184198
}

@media only screen and (max-width:768px) {
  body#page_about .myBlockOpenTitle::before {
    display: none
  }
}

body#page_about .myBlockOpenTitle__inner {
  position: relative;
  display: inline-block;
  z-index: 1;
  border: 2px solid #184198;
  padding: 5px 15px 7.5px;
  background: #fff
}

@media only screen and (max-width:768px) {
  body#page_about .myBlockOpenTitle__inner {
    border-width: 1px
  }
}

body#page_about .myBlockOpenList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}

@media only screen and (max-width:768px) {
  body#page_about .myBlockOpenList {
    margin-right: 0;
    margin-left: 0
  }
}

body#page_about .myBlockOpenList__item {
  position: relative;
  width: 33.333%;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: -.26em
}

@media only screen and (max-width:768px) {
  body#page_about .myBlockOpenList__item {
    width: 100%;
    padding-right: 0;
    padding-left: 0
  }
}

@media only screen and (max-width:768px) {
  body#page_about .myBlockOpenList__item {
    margin-top: 30px;
    margin-bottom: 7.5px
  }
  body#page_about .myBlockOpenList__item:last-child {
    margin-bottom: -.26em
  }
}

body#page_about .myBlockOpenList__item::before {
  content: '';
  position: absolute;
  top: -65px;
  left: calc(50% - 1px);
  width: 1px;
  height: 65px;
  background: #184198
}

@media only screen and (max-width:992px) {
  body#page_about .myBlockOpenList__item::before {
    top: -62px;
    height: 62px
  }
}

@media only screen and (max-width:768px) {
  body#page_about .myBlockOpenList__item::before {
    top: -30px;
    height: 30px
  }
}

body#page_about .myBlockOpenList__header {
  background: #184198;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 15px
}

@media only screen and (max-width:992px) {
  body#page_about .myBlockOpenList__header {
    font-size: 20px;
    font-size: 2rem
  }
}

@media only screen and (max-width:768px) {
  body#page_about .myBlockOpenList__header {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.6;
    margin-bottom: 10px
  }
}

body#page_about .myBlockOpenList__body {
  text-align: left;
  line-height: 1.6;
  letter-spacing: .1em
}

@media only screen and (max-width:768px) {
  body#page_about .myBlockOpenList__body {
    font-size: 14px;
    font-size: 1.4rem
  }
}

body#page_about .myBlockSloganlogo {
  margin-top: 40px;
  margin-bottom: 40px
}

@media only screen and (max-width:768px) {
  body#page_about .myBlockSloganlogo {
    margin-top: 20px;
    margin-bottom: 20px
  }
  body#page_about .myBlockSloganlogo img {
    max-width: 80%
  }
}

body#page_about .myBlockLogoMessage {
}


body#page_about .myBlockLogoMessage__mark {
  margin-bottom: 57px;
  margin-top: 93px;
  text-align: center;
}
@media only screen and (max-width:768px) {
  body#page_about .myBlockLogoMessage__mark {
    max-width: 150px;
    margin: 60px auto 50px;
  }
}


body#page_about .myBlockLogoMessage__concept {
  margin-bottom: 23px;
  text-align: left;
}



@media only screen and (max-width:768px) {
  body#page_about .myBlockLogoMessage__concept {
    margin-bottom: 30px;
  }
}

body#page_about .myBlockLogoMessage__concept-title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color:#013F97;
}

@media only screen and (max-width:768px) {
  body#page_about .myBlockLogoMessage__concept-title {
    margin-bottom: 9px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}



body#page_about .myBlockLogoMessage__concept-inner {
  font-size: 33px;
  font-size: 3.3rem;
  font-weight: 500;
}

@media only screen and (max-width:768px) {
  body#page_about .myBlockLogoMessage__concept-inner {
    font-size: 31px;
    font-size: 3.1rem;
    line-height: 1.3;
  }
}

@media only screen and (min-width:769px) {
  body#page_about .myBlockLogoMessage__concept-inner br.sp{
    display: none;
  }
}

body#page_about .myBlockLogoMessage__about {
  text-align: left;
}


@media only screen and (min-width:769px) {
  body#page_about .myBlockLogoMessage__about {
    display: flex;
    flex-wrap: wrap;
    gap:0 133px;
  }
}

body#page_about .myBlockLogoMessage__about-detail {
  width: calc(100% - 133px - 37.7%);
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 3.2;
  font-weight: 500;
}

@media only screen and (max-width:768px) {
  body#page_about .myBlockLogoMessage__about-detail {
    width: auto;
    margin-bottom: 50px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7;
  }
}

@media only screen and (max-width:768px) {
  body#page_about .myBlockLogoMessage__about-detail br{
    display: none;
  }
}

body#page_about .myBlockLogoMessage__about-gallery {
  width: 37.7%;
  padding-top: 41px;
}

@media only screen and (max-width:768px) {
  body#page_about .myBlockLogoMessage__about-gallery {
    width: auto;
    padding-top: 0;
    padding-left: 12px;
  }
}

body#page_about .myBlockLogoMessage__list {
}


body#page_about .myBlockLogoMessage__list-item:not(:last-child) {
  margin-bottom: 34px;
}
@media only screen and (max-width:768px) {
  body#page_about .myBlockLogoMessage__list-item:not(:last-child) {
    margin-bottom: 26px;
  }
}

@media only screen and (max-width:768px) {

  body#page_about .myBlockLogoMessage__list img{
    width: auto;
    height: 24px;
  }
}












body#page_about-toyosu22 .gContents {
  padding-bottom: 120px
}

@media only screen and (max-width:768px) {
  body#page_about-toyosu22 .gContents {
    padding-bottom: 80px
  }
}

body#page_about-toyosu22 .myBlockVisual {
  position: relative
}

body#page_about-toyosu22 .myBlockVisual__bg {
  text-align: center
}

body#page_about-toyosu22 .myBlockVisual__bg img {
  width: 100%
}

body#page_about-toyosu22 .myBlockVisual__text {
  position: absolute;
  top: 48%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  width: 100%;
  text-shadow: 1px 2px 5px #184198
}

@media only screen and (max-width:768px) {
  body#page_about-toyosu22 .myBlockVisual__text {
    top: auto;
    bottom: 7%;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
}

body#page_about-toyosu22 .myBlockVisual__text-inner {
  max-width: 75.715%;
  margin: 0 auto
}

@media only screen and (max-width:768px) {
  body#page_about-toyosu22 .myBlockVisual__text-inner {
    max-width: 90%
  }
}

body#page_about-toyosu22 .myBlockVisual__text .myBlockVisual__ttl {
  font-size: 3.857vw;
  font-weight: 600;
  line-height: 1.26;
  letter-spacing: .03em;
  margin-bottom: 20px
}

@media only screen and (max-width:768px) {
  body#page_about-toyosu22 .myBlockVisual__text .myBlockVisual__ttl {
    font-size: 7.2vw;
    margin-bottom: 10px;
    letter-spacing: .01em;
    line-height: 1.3
  }
}

body#page_about-toyosu22 .myBlockVisual__text .myBlockVisual__desc {
  font-size: 1.429vw;
  font-weight: 600;
  letter-spacing: .1em;
  line-height: 1.7
}

@media only screen and (max-width:768px) {
  body#page_about-toyosu22 .myBlockVisual__text .myBlockVisual__desc {
    font-size: 3.7333vw;
    font-weight: 500;
    letter-spacing: .025em;
    line-height: 1.57
  }
}

body#page_about-toyosu22 .myBlockCatch {
  padding: 60px 0
}

@media only screen and (max-width:768px) {
  body#page_about-toyosu22 .myBlockCatch {
    padding: 25px 0
  }
}

body#page_about-toyosu22 .myBlockCatch__text {
  font-size: 17px;
  font-size: 1.7rem;
  letter-spacing: .08em;
  line-height: 1.7;
  text-align: center
}

@media only screen and (max-width:768px) {
  body#page_about-toyosu22 .myBlockCatch__text {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: .04em;
    line-height: 1.5;
    text-align: left
  }
}

body#page_about-toyosu22 .myTitle01 {
  text-align: center;
  font-size: 32px;
  font-size: 3.2rem;
  letter-spacing: .05em;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 25px
}

@media only screen and (max-width:768px) {
  body#page_about-toyosu22 .myTitle01 {
    font-size: 4.8vw;
    line-height: 1.3;
    letter-spacing: .015em;
    margin-bottom: 20px
  }
}

body#page_about-toyosu22 .myTitle01__inner {
  position: relative;
  display: inline-block;
  border-bottom: 3px solid #184198;
  padding-bottom: 10px
}

@media only screen and (max-width:768px) {
  body#page_about-toyosu22 .myTitle01__inner {
    padding-bottom: 7.5px
  }
}

body#page_about-toyosu22 .myBlock01 {
  background: url(../img/about/toyosu22/bg01.jpg) no-repeat bottom center/cover;
  padding: 55px 0
}

@media only screen and (max-width:768px) {
  body#page_about-toyosu22 .myBlock01 {
    background-color: #eaf2f1;
    background-position: top center;
    background-image: url(../img/about/toyosu22/bg01_sp.jpg);
    padding: 25px 0 30px
  }
}

body#page_about-toyosu22 .myBlock01__header {
  margin-bottom: 75px
}

@media only screen and (max-width:768px) {
  body#page_about-toyosu22 .myBlock01__header {
    margin-bottom: 40px
  }
}

@media only screen and (max-width:768px) {
  body#page_about-toyosu22 .myBlock01__body {
    margin: 0 -5px
  }
}

body#page_about-toyosu22 .myBlock01__ttl {
  color: #184198;
  font-size: 40px;
  font-size: 4rem;
  letter-spacing: .05em;
  text-align: center;
  font-weight: 600;
  line-height: 1.35;
  margin-bottom: 45px
}

@media only screen and (max-width:768px) {
  body#page_about-toyosu22 .myBlock01__ttl {
    font-size: 6.4vw;
    line-height: 1.33;
    margin-bottom: 25px
  }
}

body#page_about-toyosu22 .myBlock01HeaderBox {
  max-width: 730px;
  margin: 0 auto
}

@media only screen and (max-width:768px) {
  body#page_about-toyosu22 .myBlock01HeaderBox {
    max-width: 100%
  }
}

body#page_about-toyosu22 .myBlock01HeaderBox__item.-logo {
  margin-bottom: 25px;
  text-align: center
}

@media only screen and (max-width:768px) {
  body#page_about-toyosu22 .myBlock01HeaderBox__item.-logo {
    margin-bottom: 25px
  }
}

body#page_about-toyosu22 .myBlock01HeaderBox__item.-logo img {
  vertical-align: middle
}

@media only screen and (max-width:768px) {
  body#page_about-toyosu22 .myBlock01HeaderBox__item.-logo img {
    width: 109px
  }
}

body#page_about-toyosu22 .myBlock01HeaderBox__item.-text {
  text-align: center
}

@media only screen and (max-width:768px) {
  body#page_about-toyosu22 .myBlock01HeaderBox__item.-text {
    text-align: left;
  }
}

body#page_about-toyosu22 .myBlock01HeaderBox__item.-text .text01 {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.7;
  letter-spacing: .08em;
  margin-bottom: 10px
}

@media only screen and (max-width:768px) {
  body#page_about-toyosu22 .myBlock01HeaderBox__item.-text .text01 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: .04em
  }
}

body#page_about-toyosu22 .myBlock01HeaderBox__item.-text .text02 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: .05em
}

@media only screen and (max-width:768px) {
  body#page_about-toyosu22 .myBlock01HeaderBox__item.-text .text02 {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.6;
    letter-spacing: .04em
  }
}

body#page_about-toyosu22 .myBlockIn01__header {
  margin-bottom: 70px
}

@media only screen and (max-width:768px) {
  body#page_about-toyosu22 .myBlockIn01__header {
    margin-bottom: 35px
  }
}

body#page_about-toyosu22 .myBlockIn01__header .myBlockIn01__catch {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: .05em;
  text-align: center
}

@media only screen and (max-width:768px) {
  body#page_about-toyosu22 .myBlockIn01__header .myBlockIn01__catch {
    font-size: 3.73333vw
  }
}

body#page_about-toyosu22 .myBlockIn01__header .myBlockIn01__catch .text01 {
  font-family: "Noto Sans JP", sans-serif;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fff780));
  background: -webkit-linear-gradient(transparent 60%, #fff780 60%);
  background: linear-gradient(transparent 60%, #fff780 60%);
  padding: 0 .25em
}

body#page_about-toyosu22 .myBlockIn01__header .myBlockIn01__catch .text01__large {
  font-size: 28px;
  font-size: 2.8rem
}

@media only screen and (max-width:768px) {
  body#page_about-toyosu22 .myBlockIn01__header .myBlockIn01__catch .text01__large {
    font-size: 4.2666vw
  }
  body#page_about-toyosu22 .myBlockIn01__header .myBlockIn01__catch .text01__large.-spNormal {
    font-size: 3.73333vw
  }
}

body#page_about-toyosu22 .myBlockIn01__header .myBlockIn01__catch .half.-right {
  margin-right: -.5em
}

body#page_about-toyosu22 .myBlockIn01__header .myBlockIn01__catch .half.-left {
  margin-left: -.15em
}

body#page_about-toyosu22 .myBlockIn01Box {
  position: relative;
  left: -50px;
  background: rgba(255, 255, 255, .9);
  padding: 40px;
  max-width: 1020px;
  margin-bottom: 60px
}

@media only screen and (max-width:1400px) {
  body#page_about-toyosu22 .myBlockIn01Box {
    left: 0;
    margin-left: 10px;
    margin-right: 50px
  }
}

@media only screen and (max-width:768px) {
  body#page_about-toyosu22 .myBlockIn01Box {
    margin: 0 0 30px;
    padding: 25px 20px 20px
  }
  body#page_about-toyosu22 .myBlockIn01Box:last-child {
    margin-bottom: 0
  }
}

body#page_about-toyosu22 .myBlockIn01Box__ttl {
  position: absolute;
  top: -30px;
  left: -40px;
  color: #fff;
  display: table;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  background: #85cde7
}

@media only screen and (max-width:1200px) {
  body#page_about-toyosu22 .myBlockIn01Box__ttl {
    left: -10px
  }
}

@media only screen and (max-width:768px) {
  body#page_about-toyosu22 .myBlockIn01Box__ttl {
    top: -16px;
    left: -5px
  }
}

body#page_about-toyosu22 .myBlockIn01Box__ttl .num, body#page_about-toyosu22 .myBlockIn01Box__ttl .txt {
  display: table-cell;
  line-height: 1;
  vertical-align: middle
}

body#page_about-toyosu22 .myBlockIn01Box__ttl .num {
  font-size: 40px;
  font-size: 4rem;
  text-align: center;
  width: 60px;
  background: #5cb7d8;
  padding: 10px 0
}

@media only screen and (max-width:768px) {
  body#page_about-toyosu22 .myBlockIn01Box__ttl .num {
    font-size: 20px;
    font-size: 2rem;
    padding: 5px 0;
    width: 30px;
    height: 30px
  }
}

body#page_about-toyosu22 .myBlockIn01Box__ttl .txt {
  font-size: 28px;
  font-size: 2.8rem;
  letter-spacing: .08em;
  padding: 0 30px
}

@media only screen and (max-width:768px) {
  body#page_about-toyosu22 .myBlockIn01Box__ttl .txt {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0 15px;
    letter-spacing: .04em
  }
}

body#page_about-toyosu22 .myBlockIn01Box__ttl.-right {
  left: auto;
  right: -40px
}

@media only screen and (max-width:1200px) {
  body#page_about-toyosu22 .myBlockIn01Box__ttl.-right {
    right: -10px
  }
}

@media only screen and (max-width:768px) {
  body#page_about-toyosu22 .myBlockIn01Box__ttl.-right {
    right: -5px
  }
}

body#page_about-toyosu22 .myBlockIn01Box__ttl.-green {
  background: #61d994
}

body#page_about-toyosu22 .myBlockIn01Box__ttl.-green .num {
  background: #4cc680
}

body#page_about-toyosu22 .myBlockIn01Box__ttl.-purple {
  background: #ca94e4
}

body#page_about-toyosu22 .myBlockIn01Box__ttl.-purple .num {
  background: #b470d5
}

body#page_about-toyosu22 .myBlockIn01Box__body .block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

body#page_about-toyosu22 .myBlockIn01Box__body .block+.block {
  margin-top: 30px
}

body#page_about-toyosu22 .myBlockIn01Box__body .block+.block::before {
  content: '';
  position: absolute;
  top: -15px;
  left: 0;
  background: #e8d5eb;
  width: calc(100% - 500px);
  height: 1px
}

@media only screen and (max-width:992px) {
  body#page_about-toyosu22 .myBlockIn01Box__body .block+.block::before {
    width: calc(50% - 10px)
  }
}

@media only screen and (max-width:768px) {
  body#page_about-toyosu22 .myBlockIn01Box__body .block+.block::before {
    width: 100%
  }
}

body#page_about-toyosu22 .myBlockIn01Box__body .block__item.-text {
  width: calc(100% - 460px);
  padding-right: 40px
}

@media only screen and (max-width:992px) {
  body#page_about-toyosu22 .myBlockIn01Box__body .block__item.-text {
    width: 50%;
    padding-right: 20px
  }
}

@media only screen and (max-width:768px) {
  body#page_about-toyosu22 .myBlockIn01Box__body .block__item.-text {
    width: 100%;
    padding-right: 0;
    margin-bottom: 15px
  }
}

body#page_about-toyosu22 .myBlockIn01Box__body .block__item.-photo {
  width: 460px
}

@media only screen and (max-width:992px) {
  body#page_about-toyosu22 .myBlockIn01Box__body .block__item.-photo {
    width: 50%
  }
}

@media only screen and (max-width:768px) {
  body#page_about-toyosu22 .myBlockIn01Box__body .block__item.-photo {
    width: 100%;
    padding-right: 0
  }
  body#page_about-toyosu22 .myBlockIn01Box__body .block__item.-photo img {
    width: 100%
  }
}

body#page_about-toyosu22 .myBlockIn01Box__body .block.-type01 .block__item.-photo img {
  max-width: 523px;
  margin: 0 -15px
}

@media only screen and (max-width:992px) {
  body#page_about-toyosu22 .myBlockIn01Box__body .block.-type01 .block__item.-photo img {
    max-width: 100%;
    margin: 0
  }
}

body#page_about-toyosu22 .myBlockIn01Box__body .block .catch {
  color: #184198;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: .08em;
  margin-bottom: 20px
}

@media only screen and (max-width:1200px) {
  body#page_about-toyosu22 .myBlockIn01Box__body .block .catch {
    font-size: 2vw;
    margin-bottom: 7.5px
  }
}

@media only screen and (max-width:768px) {
  body#page_about-toyosu22 .myBlockIn01Box__body .block .catch {
    font-size: 3.7333vw
  }
}

body#page_about-toyosu22 .myBlockIn01Box__body .block .catch.-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

body#page_about-toyosu22 .myBlockIn01Box__body .block .catch.-column .logo {
  width: 141px
}

@media only screen and (max-width:992px) {
  body#page_about-toyosu22 .myBlockIn01Box__body .block .catch.-column .logo {
    width: 30%
  }
}

@media only screen and (max-width:768px) {
  body#page_about-toyosu22 .myBlockIn01Box__body .block .catch.-column .logo {
    width: 35%
  }
}

body#page_about-toyosu22 .myBlockIn01Box__body .block .catch.-column .logo img {
  vertical-align: middle
}

body#page_about-toyosu22 .myBlockIn01Box__body .block .catch.-column .txt {
  width: calc(100% - 141px)
}

@media only screen and (max-width:992px) {
  body#page_about-toyosu22 .myBlockIn01Box__body .block .catch.-column .txt {
    width: 70%
  }
}

@media only screen and (max-width:768px) {
  body#page_about-toyosu22 .myBlockIn01Box__body .block .catch.-column .txt {
    width: 65%
  }
}

body#page_about-toyosu22 .myBlockIn01Box__body .block .desc {
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: .08em;
  line-height: 1.7
}

@media only screen and (max-width:992px) {
  body#page_about-toyosu22 .myBlockIn01Box__body .block .desc {
    font-size: 12px;
    font-size: 1.2rem
  }
}

body#page_about-toyosu22 .myBlockIn01Box__body .block.-rebirth {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

body#page_about-toyosu22 .myBlockIn01Box__body .block.-rebirth .block__item.-text {
  padding-right: 0;
  padding-left: 40px
}

@media only screen and (max-width:992px) {
  body#page_about-toyosu22 .myBlockIn01Box__body .block.-rebirth .block__item.-text {
    padding-left: 20px
  }
}

@media only screen and (max-width:768px) {
  body#page_about-toyosu22 .myBlockIn01Box__body .block.-rebirth .block__item.-text {
    padding-left: 0
  }
}

body#page_about-toyosu22 .myBlockIn01Box.-right {
  right: -50px;
  left: auto
}

@media only screen and (max-width:1400px) {
  body#page_about-toyosu22 .myBlockIn01Box.-right {
    right: 0;
    margin-right: 10px;
    margin-left: 50px
  }
}

@media only screen and (max-width:768px) {
  body#page_about-toyosu22 .myBlockIn01Box.-right {
    margin: 0 0 30px
  }
}

body#page_about-toyosu22 .myBlock02 {
  padding-top: 60px
}

@media only screen and (max-width:768px) {
  body#page_about-toyosu22 .myBlock02 {
    padding-top: 50px
  }
}

body#page_about-toyosu22 .myBlock02__header {
  margin-bottom: 55px
}

@media only screen and (max-width:768px) {
  body#page_about-toyosu22 .myBlock02__header {
    margin-bottom: 35px
  }
}

body#page_about-toyosu22 .myBlock02__header .catch {
  font-size: 17px;
  font-size: 1.7rem;
  letter-spacing: .08em;
  line-height: 1.7;
  text-align: center
}

@media only screen and (max-width:768px) {
  body#page_about-toyosu22 .myBlock02__header .catch {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: .04em;
    line-height: 1.5;
    text-align: left
  }
}

body#page_about-toyosu22 .myBlock02Block01 {
  margin-bottom: 60px
}

@media only screen and (max-width:768px) {
  body#page_about-toyosu22 .myBlock02Block01 {
    margin-bottom: 40px
  }
}

body#page_about-toyosu22 .myBlock02Block01__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px 25px
}

@media only screen and (max-width:768px) {
  body#page_about-toyosu22 .myBlock02Block01__inner {
    margin: 0 0 25px
  }
}

@media only screen and (max-width:768px) {
  body#page_about-toyosu22 .myBlock02Block01__photo {
    margin: 0 -20px
  }
  body#page_about-toyosu22 .myBlock02Block01__photo img {
    width: 100%
  }
}

body#page_about-toyosu22 .myBlock02Block01__item {
  width: 50%;
  padding: 0 20px
}

@media only screen and (max-width:768px) {
  body#page_about-toyosu22 .myBlock02Block01__item {
    width: 100%;
    padding: 0;
    margin-bottom: 20px
  }
  body#page_about-toyosu22 .myBlock02Block01__item:last-child {
    margin-bottom: 0
  }
}

body#page_about-toyosu22 .myBlock02Block01__item .text .ttl {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: .05em;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 25px
}

@media only screen and (max-width:768px) {
  body#page_about-toyosu22 .myBlock02Block01__item .text .ttl {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: .025em;
    margin-bottom: 10px
  }
}

body#page_about-toyosu22 .myBlock02Block01__item .text .desc {
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: .05em;
  line-height: 1.7
}

@media only screen and (max-width:768px) {
  body#page_about-toyosu22 .myBlock02Block01__item .text .desc {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: .04em;
    line-height: 1.5
  }
}

body#page_about-toyosu22 .myBlock02Block01__item .text .desc img {
  vertical-align: sub
}

body#page_about-toyosu22 .myBlock02Block02 {
  margin-bottom: 100px
}

@media only screen and (max-width:768px) {
  body#page_about-toyosu22 .myBlock02Block02 {
    margin-bottom: 55px
  }
}

body#page_about-toyosu22 .myBlock02Block02 .block01 {
  margin-bottom: 60px
}

@media only screen and (max-width:768px) {
  body#page_about-toyosu22 .myBlock02Block02 .block01 {
    margin: 0 -20px 40px
  }
  body#page_about-toyosu22 .myBlock02Block02 .block01 img {
    width: 100%
  }
}

body#page_about-toyosu22 .myBlock02Block02 .block02 .slider {
  margin-bottom: 95px
}

@media only screen and (max-width:768px) {
  body#page_about-toyosu22 .myBlock02Block02 .block02 .slider {
    margin-bottom: 40px
  }
}

body#page_about-toyosu22 .myBlock02Block02 .block02 .slider__item {
  max-width: 320px;
  padding-right: 10px;
  padding-left: 10px
}

@media only screen and (max-width:768px) {
  body#page_about-toyosu22 .myBlock02Block02 .block02 .slider__item {
    max-width: 190px;
    padding-right: 5px;
    padding-left: 5px
  }
}

body#page_about-toyosu22 .myBlock02Block02 .block02 .box {
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4
}

@media only screen and (max-width:768px) {
  body#page_about-toyosu22 .myBlock02Block02 .block02 .box {
    font-size: 11px;
    font-size: 1.1rem
  }
}

body#page_about-toyosu22 .myBlock02Block02 .block02 .box__num {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 36px;
  line-height: 30px;
  border-bottom-right-radius: 100px;
  background: #23ac38;
  color: #fff;
  text-align: center;
  padding-right: 7.5px;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif
}

@media only screen and (max-width:768px) {
  body#page_about-toyosu22 .myBlock02Block02 .block02 .box__num {
    width: 24px;
    height: 24px;
    line-height: 22px;
    padding-right: 5px;
    font-size: 11px;
    font-size: 1.1rem
  }
}

body#page_about-toyosu22 .myBlock02Block02 .block02 .box__photo {
  margin-bottom: 10px
}

@media only screen and (max-width:768px) {
  body#page_about-toyosu22 .myBlock02Block02 .block02 .box__photo {
    margin-bottom: 7.5px
  }
}

body#page_about-toyosu22 .myBlock02Block02 .block02 .box__caption {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: .05em;
  font-weight: 600
}

@media only screen and (max-width:768px) {
  body#page_about-toyosu22 .myBlock02Block02 .block02 .box__caption {
    padding: 0 5px;
    line-height: 1.36
  }
}

body#page_about-toyosu22 .myBlock02Block02 .block02 .box.-blue .box__num {
  background: #38beef
}

body#page_about-toyosu22 .myBlock02Block02 .block02 .slick-arrow {
  position: absolute;
  top: 33%;
  width: 28px;
  height: 46px;
  border: none;
  z-index: 1;
  text-indent: -9999px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat
}

@media only screen and (max-width:768px) {
  body#page_about-toyosu22 .myBlock02Block02 .block02 .slick-arrow {
    top: 24%;
    width: 23px;
    height: 40px
  }
}

body#page_about-toyosu22 .myBlock02Block02 .block02 .slick-arrow.slick-prev {
  left: 0;
  background-image: url(../img/about/toyosu22/icon_prev.png)
}

body#page_about-toyosu22 .myBlock02Block02 .block02 .slick-arrow.slick-next {
  right: 0;
  background-image: url(../img/about/toyosu22/icon_next.png)
}

body#page_about-toyosu22 .myBlock02Block02 .block02 .slick-dots {
  position: absolute;
  bottom: -40px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%
}

@media only screen and (max-width:768px) {
  body#page_about-toyosu22 .myBlock02Block02 .block02 .slick-dots {
    display: none!important
  }
}

body#page_about-toyosu22 .myBlock02Block02 .block02 .slick-dots li {
  padding: 5px;
  line-height: 1
}

body#page_about-toyosu22 .myBlock02Block02 .block02 .slick-dots li button {
  display: block;
  width: 8px;
  height: 8px;
  background: rgba(24, 65, 152, .25);
  border: none;
  border-radius: 100px;
  text-indent: -9999px;
  overflow: hidden
}

body#page_about-toyosu22 .myBlock02Block02 .block02 .slick-dots li.slick-active button {
  width: 10px;
  height: 10px;
  background: #184198
}

body#page_about-toyosu22 .myBlock02Block02 .block03 {
  margin-bottom: 60px
}

@media only screen and (max-width:768px) {
  body#page_about-toyosu22 .myBlock02Block02 .block03 {
    margin-bottom: 40px
  }
}

body#page_about-toyosu22 .myBlock02Block02 .block03 .ttl {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: .05em;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 25px
}

@media only screen and (max-width:768px) {
  body#page_about-toyosu22 .myBlock02Block02 .block03 .ttl {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: .025em;
    margin-bottom: 10px
  }
}

body#page_about-toyosu22 .myBlock02Block02 .block03 .tblBlock {
  font-family: "Noto Sans JP", sans-serif;
  margin: 0 auto;
  max-width: 660px
}

body#page_about-toyosu22 .myBlock02Block02 .block03 .tblBlock__tbl {
  margin: 0 -4px 10px
}

@media only screen and (max-width:768px) {
  body#page_about-toyosu22 .myBlock02Block02 .block03 .tblBlock__tbl {
    margin: 0 -3px 5px
  }
}

body#page_about-toyosu22 .myBlock02Block02 .block03 .tblBlock__tbl table {
  table-layout: fixed;
  width: 100%
}

body#page_about-toyosu22 .myBlock02Block02 .block03 .tblBlock__tbl td, body#page_about-toyosu22 .myBlock02Block02 .block03 .tblBlock__tbl th {
  text-align: center;
  border: 4px solid #fff;
  font-weight: 600;
  padding: 10px;
  letter-spacing: .05em;
  line-height: 1.2
}

@media only screen and (max-width:768px) {
  body#page_about-toyosu22 .myBlock02Block02 .block03 .tblBlock__tbl td, body#page_about-toyosu22 .myBlock02Block02 .block03 .tblBlock__tbl th {
    border-width: 3px;
    padding: 7.5px 1px;
    letter-spacing: .025em
  }
}

body#page_about-toyosu22 .myBlock02Block02 .block03 .tblBlock__tbl th {
  font-size: 17px;
  font-size: 1.7rem
}

@media only screen and (max-width:768px) {
  body#page_about-toyosu22 .myBlock02Block02 .block03 .tblBlock__tbl th {
    font-size: 11px;
    font-size: 1.1rem
  }
}

body#page_about-toyosu22 .myBlock02Block02 .block03 .tblBlock__tbl td {
  font-size: 15px;
  font-size: 1.5rem
}

@media only screen and (max-width:768px) {
  body#page_about-toyosu22 .myBlock02Block02 .block03 .tblBlock__tbl td {
    font-size: 10px;
    font-size: 1rem
  }
}

body#page_about-toyosu22 .myBlock02Block02 .block03 .tblBlock__tbl .size01 {
  width: 30%
}

body#page_about-toyosu22 .myBlock02Block02 .block03 .tblBlock__tbl tfoot td, body#page_about-toyosu22 .myBlock02Block02 .block03 .tblBlock__tbl tfoot th, body#page_about-toyosu22 .myBlock02Block02 .block03 .tblBlock__tbl thead td, body#page_about-toyosu22 .myBlock02Block02 .block03 .tblBlock__tbl thead th {
  background: #f6c999
}

body#page_about-toyosu22 .myBlock02Block02 .block03 .tblBlock__tbl tbody td, body#page_about-toyosu22 .myBlock02Block02 .block03 .tblBlock__tbl tbody th {
  background: #fcdebf
}

body#page_about-toyosu22 .myBlock02Block02 .block03 .tblBlock__caption {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: .05em;
  line-height: 1.2
}

@media only screen and (max-width:768px) {
  body#page_about-toyosu22 .myBlock02Block02 .block03 .tblBlock__caption {
    font-size: 10px;
    font-size: 1rem;
    letter-spacing: .025em;
    line-height: 1.6
  }
}

body#page_about-toyosu22 .myBlock02Block02 .block04 .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px
}

@media only screen and (max-width:768px) {
  body#page_about-toyosu22 .myBlock02Block02 .block04 .column {
    margin: 0 -5px
  }
}

body#page_about-toyosu22 .myBlock02Block02 .block04 .column__item {
  width: 50%;
  padding: 0 20px
}

@media only screen and (max-width:768px) {
  body#page_about-toyosu22 .myBlock02Block02 .block04 .column__item {
    width: 100%;
    padding: 0;
    margin-bottom: 20px
  }
  body#page_about-toyosu22 .myBlock02Block02 .block04 .column__item:last-child {
    margin-bottom: 0
  }
}

body#page_about-toyosu22 .myBlock02Block02 .block04 .box {
  background: #f5f5f5;
  padding: 30px 30px 20px;
  height: 100%
}

@media only screen and (max-width:768px) {
  body#page_about-toyosu22 .myBlock02Block02 .block04 .box {
    padding: 20px
  }
}

body#page_about-toyosu22 .myBlock02Block02 .block04 .box__ttl {
  color: #184198;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: .04em;
  line-height: 1.2;
  margin-bottom: 25px
}

@media only screen and (max-width:768px) {
  body#page_about-toyosu22 .myBlock02Block02 .block04 .box__ttl {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: .025em;
    margin-bottom: 10px
  }
}

body#page_about-toyosu22 .myBlock02Block02 .block04 .box__desc {
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: .08em;
  margin-bottom: 25px
}

@media only screen and (max-width:768px) {
  body#page_about-toyosu22 .myBlock02Block02 .block04 .box__desc {
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: .04em;
    line-height: 1.6;
    margin-bottom: 15px
  }
}

body#page_about-toyosu22 .myBlock02Block02 .block04 .box__photo-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.2;
  margin-bottom: 15px
}

@media only screen and (max-width:768px) {
  body#page_about-toyosu22 .myBlock02Block02 .block04 .box__photo-ttl {
    font-size: 10px;
    font-size: 1rem;
    margin-bottom: 7.5px
  }
}

body#page_about-toyosu22 .myBlock02Block02 .block04 .box__photo-img {
  margin-bottom: 10px
}

@media only screen and (max-width:768px) {
  body#page_about-toyosu22 .myBlock02Block02 .block04 .box__photo-img {
    margin-bottom: 7.5px
  }
  body#page_about-toyosu22 .myBlock02Block02 .block04 .box__photo-img img {
    width: 100%
  }
}

body#page_about-toyosu22 .myBlock02Block02 .block04 .box__photo-caption {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: .05em
}

@media only screen and (max-width:768px) {
  body#page_about-toyosu22 .myBlock02Block02 .block04 .box__photo-caption {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.6;
    letter-spacing: .025em
  }
}

body#page_about-toyosu22 .myBlock03 {
  margin-bottom: 100px
}

@media only screen and (max-width:768px) {
  body#page_about-toyosu22 .myBlock03 {
    margin-bottom: 50px
  }
}

body#page_about-toyosu22 .myBlock03__header {
  margin-bottom: 40px
}

@media only screen and (max-width:768px) {
  body#page_about-toyosu22 .myBlock03__header {
    margin-bottom: 0
  }
}

body#page_about-toyosu22 .myBlock03__body .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

body#page_about-toyosu22 .myBlock03__body .column__item {
  width: 25%
}

@media only screen and (max-width:768px) {
  body#page_about-toyosu22 .myBlock03__body .column__item {
    width: 50%;
    margin-bottom: 15px
  }
}

body#page_about-toyosu22 .myBlock03__body .box {
  text-align: center
}

body#page_about-toyosu22 .myBlock03__body .box img {
  width: 100%
}

body#page_about-toyosu22 .myBlock03__body .box__caption {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: .05em;
  margin-top: 10px
}

@media only screen and (max-width:768px) {
  body#page_about-toyosu22 .myBlock03__body .box__caption {
    font-size: 11px;
    font-size: 1.1rem;
    margin-top: 7.5px
  }
}

body#page_about-toyosu22 .myBlock04__header {
  margin-bottom: 40px
}

@media only screen and (max-width:768px) {
  body#page_about-toyosu22 .myBlock04__header {
    margin-bottom: 0
  }
}

@media only screen and (max-width:768px) {
  body#page_about-toyosu22 .myBlock04__banner {
    margin: 0 -20px
  }
}

body#page_about-toyosu22 .myTxtLink{
  margin-top: 15px;
}
body#page_about-toyosu22 .myTxtLink__link{
  display: inline-block;
  transition: opacity ease 0.3s;
  position: relative;
  padding-left: 15px;
  font-weight: 500;
  font-size: 1.5rem;
  color:#222222;
  text-decoration: none;
}


@media only screen and (max-width:768px) {
  body#page_about-toyosu22 .myTxtLink__link{
    padding-left: 12px;
    font-size: 1.2rem;
  }

}

body#page_about-toyosu22 .myTxtLink__link::before{
  content:"";
  position: absolute;
  top: 0.45em;
  left: 0;
  background-image: url(../img/about/toyosu22/arrow.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 6px;
  height: 11px;
}

@media only screen and (max-width:768px) {

  body#page_about-toyosu22 .myTxtLink__link::before{
    width: 5px;
    height: 10px;
  }
}


body#page_about-tamachi .gContents {
  padding-bottom: 120px
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .gContents {
    padding-bottom: 80px
  }
}

body#page_about-tamachi .myTitle01 {
  text-align: center;
  font-size: 32px;
  font-size: 3.2rem;
  letter-spacing: .05em;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 25px
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myTitle01 {
    font-size: 4.8vw;
    line-height: 1.3;
    letter-spacing: .015em;
    margin-bottom: 20px
  }
}

body#page_about-tamachi .myTitle01__inner {
  position: relative;
  display: inline-block;
  border-bottom: 3px solid #184198;
  padding-bottom: 10px
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myTitle01__inner {
    padding-bottom: 7.5px
  }
}

body#page_about-tamachi .myTitle02 {
  color: #184198;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: .08em;
  line-height: 1.45;
  margin-bottom: 7.5px
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myTitle02 {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: .04em;
    line-height: 1.5;
    margin-bottom: 5px
  }
}

body#page_about-tamachi .myTitle02.-center {
  text-align: center
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myTitle02.-center {
    text-align: left
  }
}

body#page_about-tamachi .myBlockVisual {
  position: relative;
  background: url(../img/about/tamachi/bg_visual01.jpg) no-repeat center top/100%;
  padding-top: 40%;
  margin-bottom: 95px
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockVisual {
    padding-top: 74%;
    background-image: url(../img/about/tamachi/bg_visual01_sp.jpg);
    margin-bottom: 50px
  }
}

body#page_about-tamachi .myBlockVisualBanner {
  position: absolute;
  top: 20px;
  left: 20px
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockVisualBanner {
    top: 10px;
    left: 10px;
    width: 75px
  }
}

body#page_about-tamachi .myBlockVisualText {
  margin-bottom: 55px
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockVisualText {
    margin-bottom: 25px
  }
}

body#page_about-tamachi .myBlockVisualText__inner {
  text-align: center
}

body#page_about-tamachi .myBlockVisualText__catch {
  color: #184198;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: .08em
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockVisualText__catch {
    font-size: 4.73684vw;
    font-weight: 600;
    line-height: 1.7;
    letter-spacing: .015em
  }
}

body#page_about-tamachi .myBlockVisualText__ttl {
  color: #184198;
  font-size: 44px;
  font-size: 4.4rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.5;
  margin-bottom: 25px
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockVisualText__ttl {
    font-weight: 600;
    font-size: 7.89474vw;
    line-height: 1.5;
    margin-bottom: 10px;
    letter-spacing: .025em
  }
}

body#page_about-tamachi .myBlockVisualText__desc {
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: .1em;
  line-height: 1.6
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockVisualText__desc {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: .04em;
    line-height: 1.5;
    text-align: left
  }
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockVisualText__desc p {
    margin-bottom: 10px
  }
  body#page_about-tamachi .myBlockVisualText__desc p:last-child {
    margin-bottom: 0
  }
}

body#page_about-tamachi .myBlockVisualPhoto__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -6px
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockVisualPhoto__inner {
    margin: 0;
    padding: 0 5px
  }
}

body#page_about-tamachi .myBlockVisualPhoto__item {
  width: 25%;
  padding: 0 6px
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockVisualPhoto__item {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px
  }
  body#page_about-tamachi .myBlockVisualPhoto__item:nth-last-child(1), body#page_about-tamachi .myBlockVisualPhoto__item:nth-last-child(2) {
    margin-bottom: 0
  }
}

body#page_about-tamachi .myBlockVisualPhoto__item img {
  width: 100%
}

body#page_about-tamachi .myBlockConcept {
  margin-bottom: 95px
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockConcept {
    margin-bottom: 45px
  }
}

body#page_about-tamachi .myBlockConcept__header {
  margin-bottom: 60px
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockConcept__header {
    margin-bottom: 25px
  }
}

body#page_about-tamachi .myBlockConcept__body .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

body#page_about-tamachi .myBlockConcept__body .column__item {
  width: 32%;
  padding: 0 20px
}

@media only screen and (max-width:992px) {
  body#page_about-tamachi .myBlockConcept__body .column__item {
    width: 33.33333%
  }
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockConcept__body .column__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: calc(100% + 45px);
    padding: 0;
    margin: 0 -22.5px 20px
  }
  body#page_about-tamachi .myBlockConcept__body .column__item:last-child {
    margin-bottom: 0
  }
}

body#page_about-tamachi .myBlockConcept__body .img {
  width: 100%;
  text-align: center
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockConcept__body .img img {
    width: 225px
  }
}

body#page_about-tamachi .myBlockConcept__body .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 5px solid #000;
  padding-left: 15px;
  margin-bottom: 30px;
  min-height: 130px
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockConcept__body .box {
    padding: 0 12.5px;
    border-left: none;
    min-height: 0;
    margin-bottom: 0
  }
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockConcept__body .box.modPcOnly {
    display: none
  }
}

body#page_about-tamachi .myBlockConcept__body .box.modSpOnly {
  display: none
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockConcept__body .box.modSpOnly {
    display: block
  }
}

body#page_about-tamachi .myBlockConcept__body .box__inner {
  width: 100%
}

body#page_about-tamachi .myBlockConcept__body .box__ttl {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: .08em;
  line-height: 1.4;
  margin-bottom: 5px
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockConcept__body .box__ttl {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.6;
    padding-left: 20px;
    min-height: 38px
  }
  body#page_about-tamachi .myBlockConcept__body .box__ttl::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 5px;
    height: 80%;
    border-left: 5px solid;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
  }
}

body#page_about-tamachi .myBlockConcept__body .box__desc {
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: .08em;
  line-height: 1.6
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockConcept__body .box__desc {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.6
  }
}

body#page_about-tamachi .myBlockConcept__body .box:last-child {
  margin-bottom: 0
}

body#page_about-tamachi .myBlockConcept__body .box.-box01 {
  border-color: #b864a4
}

body#page_about-tamachi .myBlockConcept__body .box.-box01 .box__ttl {
  color: #b864a4
}

body#page_about-tamachi .myBlockConcept__body .box.-box02 {
  border-color: #6c9bd2
}

body#page_about-tamachi .myBlockConcept__body .box.-box02 .box__ttl {
  color: #6c9bd2
}

body#page_about-tamachi .myBlockConcept__body .box.-box03 {
  border-color: #5d8242
}

body#page_about-tamachi .myBlockConcept__body .box.-box03 .box__ttl {
  color: #5d8242
}

body#page_about-tamachi .myBlockConcept__body .box.-box04 {
  border-color: #d3a243
}

body#page_about-tamachi .myBlockConcept__body .box.-box04 .box__ttl {
  color: #d3a243
}

body#page_about-tamachi .myBlockZoning {
  margin-bottom: 95px
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockZoning {
    margin-bottom: 50px
  }
}

body#page_about-tamachi .myBlockZoning__body .catch {
  margin-bottom: 55px
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockZoning__body .catch {
    margin-bottom: 20px
  }
}

body#page_about-tamachi .myBlockZoning__body .catch__inner {
  text-align: center;
  letter-spacing: .08em;
  line-height: 1.7
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockZoning__body .catch__inner {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: left
  }
}

body#page_about-tamachi .myBlockZoning__body .mapImg {
  text-align: center;
  margin-bottom: 40px
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockZoning__body .mapImg {
    margin-bottom: 25px
  }
}

body#page_about-tamachi .myBlockZoning__body .mapList__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px
}

@media only screen and (max-width:992px) {
  body#page_about-tamachi .myBlockZoning__body .mapList__inner {
    margin: 0
  }
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockZoning__body .mapList__inner {
    margin: 0 -17.5px
  }
}

body#page_about-tamachi .myBlockZoning__body .mapList__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 50%
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockZoning__body .mapList__item {
    padding: 0 7.5px
  }
}

body#page_about-tamachi .myBlockZoning__body .mapList .list {
  width: 50%;
  padding: 0 15px
}

@media only screen and (max-width:992px) {
  body#page_about-tamachi .myBlockZoning__body .mapList .list {
    width: 100%;
    padding: 0;
    margin-bottom: 15px
  }
}

@media only screen and (max-width:992px) and (max-width:768px) {
  body#page_about-tamachi .myBlockZoning__body .mapList .list {
    margin-bottom: 7.5px
  }
}

@media only screen and (max-width:992px) {
  body#page_about-tamachi .myBlockZoning__body .mapList .list:last-child {
    margin-bottom: 0
  }
}

body#page_about-tamachi .myBlockZoning__body .mapList .list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockZoning__body .mapList .list__item {
    height: auto!important;
    margin-bottom: 7.5px
  }
}

body#page_about-tamachi .myBlockZoning__body .mapList .list__item:last-child {
  margin-bottom: 0
}

body#page_about-tamachi .myBlockZoning__body .mapList .list__item .num, body#page_about-tamachi .myBlockZoning__body .mapList .list__item .txt {
  display: block
}

body#page_about-tamachi .myBlockZoning__body .mapList .list__item .num {
  width: 30px
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockZoning__body .mapList .list__item .num {
    width: 23px
  }
}

body#page_about-tamachi .myBlockZoning__body .mapList .list__item .txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.4;
  padding-left: 10px;
  width: calc(100% - 30px)
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockZoning__body .mapList .list__item .txt {
    width: calc(100% - 23px);
    padding-left: 5px;
    font-size: 11px;
    font-size: 1.1rem;
    letter-spacing: .05em
  }
}

body#page_about-tamachi .myBlockPoint {
  margin-bottom: 120px
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockPoint {
    margin-bottom: 80px
  }
}

body#page_about-tamachi .myBlockPoint__header {
  margin-bottom: 50px
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockPoint__header {
    margin-bottom: 30px
  }
}

body#page_about-tamachi .myBlockPoint__body .block01 {
  margin-bottom: 70px
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockPoint__body .block01 {
    margin-bottom: 35px
  }
}

body#page_about-tamachi .myBlockPoint__body .block01__ttl {
  margin-bottom: 30px
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockPoint__body .block01__ttl {
    margin-bottom: 15px
  }
}

body#page_about-tamachi .myBlockPoint__body .block01__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockPoint__body .block01__body {
    margin: 0
  }
}

body#page_about-tamachi .myBlockPoint__body .block01__photo, body#page_about-tamachi .myBlockPoint__body .block01__text {
  padding: 0 10px
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockPoint__body .block01__photo, body#page_about-tamachi .myBlockPoint__body .block01__text {
    padding: 0
  }
}

body#page_about-tamachi .myBlockPoint__body .block01__photo {
  width: 40%;
  text-align: center
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockPoint__body .block01__photo {
    width: 100%;
    margin-bottom: 20px
  }
}

body#page_about-tamachi .myBlockPoint__body .block01__photo img {
  margin-left: 30px
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockPoint__body .block01__photo img {
    width: 243px;
    margin-left: 0
  }
}

body#page_about-tamachi .myBlockPoint__body .block01__text {
  width: 60%
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockPoint__body .block01__text {
    width: 100%
  }
}

body#page_about-tamachi .myBlockPoint__body .block01__text .list {
  padding-left: 25px
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockPoint__body .block01__text .list {
    padding-left: 0
  }
}

body#page_about-tamachi .myBlockPoint__body .block01__text .list__item {
  margin-bottom: 25px
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockPoint__body .block01__text .list__item {
    margin-bottom: 20px
  }
}

body#page_about-tamachi .myBlockPoint__body .block01__text .list__item:last-child {
  margin-bottom: 0
}

body#page_about-tamachi .myBlockPoint__body .block01__text .list__item .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 15px
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockPoint__body .block01__text .list__item .head {
    margin-bottom: 5px
  }
}

body#page_about-tamachi .myBlockPoint__body .block01__text .list__item .head .num {
  width: 42px
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockPoint__body .block01__text .list__item .head .num {
    width: 32px
  }
}

body#page_about-tamachi .myBlockPoint__body .block01__text .list__item .head .txt {
  color: #3085c4;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: .08em;
  line-height: 1;
  letter-spacing: .08em;
  padding-left: 15px;
  width: calc(100% - 42px)
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockPoint__body .block01__text .list__item .head .txt {
    font-size: 12px;
    font-size: 1.2rem;
    padding-left: 10px;
    width: calc(100% - 32px)
  }
}

body#page_about-tamachi .myBlockPoint__body .block01__text .list__item .head .txt>span {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 10px
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockPoint__body .block01__text .list__item .head .txt>span {
    font-size: 11px;
    font-size: 1.1rem;
    margin-top: 5px
  }
}

body#page_about-tamachi .myBlockPoint__body .block01__text .list__item .desc {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: .08em;
  line-height: 1.7
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockPoint__body .block01__text .list__item .desc {
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: .04em;
    line-height: 1.6
  }
}

body#page_about-tamachi .myBlockPoint__body .block02 {
  margin-bottom: 70px
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockPoint__body .block02 {
    margin-bottom: 30px
  }
}

body#page_about-tamachi .myBlockPoint__body .block02__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin: 0 -10px
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockPoint__body .block02__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0
  }
}

body#page_about-tamachi .myBlockPoint__body .block02__photo, body#page_about-tamachi .myBlockPoint__body .block02__text {
  padding: 0 10px
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockPoint__body .block02__photo, body#page_about-tamachi .myBlockPoint__body .block02__text {
    padding: 0
  }
}

body#page_about-tamachi .myBlockPoint__body .block02__photo {
  width: 60%;
  text-align: center
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockPoint__body .block02__photo {
    width: calc(100% + 20px);
    margin: 0 -10px 15px
  }
  body#page_about-tamachi .myBlockPoint__body .block02__photo img {
    width: 346px
  }
}

body#page_about-tamachi .myBlockPoint__body .block02__text {
  width: 40%
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockPoint__body .block02__text {
    width: 100%
  }
}

body#page_about-tamachi .myBlockPoint__body .block02__text .desc {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: .08em;
  line-height: 1.7
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockPoint__body .block02__text .desc {
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: .04em;
    line-height: 1.6
  }
}

body#page_about-tamachi .myBlockPoint__body .block03 {
  text-align: center;
  background: #f5f5f5
}

body#page_about-tamachi .myBlockTower {
  margin-bottom: 95px
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockTower {
    margin-bottom: 50px
  }
}

body#page_about-tamachi .myBlockTower__header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 600px;
  background: url(../img/about/tamachi/bg_tower01.jpg) no-repeat center/cover;
  margin-bottom: 35px
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockTower__header {
    background-image: url(../img/about/tamachi/bg_tower01_sp.jpg);
    height: 100vw;
    margin-bottom: 20px
  }
}

body#page_about-tamachi .myBlockTower__header .inner .ttl {
  color: #184198;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .05em
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockTower__header .inner .ttl {
    font-size: 6.31579vw;
    letter-spacing: 0
  }
}

body#page_about-tamachi .myBlockTower__header .inner .ttl__inner {
  display: inline-block;
  vertical-align: middle;
  background: rgba(255, 255, 255, .9);
  padding: 5px 15px
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockTower__header .inner .ttl__inner {
    padding: .2em .3em
  }
}

body#page_about-tamachi .myBlockTower__header .inner .logo {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 57%
}

body#page_about-tamachi .myBlockTower__body .block01 {
  text-align: center;
  margin-bottom: 60px
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockTower__body .block01 {
    margin-bottom: 40px
  }
}

body#page_about-tamachi .myBlockTower__body .block01__catch {
  letter-spacing: .08em;
  line-height: 1.7;
  margin-bottom: 35px
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockTower__body .block01__catch {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
    line-height: 1.5;
    letter-spacing: .04em;
    margin-bottom: 20px
  }
}

body#page_about-tamachi .myBlockTower__body .block02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

body#page_about-tamachi .myBlockTower__body .block02__photo {
  width: 510px
}

@media only screen and (max-width:992px) {
  body#page_about-tamachi .myBlockTower__body .block02__photo {
    width: 50%
  }
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockTower__body .block02__photo {
    width: 100%;
    margin-bottom: 25px;
    text-align: center
  }
  body#page_about-tamachi .myBlockTower__body .block02__photo img {
    width: 100%
  }
}

body#page_about-tamachi .myBlockTower__body .block02__text {
  width: calc(100% - 510px);
  padding-left: 50px
}

@media only screen and (max-width:992px) {
  body#page_about-tamachi .myBlockTower__body .block02__text {
    width: 50%;
    padding-left: 30px
  }
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockTower__body .block02__text {
    width: 100%;
    padding-left: 0
  }
}

body#page_about-tamachi .myBlockTower__body .block02__text .ttl {
  margin-bottom: 10px
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockTower__body .block02__text .ttl {
    margin-bottom: 5px
  }
}

body#page_about-tamachi .myBlockTower__body .block02__text .desc {
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: .08em;
  line-height: 1.7
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockTower__body .block02__text .desc {
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: .04em;
    line-height: 1.6
  }
}

body#page_about-tamachi .myBlockDesign {
  margin-bottom: 95px
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockDesign {
    margin-bottom: 50px
  }
}

body#page_about-tamachi .myBlockDesign__header {
  margin-bottom: 60px
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockDesign__header {
    margin-bottom: 25px
  }
}

body#page_about-tamachi .myBlockDesign__body .box01 {
  text-align: center
}

body#page_about-tamachi .myBlockDesign__body .box01 img {
  width: 100%
}

body#page_about-tamachi .myBlockDesign__body .box01__desc {
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: .08em;
  margin-top: 15px;
  line-height: 1.7
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockDesign__body .box01__desc {
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 10px;
    text-align: left;
    line-height: 1.6
  }
}

body#page_about-tamachi .myBlockDesign__body .block01 {
  margin-bottom: 50px
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockDesign__body .block01 {
    margin-bottom: 30px
  }
}

body#page_about-tamachi .myBlockDesign__body .block02 {
  margin-bottom: 50px
}

body#page_about-tamachi .myBlockDesign__body .block02 .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px
}

body#page_about-tamachi .myBlockDesign__body .block02 .column__item {
  width: 50%;
  padding: 0 20px;
  margin-bottom: 50px
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockDesign__body .block02 .column__item {
    width: 100%;
    margin-bottom: 30px
  }
}

body#page_about-tamachi .myBlockDesign__body .block02 .column__item.-size-full {
  width: 100%;
  margin-bottom: 0
}

body#page_about-tamachi .myBlockDesign__body .block03 {
  margin-bottom: 70px
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockDesign__body .block03 {
    margin-bottom: 50px
  }
}

body#page_about-tamachi .myBlockDesign__body .block03 .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

body#page_about-tamachi .myBlockDesign__body .block03 .column__item.-item01 {
  width: 43.1%
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockDesign__body .block03 .column__item.-item01 {
    width: 100%
  }
}

body#page_about-tamachi .myBlockDesign__body .block03 .column__item.-item02 {
  width: 51.9%
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockDesign__body .block03 .column__item.-item02 {
    width: 100%
  }
}

body#page_about-tamachi .myBlockDesign__body .block03 .box01, body#page_about-tamachi .myBlockDesign__body .block03 .box02 {
  position: relative;
  text-align: center
}

body#page_about-tamachi .myBlockDesign__body .block03 .box01 .myTitle02, body#page_about-tamachi .myBlockDesign__body .block03 .box02 .myTitle02 {
  margin-bottom: 15px;
  text-align: center
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockDesign__body .block03 .box01 {
    margin-bottom: 40px
  }
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockDesign__body .block03 .box01__img01 {
    margin-bottom: 15px
  }
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockDesign__body .block03 .box01__img01 img {
    width: 266px
  }
}

body#page_about-tamachi .myBlockDesign__body .block03 .box01__img02 {
  position: absolute;
  left: calc(100% + 30px);
  bottom: 0;
  width: 496px
}

@media only screen and (max-width:992px) {
  body#page_about-tamachi .myBlockDesign__body .block03 .box01__img02 {
    width: 100%
  }
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockDesign__body .block03 .box01__img02 {
    position: relative;
    left: 0;
    width: 100%
  }
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockDesign__body .block03 .box01__img02 img {
    width: 310px
  }
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockDesign__body .block03 .box02 img {
    width: 325px
  }
}

body#page_about-tamachi .myBlockDesign__body .block04 {
  background: #f5f5f5;
  padding: 60px 0 40px
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockDesign__body .block04 {
    padding: 30px 0 25px
  }
}

body#page_about-tamachi .myBlockDesign__body .block04__header {
  margin-bottom: 40px
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockDesign__body .block04__header {
    margin-bottom: 25px
  }
}

body#page_about-tamachi .myBlockDesign__body .block04__header .ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: .08em;
  line-height: 1;
  text-align: center
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockDesign__body .block04__header .ttl {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: .04em
  }
}

body#page_about-tamachi .myBlockDesign__body .block04__body .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockDesign__body .block04__body .list {
    margin: 0 -12.5px
  }
}

body#page_about-tamachi .myBlockDesign__body .block04__body .list__item {
  width: 25%;
  padding: 0 10px
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockDesign__body .block04__body .list__item {
    width: 50%;
    padding: 0 7.5px;
    margin-bottom: 20px
  }
  body#page_about-tamachi .myBlockDesign__body .block04__body .list__item:nth-last-child(1), body#page_about-tamachi .myBlockDesign__body .block04__body .list__item:nth-last-child(2) {
    margin-bottom: 0
  }
}

body#page_about-tamachi .myBlockDesign__body .block04__body .box__photo {
  margin-bottom: 10px;
  text-align: center
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockDesign__body .block04__body .box__photo img {
    width: 100%
  }
}

body#page_about-tamachi .myBlockDesign__body .block04__body .box__text .ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: .08em;
  line-height: 1.2;
  margin-bottom: 5px
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockDesign__body .block04__body .box__text .ttl {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: .04em
  }
}

body#page_about-tamachi .myBlockDesign__body .block04__body .box__text .desc {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: .08em;
  line-height: 1.6
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockDesign__body .block04__body .box__text .desc {
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: .04em
  }
}

body#page_about-tamachi .myBlockBcp {
  margin-bottom: 95px
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockBcp {
    margin-bottom: 50px
  }
}

body#page_about-tamachi .myBlockBcp__header {
  margin-bottom: 50px
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockBcp__header {
    margin-bottom: 25px
  }
}

body#page_about-tamachi .myBlockBcp__body .block01, body#page_about-tamachi .myBlockBcp__body .block02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

body#page_about-tamachi .myBlockBcp__body .block01 {
  margin-bottom: 60px
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockBcp__body .block01 {
    margin-bottom: 40px
  }
}

body#page_about-tamachi .myBlockBcp__body .block01__photo {
  width: 54%;
  text-align: center
}

@media only screen and (max-width:992px) {
  body#page_about-tamachi .myBlockBcp__body .block01__photo {
    padding-right: 30px
  }
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockBcp__body .block01__photo {
    width: 100%;
    padding-right: 0;
    margin-bottom: 15px
  }
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockBcp__body .block01__photo img {
    width: 325px
  }
}

body#page_about-tamachi .myBlockBcp__body .block01__text {
  width: 46%
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockBcp__body .block01__text {
    width: 100%
  }
}

body#page_about-tamachi .myBlockBcp__body .block01__text .inner {
  width: 470px;
  max-width: 100%;
  margin: 0 0 0 auto;
  padding: 0 15px
}

@media only screen and (max-width:992px) {
  body#page_about-tamachi .myBlockBcp__body .block01__text .inner {
    width: 100%;
    padding: 0;
    margin: 0
  }
}

body#page_about-tamachi .myBlockBcp__body .block01__text .ttl {
  margin-bottom: 15px
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockBcp__body .block01__text .ttl {
    margin-bottom: 5px
  }
}

body#page_about-tamachi .myBlockBcp__body .block01__text .desc {
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: .08em;
  line-height: 1.7
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockBcp__body .block01__text .desc {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.6;
    letter-spacing: .04em
  }
}

body#page_about-tamachi .myBlockBcp__body .block02 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

body#page_about-tamachi .myBlockBcp__body .block02__photo {
  width: 50%;
  text-align: center
}

@media only screen and (max-width:992px) {
  body#page_about-tamachi .myBlockBcp__body .block02__photo {
    width: 54%;
    padding-left: 30px
  }
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockBcp__body .block02__photo {
    width: 100%;
    padding-left: 0;
    margin-bottom: 15px
  }
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockBcp__body .block02__photo img {
    width: 303px
  }
}

body#page_about-tamachi .myBlockBcp__body .block02__text {
  width: 50%
}

@media only screen and (max-width:992px) {
  body#page_about-tamachi .myBlockBcp__body .block02__text {
    width: 46%
  }
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockBcp__body .block02__text {
    width: 100%
  }
}

body#page_about-tamachi .myBlockBcp__body .block02__text .inner {
  width: 440px;
  max-width: 100%;
  margin: 0 auto
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockBcp__body .block02__text .inner {
    width: 100%
  }
}

body#page_about-tamachi .myBlockBcp__body .block02__text .ttl {
  margin-bottom: 15px
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockBcp__body .block02__text .ttl {
    margin-bottom: 5px
  }
}

body#page_about-tamachi .myBlockBcp__body .block02__text .desc {
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: .08em;
  line-height: 1.7
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockBcp__body .block02__text .desc {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.6;
    letter-spacing: .04em
  }
}

body#page_about-tamachi .myBlockAbout {
  background: #f5f5f5;
  margin-bottom: 95px
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockAbout {
    margin-bottom: 50px
  }
}

body#page_about-tamachi .myBlockAbout__inner {
  padding: 55px 0
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockAbout__inner {
    padding: 30px 0
  }
}

body#page_about-tamachi .myBlockAbout__header {
  margin-bottom: 50px
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockAbout__header {
    margin-bottom: 25px
  }
}

body#page_about-tamachi .myBlockAbout__body .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockAbout__body .column {
    margin: 0
  }
}

body#page_about-tamachi .myBlockAbout__body .column__item {
  width: 50%;
  padding: 0 20px
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockAbout__body .column__item {
    width: 100%;
    padding: 0;
    margin-bottom: 30px
  }
  body#page_about-tamachi .myBlockAbout__body .column__item:last-child {
    margin-bottom: 0
  }
}

body#page_about-tamachi .myBlockAbout__body .list {
  padding-left: 10px
}

@media only screen and (max-width:992px) {
  body#page_about-tamachi .myBlockAbout__body .list {
    padding-left: 0
  }
}

body#page_about-tamachi .myBlockAbout__body .list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 5px
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockAbout__body .list__item {
    margin-bottom: 3px
  }
}

body#page_about-tamachi .myBlockAbout__body .list__item:last-child {
  margin-bottom: 0
}

body#page_about-tamachi .myBlockAbout__body .list__header {
  background: #a4a4a4;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: .08em;
  line-height: 1.8;
  text-align: center;
  width: 80px
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockAbout__body .list__header {
    font-size: 10px;
    font-size: 1rem;
    width: 52px;
    letter-spacing: .04em;
    line-height: 1.75
  }
}

body#page_about-tamachi .myBlockAbout__body .list__body {
  font-size: 14px;
  font-size: 1.4rem;
  padding-left: 20px;
  letter-spacing: .08em;
  line-height: 1.6;
  width: calc(100% - 80px)
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockAbout__body .list__body {
    font-size: 11px;
    font-size: 1.1rem;
    padding-left: 10px;
    letter-spacing: .04em;
    line-height: 1.3;
    width: calc(100% - 52px)
  }
}

body#page_about-tamachi .myBlockAbout__body .photo {
  text-align: center
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockAbout__body .photo img {
    width: 100%
  }
}

body#page_about-tamachi .myBlockAbout__body .photo__txt {
  color: #666;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: .05em;
  line-height: 1.3;
  margin-top: 7.5px;
  text-align: left
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockAbout__body .photo__txt {
    color: #222;
    font-size: 10px;
    font-size: 1rem;
    letter-spacing: .015em;
    margin-top: 5px
  }
}

body#page_about-tamachi .myBlockBackground {
  margin-bottom: 95px
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockBackground {
    margin-bottom: 35px
  }
}

body#page_about-tamachi .myBlockBackground__header {
  margin-bottom: 60px
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockBackground__header {
    margin-bottom: 25px
  }
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockBackground__body .modDlist01__item:last-child {
    border-bottom: none
  }
}

body#page_about-tamachi .myBlockBackground__body .modDlist01__header {
  width: 128px;
  text-align: center
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockBackground__body .modDlist01__header {
    width: 100%;
    text-align: left
  }
}

body#page_about-tamachi .myBlockBanner__header {
  margin-bottom: 40px
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockBanner__header {
    margin-bottom: 20px
  }
}

@media only screen and (max-width:768px) {
  body#page_about-tamachi .myBlockBanner__body {
    margin: 0 -20px
  }
  body#page_about-tamachi .myBlockBanner__body img {
    width: 100%
  }
}

body#page_business .myBlockList__inner{
  max-width: 1060px;
  margin: 0 auto;
}
body#page_business .myBlockIndexList .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap:100px 42px;
}

@media only screen and (max-width:768px) {
  body#page_business .myBlockIndexList .list {
    gap:30px 23px;
  }
}

body#page_business .myBlockIndexList .list__item {
  width: calc((100% - 42px*1)/2);
}

@media only screen and (max-width:768px) {
  body#page_business .myBlockIndexList .list__item {
    width: calc((100% - 23px*1)/2);
  }
}

body#page_business .myBlockIndexList .list__item:nth-child(-n + 2){
  margin-top: 0;
}

body#page_business .myBlockIndexList .box__photo {
  margin-bottom: 25px;
  text-align: center
}

@media only screen and (max-width:768px) {
  body#page_business .myBlockIndexList .box__photo {
    margin-bottom: 15px
  }
}

body#page_business .myBlockIndexList .box__ttl {
  color: #222;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 10px;
  letter-spacing: .05em
}

@media only screen and (max-width:768px) {
  body#page_business .myBlockIndexList .box__ttl {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 5px
  }
}

body#page_business .myBlockIndexList .box__desc {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.7;
  margin-bottom: 23px;
  letter-spacing: .08em
}

@media only screen and (max-width:768px) {
  body#page_business .myBlockIndexList .box__desc {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 15px;
    height: auto!important;
  }
}

body#page_business .myBlockIndexList .logo {
  margin-top: 53px;
  padding-bottom: 7px;
  text-align: center;
}

@media only screen and (max-width:768px) {
  body#page_business .myBlockIndexList .logo {
    width: 73%;
    margin: 20px auto 15px;
  }
}

body#page_business .myBlockIndexList .box__button {
  text-align: center;
  font-size: 0;
}

body#page_business .myBlockIndexList .box__button a {
  letter-spacing: .05em
}

@media only screen and (max-width:768px) {
  body#page_business .myBlockIndexList .box__button a {
    width: 50%;
    padding: 6px 5px;
    font-size: 7px;
    font-size: 0.7rem;
  }

}

body#page_business-apartment .gContentsBodyContentsarea {
  padding-top: 0;
  margin-top: -5px
}

@media only screen and (max-width:768px) {
  body#page_business-apartment .gContentsBodyContentsarea {
    margin-top: 0
  }
}

body#page_business-apartment .myBlock01__header {
  margin-bottom: calc(60px - .36em)
}

@media only screen and (max-width:768px) {
  body#page_business-apartment .myBlock01__header {
    margin-bottom: calc(30px - .36em)
  }
}

body#page_business-apartment .myBlock01__inBlock {
  margin-bottom: calc(40px - .16em)
}

@media only screen and (max-width:768px) {
  body#page_business-apartment .myBlock01__inBlock {
    margin-bottom: calc(30px - .16em)
  }
}

body#page_business-apartment .myBlock01__inBlock:last-child {
  margin-bottom: 0
}

body#page_business-apartment .myBlock01__inBlock.-mbType01 {
  margin-bottom: calc(60px - .16em)
}

@media only screen and (max-width:768px) {
  body#page_business-apartment .myBlock01__inBlock.-mbType01 {
    margin-bottom: calc(30px - .16em)
  }
}

@media only screen and (max-width:768px) {
  body#page_business-apartment .myBlock01__inBlock.-photo {
    margin-right: -7.5px;
    margin-left: -7.5px
  }
}

body#page_about body#page_business-apartment .myBlock01__text--emphasis p, body#page_business-apartment .myBlock01__text p, body#page_business-apartment body#page_about .myBlock01__text--emphasis p {
  margin-top: -.26em;
  margin-bottom: calc(30px - .2em);
  letter-spacing: .08em;
  line-height: 1.6
}

@media only screen and (max-width:768px) {
  body#page_about body#page_business-apartment .myBlock01__text--emphasis p, body#page_business-apartment .myBlock01__text p, body#page_business-apartment body#page_about .myBlock01__text--emphasis p {
    margin-bottom: calc(25px - .2em);
    line-height: 1.5
  }
}

body#page_about body#page_business-apartment .myBlock01__text--emphasis p:last-child, body#page_business-apartment .myBlock01__text p:last-child, body#page_business-apartment body#page_about .myBlock01__text--emphasis p:last-child {
  margin-bottom: 0
}

@media only screen and (max-width:768px) {
  body#page_business-apartment .myBlock01.-block01 {
    padding-top: 50px
  }
}

body#page_business-apartment .myBlock01.-block02 .myBlock01__header {
  margin-bottom: calc(40px - .36em)
}

@media only screen and (max-width:768px) {
  body#page_business-apartment .myBlock01.-block02 .myBlockColumnPhoto {
    margin-bottom: 40px
  }
}

body#page_business-apartment .myBlockColumn01__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -25px -50px
}

@media only screen and (max-width:992px) {
  body#page_business-apartment .myBlockColumn01__inner {
    margin-right: -7.5px;
    margin-left: -7.5px
  }
}

@media only screen and (max-width:768px) {
  body#page_business-apartment .myBlockColumn01__inner {
    margin: 0 0
  }
}

body#page_business-apartment .myBlockColumn01__item {
  width: 33.333%;
  padding-right: 25px;
  padding-left: 25px;
  margin-bottom: 50px
}

@media only screen and (max-width:992px) {
  body#page_business-apartment .myBlockColumn01__item {
    padding-right: 7.5px;
    padding-left: 7.5px
  }
}

@media only screen and (max-width:768px) {
  body#page_business-apartment .myBlockColumn01__item {
    width: 100%;
    padding: 0;
    margin-bottom: 30px
  }
  body#page_business-apartment .myBlockColumn01__item:last-child {
    margin-bottom: 0
  }
}

body#page_business-apartment .myBlockColumn01__item.-fullsize {
  width: 100%
}

body#page_business-apartment .myBlockColumn01 .box .photo {
  margin-bottom: 25px;
  text-align: center
}

@media only screen and (max-width:768px) {
  body#page_business-apartment .myBlockColumn01 .box .photo {
    margin-bottom: 20px
  }
}

body#page_business-apartment .myBlockColumn01 .box .text__inner {
  margin-bottom: 25px
}

@media only screen and (max-width:768px) {
  body#page_business-apartment .myBlockColumn01 .box .text__inner {
    margin-bottom: 20px
  }
}

body#page_business-apartment .myBlockColumn01 .box .text__inner:last-child {
  margin-bottom: 0
}

body#page_business-apartment .myBlockColumn01 .box .text__ttl {
  color: #184198;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 10px
}

@media only screen and (max-width:768px) {
  body#page_business-apartment .myBlockColumn01 .box .text__ttl {
    font-size: 18px;
    font-size: 1.8rem;
    text-align: left;
    margin-bottom: 7.5px
  }
}

body#page_business-apartment .myBlockColumn01 .box .text__desc {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.6666666;
  letter-spacing: .08em
}

@media only screen and (max-width:768px) {
  body#page_business-apartment .myBlockColumn01 .box .text__desc {
    font-size: 14px;
    font-size: 1.4rem
  }
}

@media only screen and (max-width:768px) {
  body#page_business-apartment .myBlockColumn01 .box .text__desc p {
    margin-bottom: 5px
  }
  body#page_business-apartment .myBlockColumn01 .box .text__desc p:last-child {
    margin-bottom: 0
  }
}

body#page_business-apartment .myBlockColumn01 .box .text__desc.-type01 {
  letter-spacing: .07em
}

body#page_business-apartment .myBlockColumn01 .box .text__button {
  text-align: center
}

body#page_business-apartment .myBlockColumn01 .box .text__list {
  margin-top: 15px
}

@media only screen and (max-width:768px) {
  body#page_business-apartment .myBlockColumn01 .box .text__list {
    margin-top: 15px
  }
}

body#page_business-apartment .myBlockColumn01 .box .text__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: .08em;
  margin-bottom: 5px
}

@media only screen and (max-width:768px) {
  body#page_business-apartment .myBlockColumn01 .box .text__list-item {
    font-size: 11px;
    font-size: 1.1rem
  }
}

body#page_business-apartment .myBlockColumn01 .box .text__list-item:last-child {
  margin-bottom: 0
}

body#page_business-apartment .myBlockColumn01 .box .text__list-header {
  width: 84px;
  text-align: center;
  background: #e8e8e8;
  font-weight: 700
}

@media only screen and (max-width:768px) {
  body#page_business-apartment .myBlockColumn01 .box .text__list-header {
    width: 70px;
    font-size: 12px;
    font-size: 1.2rem
  }
}

body#page_business-apartment .myBlockColumn01 .box .text__list-body {
  width: calc(100% - 84px);
  padding-left: 10px
}

@media only screen and (max-width:768px) {
  body#page_business-apartment .myBlockColumn01 .box .text__list-body {
    width: calc(100% - 70px)
  }
}

body#page_business-apartment .myBlockColumn01 .box .text__list.-medium .text__list-header {
  width: 104px
}

body#page_business-apartment .myBlockColumn01 .box .text__list.-medium .text__list-body {
  width: calc(100% - 104px)
}

body#page_business-apartment .myBlockColumn01 .box.-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}

@media only screen and (max-width:992px) {
  body#page_business-apartment .myBlockColumn01 .box.-column {
    margin-right: -7.5px;
    margin-left: -7.5px
  }
}

@media only screen and (max-width:768px) {
  body#page_business-apartment .myBlockColumn01 .box.-column {
    margin-right: 0;
    margin-left: 0
  }
}

body#page_business-apartment .myBlockColumn01 .box.-column .photo {
  width: 33.333%;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 0
}

@media only screen and (max-width:992px) {
  body#page_business-apartment .myBlockColumn01 .box.-column .photo {
    padding-right: 7.5px;
    padding-left: 7.5px
  }
}

@media only screen and (max-width:768px) {
  body#page_business-apartment .myBlockColumn01 .box.-column .photo {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 20px
  }
}

body#page_business-apartment .myBlockColumn01 .box.-column .text {
  width: 66.666%;
  padding-right: 15px;
  padding-left: 15px
}

@media only screen and (max-width:992px) {
  body#page_business-apartment .myBlockColumn01 .box.-column .text {
    padding-right: 7.5px;
    padding-left: 7.5px
  }
}

@media only screen and (max-width:768px) {
  body#page_business-apartment .myBlockColumn01 .box.-column .text {
    width: 100%;
    padding-right: 0;
    padding-left: 0
  }
}

body#page_business-apartment .myBlockColumn01 .box.-column .text__ttl {
  text-align: left
}

body#page_business-apartment .myBlockColumn01 .box.-column .text__button {
  text-align: left
}

@media only screen and (max-width:768px) {
  body#page_business-apartment .myBlockColumn01 .box.-column .text__button {
    text-align: center
  }
}

body#page_business-apartment .myBlockIn01_01 {
  margin-bottom: 60px
}

@media only screen and (max-width:768px) {
  body#page_business-apartment .myBlockIn01_01 {
    margin-bottom: 40px
  }
}

body#page_business-apartment .myBlockIn01_02__block01 {
  margin-bottom: 30px
}

@media only screen and (max-width:768px) {
  body#page_business-apartment .myBlockIn01_02__block01 {
    margin-bottom: 25px
  }
}

body#page_business-apartment .myBlockIn01_02__block03 {
  margin-top: 30px
}

@media only screen and (max-width:768px) {
  body#page_business-apartment .myBlockIn01_02__block03 {
    margin-top: 15px;
    font-size: 14px;
    font-size: 1.4rem
  }
}

body#page_business-apartment .myBlockColumnPhoto {
  margin-bottom: 60px
}

body#page_business-apartment .myBlockColumnPhoto__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px
}

@media only screen and (max-width:768px) {
  body#page_business-apartment .myBlockColumnPhoto__inner {
    margin-right: -2.5px;
    margin-left: -2.5px
  }
}

body#page_business-apartment .myBlockColumnPhoto__item {
  width: 50%;
  text-align: center;
  padding-right: 10px;
  padding-left: 10px
}

@media only screen and (max-width:768px) {
  body#page_business-apartment .myBlockColumnPhoto__item {
    padding-right: 2.5px;
    padding-left: 2.5px
  }
}

body#page_business-apartment .myTtl01 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  letter-spacing: .07em;
  color: #184198;
  border: none;
  border-top: 1px solid;
  border-bottom: 1px solid;
  font-weight: 600;
  line-height: 1.2;
  padding: 15px 0;
  margin-bottom: 45px;
  width: 100%;
  background: 0 0
}

@media only screen and (max-width:768px) {
  body#page_business-apartment .myTtl01 {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 10px 0;
    margin-bottom: 30px
  }
}

body#page_business-apartment .myTtl01__sub {
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  margin-top: 7.5px
}

@media only screen and (max-width:768px) {
  body#page_business-apartment .myTtl01__sub {
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 5px
  }
}

body#page_business-apartment .myTxt01 {
  position: relative;
  color: #888;
  font-weight: 500;
  letter-spacing: .07em;
  margin-bottom: 40px;
  line-height: 1
}

@media only screen and (max-width:768px) {
  body#page_business-apartment .myTxt01 {
    margin-bottom: 25px;
    font-size: 10px;
    font-size: 1rem
  }
}

body#page_business-apartment .myTxt01::after {
  content: '';
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  background: #e8e8e8
}

body#page_business-apartment .myTxt01__inner {
  position: relative;
  display: inline-block;
  background: #fff;
  z-index: 1;
  padding-right: 15px
}

body#page_business-apartment .myToggle {
  position: relative;
  margin-bottom: 0
}

body#page_business-apartment .myToggle::after {
  content: '';
  position: absolute;
  top: 45%;
  right: 40px;
  width: 15px;
  height: 15px;
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  color: #184198;
  border-right: 2px solid;
  border-bottom: 2px solid
}

@media only screen and (max-width:768px) {
  body#page_business-apartment .myToggle::after {
    right: 20px;
    width: 13px;
    height: 13px
  }
}

body#page_business-apartment .myToggle[aria-expanded=true]::after {
  top: 55%;
  -webkit-transform: rotate(-135deg) translateY(50%);
  -ms-transform: rotate(-135deg) translateY(50%);
  transform: rotate(-135deg) translateY(50%)
}

body#page_business-apartment .myToggle.-mobileOnly {
  pointer-events: none;
  cursor: default
}

@media only screen and (max-width:768px) {
  body#page_business-apartment .myToggle.-mobileOnly {
    pointer-events: all;
    cursor: pointer
  }
}

body#page_business-apartment .myToggle.-mobileOnly::after {
  opacity: 0
}

@media only screen and (max-width:768px) {
  body#page_business-apartment .myToggle.-mobileOnly::after {
    opacity: 1
  }
}

body#page_business-apartment .myToggle.-mobileOnly:hover {
  opacity: 1
}

body#page_business-apartment .myPanel {
  padding-top: 50px
}

@media only screen and (max-width:768px) {
  body#page_business-apartment .myPanel {
    padding-top: 30px
  }
}

body#page_business-apartment .myPanel[aria-hidden=true] {
  display: none
}

body#page_business-apartment .myBlockModal__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px 40px
}

@media only screen and (max-width:768px) {
  body#page_business-apartment .myBlockModal__column {
    margin: 0 0 20px
  }
}

body#page_business-apartment .myBlockModal__column-item {
  width: 50%;
  padding: 0 20px
}

@media only screen and (max-width:768px) {
  body#page_business-apartment .myBlockModal__column-item {
    width: 100%;
    padding: 0;
    margin-bottom: 20px
  }
  body#page_business-apartment .myBlockModal__column-item:last-child {
    margin-bottom: 0
  }
}

body#page_business-apartment .myBlockModal__column-item .ttl {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
  color: #184198;
  letter-spacing: .07em;
  border-bottom: 1px solid #ccc;
  line-height: 1.2;
  padding-bottom: 20px;
  margin-bottom: 15px
}

@media only screen and (max-width:768px) {
  body#page_business-apartment .myBlockModal__column-item .ttl {
    font-size: 18px;
    font-size: 1.8rem;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 7.5px
  }
}

body#page_business-apartment .myBlockModal__column-item .desc {
  line-height: 1.666666;
  letter-spacing: .08em
}

@media only screen and (max-width:768px) {
  body#page_business-apartment .myBlockModal__column-item .desc {
    font-size: 14px;
    font-size: 1.4rem
  }
}

body#page_business-apartment .myBlockModal__column-item .desc p {
  margin-bottom: 15px
}

@media only screen and (max-width:768px) {
  body#page_business-apartment .myBlockModal__column-item .desc p {
    margin-bottom: 7.5px
  }
}

body#page_business-apartment .myBlockModal__column-item .desc p:last-child {
  margin-bottom: 0
}

body#page_business-apartment .myBlockModal__list {
  margin-bottom: 40px
}

@media only screen and (max-width:992px) {
  body#page_business-apartment .myBlockModal__list {
    margin-bottom: 0
  }
}

body#page_business-apartment .myBlockModal__list .modDlist01__header {
  width: 160px
}

@media only screen and (max-width:768px) {
  body#page_business-apartment .myBlockModal__list .modDlist01__header {
    width: 100%
  }
}

@media only screen and (max-width:768px) {
  body#page_business-apartment .myBlockModal__list .modTxtLink01.-spBlock {
    font-size: 10px;
    font-size: 1rem
  }
}

body#page_business-apartment .myBlockModal__button {
  text-align: center
}

@media only screen and (max-width:992px) {
  body#page_business-apartment .myBlockModal__button {
    display: none
  }
}

body#page_business-management .gContentsBodyContentsarea {
  padding-top: 0;
  margin-top: -5px
}

@media only screen and (max-width:768px) {
  body#page_business-management .gContentsBodyContentsarea {
    margin-top: 0
  }
}

body#page_business-management .myBlock01__header {
  margin-bottom: calc(40px - .36em)
}

body#page_business-management .myBlock01__body {
  text-align: center
}

@media only screen and (max-width:768px) {
  body#page_business-management .myBlock01__body {
    text-align: left
  }
}

body#page_business-management .myBlock01__inBlock {
  margin-bottom: calc(40px - .16em)
}

@media only screen and (max-width:768px) {
  body#page_business-management .myBlock01__inBlock {
    margin-bottom: calc(30px - .16em)
  }
}

body#page_business-management .myBlock01__inBlock:last-child {
  margin-bottom: 0
}

body#page_business-management .myBlock01__inBlock.-mbType01 {
  margin-bottom: calc(60px - .16em)
}

@media only screen and (max-width:768px) {
  body#page_business-management .myBlock01__inBlock.-mbType01 {
    margin-bottom: calc(30px - .16em)
  }
}

@media only screen and (max-width:768px) {
  body#page_business-management .myBlock01__inBlock.-photo {
    margin-right: -7.5px;
    margin-left: -7.5px
  }
}

body#page_about body#page_business-management .myBlock01__text--emphasis p, body#page_business-management .myBlock01__text p, body#page_business-management body#page_about .myBlock01__text--emphasis p {
  margin-top: -.26em;
  margin-bottom: calc(30px - .2em);
  letter-spacing: .08em;
  line-height: 1.6
}

@media only screen and (max-width:768px) {
  body#page_about body#page_business-management .myBlock01__text--emphasis p, body#page_business-management .myBlock01__text p, body#page_business-management body#page_about .myBlock01__text--emphasis p {
    margin-bottom: calc(25px - .2em);
    line-height: 1.5
  }
}

body#page_about body#page_business-management .myBlock01__text--emphasis p:last-child, body#page_business-management .myBlock01__text p:last-child, body#page_business-management body#page_about .myBlock01__text--emphasis p:last-child {
  margin-bottom: 0
}

@media only screen and (max-width:768px) {
  body#page_business-management .myBlock01.-block01 {
    padding-top: 50px;
    padding-bottom: 50px
  }
}

body#page_business-management .myBlockPhoto01 {
  max-width: 980px;
  margin: 0 auto
}

body#page_business-management .myBlockPhoto01__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px
}

@media only screen and (max-width:768px) {
  body#page_business-management .myBlockPhoto01__inner {
    margin: 0 -5px
  }
}

body#page_business-management .myBlockPhoto01__item {
  width: 50%;
  padding-right: 10px;
  padding-left: 10px
}

@media only screen and (max-width:768px) {
  body#page_business-management .myBlockPhoto01__item {
    padding-right: 5px;
    padding-left: 5px
  }
}

body#page_business-management .myBlockColumn01 {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto
}

body#page_business-management .myBlockColumn01__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}

@media only screen and (max-width:768px) {
  body#page_business-management .myBlockColumn01__inner {
    margin-right: -10px;
    margin-left: -10px
  }
}

body#page_business-management .myBlockColumn01__item {
  width: 33.333%;
  text-align: center;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 40px
}

@media only screen and (max-width:768px) {
  body#page_business-management .myBlockColumn01__item {
    width: 50%;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 30px
  }
}

body#page_business-management .myBlockColumn01__item:last-child {
  margin-bottom: 0
}

body#page_business-management .myBlockColumn01__item.-fullsize {
  width: 100%
}

body#page_business-management .myBlockColumn01__item .myBlockColumn01__item {
  margin-bottom: 0
}

@media only screen and (max-width:768px) {
  body#page_business-management .myBlockColumn01__item .myBlockColumn01__item {
    margin-bottom: 20px
  }
  body#page_business-management .myBlockColumn01__item .myBlockColumn01__item:last-child {
    margin-bottom: 0
  }
}


body#page_business-building .myBlockModal__list {
  margin-bottom: 40px
}

@media only screen and (max-width:992px) {
  body#page_business-building .myBlockModal__list {
    margin-bottom: 0
  }
}


body#page_business-building .myBlockModal__list .modDlist01__header {
  width: 160px
}

@media only screen and (max-width:768px) {
  body#page_business-building .myBlockModal__list .modDlist01__header {
    width: 100%
  }
}


/* #page_business-building */


body#page_business-building .myBlockModal__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px 40px
}

@media only screen and (max-width:768px) {
  body#page_business-building .myBlockModal__column {
    margin: 0 0 20px
  }
}

body#page_business-building .myBlockModal__column-item {
  width: 50%;
  padding: 0 20px
}

@media only screen and (max-width:768px) {
  body#page_business-building .myBlockModal__column-item {
    width: 100%;
    padding: 0;
    margin-bottom: 20px
  }
  body#page_business-building .myBlockModal__column-item:last-child {
    margin-bottom: 0
  }
}

body#page_business-building .myBlockModal__column-item .ttl {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
  color: #184198;
  letter-spacing: .07em;
  border-bottom: 1px solid #ccc;
  line-height: 1.2;
  padding-bottom: 20px;
  margin-bottom: 15px
}

@media only screen and (max-width:768px) {
  body#page_business-building .myBlockModal__column-item .ttl {
    font-size: 18px;
    font-size: 1.8rem;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 7.5px
  }
}

body#page_business-building .myBlockModal__column-item .desc {
  line-height: 1.666666;
  letter-spacing: .08em
}

@media only screen and (max-width:768px) {
  body#page_business-building .myBlockModal__column-item .desc {
    font-size: 14px;
    font-size: 1.4rem
  }
}

body#page_business-building .myBlockModal__column-item .desc p {
  margin-bottom: 15px
}

@media only screen and (max-width:768px) {
  body#page_business-building .myBlockModal__column-item .desc p {
    margin-bottom: 7.5px
  }
}

body#page_business-building .myBlockModal__column-item .desc p:last-child {
  margin-bottom: 0
}

body#page_business-building .myBlockModal__button {
  text-align: center
}

@media only screen and (max-width:992px) {
  body#page_business-building .myBlockModal__button {
    display: none
  }
}




/* /#page_business-building */



body#page_company .myBlock01 {
  position: relative;
  padding-top: 80px
}

@media only screen and (max-width:768px) {
  body#page_company .myBlock01 {
    padding-top: 45px
  }
}

body#page_company .myBlock01::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(1060px - 105px + (120vw - 1060px)/ 2);
  height: 350px;
  /* background: #f5f5f5 */
  background-color: transparent;
}

@media only screen and (max-width:992px) {
  body#page_company .myBlock01::before {
    width: 100%;
    height: 300px
  }
}

@media only screen and (max-width:768px) {
  body#page_company .myBlock01::before {
    display: none
  }
}

body#page_company .myBlock01__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 1
}

body#page_company .myBlock01__item.-text {
  width: calc(100% - 300px - 60px)
}

@media only screen and (max-width:992px) {
  body#page_company .myBlock01__item.-text {
    width: calc(100% - 280px - 30px)
  }
}

@media only screen and (max-width:768px) {
  body#page_company .myBlock01__item.-text {
    width: 100%
  }
}

@media only screen and (max-width:768px) {
  body#page_company .myBlock01__item.-text .desc {
    margin-bottom: 50px
  }
}

body#page_company .myBlock01__item.-text .desc p {
  margin-bottom: 30px
}

@media only screen and (max-width:992px) {
  body#page_company .myBlock01__item.-text .desc p {
    margin-bottom: 20px
  }
}

@media only screen and (max-width:768px) {
  body#page_company .myBlock01__item.-text .desc p {
    margin-bottom: 15px
  }
}

body#page_company .myBlock01__item.-text .name {
  position: relative;
  text-align: right
}

@media only screen and (max-width:768px) {
  body#page_company .myBlock01__item.-text .name {
    padding-top: 70px;
    padding-bottom: 70px
  }
  body#page_company .myBlock01__item.-text .name::after {
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    width: calc(100% + 20px);
    height: 100%;
    background: #f5f5f5
  }
}

@media only screen and (max-width:768px) {
  body#page_company .myBlock01__item.-text .name {
    position: relative;
    text-align: left;
    line-height: 1.6
  }
}

body#page_company .myBlock01__item.-text .name .text {
  position: relative;
  z-index: 2
}

@media only screen and (max-width:768px) {
  body#page_company .myBlock01__item.-text .name .text .txt {
    margin-bottom: 10px
  }
}

@media only screen and (max-width:768px) {
  body#page_company .myBlock01__item.-text .name .text img {
    width: 106px
  }
}

body#page_company .myBlock01__item.-photo {
  width: 255px
}

@media only screen and (max-width:992px) {
  body#page_company .myBlock01__item.-photo {
    width: 180px
  }
}

@media only screen and (max-width:768px) {
  body#page_company .myBlock01__item.-photo {
    position: absolute;
    right: -20px;
    bottom: 25px;
    width: 35%
  }
}

body#page_company .myBlock02 {
  text-align: center
}

@media only screen and (max-width:768px) {
  body#page_company .myBlock02 {
    padding-bottom: 80px
  }
}

body#page_company .myBlock02Header {
  margin-bottom: 90px
}

@media only screen and (max-width:768px) {
  body#page_company .myBlock02Header {
    margin-bottom: 50px
  }
}

@media only screen and (max-width:768px) {
  body#page_company .myBlock02Body>.modBlockSection02:first-child .modTxtCatch {
    margin-bottom: 40px
  }
}

body#page_company .myBlock02Box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 590px;
  border: 1px solid #184198;
  color: #184198;
  margin: 50px auto 0;
  background: #fff
}

@media only screen and (max-width:768px) {
  body#page_company .myBlock02Box {
    display: block;
    padding: 12px 15px;
    margin-top: 45px
  }
}

body#page_company .myBlock02Box__header {
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1;
  padding: 15px 15px 15px 30px
}

@media only screen and (max-width:768px) {
  body#page_company .myBlock02Box__header {
    font-size: 28px;
    font-size: 2.8rem;
    padding: 0;
    margin-bottom: 7.5px
  }
}

body#page_company .myBlock02Box__body {
  font-size: 17px;
  font-size: 1.7rem;
  text-align: left;
  line-height: 1.7;
  font-weight: 500;
  letter-spacing: .08em;
  padding: 15px 15px 15px 0
}

@media only screen and (max-width:768px) {
  body#page_company .myBlock02Box__body {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 0;
    line-height: 1.6
  }
}

body#page_company .myBlock02Box__body::after, body#page_company .myBlock02Box__body::before {
  content: "";
  left: calc(50% - 25px);
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 25px 30px 25px
}

@media only screen and (max-width:768px) {
  body#page_company .myBlock02Box__body::after, body#page_company .myBlock02Box__body::before {
    left: calc(50% - 12.5px);
    border-width: 0 12.5px 15px 12.5px
  }
}

body#page_company .myBlock02Box__body::before {
  top: -30px;
  border-color: transparent transparent #184198 transparent
}

@media only screen and (max-width:768px) {
  body#page_company .myBlock02Box__body::before {
    top: -15px
  }
}

body#page_company .myBlock02Box__body::after {
  border-color: transparent transparent #fff transparent;
  top: -28px
}

@media only screen and (max-width:768px) {
  body#page_company .myBlock02Box__body::after {
    top: -13px
  }
}

body#page_company .myBlock03 .modDlist01__header {
  width: 155px
}

@media only screen and (max-width:768px) {
  body#page_company .myBlock03 .modDlist01__header {
    width: 100%
  }
}

@media only screen and (max-width:768px) {
  body#page_company .myBlock04 {
    padding-top: 80px;
    padding-bottom: 80px
  }
}

body#page_company .myBlock05 .modDlist01__header {
  width: 195px
}

@media only screen and (max-width:768px) {
  body#page_company .myBlock05 .modDlist01__header {
    width: 100%
  }
}

body#page_company .myBlock06 {
  text-align: center
}

@media only screen and (max-width:768px) {
  body#page_company .myBlock06 {
    padding-top: 80px
  }
}

body#page_company .myBlock06 .myText {
  margin-bottom: 40px
}


body#page_company .myBlock07 .modDlist01__header {
  width: 300px
}

@media only screen and (max-width:768px) {
  body#page_company .myBlock07 .modDlist01__header {
    width: 100%
  }
}

body#page_company .myBlockOpenTitle {
  position: relative;
  font-size: 48px;
  font-size: 4.8rem;
  color: #184198;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 32px
}

@media only screen and (max-width:992px) {
  body#page_company .myBlockOpenTitle {
    font-size: 42px;
    font-size: 4.2rem
  }
}

@media only screen and (max-width:768px) {
  body#page_company .myBlockOpenTitle {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 0
  }
}

body#page_company .myBlockOpenTitle::before {
  content: '';
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 33.333% - 10px);
  width: calc(66.666% + 20px);
  height: 1px;
  background: #184198
}

@media only screen and (max-width:768px) {
  body#page_company .myBlockOpenTitle::before {
    display: none
  }
}

body#page_company .myBlockOpenTitle__inner {
  position: relative;
  display: inline-block;
  z-index: 1;
  border: 2px solid #184198;
  padding: 5px 15px 7.5px;
  background: #fff
}

@media only screen and (max-width:768px) {
  body#page_company .myBlockOpenTitle__inner {
    border-width: 1px
  }
}

body#page_company .myBlockOpenList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}

@media only screen and (max-width:768px) {
  body#page_company .myBlockOpenList {
    margin-right: 0;
    margin-left: 0
  }
}

body#page_company .myBlockOpenList__item {
  position: relative;
  width: 33.333%;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: -.26em
}

@media only screen and (max-width:768px) {
  body#page_company .myBlockOpenList__item {
    width: 100%;
    padding-right: 0;
    padding-left: 0
  }
}

@media only screen and (max-width:768px) {
  body#page_company .myBlockOpenList__item {
    margin-top: 30px;
    margin-bottom: 7.5px
  }
  body#page_company .myBlockOpenList__item:last-child {
    margin-bottom: -.26em
  }
}

body#page_company .myBlockOpenList__item::before {
  content: '';
  position: absolute;
  top: -65px;
  left: calc(50% - 1px);
  width: 1px;
  height: 65px;
  background: #184198
}

@media only screen and (max-width:992px) {
  body#page_company .myBlockOpenList__item::before {
    top: -62px;
    height: 62px
  }
}

@media only screen and (max-width:768px) {
  body#page_company .myBlockOpenList__item::before {
    top: -30px;
    height: 30px
  }
}

body#page_company .myBlockOpenList__header {
  background: #184198;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 15px
}

@media only screen and (max-width:992px) {
  body#page_company .myBlockOpenList__header {
    font-size: 20px;
    font-size: 2rem
  }
}

@media only screen and (max-width:768px) {
  body#page_company .myBlockOpenList__header {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.6;
    margin-bottom: 10px
  }
}

body#page_company .myBlockOpenList__body {
  text-align: left;
  line-height: 1.6;
  letter-spacing: .1em
}

@media only screen and (max-width:768px) {
  body#page_company .myBlockOpenList__body {
    font-size: 14px;
    font-size: 1.4rem
  }
}

body#page_company .myBlockSloganlogo {
  margin-top: 40px;
  margin-bottom: 40px
}

@media only screen and (max-width:768px) {
  body#page_company .myBlockSloganlogo {
    margin-top: 20px;
    margin-bottom: 20px
  }
  body#page_company .myBlockSloganlogo img {
    max-width: 80%
  }
}

body#page_company .modListTab {
  margin-top: 30px
}

body#page_company .myBlockTabpanelHeader {
  padding-top: 30px;
  margin-bottom: 30px
}

@media only screen and (max-width:768px) {
  body#page_company .myBlockTabpanelHeader {
    margin-bottom: 20px
  }
}

@media only screen and (max-width:768px) {
  body#page_company .myBlockTabpanelHeader p {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left
  }
}

@media only screen and (max-width:768px) {
  body#page_company .myBlockTabpanelHeader .modTxtLink01 {
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center
  }
}

body#page_company .myBlockTabpanelBody {
  text-align: left
}

body#page_company .myBlockTrain {
  max-width: 930px;
  margin-right: auto;
  margin-left: auto
}

body#page_company .myBlockTrain__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -30px;
  margin-left: -30px
}

@media only screen and (max-width:768px) {
  body#page_company .myBlockTrain__inner {
    margin-right: 0;
    margin-left: 0
  }
}

body#page_company .myBlockTrain__item {
  width: 50%;
  padding-right: 30px;
  padding-left: 30px
}

@media only screen and (max-width:768px) {
  body#page_company .myBlockTrain__item {
    width: 100%;
    padding-right: 0;
    padding-left: 0
  }
}

@media only screen and (max-width:768px) {
  body#page_company .myBlockTrain__item.-text {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
}

@media only screen and (max-width:768px) {
  body#page_company .myBlockTrain__item.-photo {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin-bottom: 20px
  }
}

body#page_company .myBlockTrain__item .block {
  margin-bottom: 15px
}

body#page_company .myBlockTrain__item .block:last-child {
  margin-bottom: 0
}

body#page_company .myBlockTrain__item .modDlist01__header {
  width: 165px
}

@media only screen and (max-width:768px) {
  body#page_company .myBlockTrain__item .modDlist01__header {
    width: 100%
  }
}

body#page_company .myBlockTrain__item .photo {
  text-align: center
}

body#page_company .myBlockBas {
  max-width: 880px;
  margin-right: auto;
  margin-left: auto
}

body#page_company .myBlockBasHeader {
  text-align: center;
  margin-bottom: 20px
}

@media only screen and (max-width:768px) {
  body#page_company .myBlockBasHeader p {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left
  }
}

body#page_company .myBlockBasBody .block {
  margin-bottom: 10px
}

body#page_company .myBlockBasBody .block:last-child {
  margin-bottom: 0
}

body#page_company .myBlockBasBody .modDlist01__header {
  width: 260px
}

@media only screen and (max-width:768px) {
  body#page_company .myBlockBasBody .modDlist01__header {
    width: 100%
  }
}

body#page_company .myBlockCar {
  max-width: 715px;
  margin-right: auto;
  margin-left: auto
}

body#page_company .myBlockCarHeader {
  text-align: center;
  margin-bottom: 20px
}

@media only screen and (max-width:768px) {
  body#page_company .myBlockCarHeader p {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left
  }
}

body#page_company .myBlockCarBody .block {
  margin-bottom: 10px
}

body#page_company .myBlockCarBody .block:last-child {
  margin-bottom: 0
}

body#page_company .myBlockCarBody .modDlist01__header {
  width: 180px
}

@media only screen and (max-width:768px) {
  body#page_company .myBlockCarBody .modDlist01__header {
    width: 100%
  }
}

body#page_company .myWrapper{
  padding-top: 20px;
}

@media only screen and (max-width: 992px){

  body#page_company .myWrapper{
    padding-top: 30px;
  }

}

body#page_environment .modTxtCatch {
  margin-bottom: 50px
}

body#page_environment .myBlockFile {
  background: url(../img/environment/bg_filelist.jpg) no-repeat center bottom;
  background-size: cover
}

@media only screen and (max-width:768px) {
  body#page_environment .myBlockFile {
    background-image: url(../img/environment/bg_filelist_sp.jpg)
  }
}

body#page_environment .myBlockFile__inner {
  max-width: 780px;
  margin: 0 auto
}

body#page_environment .myBlockFileList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
  padding: 60px 0 45px
}

@media only screen and (max-width:768px) {
  body#page_environment .myBlockFileList {
    padding-top: 30px;
    padding-bottom: 80px
  }
}

body#page_environment .myBlockFileList__item {
  width: 50%;
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 20px
}

@media only screen and (max-width:768px) {
  body#page_environment .myBlockFileList__item {
    width: 100%;
    margin-bottom: 10px
  }
  body#page_environment .myBlockFileList__item:last-child {
    margin-bottom: 0
  }
}

body#page_environment .myBlockFileLink {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  border: 1px solid #184198;
  background: #fff;
  text-decoration: none;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: .05em;
  font-weight: 700;
  line-height: 1.2;
  padding: 25px 30px 25px 80px
}

@media only screen and (max-width:768px) {
  body#page_environment .myBlockFileLink {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 10px 30px 10px 50px
  }
}

body#page_environment .myBlockFileLink::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  background: url(../img/environment/icon_pdf.png) no-repeat center;
  background-size: contain;
  width: 55px;
  height: 54px
}

@media only screen and (max-width:768px) {
  body#page_environment .myBlockFileLink::before {
    top: calc(50% - 13.75px);
    left: 7.5px;
    width: 27.5px;
    height: 26px
  }
}

body#page_environment .myBlockFileLink::after {
  content: '';
  position: absolute;
  top: calc(50% - 7px);
  right: 15px;
  background: url(../img/environment/icon_newwindow.png) no-repeat center;
  background-size: contain;
  width: 14px;
  height: 14px;
  z-index: 1
}

body#page_environment .myBlockFileLink__size {
  font-size: 14px;
  font-size: 1.4rem
}

@media only screen and (max-width:768px) {
  body#page_environment .myBlockFileLink__size {
    font-size: 10px;
    font-size: 1rem
  }
}

body#page_environment .myBlockSection01 {
  padding-top: 40px;
  margin-bottom: 30px
}

@media only screen and (max-width:768px) {
  body#page_environment .myBlockSection01 {
    padding-top: 20px;
    margin-bottom: 20px
  }
}

body#page_environment .myBlockSection01 .modTxtCatch {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.7
}

@media only screen and (max-width:768px) {
  body#page_environment .myBlockSection01 .modTxtCatch {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 30px
  }
}

body#page_environment .myBlockSection02 {
  padding-top: 0;
  padding-bottom: 115px
}

@media only screen and (max-width:768px) {
  body#page_environment .myBlockSection02 {
    padding-bottom: 80px
  }
}

body#page_environment .myBlockSection02__inner {
  padding-right: 30px;
  padding-left: 30px
}

@media only screen and (max-width:992px) {
  body#page_environment .myBlockSection02__inner {
    padding-right: 0;
    padding-left: 0
  }
}

body#page_environment .myBlockColumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #f5f5f5
}

body#page_environment .myBlockColumn+.myBlockColumn {
  margin-top: 20px
}

body#page_environment .myBlockColumn__photo {
  width: 450px
}

@media only screen and (max-width:992px) {
  body#page_environment .myBlockColumn__photo {
    width: 45%
  }
}

@media only screen and (max-width:768px) {
  body#page_environment .myBlockColumn__photo {
    width: 100%
  }
}

body#page_environment .myBlockColumn__photo.-right {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}

@media only screen and (max-width:768px) {
  body#page_environment .myBlockColumn__photo.-right {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }
}

body#page_environment .myBlockColumn__text {
  width: calc(100% - 450px);
  padding: 0 50px;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: .08em
}

@media only screen and (max-width:992px) {
  body#page_environment .myBlockColumn__text {
    width: 55%;
    padding: 0 30px
  }
}

@media only screen and (max-width:768px) {
  body#page_environment .myBlockColumn__text {
    width: 100%;
    padding: 20px 15px
  }
}

body#page_environment .myBlockColumn__text.-right {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0
}

@media only screen and (max-width:768px) {
  body#page_environment .myBlockColumn__text.-right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
}

body#page_environment .myBlockColumn__ttl {
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: .05em;
  color: #184198;
  line-height: 1.2;
  margin-bottom: 10px;
  font-weight: 600
}

@media only screen and (max-width:768px) {
  body#page_environment .myBlockColumn__ttl {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: .04em
  }
}

@media only screen and (max-width:768px) {
  body#page_environment .myBlockColumn__desc {
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: .04em
  }
}

body#page_inquiry a[href^="tel:"] {
  pointer-events: none;
  color: inherit;
  text-decoration: none
}

@media only screen and (max-width:768px) {
  body#page_inquiry a[href^="tel:"] {
    pointer-events: auto;
    color: #184198;
    text-decoration: underline
  }
}

body#page_inquiry .myBlockIndexText {
  text-align: center;
  margin-bottom: 40px
}

@media only screen and (max-width:768px) {
  body#page_inquiry .myBlockIndexText {
    text-align: left;
    margin-bottom: 30px
  }
}

body#page_inquiry .myBlockIndexHeading {
  text-align: center
}

body#page_inquiry .myBlockIndexContent {
  margin: 30px 0 15px
}

body#page_inquiry .myBlockIndexContent .modDlist01__header {
  width: 130px
}

@media only screen and (max-width:768px) {
  body#page_inquiry .myBlockIndexContent .modDlist01__header {
    width: 100%
  }
}

body#page_link .myBlockIndexContent .modDlist01__header {
  width: 420px
}

@media only screen and (max-width:768px) {
  body#page_link .myBlockIndexContent .modDlist01__header {
    width: 100%
  }
}

body#page_sitemap .myBlockIndexContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media only screen and (max-width:768px) {
  body#page_sitemap .myBlockIndexContent {
    display: block
  }
}

body#page_sitemap .myBlock01 {
  -ms-flex-preferred-size: calc(50% - 25px);
  flex-basis: calc(50% - 25px);
  margin-bottom: 60px
}

body#page_sitemap .myBlock01 .modTitle02 a {
  text-decoration: none
}

@media only screen and (max-width:768px) {
  body#page_sitemap .myBlock01 {
    margin-bottom: 40px
  }
}

body#page_sitemap .myBlock02 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #d3d3d3
}

@media only screen and (max-width:768px) {
  body#page_sitemap .myBlock02 {
    margin-top: 60px;
    padding-top: 30px
  }
}

body#page_sitemap .myList02 {
  font-weight: 600
}

body#page_sitemap .myList02 .myList__item {
  margin-top: 1.5em;
  margin-top: 1.5em
}

body#page_sitemap .myList__item {
  position: relative;
  margin: .5em 0;
  padding: 0 0 0 1.3em
}

body#page_sitemap .myList__item:first-child {
  margin-top: 0
}

body#page_sitemap .myList__item:last-child {
  margin-bottom: 0
}

body#page_sitemap .myList__item::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: .9em;
  left: .4em;
  width: 0;
  height: 0;
  border-style: solid;
  margin: -4px 0 0;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #184198
}

body#page_sitemap .myList__item a {
  color: inherit;
  text-decoration: none
}

body#page_sitemap .myList__item a:hover {
  text-decoration: underline;
  opacity: 1
}

body#page_top {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  text-rendering: optimizeLegibility
}

body#page_top #contents {
  padding-bottom: 80px
}

@media only screen and (max-width:768px) {
  body#page_top #contents {
    padding-bottom: 60px
  }
}

body#page_top .myTitle01 {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: .03em;
  color: #184198;
  line-height: 1.4;
  margin-bottom: 20px
}

@media only screen and (max-width:768px) {
  body#page_top .myTitle01 {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 15px
  }
}

body#page_top .myTitle01.-white {
  color: #fff;
  text-shadow: 2.121px 2.121px 6px rgba(22, 36, 80, .7)
}

body#page_top .myBlockVisual {
  position: relative;
  height: 60vw;
  -webkit-transform: translate3d(0, 0, 0)!important;
  transform: translate3d(0, 0, 0)!important;
  cursor: auto!important;
  -ms-touch-action: auto!important;
  touch-action: auto!important;
  -webkit-user-select: auto!important;
  -moz-user-select: auto!important;
  -ms-user-select: auto!important;
  user-select: auto!important;
  z-index: 5
}

@media only screen and (max-width:992px) {
  body#page_top .myBlockVisual {
    height: 135vw;
    z-index: 6
  }
}

body#page_top .myBlockVisual *, body#page_top .myBlockVisual :focus {
  outline: 0
}

body#page_top .myBlockVisualSlider {
  position: relative;
  z-index: 4;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transform: translate3d(0, 0, 0)!important;
  transform: translate3d(0, 0, 0)!important;
  cursor: auto!important;
  height: 60vw;
  overflow: hidden;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

@media only screen and (max-width:992px) {
  body#page_top .myBlockVisualSlider {
    height: 135vw;
    z-index: 5
  }
}

body#page_top .myBlockVisualSlider .slick-list, body#page_top .myBlockVisualSlider .slick-track {
  height: 60vw
}

@media only screen and (max-width:992px) {
  body#page_top .myBlockVisualSlider .slick-list, body#page_top .myBlockVisualSlider .slick-track {
    height: 135vw
  }
}

body#page_top .myBlockVisualSlider .slick-slide {
  display: block!important;
  opacity: 1!important;
  max-width: 100vw
}

body#page_top .myBlockVisualSlider .slick-slide.slick-active {
  z-index: 1000!important
}

body#page_top .myBlockVisualSlider .slick-slide.jsPrevSlide {
  z-index: 999!important;
  opacity: 1!important
}

body#page_top .myBlockVisualSlider .slick-slide.jsNextSlide {
  opacity: 1!important
}

body#page_top .myBlockVisualSlider__inner {
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  height: 60vw
}

@media only screen and (max-width:992px) {
  body#page_top .myBlockVisualSlider__inner {
    height: 135vw
  }
}

body#page_top .myBlockVisualSlider__slide {
  position: relative;
  width: 0;
  height: 60vw;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  max-width: 100vw
}

@media only screen and (max-width:992px) {
  body#page_top .myBlockVisualSlider__slide {
    height: 135vw
  }
}

body#page_top .myBlockVisualSlider__slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 395px;
  height: 115px;
  background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, rgba(24, 65, 152, .85))) no-repeat top left/100% 100%;
  background: -webkit-linear-gradient(bottom right, rgba(255, 255, 255, 0) 50%, rgba(24, 65, 152, .85) 50.5%) no-repeat top left/100% 100%;
  background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, rgba(24, 65, 152, .85) 50.5%) no-repeat top left/100% 100%;
  z-index: 9
}

@media only screen and (max-width:992px) {
  body#page_top .myBlockVisualSlider__slide::before {
    width: 40vw;
    height: 10vw
  }
}

body#page_top .myBlockVisualSlider__slide .bg {
  position: relative;
  width: 100vw;
  height: 60vw;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transform: skewY(-17.5deg);
  -ms-transform: skewY(-17.5deg);
  transform: skewY(-17.5deg);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transform: translate3d(0, 0, .01);
  transform: translate3d(0, 0, .01);
  will-change: transform;
  overflow: hidden
}

@media only screen and (max-width:992px) {
  body#page_top .myBlockVisualSlider__slide .bg {
    height: 135vw
  }
}

body#page_top .myBlockVisualSlider__slide .bg__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-size: cover;
  background-position-y: 0;
  background-position-x: 0;
  background-repeat: no-repeat;
  -webkit-transform: skewY(17.5deg);
  -ms-transform: skewY(17.5deg);
  transform: skewY(17.5deg);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transform: translate3d(0, 0, .01);
  transform: translate3d(0, 0, .01);
  will-change: transform
}

body#page_top .myBlockVisualSlider__slide .bg__img {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100vw + 300px);
  height: 100%;
  background-size: cover;
  background-position-y: 0;
  background-position-x: 0;
  background-repeat: no-repeat;
  -webkit-transform: translateX(-150px);
  -ms-transform: translateX(-150px);
  transform: translateX(-150px);
  will-change: transform
}

body#page_top .myBlockVisualSlider__slide.-slide01 .bg .bg__img {
  background-image: url(../img/top/img_slide01.jpg)
}

body#page_top .myBlockVisualSlider__slide.-slide02 .bg .bg__img {
  background-image: url(../img/top/img_slide02.jpg)
}

body#page_top .myBlockVisualSlider__slide.-slide03 .bg .bg__img {
  background-image: url(../img/top/img_slide03.jpg)
}

body#page_top .myBlockVisualSlider__slide.-slide04 .bg .bg__img {
  background-image: url(../img/top/img_slide04.jpg)
}

body#page_top .myBlockVisualSlider__slide.-slide05 .bg .bg__img {
  background-image: url(../img/top/img_slide05.jpg)
}

body#page_top .myBlockVisualSlider__slide .topText {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100vw;
  line-height: 1.2;
  text-align: right;
  padding: 0 30px
}

@media only screen and (max-width:992px) {
  body#page_top .myBlockVisualSlider__slide .topText {
    top: 10px;
    padding: 0 10px
  }
}

body#page_top .myBlockVisualSlider__slide .topText__tag {
  display: inline-block;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  background-color: rgba(255, 255, 255, .8);
  color: #184198;
  padding: 5px 10px
}

@media only screen and (max-width:992px) {
  body#page_top .myBlockVisualSlider__slide .topText__tag {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 2px 5px;
    letter-spacing: .08em
  }
}

body#page_top .myBlockVisualSlider__slide .credit {
  position: absolute;
  width: 100vw;
  top: 6.5px;
  left: 0;
  font-family: "Noto Sans JP", sans-serif;
  text-align: right;
  padding: 0 10px;
  font-size: 11px;
  font-size: 1.1rem;
  color: #fff;
  text-shadow: 0 0 3px #000, 0 0 3px #000;
  font-weight: 700;
  letter-spacing: .015em
}

@media only screen and (max-width:992px) {
  body#page_top .myBlockVisualSlider__slide .credit {
    top: auto;
    bottom: 40px;
    text-align: left;
    padding: 0 10px
  }
}

body#page_top .myBlockVisualSliderBox {
  position: absolute;
  top: 10vw;
  left: 0;
  width: 100%;
  z-index: 10
}

@media only screen and (max-width:992px) {
  body#page_top .myBlockVisualSliderBox {
    top: 25vw
  }
}

@media only screen and (max-width:768px) {
  body#page_top .myBlockVisualSliderBox .container {
    padding-left: 0
  }
}

body#page_top .myBlockVisualSliderBox .box {
  position: relative;
  display: table;
  background: rgba(255, 255, 255, .85);
  padding: 23px 25px 30px 30px;
  color: #184198;
  max-width: 423px
}

@media only screen and (max-width:992px) {
  body#page_top .myBlockVisualSliderBox .box {
    max-width: 75%;
    padding: 15px 10px 20px 15px
  }
}

body#page_top .myBlockVisualSliderBox .box .ttl {
  font-size: 44px;
  font-size: 4.4rem;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 30px
}

@media only screen and (max-width:992px) {
  body#page_top .myBlockVisualSliderBox .box .ttl {
    font-size: 7.5vw
  }
}

@media only screen and (max-width:600px) {
  body#page_top .myBlockVisualSliderBox .box .ttl {
    margin-bottom: 15px
  }
}

body#page_top .myBlockVisualSliderBox .box .text {
  margin-bottom: 20px;
  font-size: 17px;
  font-size: 1.7rem;
  letter-spacing: .1em;
  font-weight: 500
}

@media only screen and (max-width:992px) {
  body#page_top .myBlockVisualSliderBox .box .text {
    font-size: 3vw;
    letter-spacing: .08em;
    margin-bottom: 10px
  }
}

body#page_top .myBlockVisualSliderBox .box .modListBtn {
  text-align: left
}

body#page_top .myBlockVisualSliderBox .box .modListBtn a {
  max-width: 210px
}

@media only screen and (max-width:992px) {
  body#page_top .myBlockVisualSliderBox .box .modListBtn a {
    max-width: 160px
  }
}

body#page_top .myBlockVisualNav {
  position: absolute;
  top: 47.6%;
  right: 0;
  width: 50%;
  -webkit-transform: translate3d(0, 0, 0)!important;
  transform: translate3d(0, 0, 0)!important;
  cursor: auto!important;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 4
}

@media only screen and (max-width:992px) {
  body#page_top .myBlockVisualNav {
    top: 76.4%;
    width: 85%;
    z-index: 5
  }
}

body#page_top .myBlockVisualNav:hover {
  opacity: .9
}

@media only screen and (max-width:992px) {
  body#page_top .myBlockVisualNav:hover {
    opacity: 1
  }
}

body#page_top .myBlockVisualNav .slick-slide {
  display: block!important;
  opacity: 1!important
}

body#page_top .myBlockVisualNav .slick-slide.slick-active {
  z-index: 1000!important
}

body#page_top .myBlockVisualNav .slick-slide.jsPrevSlide {
  z-index: 999!important;
  opacity: 1!important
}

body#page_top .myBlockVisualNav .slick-slide.jsNextSlide {
  z-index: 998!important;
  opacity: 1!important
}

body#page_top .myBlockVisualNav__inner {
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%
}

body#page_top .myBlockVisualNav__slide {
  position: relative;
  overflow: hidden;
  height: 31.5vw;
  cursor: pointer
}

@media only screen and (max-width:992px) {
  body#page_top .myBlockVisualNav__slide {
    height: 54vw
  }
}

body#page_top .myBlockVisualNav__slide .bg {
  position: relative;
  height: 0;
  overflow: hidden;
  height: 31.5vw;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

@media only screen and (max-width:992px) {
  body#page_top .myBlockVisualNav__slide .bg {
    height: 54vw
  }
}

body#page_top .myBlockVisualNav__slide .bg img {
  width: 100%
}

body#page_top .myBlockVisualNav__slide .bg__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 50vw;
  height: 31.5vw;
  background-size: auto 31.5vw;
  background-position: center;
  background-repeat: no-repeat
}

@media only screen and (max-width:992px) {
  body#page_top .myBlockVisualNav__slide .bg__inner {
    width: 85vw;
    background-size: auto 53.5vw;
    height: 54vw
  }
}

body#page_top .myBlockVisualNav__slide .bg .navcredit {
  position: absolute;
  right: 0;
  bottom: 40px;
  z-index: 2;
  font-family: "Noto Sans JP", sans-serif;
  text-align: right;
  padding: 0 20px;
  font-size: 11px;
  font-size: 1.1rem;
  color: #fff;
  text-shadow: 0 0 3px #000, 0 0 3px #000;
  font-weight: 700;
  letter-spacing: .015em
}

@media only screen and (max-width:768px) {
  body#page_top .myBlockVisualNav__slide .bg .navcredit {
    bottom: 30px;
    font-size: 10px;
    font-size: 1rem;
    padding: 0 10px
  }
}

body#page_top .myBlockVisualNav__slide .txt {
  position: absolute;
  top: 50%;
  right: 30px;
  color: #fff;
  text-align: right;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-top: 1.5em
}

@media only screen and (max-width:992px) {
  body#page_top .myBlockVisualNav__slide .txt {
    font-size: 16px;
    font-size: 1.6rem
  }
}

@media only screen and (max-width:992px) {
  body#page_top .myBlockVisualNav__slide .txt {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 12px;
    font-size: 14px;
    font-size: 1.4rem
  }
}

body#page_top .myBlockVisualNav__slide .txt .ttl {
  position: relative;
  display: inline-block;
  line-height: 1.2;
  font-weight: 500;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  white-space: nowrap;
  letter-spacing: .1em
}

@media only screen and (max-width:768px) {
  body#page_top .myBlockVisualNav__slide .txt .ttl {
    letter-spacing: .08em;
    margin-top: 1em
  }
}

body#page_top .myBlockVisualNav__slide.-slide01 .bg .bg__inner {
  background-image: url(../img/top/img_slide_nav01.png)
}

body#page_top .myBlockVisualNav__slide.-slide02 .bg .bg__inner {
  background-image: url(../img/top/img_slide_nav02.png)
}

body#page_top .myBlockVisualNav__slide.-slide03 .bg .bg__inner {
  background-image: url(../img/top/img_slide_nav03.png)
}

body#page_top .myBlockVisualNav__slide.-slide04 .bg .bg__inner {
  background-image: url(../img/top/img_slide_nav04.png)
}

body#page_top .myBlockVisualNav__slide.-slide05 .bg .bg__inner {
  background-image: url(../img/top/img_slide_nav05.png)
}

body#page_top .myBlockVisualNav .arrow {
  position: absolute;
  z-index: 2;
  top: calc(50% - 1.5em);
  right: 30px;
  padding-right: 20px;
  padding-left: 75px;
  font-family: Vollkorn, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 15px;
  line-height: 1;
  letter-spacing: .1em
}

@media only screen and (max-width:992px) {
  body#page_top .myBlockVisualNav .arrow {
    right: 14px;
    margin-bottom: 5px;
    padding-left: 55px;
    padding-right: 15px;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: .08em
  }
}

body#page_top .myBlockVisualNav .arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 9px);
  right: 0;
  width: 11px;
  height: 14px;
  background: url(../img/common/icon_arrow.png) no-repeat center right/contain;
  -webkit-transition: .3s;
  transition: .3s
}

@media only screen and (max-width:768px) {
  body#page_top .myBlockVisualNav .arrow::after {
    width: 8px
  }
}

body#page_top .myBlockVisualNav .arrow .bar {
  position: absolute;
  top: calc(50% - 3px);
  left: 0;
  width: 60px;
  height: 2px;
  background: #fff;
  will-change: transform;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center
}

@media only screen and (max-width:992px) {
  body#page_top .myBlockVisualNav .arrow .bar {
    width: 40px
  }
}

body#page_top .myBlockVisualNav:hover .arrow::after {
  right: -5px
}

@media only screen and (max-width:992px) {
  body#page_top .myBlockVisualNav:hover .arrow::after {
    right: 0
  }
}

body#page_top .myBlockAbout {
  position: relative;
  text-align: center;
  margin: -18.1vw 0 -350px
}

@media only screen and (max-width:992px) {
  body#page_top .myBlockAbout {
    text-align: left;
    margin: -15vw 0 -50vw
  }
}

@media only screen and (max-width:768px) {
  body#page_top .myBlockAbout {
    margin: -8vw 0 -40vw
  }
}

body#page_top .myBlockAbout::before {
  content: "";
  position: absolute;
  top: 51%;
  left: 50%;
  width: 870px;
  height: 870px;
  background: #fff;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: translate(-50%, -50%) rotate(135deg) skew(27.5deg, 27.5deg);
  -ms-transform: translate(-50%, -50%) rotate(135deg) skew(27.5deg, 27.5deg);
  transform: translate(-50%, -50%) rotate(135deg) skew(27.5deg, 27.5deg);
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 5
}

@media only screen and (max-width:992px) {
  body#page_top .myBlockAbout::before {
    left: 0;
    width: 950px;
    height: 950px
  }
}

@media only screen and (max-width:600px) {
  body#page_top .myBlockAbout::before {
    width: 800px;
    height: 800px
  }
}

body#page_top .myBlockAbout__inner {
  position: relative;
  padding: 128px 0
}

@media only screen and (max-width:992px) {
  body#page_top .myBlockAbout__inner {
    padding: 30vw 0 30vw
  }
}

@media only screen and (max-width:600px) {
  body#page_top .myBlockAbout__inner {
    padding: 26vw 0 26vw
  }
}

body#page_top .myBlockAbout__inner .container {
  position: relative;
  z-index: 5
}

body#page_top .myBlockAbout__text {
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1.7;
  margin-bottom: 30px;
  letter-spacing: .08em
}

@media only screen and (max-width:992px) {
  body#page_top .myBlockAbout__text {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 20px
  }
}

body#page_top .myBlockAbout__text p {
  margin-bottom: 15px
}

@media only screen and (max-width:992px) {
  body#page_top .myBlockAbout__text p {
    margin-bottom: 10px
  }
}

body#page_top .myBlockAbout__text p:last-child {
  margin-bottom: 0
}

body#page_top .myBlockAbout__text p:nth-child(2) {
  font-size: 24px;
  font-size: 2.4rem
}

@media only screen and (max-width:992px) {
  body#page_top .myBlockAbout__text p:nth-child(2) {
    font-size: 16px;
    font-size: 1.6rem
  }
}

@media only screen and (max-width:992px) {
  body#page_top .myBlockAbout .modListBtn {
    text-align: left
  }
}

body#page_top .myBlockBusinessHeader {
  background: url(../img/top/bg_business.jpg) no-repeat center top/cover
}

@media only screen and (max-width:768px) {
  body#page_top .myBlockBusinessHeader {
    background-image: url(../img/top/bg_business_sp.jpg)
  }
}

body#page_top .myBlockBusinessHeader__inner {
  padding: 340px 95px 320px
}

@media only screen and (max-width:992px) {
  body#page_top .myBlockBusinessHeader__inner {
    padding-right: 0;
    padding-left: 0
  }
}

@media only screen and (max-width:768px) {
  body#page_top .myBlockBusinessHeader__inner {
    padding: calc(37vw + 30px) 0 38vw
  }
}

@media only screen and (max-width:600px) {
  body#page_top .myBlockBusinessHeader__inner {
    padding: calc(35vw + 30px) 0 38vw
  }
}

@media screen and (max-width:350px) {
  body#page_top .myBlockBusinessHeader__inner {
    padding: calc(30vw + 30px) 0 38vw
  }
}

body#page_top .myBlockBusinessHeader .myTitle01 {
  letter-spacing: .05em
}

body#page_top .myBlockBusinessHeader .column {
  display: table
}

@media only screen and (max-width:768px) {
  body#page_top .myBlockBusinessHeader .column {
    display: block
  }
}

body#page_top .myBlockBusinessHeader .column__item {
  display: table-cell;
  vertical-align: middle
}

@media only screen and (max-width:768px) {
  body#page_top .myBlockBusinessHeader .column__item {
    display: block
  }
}

body#page_top .myBlockBusinessHeader .column .text {
  font-size: 19px;
  font-size: 1.9rem;
  color: #fff;
  text-shadow: 2.121px 2.121px 6px rgba(22, 36, 80, .7);
  padding-right: 30px;
  letter-spacing: .08em
}

@media only screen and (max-width:768px) {
  body#page_top .myBlockBusinessHeader .column .text {
    font-size: 14px;
    font-size: 1.4rem;
    padding-right: 0
  }
}

body#page_top .myBlockBusinessHeader .column .text p {
  margin-bottom: 15px
}

body#page_top .myBlockBusinessHeader .column .text p:last-child {
  margin-bottom: 0
}

@media only screen and (max-width:768px) {
  body#page_top .myBlockBusinessHeader .column .button {
    display: none
  }
}

body#page_top .myBlockBusinessBody {
  margin-top: -265px
}

@media only screen and (max-width:768px) {
  body#page_top .myBlockBusinessBody {
    margin-top: -27vw
  }
}

body#page_top .myBlockBusinessBody .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}

@media only screen and (max-width:768px) {
  body#page_top .myBlockBusinessBody .list {
    margin-right: -10px;
    margin-left: -10px
  }
}

body#page_top .myBlockBusinessBody .list__item {
  width: 50%;
  padding-right: 15px;
  padding-left: 15px
}

@media only screen and (max-width:768px) {
  body#page_top .myBlockBusinessBody .list__item {
    padding-right: 10px;
    padding-left: 10px
  }
}

body#page_top .myBlockBusinessBody .box__photo {
  margin-bottom: 25px;
  text-align: center
}

@media only screen and (max-width:768px) {
  body#page_top .myBlockBusinessBody .box__photo {
    margin-bottom: 15px
  }
}

body#page_top .myBlockBusinessBody .box__ttl {
  color: #222;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 10px;
  letter-spacing: .05em
}

@media only screen and (max-width:768px) {
  body#page_top .myBlockBusinessBody .box__ttl {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 5px
  }
}

body#page_top .myBlockBusinessBody .box__desc {
  font-size: 17px;
  font-size: 1.7rem;
  margin-bottom: 25px;
  letter-spacing: .08em
}

@media only screen and (max-width:768px) {
  body#page_top .myBlockBusinessBody .box__desc {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 15px
  }
}

body#page_top .myBlockBusinessBody .box__button {
  text-align: center
}

body#page_top .myBlockBusinessBody .box__button a {
  letter-spacing: .05em
}

body#page_top .myBlockResults {
  padding-top: 95px
}

@media only screen and (max-width:768px) {
  body#page_top .myBlockResults {
    padding-top: 80px
  }
}

body#page_top .myBlockResultsHeader {
  margin-bottom: 60px;
  text-align: center
}

@media only screen and (max-width:768px) {
  body#page_top .myBlockResultsHeader {
    margin-bottom: 30px
  }
}

body#page_top .myBlockOverlap {
  padding-right: calc((100vw - 1060px)/ 2);
  padding-left: 43%;
  margin-bottom: 130px
}

@media only screen and (max-width:1400px) {
  body#page_top .myBlockOverlap {
    padding-left: 0
  }
}

@media only screen and (max-width:1060px) {
  body#page_top .myBlockOverlap {
    padding-right: 0;
    margin-bottom: 90px
  }
}

@media only screen and (max-width:768px) {
  body#page_top .myBlockOverlap {
    margin-bottom: 50px
  }
}

body#page_top .myBlockOverlap:last-child {
  margin-bottom: 0
}

@media only screen and (max-width:768px) {
  body#page_top .myBlockOverlap__inner {
    padding-right: 40px
  }
}

body#page_top .myBlockOverlapPhoto {
  position: absolute;
  top: 40px;
  z-index: 1;
  left: 0;
  width: calc(43% + 50px);
  height: 100%;
  min-height: 440px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover
}

@media only screen and (max-width:1400px) {
  body#page_top .myBlockOverlapPhoto {
    width: calc(100vw - ((100vw - 1060px)/ 2) - 610px)
  }
}

@media only screen and (max-width:1060px) {
  body#page_top .myBlockOverlapPhoto {
    width: calc(45% + 60px);
    height: auto;
    min-height: 0;
    padding-top: 40%
  }
}

@media only screen and (max-width:768px) {
  body#page_top .myBlockOverlapPhoto {
    position: relative;
    top: 0;
    left: 0;
    right: auto;
    width: 90%;
    height: auto;
    padding-top: 60%;
    margin-bottom: 15px
  }
  body#page_top .myBlockOverlapPhoto::after {
    content: "";
    position: absolute;
    top: 44px;
    right: -35px;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #f5f5f5
  }
}

body#page_top .myBlockOverlapPhoto::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover
}

body#page_top .myBlockOverlapPhoto.-photo01::before {
  background-image: url(../img/top/img_results01.jpg)
}

body#page_top .myBlockOverlapPhoto.-photo02::before {
  background-image: url(../img/top/img_results02.jpg)
}

body#page_top .myBlockOverlapText {
  position: relative;
  text-align: center;
  background: #f5f5f5;
  padding: 40px 50px 40px 100px
}

@media only screen and (max-width:1400px) {
  body#page_top .myBlockOverlapText {
    width: 660px;
    margin: 0 0 0 auto
  }
}

@media only screen and (max-width:1060px) {
  body#page_top .myBlockOverlapText {
    width: 55%;
    padding: 40px 50px 40px 120px
  }
}

@media only screen and (max-width:768px) {
  body#page_top .myBlockOverlapText {
    width: 100%;
    padding: 0 0 0 20px;
    text-align: left;
    background-color: transparent;
    z-index: 2
  }
}

body#page_top .myBlockOverlapText__ttl {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 10px;
  letter-spacing: .05em
}

@media only screen and (max-width:768px) {
  body#page_top .myBlockOverlapText__ttl {
    font-size: 18px;
    font-size: 1.8rem
  }
}

@media only screen and (max-width:1060px) {
  body#page_top .myBlockOverlapText__ttl br {
    display: none
  }
}

body#page_top .myBlockOverlapText__desc {
  text-align: left;
  letter-spacing: .08em;
  letter-spacing: .1em;
  margin-bottom: 25px
}

@media only screen and (max-width:768px) {
  body#page_top .myBlockOverlapText__desc {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 15px;
    letter-spacing: .08em
  }
}

body#page_top .myBlockOverlap.-right {
  padding-right: 43%;
  padding-left: calc((100vw - 1060px)/ 2);
  margin-right: 0;
  margin-left: auto
}

@media only screen and (max-width:1400px) {
  body#page_top .myBlockOverlap.-right {
    padding-right: 0
  }
}

@media only screen and (max-width:1060px) {
  body#page_top .myBlockOverlap.-right {
    padding-left: 0
  }
}

@media only screen and (max-width:768px) {
  body#page_top .myBlockOverlap.-right .myBlockOverlap__inner {
    padding-right: 0;
    padding-left: 40px
  }
}

body#page_top .myBlockOverlap.-right .myBlockOverlapPhoto {
  top: -40px;
  right: 0;
  bottom: auto;
  left: auto
}

@media only screen and (max-width:768px) {
  body#page_top .myBlockOverlap.-right .myBlockOverlapPhoto {
    top: auto;
    bottom: 0;
    right: 0;
    left: auto;
    margin-right: 0;
    margin-left: auto
  }
  body#page_top .myBlockOverlap.-right .myBlockOverlapPhoto::after {
    right: auto;
    left: -35px
  }
}

body#page_top .myBlockOverlap.-right .myBlockOverlapText {
  padding: 40px 100px 40px 50px
}

@media only screen and (max-width:1400px) {
  body#page_top .myBlockOverlap.-right .myBlockOverlapText {
    margin: 0 auto 0 0
  }
}

@media only screen and (max-width:1060px) {
  body#page_top .myBlockOverlap.-right .myBlockOverlapText {
    padding: 40px 120px 40px 50px
  }
}

@media only screen and (max-width:768px) {
  body#page_top .myBlockOverlap.-right .myBlockOverlapText {
    margin-right: auto;
    margin-left: 0;
    padding: 0 20px 0 0
  }
}

body#page_top .myBlockNews__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 96px;
}

@media only screen and (max-width:768px) {
  body#page_top .myBlockNews__inner {
    padding-bottom: 50px;
  }
}

body#page_top .myBlockNewsHeader {
  width: 320px;
  text-align: center
}

@media only screen and (max-width:768px) {
  body#page_top .myBlockNewsHeader {
    width: 100%
  }
  body#page_top .myBlockNewsHeader .myTitle01 {
    margin-bottom: 0
  }
}

body#page_top .myBlockNewsBody {
  width: calc(100% - 320px)
}

@media only screen and (max-width:768px) {
  body#page_top .myBlockNewsBody {
    width: 100%
  }
}

body#page_top .myBlockRecruit{
  padding-top: 80px;
}
@media only screen and (max-width:600px) {

  body#page_top .myBlockRecruit{
    padding-top: 60px;
  }
}

body#page_top .myBlockRecruit .modBlockBanner {}

@media only screen and (max-width:600px) {
  body#page_top .myBlockRecruit .modBlockBanner {}
}

@media only screen and (max-width:768px) {
  body#page_top .myBlockRecruit .modBlockBanner__desc {
    width: 95%
  }
}

@media only screen and (min-width:993px) {
  body#page_top.IE:not(.sPhone) .myBlockAbout {
    margin-top: -18.2vw
  }
  body#page_top.IE:not(.sPhone) .myBlockAbout__inner {
    padding-top: 135px
  }
}

body#page_top.IE:not(.sPhone) .myBlockVisualNav {
  top: 47.7%
}

@media only screen and (max-width:992px) {
  body#page_top.IE:not(.sPhone) .myBlockVisualNav {
    top: 77.3%
  }
}

body#page_top.firefox .myBlockAbout {
  margin-top: -18.3vw
}

@media only screen and (max-width:992px) {
  body#page_top.firefox .myBlockAbout {
    margin-top: -15vw
  }
}

@media only screen and (max-width:768px) {
  body#page_top.firefox .myBlockAbout {
    margin-top: -8vw
  }
}

body#page_top.firefox .myBlockAbout__inner {
  padding-top: 135px
}

@media only screen and (max-width:992px) {
  body#page_top.firefox .myBlockAbout__inner {
    padding-top: 30vw
  }
}

@media only screen and (max-width:768px) {
  body#page_top.firefox .myBlockAbout__inner {
    padding-top: 26vw
  }
}

.modBtn01_yet {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1.6rem;
  text-decoration: none;
  width: 210px;
  max-width: 100%;
  text-align: center;
  line-height: 1;
  padding: 15px;
  -webkit-transition: .15s ease-in;
  transition: .15s ease-in;
  overflow: hidden;
  color: #184198;
  background: 0 0;
  border: none;
  letter-spacing: .05em;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.modBtn01_yet::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #184198
}

.modBtn01_yet:hover {
  color: #184198;
  opacity: 1
}

.modBlockNews__head{
  max-width: 900px;
  margin: 0 auto 37px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media only screen and (max-width:768px) {

  .modBlockNews__head{
    margin-bottom: 8px;
  }
}

.modBlockNews__head-date{
  margin-right: 10px;
  color:#184198;
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  font-weight: 600;
}
@media only screen and (max-width:768px) {
  .modBlockNews__head-date{
    font-size: 1.3rem;
  }

}

.modBlockNews__head-category{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 500;
  color: #fff;
  background: #184198;
  padding: 3px 5px
}

@media only screen and (max-width:768px) {
  .modBlockNews__head-category{
    padding: 2px 5px;
    font-size: 1rem;
  }
}


.modBlockNews__head-category.-category02 {
    background-color: #D00000;
}

.modBlockNews__head-category.-category03 {
    background-color:#DB8612;
}

.modBlockNews__head-category.-category04 {
    background-color:#328D17;
}


.modBlockNews__title{
  max-width: 900px;
  margin: 0 auto 30px;
  font-size: 2.1rem;
  font-weight: 500;
  letter-spacing: 0.075em;

}

@media only screen and (max-width:768px) {
  .modBlockNews__title{
    margin-bottom: 40px;
    font-size: 2rem;
    line-height: 1.3;
  }
}

.modBlockNews__title-sub{
  font-size: 90%;
  font-weight: normal;
}

.modBlockParts{
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (max-width:768px) {
  .modBlockParts br{
    display: none;
  }
}

.modBlockParts strong{
  font-weight: bold;
}

@media only screen and (min-width:601px) {
  .modBlockParts a[href*="tel:"] {
		pointer-events: none;
  }
}

.modBlockParts a[href*="tel:"] {
  text-decoration: none;
  color:#222;
}

.modBlockParts sub{
  font-size: 0.5em;
  vertical-align: baseline;
}

.modBlockParts__title{
  margin-bottom: 17px;
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: 0.075em;
}

@media only screen and (max-width:768px) {

  .modBlockParts__title{
    margin-bottom: 12px;
  }
}

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

.modBlockParts__title.-small{
  margin-bottom: 9px;
  font-size: 1.6rem;
}

.modBlockParts__txt{
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.075em;
}

.modBlockParts__txt + .modBlockPartsGrid{
  margin-top: 60px;
}

.modBlockParts__txt.-left{
  text-align: left;
}

@media only screen and (max-width:768px) {

  .modBlockParts__txt{
    font-size: 1.5rem;
    line-height: 1.8;
  }

}

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

.modBlockParts__txt + .modBlockParts__txt{
  margin-top: 30px;
}

@media only screen and (max-width:768px) {

  .modBlockParts__txt + .modBlockParts__txt{
    margin-top: 20px;
  }
}

.modBlockParts__txt + .modBlockPartsTable{
  margin-top: 13px;
}


.modBlockParts__lead {
  margin-bottom: 90px;
  font-size: 1.5rem;
  line-height: 2.5;
  letter-spacing: 0.075em;
}

@media only screen and (max-width:768px) {
  .modBlockParts__lead {
    margin-bottom: 40px;
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

.modBlockParts__lead p + p,
.modBlockParts__lead p + .modBlockPartsSimple
{
  margin-top: 40px;
}

@media only screen and (max-width:768px) {
  .modBlockParts__lead p + ,
  .modBlockParts__lead p + .modBlockPartsSimple
  {
    margin-top: 30px;
  }
}

.modBlockParts__lead .modBlockPartsSimple
{
  margin-bottom: 40px;
}


@media only screen and (max-width:768px) {
  .modBlockParts__lead .modBlockPartsSimple
  {
    margin-bottom: 30px;
  }
}

.modBlockPartsGrid{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 101px;
}

@media only screen and (max-width:600px) {
  .modBlockPartsGrid{
    margin-bottom: 40px;
  }

}

.modBlockPartsGrid + .modBlockPartsTable{
  margin-top: -70px;
}

@media only screen and (max-width:600px) {
  .modBlockPartsGrid + .modBlockPartsTable{
    margin-top: -10px;
  }

}
.modBlockPartsGrid__image{
  width: 46.7%;
  text-align: center;
}

@media only screen and (max-width:600px) {
  .modBlockPartsGrid__image{
    width: 100%;
    order:1;
    margin-bottom: 18px;
  }
}

.modBlockPartsGrid__image-caption{
  margin-top: 8px;
  font-size: 82%;
  line-height: 1.7;
  text-align: center;
}

.modBlockPartsGrid__image-caption + img{
  margin-top: 20px;
}

.modBlockPartsGrid__detail{
  width: calc(100% - 46.7% - 30px);
}


@media only screen and (min-width:601px) {

  .modBlockPartsGrid__detail{
    padding-top: 9px;
  }
}

@media only screen and (max-width:600px) {
  .modBlockPartsGrid__detail{
    width: 100%;
    order:2;
    margin-bottom: 18px;
  }
}


.modBlockPartsColumn{
  margin-bottom: 100px;
}

.modBlockParts__txt + .modBlockPartsColumn{
  margin-top: 30px;
}

.modBlockPartsColumn{
  display: flex;
  flex-wrap: wrap;
}


@media only screen and (max-width:600px) {
  .modBlockPartsColumn{
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
    flex-direction: column;
  }
}


@media only screen and (max-width:600px) {

  .modBlockPartsColumn__item.-spOrder1{
    order:1;
  }

  .modBlockPartsColumn__item.-spOrder2{
    order:2;
  }

  .modBlockPartsColumn__item.-spOrder3{
    order:3;
  }


  .modBlockPartsColumn__item:not(:last-child){
    margin-bottom: 40px;
  }
}

@media only screen and (min-width:601px) {
  .modBlockPartsColumn.-column02{
    gap:60px;
  }

  .modBlockPartsColumn.-column02 .modBlockPartsColumn__item{
    width: calc((100% - 60px*1)/2);
  }

  .modBlockPartsColumn.-column02.-type02{
    /* gap:60px; */
    max-width:600px;
    margin-right: auto;
    margin-left: auto;
  }

  .modBlockPartsColumn.-column02.-type02 .modBlockPartsColumn__item{
    width: calc((100% - 60px*1)/2);
  }

  .modBlockPartsColumn.-column03{
    gap:30px;
  }


  .modBlockPartsColumn.-column02.-type03{
    max-width: 715px;
    margin-right: auto;
    margin-left: auto;
  }

  .modBlockPartsColumn.-column02.-type03 .modBlockPartsColumn__item.-large{
    width: 58.15%;
  }

  .modBlockPartsColumn.-column02.-type03 .modBlockPartsColumn__item.-small{
    width: calc(100% - 60px - 58.15%);
  }

  .modBlockPartsColumn.-column03{
    gap:30px;
  }


  .modBlockPartsColumn.-column03 .modBlockPartsColumn__item{
    width: calc((100% - 30px*2)/3);
  }
  .modBlockPartsColumn.-column03.-type02 .modBlockPartsColumn__item{
    width: calc((100% - 30px*2)/2);
  }
  .modBlockPartsColumn.-column03.-type02 .modBlockPartsColumn__item.-small{
    width: calc(((100% - 30px*2)/2)/2);
  }

  .modBlockPartsColumn.-column03.-type03 .modBlockPartsColumn__item{
    width: calc((100% - 23.35% - 30px*2)/2);
  }
  .modBlockPartsColumn.-column03.-type03 .modBlockPartsColumn__item.-small{
    width: 23.35%;
  }

}


@media only screen and (max-width:768px) {

}

.modBlockPartsColumn__image{
  text-align: center;
  margin-bottom: 14px;
}

.modBlockParts__txt + .modBlockPartsSimple{
  margin-top: 30px;
}

.modBlockPartsSimple + .modBlockParts__txt{
  margin-top: -70px;
}

@media only screen and (max-width:768px) {
  .modBlockPartsSimple + .modBlockParts__txt{
    margin-top: -10px;
  }

}

.modBlockParts__catch01{
  text-align: center;
  font-size: 18px;
  line-height: 1.9;
}

@media only screen and (max-width:768px) {
  .modBlockParts__catch01{
    font-size: 16px;
  }
}

.modBlockParts__list01 + .modBlockParts__catch01,
.modBlockParts__catch01 + .modBlockPartsSimple{
  margin-top: 40px;
}

.modBlockPartsColumn + .modBlockParts__catch01{
  margin-top: -40px;
}

@media only screen and (max-width:768px) {
  .modBlockPartsColumn + .modBlockParts__catch01{
    margin-top: -20px;
  }
}

.modBlockParts__catch02{
  margin-bottom: 40px;
  text-align: center;
  font-size: 30px;
}

@media only screen and (max-width:768px) {
  .modBlockParts__catch02{
    font-size: 24px;
  }
}

@media only screen and (max-width:768px) {
  .modBlockParts__catch02 br.pc{
    display: none;
  }
}

@media only screen and (min-width:769px) {
  .modBlockParts__catch02 br.pc{
    display: inline;
  }
}

@media only screen and (min-width:769px) {
  .modBlockParts__catch02 br.sp{
    display: none;
  }
}

@media only screen and (max-width:768px) {
  .modBlockParts__catch02 br.sp{
    display: inline;
  }
}


.modBlockParts__catch01 + .modBlockParts__catch02{
  margin-top: 10px;
}

.modBlockPartsSimple{
  margin-bottom: 100px;
}

@media only screen and (max-width:768px) {

  .modBlockPartsSimple{
    margin-bottom: 40px;
  }
}

.modBlockPartsSimple__inner{
}

.modBlockPartsSimple__image{
  text-align: center;
  margin-bottom: 14px;
}

.modBlockPartsSimple__detail{
  max-width: 420px;
  margin-right: auto;
  margin-left: auto;
}

.modBlockPartsSimple__image .modBlockParts__txt{
  margin-top: 30px;
}

.modBlockPartsPause{
  margin-bottom: 96px;
  text-align: center;
}


@media only screen and (max-width:768px) {
  .modBlockPartsPause{
    margin-bottom: 40px;
    text-align: center;
  }
}

.modBlockPartsPause__txt{
  font-size: 1.5rem;
  letter-spacing: 0.075em;
}

@media only screen and (max-width:768px) {

  .modBlockPartsPause__txt{
    font-size: 1.6rem;
  }

}

.modBlockPartsHr{
  display: block;
  background-image : linear-gradient(to right, #D3D3D3 2px, transparent 2px);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
  border:none;
  padding:0 0 1px;
  margin:0 0 96px;
  text-align: center;
}


@media only screen and (max-width:768px) {
  .modBlockPartsHr{
    padding-bottom: 1px;
    margin-bottom: 40px;
    text-align: center;
  }
}



.modBlockParts__section + .modBlockParts__section,
.modBlockParts__section + .modBlockParts__lead,
.modBlockParts__section + .modBlockPartsColumn,
.modBlockParts__section + .modBlockPartsGrid
{
  margin-top: 97px;
}


@media only screen and (max-width:768px) {
  .modBlockParts__section + .modBlockParts__section,
  .modBlockParts__section + .modBlockParts__lead,
  .modBlockParts__section + .modBlockPartsColumn,
  .modBlockParts__section + .modBlockPartsGrid
  {
    margin-top: 40px;
  }
}


.modBlockPartsTable{
}

.modBlockPartsTable .modBlockPartsGrid{
  margin-bottom: 0;
}

.modBlockPartsTable + .modBlockPartsTable{
  margin-top: 50px;
}

.modBlockPartsTable .modBlockParts__list03{
  margin-top: 0;
}

.modBlockPartsTable.-scroll .scroll-hint-icon-wrap{
  z-index: 5;
}


.modBlockPartsTable + .modBlockParts__txt{
  margin-top: 20px;
}


@media only screen and (max-width:768px) {

  .modBlockPartsTable.-scroll{
    position: relative;
  }

  .modBlockPartsTable.-scroll .modBlockPartsTable__head-title:first-child::before,
  .modBlockPartsTable.-scroll .modBlockPartsTable__body-title:first-child::before{
    content:"";
    position: absolute;
    top: 0;
    left: -1px;
    bottom: 0;
    width: 1px;
    background-color: #ccc;
    z-index: 2;
  }

  .modBlockPartsTable.-scroll .modBlockPartsTable__head-title:first-child::after,
  .modBlockPartsTable.-scroll .modBlockPartsTable__body-title:first-child::after{
    content:"";
    position: absolute;
    top: 0;
    left: calc(32vw - 1px);
    /* left: 32vw; */
    bottom: 0;
    width: 1px;
    background-color: #ccc;
    z-index: 2;
  }

}

.modBlockPartsTable__inner{
}

@media only screen and (min-width:769px) {
  .modBlockPartsTable.-scroll .modBlockPartsTable__inner{
    overflow: visible!important;
  }
}

@media only screen and (max-width:768px) {

  .modBlockPartsTable.-scroll .modBlockPartsTable__inner{
    overflow: auto;
  }
}

.modBlockPartsTable.-fixed .modBlockPartsTable__body{
  table-layout: fixed;
}

@media only screen and (max-width:768px) {

  .modBlockPartsTable.-scroll .modBlockPartsTable__body{
    width: 820px;
  }
}
.modBlockPartsTable__head-title,
.modBlockPartsTable__head-data,
.modBlockPartsTable__body-title,
.modBlockPartsTable__body-data
{
  background-color: #fff;
  border:solid 1px #ccc;
  padding: 16px 14px;
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: 0.075em;
}

@media only screen and (max-width:768px) {

  .modBlockPartsTable__head-title,
  .modBlockPartsTable__head-data,
  .modBlockPartsTable__body-title,
  .modBlockPartsTable__body-data
  {
    padding: 17px 14px;
    font-size: 1.5rem;
  }
}


.modBlockPartsTable__head-title:first-child,
.modBlockPartsTable__body-title:first-child{
  width: calc(14px*2 + 12.2em);
}


@media only screen and (max-width:768px) {

  .modBlockPartsTable__head-title:first-child,
  .modBlockPartsTable__body-title:first-child{
    width: 32vw;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 2;
  }
}


.modBlockPartsTable__head-title{
  background-color: #F1F1F1;
}

.modBlockPartsTable__body-title{

}

.modBlockPartsTable__image{
  text-align: center;
}

.modBlockParts__list01,
.modBlockParts__list02,
.modBlockParts__list03
{
  margin-top: 50px;
}

.modBlockParts__txt .modBlockParts__list01:first-child,
.modBlockParts__txt .modBlockParts__list02:first-child,
.modBlockParts__txt .modBlockParts__list03:first-child
{
  margin-top: 0;
}

.modBlockParts__list01.-left,
.modBlockParts__list02.-left,
.modBlockParts__list03.-left
{
  text-align: left;
}


.modBlockParts__title + .modBlockParts__list01,
.modBlockParts__title + .modBlockParts__list02,
.modBlockParts__title + .modBlockParts__list03
{
  margin-top: 0;
}


.modBlockParts__txt + .modBlockParts__list01,
.modBlockParts__txt + .modBlockParts__list02,
.modBlockParts__txt + .modBlockParts__list03
{
  margin-top: 30px;
}


.modBlockPartsTable + .modBlockParts__list01,
.modBlockPartsTable + .modBlockParts__list02,
.modBlockPartsTable + .modBlockParts__list03
{
  margin-top: 20px;
}

.modBlockPartsGrid + .modBlockParts__list01,
.modBlockPartsGrid + .modBlockParts__list02,
.modBlockPartsGrid + .modBlockParts__list03{
  margin-top: -70px;
}

@media only screen and (max-width:600px) {
  .modBlockPartsGrid + .modBlockParts__list01,
  .modBlockPartsGrid + .modBlockParts__list02,
  .modBlockPartsGrid + .modBlockParts__list03{
    margin-top: -20px;
  }
}

.modBlockPartsSimple + .modBlockParts__list01,
.modBlockPartsSimple + .modBlockParts__list02,
.modBlockPartsSimple + .modBlockParts__list03{
  margin-top: -70px;
}

@media only screen and (max-width:600px) {
  .modBlockPartsSimple + .modBlockParts__list01,
  .modBlockPartsSimple + .modBlockParts__list02,
  .modBlockPartsSimple + .modBlockParts__list03{
    margin-top: -20px;
  }
}

.modBlockParts__list01 + .modBlockPartsColumn,
.modBlockParts__list02 + .modBlockPartsColumn,
.modBlockParts__list03 + .modBlockPartsColumn
{
  margin-top: 30px;
}

.modBlockParts__list01 + .modBlockPartsSimple ,
.modBlockParts__list02 + .modBlockPartsSimple ,
.modBlockParts__list03 + .modBlockPartsSimple
{
  margin-top: 30px;
}

.modBlockParts__list01 + .modBlockPartsGrid,
.modBlockParts__list02 + .modBlockPartsGrid,
.modBlockParts__list03 + .modBlockPartsGrid
{
  margin-top: 60px;
}

.modBlockParts__list01-item,
.modBlockParts__list02-item,
.modBlockParts__list03-item
{
  font-size: 1.4rem;
  line-height: 1.7;
}

.modBlockParts__list01-item:not(:last-child),
.modBlockParts__list02-item:not(:last-child),
.modBlockParts__list03-item:not(:last-child)
{
  margin-bottom: 8px;
}

.modBlockParts__list01-item{
  margin-left: 1.5em;
  text-indent: -1.5em;
}

.modBlockParts__list02-item{
  margin-left: 1em;
  text-indent: -1em;
}

.modBlockParts__list03-item{
  margin-left: 1em;
  text-indent: -1em;
}

.modBlockParts__txtRight{
  margin-top: 30px;
  text-align: right;
}

@media only screen and (max-width:768px) {

}

.modBlockNews__back{
  max-width: 900px;
  border-top: 1px solid #D3D3D3;
  padding-top: 71px;
  margin: 120px auto 0;
  text-align: center;
}


@media only screen and (max-width:768px) {

  .modBlockNews__back{
    padding-top: 40px;
    margin-top: 80px;
  }

}

@media only screen and (min-width:769px) {
  .modBlockIndexText + .container .modBlockColumn01{
    margin-top: -43px;
  }
}


.modBlockColumn01__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
}

.modBlockColumn01__inner.-column02{
  max-width: 650px;
}


@media only screen and (min-width:769px) {
  .modBlockColumn01__inner.-column02{
    gap: 80px 50px;
  }
}

@media only screen and (min-width:769px) {

.modBlockColumn01__inner.-column02 .modBlockColumn01__item{
  width: calc((100% - 50px*1)/2);
}
}

.modBlockColumn01__inner.-column03{
  max-width: 1000px;
}


@media only screen and (min-width:769px) {
  .modBlockColumn01__inner.-column03{
    gap: 80px 50px;
  }
}

@media only screen and (min-width:769px) {

.modBlockColumn01__inner.-column03 .modBlockColumn01__item{
  width: calc((100% - 50px*2)/3);
}
}


@media only screen and (max-width:992px) {
  .modBlockColumn01__inner {
  }
}

@media only screen and (max-width:768px) {
  .modBlockColumn01__inner {
  }
}

.modBlockColumn01__item {
}

@media only screen and (max-width:992px) {
  .modBlockColumn01__item {
  }
}

@media only screen and (max-width:768px) {
  .modBlockColumn01__item {
    width: 100%;
    padding: 0;
    margin-bottom: 30px
  }
  .modBlockColumn01__item:last-child {
    margin-bottom: 0
  }
}


.modBlockColumn01 .box .photo {
  margin-bottom: 25px;
  text-align: center
}

@media only screen and (max-width:768px) {
  .modBlockColumn01 .box .photo {
    margin-bottom: 20px
  }
}

.modBlockColumn01 .box .text__inner {
  margin-bottom: 25px
}

@media only screen and (max-width:768px) {
  .modBlockColumn01 .box .text__inner {
    margin-bottom: 20px
  }
}

.modBlockColumn01 .box .text__inner:last-child {
  margin-bottom: 0
}

.modBlockColumn01 .box .text__ttl {
  color: #184198;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 13px
}

@media only screen and (max-width:768px) {
  .modBlockColumn01 .box .text__ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.modBlockColumn01 .box .text__desc {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6666666;
  letter-spacing: .08em
}


.modBlockColumn01 .box .text__desc.-center {
  text-align: center;
}

@media only screen and (max-width:768px) {
  .modBlockColumn01 .box .text__desc {
    font-size: 12px;
    font-size: 1.2rem
  }
}

.modBlockColumn01 .box .text__desc-sub{
  font-size: 12px;
  font-size: 1.2rem;
}

@media only screen and (max-width:768px) {
  .modBlockColumn01 .box .text__desc-sub{
    font-size: 10px;
    font-size: 1.0rem;
  }
}


.modBlockColumn01 .box .text__desc-sub + p:not([class]){
  margin-top: 25px;
}

@media only screen and (max-width:768px) {
  .modBlockColumn01 .box .text__desc p {
    margin-bottom: 5px
  }
  .modBlockColumn01 .box .text__desc p:last-child {
    margin-bottom: 0
  }
}
.modBlockColumn01 .box .text__button {
  text-align: center
}

.modBlockColumn01 .box .text__list {
  margin-top: 15px
}

@media only screen and (max-width:768px) {
  .modBlockColumn01 .box .text__list {
    margin-top: 15px
  }
}

html{
  min-height: 100%;
}
body#page_news{
  min-height: calc(100vh - 90px);
  min-height: calc(100dvh - 90px);
}

@media only screen and (max-width:992px) {
  body#page_news{
    min-height: calc(100vh - 50px);
    min-height: calc(100dvh - 50px);
  }
}

body#page_news #wrapper{
  min-height: calc(100vh - 90px);
  min-height: calc(100dvh - 90px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
}

@media only screen and (max-width:992px) {
  body#page_news #wrapper{
    min-height: calc(100vh - 50px);
    min-height: calc(100dvh - 50px);
  }
}

body#page_news .gContents{
  width: 100%;
}
body#page_news .gFooter{
  margin-top: auto;
}
