@-webkit-keyframes anime {
	0% {
		opacity: 0;
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1)
	}
	20% {
		opacity: 1;
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1)
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(0, 0);
		transform: scale(0, 0)
	}
}
@keyframes anime {
	0% {
		opacity: 0;
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1)
	}
	20% {
		opacity: 1;
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1)
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(0, 0);
		transform: scale(0, 0)
	}
}
@-webkit-keyframes tile {
	0% {
		opacity: 1;
		visibility: visible
	}
	100% {
		opacity: 0;
		visibility: hidden
	}
}
@keyframes tile {
	0% {
		opacity: 1;
		visibility: visible
	}
	100% {
		opacity: 0;
		visibility: hidden
	}
}
@-webkit-keyframes more {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}
@keyframes more {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

body#page_about .myBlockBusiness{
    padding-bottom: 120px;
}
@media only screen and (max-width:768px) {
    body#page_about .myBlockBusiness{
        padding-bottom: 50px;
    }
}

body#page_about .myBlockBusinessHeader__inner {
	padding-top: 140px
}
@media only screen and (max-width:768px) {
	body#page_about .myBlockBusinessHeader__inner {
		padding-top: 80px
	}
}


@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-main {
  font-size: 44px;
  font-size: 4.4rem;
  display: block;
  font-weight: 700;
  letter-spacing: .03em
}

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

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

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

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 {
	font-size: 15px;
}

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;
    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 .myBlockBusiness__more {
	margin-top: 30px;
}


.myBlockImg {
	margin-bottom: 30px;
}