@charset "UTF-8";
/* CSS Document */


/* main
-----------------------------------------------*/
#main {
  background: #01305D;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 212px;
  padding: 8px 40px 0;
  color: #fff;
}
#main p {
  font-family: "Poppins", sans-serif;
  font-size: 45px;
  line-height: 1;
  font-weight: bold;
}
#main h1 {
  font-family: "Poppins", sans-serif;
  font-size: 45px;
  line-height: 1;
  font-weight: bold;
}
@media only screen and (max-width:767px) {
  #main {
    height: 114px;
    padding: 0 20px 20px;
  }
  #main p {
    font-size: 32px;
  }
  #main h1{
    font-size: 32px;
  }
}


/* section
-----------------------------------------------*/
section {
  overflow: hidden;
  position: relative;
  padding: 80px 40px;
}
section::before {
  position: absolute;
  content: "";
  width: 1352px;
  height: 1px;
  background: #CCCCCC;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
#main + section::before,
#mainIndex + section::before {
  display: none;
}
section .inner {
  position: relative;
  max-width: 1024px;
  padding: 0;
  margin: 0 auto;
}
section .ttl h2 {
  font-size: 36px;
}
section .ttl h2 span {
  display: block;
  color: #B01A2E;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 8px;
}
section .lead {
  position: relative;
  padding: 80px 0;
  margin-bottom: 80px;
}
#main + section .lead,
#mainIndex + section .lead {
  padding-top: 0;
}
section .lead::before {
  position: absolute;
  content: "";
  width: 1352px;
  height: 1px;
  background: #CCCCCC;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
section .lead h2 {
  text-align: center;
  font-size: 22px;
  font-weight: normal;
  line-height: 160%;
}
@media only screen and (max-width:767px) {
  section {
    padding: 48px 24px 48px;
  }
  section .lead {
    padding: 48px 0;
    margin-bottom: 48px;
  }
  section .lead h2 {
    font-size: 22px;
  }
  section .ttl h2 {
    font-size: 26px;
  }  
}


/* mainIndex
-----------------------------------------------*/
#mainIndex {
  position: relative;
  background: #01305D;
  padding: 0 40px 0;
  color: #fff;
}
#mainIndex::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100px;
  width: 100%;
  background: #F6F7FA;
}
#mainIndex .inner {
  position: relative;
  z-index: 2;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 212px;
  padding-top: 8px;
}
#mainIndex p {
  font-family: "Poppins", sans-serif;
  font-size: 45px;
  line-height: 1;
  font-weight: bold;
}
#mainIndex h1 {
  font-family: "Poppins", sans-serif;
  font-size: 45px;
  line-height: 1;
  font-weight: bold;
}
#mainIndex .img {
  overflow: hidden;
  position: relative;
  z-index: 2;
  max-width: 1352px;
  margin: 0 auto;
  border-radius: 20px;
  height: 442px;
}
#mainIndex .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width:767px) {
  #mainIndex {
    padding: 0 24px;
  }
  #mainIndex::before {
    height: 34px;
  }
  #mainIndex .inner {
    height: 114px;
    padding: 0 0 20px;
  }
  #mainIndex p {
    font-size: 32px;
  }
  #mainIndex h1 {
    font-size: 14px;
    margin-top: 8px;
  }
  #mainIndex .img {
    height: 272px;
  }
}


/* index
-----------------------------------------------*/
#index #message .inner {
  position: relative;
}
#index #message .inner::before {
  content: "";
  position: absolute;
  left: -270px;
  bottom: 80px;
  background-image: url("/img/profile/index/item-profile.svg");
  width: 672px;
  height: 582px;
  pointer-events: none;
}
#index .cardBox {
  position: relative;
  margin-top: 48px;
  min-height: 460px;
}
#index .cardBox .txt {
  width: calc(100% - 41.02%);
  padding-right: 80px;
}
#index .cardBox .txt h3 {
  font-size: 26px;
  line-height: 160%;
  font-weight: normal;
}
#index .cardBox .txt p {
  font-size: 16px;
  line-height: 230%;
  margin-top: 24px;
}
#index .cardBox .txt p.name {
  text-align: right;
  line-height: 100%;
  margin-top: 32px;
}
#index .cardBox .img {
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
  border-radius: 16px;
  max-width: 420px;
  width: 41.02%;
}
#index .thumbLink {
  display: grid;
  gap: 48px 26px;
  grid-template-columns: 1fr 1fr 1fr;
}
#index .thumbLink .col a {
  display: block;
  width: 100%;
  color: #2B3E57;
}
#index .thumbLink .col a .img {
  overflow: hidden;
  border-radius: 8px;
  height: 160px;
}
#index .thumbLink .col a .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#index .thumbLink .col a .txt {
  margin-top: 16px;
}
#index .thumbLink .col a .txt h4 {
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.8px;
}
#index .thumbLink .col a .txt .arrow {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  margin-top: 8px;
}
#index .thumbLink .col a .txt .arrow::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("/img/common/icon-arrow.svg");
}
#index .thumbLink .col a .txt .arrow p {
  font-size: 14px;
  line-height: 100%;
}
@media only screen and (max-width:900px) {
  #index .cardBox .txt h3 br {
    display: none;
  }
}
@media only screen and (max-width:767px) {
  #index #message .inner::before {
    display: none;
  }
  #index .cardBox .txt {
    width: 100%;
    padding-right: 0;
  }
  #index .cardBox .txt h3 {
    font-size: 24px;
  }
  #index .cardBox .txt p {
    margin-top: 32px;
  }
  #index .cardBox .img {
    position: relative;
    width: 100%;
    margin: 32px auto 0;
  }
  #index .thumbLink {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width:500px) {
  #index .thumbLink {
    gap: 24px 0;
    grid-template-columns: 1fr;
  }
}


/* #outline
-----------------------------------------------*/
#outline section .inner {
  display: flex;
  gap: 75px;
}
#outline section .inner .img {
  width: 100%;
  max-height: 489px;
  max-width: 420px;
  border-radius: 8px;
  overflow: hidden;
}
#outline section .inner .img img {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
#outline section .inner .txt {
  width: 100%;
}
#outline section .inner .txt dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#outline section .inner .txt dt {
  width: 55%;
}
#outline section .inner .txt dd {
  width: 45%;
}
#outline section .inner .txt dt,
#outline section .inner .txt dd {
  font-size: 16px;
  line-height: 1.6;
}
#outline section .inner .txt th,
#outline section .inner .txt td {
  font-size: 16px;
  line-height: 1.6;
  padding: 16px 0;
}
#outline section .inner .txt tr:first-child th,
#outline section .inner .txt tr:first-child td {
  padding-top: 0;
}
#outline section .inner .txt th {
  padding-right: 20px;
  word-break: keep-all;
  font-weight: bold;
  width: 30.25%;
  border-bottom: 1px solid #01305D;
  letter-spacing: 0.05em;
}
#outline section .inner .txt td {
  border-bottom: 1px solid #ccc;
}
#outline section .inner .txt p {
  font-size: 12px;
  margin-top: 8px;
  text-align: right;
}
@media only screen and (max-width:1000px) {
  #outline section .inner {
    gap: 40px;
  }
}
@media only screen and (max-width:767px) {
  #outline section .inner {
    gap: 24px;
    flex-wrap: wrap;
  }
  #outline section .inner .img {
    max-height: 387px;
    max-width: 100%;
    border-radius: 16px;
    margin: 0 auto;
  }
  #outline section .inner .txt th,
  #outline section .inner .txt td {
    display: block;
  }
  #outline section .inner .txt tr:first-child td {
    padding-top: 16px;
  }
  #outline section .inner .txt th{
    border-bottom: none;
    position: relative;
    width: 100%;
  }
  #outline section .inner .txt th::before {
    position: absolute;
    display: block;
    content: "";
    bottom: 0;
    left: 0;
    background: #01305D;
    width: 33px;
    height: 1px;
  }
}


/* policy
-----------------------------------------------*/
#policy section .col {
  display: flex;
  gap: 44px;
  margin-top: 48px;
}
#policy section .inner .img {
  width: 38.78%;
  max-width: 380px;
}
#policy section .inner .txt {
  max-width: 600px;
  width: 61.22%;
}
#policy section .inner .txt p {
  padding: 30px 28px;
  outline: #DEDEDE solid 1px;
  outline-offset: -1px;
  position: relative;
}
#policy section .inner .txt p::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  --x-gradient: linear-gradient(90deg, #1B1464 0 8px, transparent 0 calc(100% - 8px), #1B1464 calc(100% - 8px));
  --y-gradient: linear-gradient(#1B1464 0 8px, transparent 0 calc(100% - 8px), #1B1464 calc(100% - 8px));
  background-image: var(--x-gradient), var(--y-gradient), var(--x-gradient), var(--y-gradient);
  background-repeat: no-repeat;
  background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
  background-position: top, right, bottom, left;
  z-index: 1;
}
#policy section .inner .txt p + p {
  margin-top: 48px;
}
#policy section .inner .txt p span {
  font-size: 18px;
  line-height: 1.6;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width:767px) {
  #policy section .col {
    flex-wrap: wrap;
    gap: 48px;
    justify-content: center;
  }
  #policy section .inner .img,
  #policy section .inner .txt {
    max-width: 100%;
    width: 100%;
  }
  #policy section .inner .txt p {
    padding: 16px 18px;
  }
  #policy section .inner .txt p + p {
    margin-top: 16px;
  }
}


/* organization
-----------------------------------------------*/
#organization .img {
  background: #fff;
  border-radius: 16px;
  padding: 40px 40px 73px;
  margin-top: 48px;
  display: flex;
  justify-content: center;
}
#organization .note {
  text-align: right;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  margin-top: 16px;
}
@media only screen and (max-width:767px) {
  #organization .img {
    padding: 24px;
  }
  #organization .note {
    margin-top: 10px;
  } 
}


/* map-daiho
-----------------------------------------------*/
#map-daiho #locations .box {
  display: flex;
  align-items: flex-start;
  margin-top: 48px;
}
#map-daiho #locations .box .txt {
  width: 58.59%;
  padding-right: 40px;
}
#map-daiho #locations .box .txt .col {
  width: 33%;
  position: relative;
  padding-right: 24px;
}
#map-daiho #locations .box .txt .col:last-child {
  padding-right: 0;
  padding-left: 24px;
  border-left: 1px solid transparent;
  border-image: linear-gradient(180deg, #1B1464 10px, #DEDEDE calc(0px), #DEDEDE calc(100% - 10px), #1B1464 10px) 1;
}
#map-daiho #locations .box .txt .col h3 {
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0.9px;
}
#map-daiho #locations .box .txt .col p {
  margin-top: 16px;
  font-size: 14px;
  line-height: 160%;
}
#map-daiho #locations .box .img {
  overflow: hidden;
  border-radius: 16px;
  width: 41.41%;
}
#map-daiho #locations .info {
  margin-top: 48px;
  display: flex;
  width: 100%;
}
#map-daiho #locations .info .col {
  position: relative;
  padding: 0 3.91%;
  width: 33.33%;
  box-sizing: content-box;
}
#map-daiho #locations .info .col:first-child {
  padding-left: 0;
  border-right: 1px solid transparent;
  border-image: linear-gradient(180deg, #1B1464 10px, #DEDEDE calc(0px), #DEDEDE calc(100% - 10px), #1B1464 10px) 1;
}
#map-daiho #locations .info .col:last-child {
  padding-right: 0;
  border-left: 1px solid transparent;
  border-image: linear-gradient(180deg, #1B1464 10px, #DEDEDE calc(0px), #DEDEDE calc(100% - 10px), #1B1464 10px) 1;
}
#map-daiho #locations .info h3 {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.6;
}
#map-daiho #locations .info p {
  margin-top: 16px;
  display: inline-block;
  font-size: 16px;
  line-height: 1.6;
}
#map-daiho #locations .info a {
  color: #01305D;
}
#map-daiho #locations .map {
  margin-top: 20px;
  width: 100%;
  height: 240px;
  border-radius: 16px;
  overflow: hidden;
}
#map-daiho #locations .map iframe {
  width: 100%;
  height: 100%;
}
#map-daiho #domestic .inner {
  padding-bottom: 0;
}
#map-daiho #list .box:not(:first-child) {
  margin-top: 64px;
}
#map-daiho #list h3 {
  position: relative;
  font-size: 18px;
  padding-left: 21px;
  margin-top: 48px;
}
#map-daiho #list h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 16px;
  height: 1px;
  background: #01305D;
}
#map-daiho #list .colBox {
  position: relative;
  left: -48px;
  margin-top: 48px;
  display: grid;
  gap: 48px 0;
  grid-template-columns: 1fr 1fr 1fr;
  width: calc(100% + 96px);
}
#map-daiho #list .colBox + .ttl {
  margin-top: 80px;
}
#map-daiho #list .colBox .col{
  position: relative;
  box-sizing: content-box;
  padding: 0 48px;
  border-right: 1px solid transparent;
  border-image: linear-gradient(180deg, #1B1464 10px, #DEDEDE calc(0px), #DEDEDE calc(100% - 10px), #1B1464 10px) 1;
}
@media only screen and (min-width:768px) {
  #map-daiho #list .colBox .col:nth-child(3n), 
  #map-daiho #list .colBox .col:nth-child(3n)  {
    border-right: none;
  }
  #map-daiho #list .colBox .col:nth-child(3n)::before, 
  #map-daiho #list .colBox .col:nth-child(3n)::after  {
    display: none;
  }
}
#map-daiho #list .colBox .col .img {
  overflow: hidden;
  border-radius: 16px;
  width: 100%;
  max-height: 144px;
}
#map-daiho #list .colBox .col .img img {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
#map-daiho #list .colBox .col .txt h4 {
  font-size: 16px;
  margin-top: 16px;
  line-height: 1.6;
  word-break: break-all;
}
#map-daiho #list .colBox .col .txt p {
  font-size: 16px;
  margin-top: 16px;
  line-height: 1.6;
  word-break: break-word;
}
#map-daiho #list .colBox .col .txt p a {
  color: #2B3E57;
}
#map-daiho #list .txtBtn {
  margin-top: 16px;
}
#map-daiho #list .txtBtn + .txtBtn {
  margin-top: 12px;
}
#map-daiho #list .txtBtn a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  margin-top: 8px;
  color: #2B3E57;
  font-size: 16px;
  line-height: 100%;
}
#map-daiho #list .txtBtn a::before {
  content: "";
  width: 28px;
  height: 28px;
  background-image: url("/img/common/icon-arrow-win.svg");
}
#map-daiho #list .widBox {
  display: flex;
  align-items: flex-start;
  margin-top: 64px;
  padding: 64px 0;
  border-top: #CCCCCC solid 1px;
  border-bottom: #CCCCCC solid 1px;
}
#map-daiho #list .widBox .img {
  overflow: hidden;
  width: 41.41%;
  border-radius: 16px;
}
#map-daiho #list .widBox .txt {
  width: 58.59%;
  padding-left: 40px;
}
#map-daiho #list .widBox .txt h4 {
  font-size: 16px;
  line-height: 1.6;
}
#map-daiho #list .widBox .txt p {
  font-size: 16px;
  margin-top: 16px;
  line-height: 1.6;
}
@media only screen and (max-width:767px) {
  #map-daiho #locations .box {
    display: block;
    padding-right: 0;
  }
  #map-daiho #locations .box .txt {
    display: block;
    padding-right: 0;
    width: 100%;
  }
  #map-daiho #locations .box .txt .col {
    width: 100%;
    padding: 0;
    border-left: none;
    padding-top: 20px;
  }
  #map-daiho #locations .box .txt .col:last-child {
    padding: 20px 0 0;
    margin-top: 48px;
    border-left: none;
  }
  #map-daiho #locations .box .txt .col p + p {
    margin-top: 8px;
  }
  #map-daiho #locations .box .img{
    margin-top: 40px;
    width: 100%;
  }
  #map-daiho #locations .info {
    display: block;
  }
  #map-daiho #locations .info .col {
    width: 100%;
    padding: 24px 0 0 0;
    margin-top: 24px;
    border-top: 1px solid transparent;
    border-image: linear-gradient(90deg, #1B1464 10px, #DEDEDE calc(0px), #DEDEDE calc(100% - 10px), #1B1464 10px) 1!important;
  }
  #map-daiho #locations .info .col:first-child {
    border-right: none;
  }
  #map-daiho #locations .info .col:last-child {
    border-left: none;
  }
  #map-daiho #locations .info h3 {
    margin-top: 8px;
  }
  #map-daiho #locations .info p {
    margin-top: 8px;
  }
  #map-daiho #list .box:not(:first-child) {
    margin-top: 48px;
  }
  #map-daiho #list h3 {
    margin-top: 48px;
  }
  #map-daiho #list h3::before {
    background: #01305D;
  }
  #map-daiho #list .colBox {
    gap: 0;
    grid-template-columns: 1fr;
    width: 100%;
    left: 0;
  }
  #map-daiho #list .colBox .col {
    width: 100%;
    max-width: none;
    padding: 24px 0 0 0;
    margin-top: 24px;
    border-right: none;
    border-top: 1px solid transparent;
    border-image: linear-gradient(90deg, #1B1464 10px, #DEDEDE calc(0px), #DEDEDE calc(100% - 10px), #1B1464 10px) 1;
  }
  #map-daiho #list .colBox .col:nth-child(1), 
  #map-daiho #list .colBox .col:nth-child(1) {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
  }
  #map-daiho #list .widBox {
    flex-wrap: wrap;
    padding: 48px 24px;
    margin: 48px calc(50% - 50vw) 0;
    width: 100vw;
  }
  #map-daiho #list .widBox .img {
    width: 100%;
  }
  #map-daiho #list .widBox .txt {
    width: 100%;
    padding-left:0;
    margin-top: 16px;
  }
}


/* activity
-----------------------------------------------*/
#activity #project .col {
  display: flex;
  gap: 64px;
  margin-top: 42px;
  justify-content: space-between;
  align-items: flex-end;
}
#activity #project .col .ttl {
  margin-bottom: 42px;
}
#activity #project .col .img {
  width: 35.16%;
  max-height: 460px;
  max-width: 360px;
  border-radius: 16px;
  overflow: hidden;
}
#activity #project .col .img img {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
#activity #project .col .txt {
  width: 58.59%;
  max-width: 600px;
}
#activity #project .col .txt p {
  padding: 30px 28px 33px;
  outline: #DEDEDE solid 1px;
  outline-offset: -1px;
  position: relative;
}
#activity #project .col .txt p::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  --x-gradient: linear-gradient(90deg, #1B1464 0 8px, transparent 0 calc(100% - 8px), #1B1464 calc(100% - 8px));
  --y-gradient: linear-gradient(#1B1464 0 8px, transparent 0 calc(100% - 8px), #1B1464 calc(100% - 8px));
  background-image: var(--x-gradient), var(--y-gradient), var(--x-gradient), var(--y-gradient);
  background-repeat: no-repeat;
  background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
  background-position: top, right, bottom, left;
  z-index: 1;
}
#activity #project .col .txt p::after {
  position: absolute;
  display: block;
  content: "";
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
#activity #project .col .txt .number01::after {
  width: 40px;
  height: 75px;
  background: url("/img/profile/activity/img-number-01.svg")no-repeat;
  background-size: cover;
}
#activity #project .col .txt .number02::after {
  width: 51px;
  height: 75px;
  background: url("/img/profile/activity/img-number-02.svg")no-repeat;
  background-size: cover;
}
#activity #project .col .txt .number03::after {
  width: 47px;
  height: 77px;
  background: url("/img/profile/activity/img-number-03.svg")no-repeat;
  background-size: cover;
}
#activity #project .col .txt p + p {
  margin-top: 48px;
}
#activity #project .col .txt p span {
  font-size: 14px;
  font-family: "Inter", sans-serif;
  line-height: 1.6;
  position: relative;
  z-index: 3;
}
#activity #project .col .txt p span > span {
  display: block;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 5px;
}
#activity #activities p{
  margin-top: 20px;
}
#activity #activities .photo{
  display: grid;
  gap: 4px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 40px;
}
#activity #activities .photo li{
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
#activity #activities .photo li::before{
  content: "";
  display: block;
  padding-top: 100%;
}
#activity #activities .photo li img{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
}
#activity #activities .photo li span{
  position: absolute;
  display: block;
  content: "";
  bottom: 5px;
  right: 10px;
  font-size: 12px;
  color: #fff;
  text-shadow: 0px 0px 4px #01305D;
  text-align: right;
}


@media only screen and (max-width:1080px) {
  #activity #project .col {
    gap: 40px;
  }
  #activity #project .col .img{
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width:767px) {
  #activity #project .col {
    flex-wrap: wrap;
    gap: 48px;
  }
  #activity #project .col .txt {
    width: 100%;
    max-width: 100%;
  }
  #activity #project .col .txt p {
    padding: 16px;
  }
  #activity #project .col .txt p + p {
    margin-top: 16px;
  }
  #activity #project .col .txt p::after {
    left: 50%;
    transform: translate(-50%,-50%);
  }
  #activity #project .col .img {
    max-height: 421px;
  }
  #activity #activities .photo{
    gap: 1px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 48px;
  }
  #activity #activities .photo li span{
    bottom: 5px;
    right: 5px;
    font-size: 10px;
  }
}


/* result
-----------------------------------------------*/
#result #lead p {
  text-align: left;
  font-size: 16px;
  line-height: 2.2;
}
#result #summary .img {
  margin-top: 48px;
  background: #fff;
  border-radius: 16px;
  padding: 48px 40px;
}
#result #summary .pie {
  max-width: 741px;
  margin: 0 auto;
  display: flex;
}
#result #summary .pie li {
  padding-right: 70px;
}
#result #summary .pie li:last-child {
  padding-right: 0;
  padding-left: 70px;
  position: relative;
  border-left: 1px solid transparent;
  border-image: linear-gradient(180deg, #1B1464 10px, #DEDEDE calc(0px), #DEDEDE calc(100% - 10px), #1B1464 10px) 1;
}
#result #summary ul li h3 {
  text-align: center;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.8px;
}
#result #summary ul li img {
  margin: 13px auto 0;
}
#result #summary .bar {
  margin: 48px auto 0;
  padding-top: 48px;
  display: flex;
  max-width: 877px;
  position: relative;
  border-top: 1px solid transparent;
  border-image: linear-gradient(90deg, #1B1464 10px, #DEDEDE calc(0px), #DEDEDE calc(100% - 10px), #1B1464 10px) 1;
}
#result #summary .bar li {
  text-align: center;
  width: 100%;
}
@media only screen and (max-width:767px) {
  #result #lead p {
    text-align: left;
  }
  #result #summary .img {
    margin-top: 48px;
    background: #fff;
    border-radius: 16px;
    padding: 24px 24px 40px;
  }
  #result #summary .pie {
    display: block;
  }
  #result #summary .pie li {
    padding: 0 0 40px;
  }
  #result #summary .pie li:last-child {
    padding: 40px 0;
    border-left: none;
    border-top: 1px solid transparent;
    border-image: linear-gradient(90deg, #1B1464 10px, #DEDEDE calc(0px), #DEDEDE calc(100% - 10px), #1B1464 10px) 1;
  }
  #result #summary .bar {
    margin: 0 auto 0;
  }
}


/* history
-----------------------------------------------*/
#history section h2{
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  padding-bottom: 80px;
  position: relative;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding-left: 40px;
  padding-right: 40px;
}
#history section h2::before {
  position: absolute;
  content: "";
  width: 1352px;
  height: 1px;
  background: #CCCCCC;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
#history .col2{
  display: flex;
  margin-top: 80px;
  gap:80px;
}
#history .col{
  width: 45.31%;
}
#history .col .img{
  border-radius: 16px;
  overflow: hidden;
  margin-top: 24px;
}
#history .col .img img{
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
#history .list p{
  padding-left: 1em;
  text-indent: -1em;
}
#history section p{
  font-size: 16px;
  line-height: 1.6;
}
#history section a{
  display: inline-block;
  padding-left: 10px;
}
#history section a img{
  width: 15px;
}
#history .list{
  width: 46.88%;
}
#history .historySlide li{
  padding-bottom: 0!important;
  padding-left: 0!important;
}
#history .historySlide li img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
#history .list li{
  padding-bottom: 24px;
  padding-left: 25px;
  position: relative;
}
#history .list li::before{
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #DEDEDE;
}
#history .list li::after{
  position: absolute;
  display: block;
  content: "";
  top: 5px;
  left: -3px;
  width: 7px;
  height: 7px;
  background: #01305D;
  border-radius: 50%;
}
#history .historySlide li::before,
#history .historySlide li::after{
  display: none;
}
#history .list h3{
  font-family: "Inter", sans-serif;
  font-weight: bold;
}
@media only screen and (max-width:767px) {
  #history section h2{
    padding-bottom: 48px;
  }
  #history .col2{
    flex-wrap: wrap;
    margin-top: 48px;
    gap:24px;
  }
  #history .col,
  #history .list{
    width: 100%;
  }
}


/* modal */
.modal{
	display:none;
	overflow-y: scroll;
	position:fixed;
	z-index:101;
  width:100%;
  height:100%;
  top:0;
  left:0;
	text-align:center;
	box-sizing:border-box;
	padding:0 20px;
  z-index: 999999;
}
.modal .bg{
	position:fixed;
  top:0;
  left:0;
  z-index:1;
  background:rgba(7,32,56,.8);
  width:100%;
  height:100%;
	opacity:0.5;
}
.modal .modalInner{
	position:absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
	z-index:11;
	max-width: 640px;
  max-height: 465px;
  height: auto;
  width: 100%;
	box-sizing:padding-box;
	margin:0 auto;
}
.modal .modalBox{
	position:relative;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
  padding: 0 20px;
}
.modal .modalBox .over{
	position:relative;
	max-width: 640px;
}
.modal .modalBox img{
	height: auto;
	width: auto;
  margin: 0 auto;
}
.modal .modalBox .modalClose{
	position:absolute;
	right:0;
	top:-65px;
	display:block;
	width:56px;
	height:56px;
	font-size:0;
	ppacity:1 !important;
  z-index: 999;
}
.modal .modalBox .modalClose img{
  width: 100%;
}
.modal.min{
	overflow-y:scroll;
}
.modal .modalInner{
	box-sizing: border-box;
}
.movie{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.movie iframe{
	display:block;
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}
.modal .modalBox .img{
	margin-top: 20px;
}
@media screen and (max-width: 767px) {
.modal .modalBox img{
  max-height: 350px;
}
  .modal .modalBox .historySlide + .modalClose{
    top: 0;
  }
}




.slick-slider{
	position:relative;
	display:block;
	box-sizing:border-box;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	-webkit-touch-callout:none;
	-khtml-user-select:none;
	-ms-touch-action:pan-y;
	touch-action:pan-y;
	-webkit-tap-highlight-color:transparent;
	z-index: 1;
}
.slick-list{
	overflow: hidden;
	position:relative;
	display:block;
	margin:0;
	height: 100%;
}
.slick-list.dragging{
	cursor:pointer;
	cursor:hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list{
	-webkit-transform:translate3d(0, 0, 0);
	-ms-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0);
}
.slick-track{
	position:relative;
	top:0;
	left:0;
	display:block;
	margin-left:auto;
	margin-right:auto;
	height: 100%;
	width: 100%;
}
.slick-track:before,
.slick-track:after{
	display:table;
	content:'';
}
.slick-track:after{
	clear:both;
}
.slick-loading .slick-track{
  visibility:hidden;
}
.slick-slide{
	float:left;
	height:465px;
	min-height:1px;
  width: 100%;
  max-width: 600px;
	position: relative;
}
.slick-slide:focus{
	outline:none;
}
[dir='rtl'] .slick-slide{
	float:right;
}
.slick-initialized .slick-slide{
	display:block;
}
.slick-loading .slick-slide{
	visibility:hidden;
}
.slick-vertical .slick-slide{
	display: block;
	height: auto;
}
.slick-next,
.slick-prev{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 60px;
	height: 60px;
	font-size: 0;
	z-index: 1001;
	background: #01305D;
	padding: 0;
	border: none;
	cursor: pointer;
}
.slick-next{
	right: -30px;
}
.slick-prev{
	left: -30px;
}
.slick-arrow::before{
	position: relative;
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	transition: left .2s  cubic-bezier(.210, .60, .350, 1);
}
.slick-next::before{
	left: -8%;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.slick-prev::before{
	left: 8%;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.slick-next:hover::before{
	left: -2%;
}
.slick-prev:hover::before{
	left: 2%;
}
.slick-dots{
	position: absolute;
	bottom: 20px;
	width: 100%;
	text-align: center;
	font-size: 0;
}
.slick-dots li{
	display: inline-block;
	margin: 0 5px;
}
.slick-dots li button{
	width: 10px;
	height: 10px;
	font-size: 0;
	background-color: rgba(255,255,255,0.6);
	border: none;
	border-radius: 10px;
	padding: 0;
	cursor: pointer;
	transition: background .4s  cubic-bezier(.210, .60, .350, 1);
}
.slick-dots li.slick-active button,
.slick-dots li button:hover{
	background-color: rgba(255,255,255,1);
}

@media screen and (max-width: 767px) {
.slick-next{
	right: -20px;
}
.slick-prev{
	left: -20px;
}
}



/* colBtn
-----------------------------------------------*/
.colBtn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  margin-top: 13px;
  transition: all .4s;
  color: #2B3E57;
}
.colBtn::before {
  content: "";
  width: 28px;
  height: 28px;
}
#map-daiho #list .txtBtn.access a::before,
.colBtn.access::before {
  background-image: url("/img/index/icon-locations-01.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.colBtn.mapBtn::before {
  background-image: url("/img/index/icon-locations-02.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
#locations .colBox .col .colBtn span {
  font-size: 16px;
  line-height: 100%;
}




/* #mapModal .modal
-----------------------------------------------*/
#mapModal .modal {
  overflow-y: auto;
}
#mapModal .modal .modalInner {
  max-width: 950px;
  max-height: 100%;
  background: #fff;
}
#mapModal .modal .modalBox .over {
  max-width: 950px;
}
#mapModal .modal .modalBox .modalClose {
  right: -20px;
}
#mapModal .modal .modalBox .over .inner {
  padding: 50px 60px;
}
#mapModal .modal .modalBox .over .inner h2 {
  font-size: 20px;
  text-align: center;
}
#mapModal .modal .modalBox .over .inner .col {
  display: flex;
  gap: 40px;
  margin-top: 40px;
}
#mapModal .modal .modalBox .over .inner .col .img {
  width: 54.67%;
  margin: 0;
}
#mapModal .modal .modalBox .over .inner .col .txt {
  width: 45.33%;
  text-align: left;
}
#mapModal .modal .modalBox .over .inner .col .txt p {
  font-size: 16px;
  line-height: 1.6;
}
#mapModal .modal .modalBox .over .inner .col .txt li {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 8px;
}
#mapModal .modal .modalBox .over .inner .col .txt li span {
  display: block;
  font-weight: bold;
  font-size: 13px;
  line-height: 1.6;
}
#mapModal .modal .modalBox .over .inner .col .txt h3 {
  margin: 16px 0 8px;
  padding: 16px 0 0 24px;
  font-size: 16px;
  line-height: 26px;
  border-top: 1px solid transparent;
  border-image: linear-gradient(90deg, #1B1464 10px, #DEDEDE calc(0px), #DEDEDE calc(100% - 10px), #1B1464 10px) 1;
  position: relative;
}
#mapModal .modal .modalBox .over .inner .col .txt h3::before {
  position: absolute;
  display: inline-block;
  content: "";
  background: url("/img/common/icon-contact-03.svg")no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
#mapModal .modal .modalInner{
  max-width: 100%;
  width: calc(100% - 40px);
  margin-top: 20px;
}
#mapModal .modal .modalBox .over .inner {
  max-height: 650px;
  overflow-y: scroll;
}
#mapModal .modal .modalBox .over {
  max-width: 100%;
}
#mapModal .modal .modalBox .over .inner {
  padding: 20px 0;
}
#mapModal .modal .modalBox .over .inner h2 {
  font-size: 18px;
}
#mapModal .modal .modalBox .over .inner .col {
  gap: 20px;
  margin-top:20px;
  flex-wrap: wrap;
}
#mapModal .modal .modalBox .over .inner .col .img,
#mapModal .modal .modalBox .over .inner .col .txt {
  width: 100%;
}
}



