@charset "UTF-8";

/**************************************

common

**************************************/

.section_low {
  background: #FFF;
  border-radius: 30px;
  box-shadow: 0 0 30px 0 rgba(177,169,147,.1);
  padding: 6% 6%;
}

.section_cmn .section_sub {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.page_lead {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 70px;
}

@media screen and (max-width: 760px) {
  .main_low .section .inner {
    padding: 0 3%;
  }

  .section_low {
    border-radius: 16px;
    box-shadow: 0 0 20px 0 rgba(177,169,147,.1);
    padding: 6% 6%;
  }

  .section_cmn {
    padding: 8%;
  }

  .section_cmn .section_sub {
    font-size: 1.6rem;
    margin-bottom: 5%;
  }

  .page_lead {
    font-size: 1.3rem;
    margin: 0 auto 10%;
    text-align: left;
    width: 86%;
  }
}


.pager {
  text-align: center;
  width: 100%;
  margin-top: 40px;
}

.pager p {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
}

.pager .no a,
.pager a,
.pager span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
  width: 40px;
  height: 40px;
  line-height: 38px;
  background: #FFF;
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 50%;
  color: #CCC;
  font-size: 1.3rem;
}

.pager .no.current a,
.pager .current,
.pager a:hover {
  background: #F17052;
  border-color: #F17052;
  color: #FFF;
  opacity: 1;
}

.pager .no.current a {
  pointer-events: none;
}

.pager .next a,
.pager .prev a,
.pager a.next,
.pager a.prev {
  position: relative;
  width: 40px;
  height: 40px;
  white-space: nowrap;
  text-indent: 105%;
  overflow: hidden;
  background: none;
  border: none;
}

.pager a.next::after,
.pager a.prev::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  top: 15px;
  left: 10px;
  transform: rotate(45deg);
}

.pager a.next:hover::after,
.pager a.prev:hover::after {
  border-color: #000;
}

.pager .arrow.prev a,
.pager a.prev {
  transform: rotate(180deg);
}

@media screen and (max-width: 760px) {
  .pager {
    margin-top: 5%;
  }

  .pager p {
    margin: 0;
  }

  .pager .no a {
    width: 36px;
    height: 36px;
    line-height: 33px;
  }

  .pager .no a,
  .pager a,
  .pager span {
    margin: 0;
    width: 34px;
    height: 34px;
    line-height: 32px;
    font-size: 1.2rem;
  }

  .pager .arrow a {
    width: 36px;
    height: 36px;
    line-height: 36px;
    background-size: 11px 11px;
  }

  .pager .arrow a::after {
    width: 6px;
    height: 6px;
    top: 15px;
    left: 10px;
  }

}



/* history */

.history_data{
	margin-top: 40px;
}
.history_data figcaption{
	font-size: 14px;
	padding: 0 10px 10px;
}

.cd-timeline-content::before {
  content: "";
  position: absolute;
  top: 24px;
  right: -35px;
  width: 35px;
  height: 2px;
  background-color: #F17052;
}

.cd-timeline-block:nth-child(2n) .cd-timeline-content::before {
  right: auto;
  left: -35px;
}


@media only screen and (max-width: 991px) {
  .cd-timeline-content::before {
    top: 18px;
    right: auto;
    left: -35px;
  }
}

.cd-timeline-content table{
	color: #333;
	font-size: 16px;
	line-height: 1.4em;
	margin-bottom: -15px;
}
.cd-timeline-content table th{
	width: 15%;
	font-weight: bold;
  vertical-align: baseline;
}
.cd-timeline-content table td{
  padding-top: 15px;
  vertical-align: baseline;
}
.cd-timeline-content table tr:first-child td{
	padding-top: 0;
}
.cd-timeline-content table.history_accordion tr td{
	padding-top: 15px;
}
.event_society{
    display: inline-block;
    position: absolute;
    bottom: 0;
}
.event_society{
	width: 40%;
  border-radius: 1vw;
	border: 1px solid #E5E5DF;
  background: #FFF url(../images/cmn/bg_note.png) repeat;
  background-size: 12px auto;
	padding: 15px;
  box-sizing: content-box;
}
.cd-container .event_society p{
	padding: 0;
  margin-bottom: 5px;
  font-weight: 700;
  opacity: .8;
}
.cd-container .event_society ul{
  margin: 0;
  font-size: 1.4rem;
}
.cd-container .event_society ul li:not(:last-child) {
  margin-bottom: 2px;
}
.cd-container ul.year_event li:before{
	color: #bbb;
  background: none;
  -webkit-text-fill-color: #bbb;
}
.cd-timeline-block:nth-child(odd) .event_society.bounce-in,
.cd-timeline-block:nth-child(odd) .event_society{
	right: 0;
}
.event_photo img{
	display: inline-block;
	max-width: 60%;
	margin-top: 10px;
  border-radius: 0;
}
.cd-container .cd-timeline-content ul li:before{
	color: #fff;
	font-size: 10px;
	line-height: 22px;
	margin: 0;
  -webkit-text-fill-color: #fff;
}
.cssanimations .event_society.is-hidden{
    visibility: hidden;
}
.cssanimations .event_society.bounce-in{
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
}
@media only screen and (max-width: 991px) {
	.history_data{
		margin-top: 20px;
	}
	.history_data figcaption{
		font-size: 12px;
		padding-bottom: 5px;
	}
	.event_society{
		display: none;
	}
	.cd-container .cd-timeline-content ul li:before{
		color: #32a7d9;
		font-size: 8px;
		line-height: 21px;
	}
	.cd-timeline-content table{
	color: #2a2a2a;
	}
	.cd-timeline-content table th{
		width: 25%;
		letter-spacing: -0.05em;
	}
	.cd-timeline-content table td{
		word-break: break-all;
	}

.cd-timeline-content {
  position: relative;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.cd-timeline-content.has-readmore {
  padding-bottom: 0;
  transition: .3s;
}

.cd-timeline-content.has-readmore.is-open {
  padding-bottom: 48px;
}

.cd-timeline-img::after {
  content: "";
  position: absolute;
  top: 19px;
  left: 40px;
  width: 20px;
  height: 2px;
  background-color: #F17052;
}

.cd-timeline-block .cd-timeline-img img {
  width: 25px;
  height: 25px;
}

.readmore-box__button {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 48px;
  border: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.4), #FFF);
  cursor: pointer;
}

.readmore-box__arrow {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-right: 2px solid #F17052;
  border-bottom: 2px solid #F17052;
  transform: rotate(45deg);
  transition: transform 0.3s ease-in-out;
}

.cd-timeline-content.is-open .readmore-box__arrow {
  transform: rotate(-135deg);
}

.cd-timeline-content.is-collapsed::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 48px;
  height: 60px;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    #fff
  );
  pointer-events: none;
}

.cd-timeline-content.is-open::after {
  display: none;
}

}




/*あゆみのタイムライン*/

.cd-container {
  width: 90%;
  max-width: 992px;
  margin: 0 auto;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

.cd-container p {
  min-height: auto;
  margin-bottom: 0;
}

#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
}
#cd-timeline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 2px;
  opacity: .5;
  background: linear-gradient(0deg, #DA4659, #F0BD4B);
}
@media only screen and (min-width: 992px) {
  #cd-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  #cd-timeline::before {
    left: 50%;
    margin-left: -1px;
  }
}
.cd-timeline-block {
  position: relative;
  margin: 2em 0;
  font-size: 1.6rem;
}
.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .cd-timeline-block {
    margin: 4em 0;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}
.cd-timeline-img {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
	    background: linear-gradient(135deg, #FF9468, #F45243);
}
.cd-timeline-img img {
  display: block;
  width: 30px;
  height: 30px;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
@media only screen and (min-width: 992px) {
  .cd-timeline-img {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .cd-timeline-img img {
	  width: 40px;
	  height: 40px;
  }
  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
}
@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  background: #fff;
  border: 2px solid #FA704F;
  border-radius: 1vw;
  padding: 15px 20px 20px;
  box-shadow: 0 0 20px 0px rgb(177 169 147 / 0.10);
  box-sizing: content-box;
}
.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-content h2 {
  color: #303e49;
}
.cd-timeline-content .cd-date {
  color: #fff;
  font-weight: bold;
  display: inline-block;
  float: right;
  padding-top: 1em;
  padding-bottom: 0;
}

.cd-timeline-content dl {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.6;
}

.cd-timeline-content dt {
  width: 12%;
  font-weight: 700;
}

.cd-timeline-content dd {
  width: 88%;
  margin-bottom: 10px;
  font-size: 1.5rem;
}

.cd-timeline-content dd:last-child {
  margin-bottom: 0px;
}


@media only screen and (min-width: 768px) {
  .cd-timeline-content h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .cd-timeline-content p {
    font-size: 16px;
    font-size: 1rem;
  }
  .cd-timeline-content .cd-date {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) {
  .cd-timeline-content {
    margin-left: 0;
    width: 39%;
    padding: 14px 20px 20px;
  }

  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 126%;
    top: 0;
    font-size: 16px;
	color: #2a2a2a;
	opacity: .7;
	padding: .8em 0;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 126%;
    text-align: right;
  }
  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
}
@media only screen and (min-width: 992px) {
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

/*アコーディオン*/
.cd-container p.year{
	display: block;
	font-size: 1.4em;
	font-weight: bold;
	color: #F17052;
	margin: 0;
	padding: 0;
}

.cd-timeline-content label,
.cd-timeline-content input{
	display: none;
}

.cd-timeline-content table{
	margin: 0;
}

@media only screen and (max-width: 991px) {
  #cd-timeline {
    width: 100%;
    padding: 1em 0;
    margin-top: 1em;
    margin-bottom: 0;
  }
  .cd-timeline-content dt {
    width: 15%;
  }
  .cd-timeline-content dd {
    width: 85%;
  }
  .event_photo img {
    max-width: 90%;
  }
}

.cd-timeline-block.open {
  animation: none;
}

.event_society {
  opacity: 0;
}

.cd-timeline-block .cd-timeline-img,
.cd-timeline-block .cd-timeline-content {
  opacity: 0;
  transition: 1s;
}

.cd-timeline-block.open .cd-timeline-img,
.cd-timeline-block.open .cd-timeline-content {
  opacity: 1;
}

.cd-timeline-block.open .cd-timeline-content {
  transition-delay: .3s;
}


/**************************************

company

**************************************/

.section_company .article_h2 {
  padding-left: 0;
  padding-right: 0;
}
.section_company .information_box {
  padding: 55px 8% 80px;
  border-radius: 30px;
  background: #FFF;
  box-shadow: 0 0 20px 0px rgb(76 164 220 / 0.20);
}

.section_company .information_box dl {
  border-bottom: 2px solid rgba(89,87,87,0.14);
  padding: 25px 20px;
  position: relative;
}

.section_company .information_box dl::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 20%;
  height: 2px;
  background: #F17052;
}

.section_company .information_box dt {
  width: 20%;
  font-weight: 500;
  display: inline-block;
  vertical-align: top;
  line-height: 1.6;
}

.section_company .information_box dd {
  width: 78%;
  display: inline-block;
  vertical-align: top;
  line-height: 1.6;
}

.section_company .information_box dd em {
  font-weight: 700;
}

.section_company .information_box dd .job {
  display: inline-block;
  width: 140px;
}

.section_company .information_box .ph_iso {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .section_company .information_box {
    padding: 4% 7% 8%;
    border-radius: 14px;
    width: 94vw;
    margin-left: -4.5%;
  }

  .section_company .information_box dl {
    padding: 4% 0;
  }

  .section_company .information_box dl::after {
    width: 25%;
  }

  .section_company .information_box dt {
    width: 25%;
  }

  .section_company .information_box dd {
    width: 73%;
  }

  .section_company .information_box dd .job {
    width: 115px;
  }

  .section_company .information_box .ph_iso {
    width: 100%;
  }
}


/**************************************

news

**************************************/

.section_news {
  margin-bottom: 0;
}

.main_news .section_news .inner {
  box-sizing: border-box;
}

.section_news .news_list {
  border-top: 1px solid rgba(0,0,0,.1);
}

.section_news .news_list > li {
  border-bottom: 1px solid rgba(0,0,0,.1);
}

.section_news .news_list li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  column-gap: 30px;
  padding: 20px 80px 20px 30px;
  position: relative;
}

.section_news .news_list li a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 35px;
  width: 16px;
  height: 16px;
  background: url(../images/cmn/arrow.svg) center center no-repeat;
  background-size: 100% auto;
  transition: .3s;
}

.section_news .news_list li a:hover::after {
  right: 30px;
}

.section_news .news_list li a:hover {
  background-color: rgba(241,112,82,.05);
  opacity: 1;
}

.section_news .news_list .date {
  font-size: 1.3rem;
  color: #939393;
}

.section_news .news_list .title {
  max-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.scroller {
  height: 250px;
  overflow-y: scroll;
}

.scroller::-webkit-scrollbar {
  width: 13px;
  background-color: #ECECEC;
  border-radius: 7px;
}

.scroller::-webkit-scrollbar-thumb {
  background: #D9D9D9;
  width: 13px;
  border-radius: 7px;
}

.section_news.publication .content_block {
  padding-right: 20px;
}

.section_news.publication .news_list .title {
  width: calc(100% - 120px);
}


@media screen and (max-width: 761px) {
  .section_news {
    margin-bottom: 12%;
    padding: 0 3%;
  }

  .section_news .inner {
    padding: 7.5% 7%;
    border-radius: 14px;
  }

  .section_news .news_list li a {
    justify-content: start;
    flex-wrap: wrap;
    padding: 5% 30px 5% 10px;
    column-gap: 0;
  }

  .section_news .news_list .date {
    font-size: 1.1rem;
    padding-right: 4%;
  }

  .section_news .news_list .category_news li {
    width: auto;
    min-width: 80px;
    font-size: 1.2rem;
    line-height: 20px;
    padding: 0 12px;
  }

  .section_news .news_list .title {
    line-height: 1.4;
    margin-top: 3%;
    font-size: 1.4rem;
  }

  .section_news .news_list li a::after {
    right: 8px;
  }

  .scroller {
    height: 280px;
  }

  .scroller::-webkit-scrollbar {
    width: 8px;
  }

  .scroller::-webkit-scrollbar-thumb {
    width: 8px;
  }

}


/* detail
--------------------------------------------------*/

.section_news.detail {
  padding: 100px 0 0;
}

.section_news.detail .inner.frame {
  background: #FFF;
  padding: 80px 8% 100px;
}

.section_news .detail_box .head_box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}

.section_news .detail_box .head_box.news {
  display: block;
  border-bottom: 2px solid rgba(0,0,0,.1);
  padding-bottom: 30px;
  margin-bottom: 60px;
  position: relative;
}

.section_news .detail_box .head_box.news::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 160px;
  height: 2px;
  background: #F17052;
}


.section_news .detail_box .head_box .main_ph {
  width: 50%;
  overflow: hidden;
  background: #d0d0d0;
  aspect-ratio: 3 / 2;
}

.section_news .detail_box .head_box .main_ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section_news .detail_box .head_box .info {
  width: calc(50% - 60px);
}

.section_news .detail_box .head_box.news .info {
  width: 100%;
}

.section_news .detail_box .date {
  opacity: .6;
  margin-right: 30px;
  display: inline-block;
  vertical-align: middle;
}

.section_news .detail_box .category_news {
  display: inline-block;
  vertical-align: top;
}

.section_news .detail_box .category_news li {
  display: inline-block;
  vertical-align: middle;
  background: #F17052;
  line-height: 26px;
  color: #FFF;
  min-width: 125px;
  text-align: center;
  font-size: 1.4rem;
  margin-right: 4px;
  border-radius: 30px;
  padding: 0 20px;
}

.section_news .detail_box h1.tit {
  line-height: 1.6;
  font-size: 3.2rem;
  font-weight: 700;
  margin-top: 10px;
  position: relative;
}

.section_news .detail_box .icon li {
  display: inline-block;
  vertical-align: middle;
  line-height: 28px;
  font-size: 1.4rem;
  color: #FFF;
  background: #1B254D;
  padding: 0 10px;
  text-align: center;
  border-radius: 15px;
}


@media screen and (max-width: 760px) {
.main_news .container_inner {
  padding: 0 3%;
}

.section_news.detail {
  padding: 16% 0 0;
}

.section_news.detail .inner.frame {
  padding: 6%;
}

.section_news .detail_box .head_box {
  display: block;
  margin-bottom: 8%;
}

.section_news .detail_box .head_box.news {
  padding-bottom: 6%;
  margin-bottom: 8%;
}

.section_news .detail_box .head_box.news::after {
  width: 80px;
}

.section_news .detail_box .head_box .main_ph {
  width: 100%;
  margin-bottom: 6%;
}

.section_news .detail_box .head_box .info {
  width: 100%;
}

.section_news .detail_box .head_box.news .info {
  width: 100%;
}

.section_news .detail_box .date {
  margin-right: 4%;
  font-size: 1.2rem;
}

.section_news .detail_box .category_news li {
  line-height: 22px;
  min-width: 80px;
  font-size: 1.2rem;
  margin-right: 3px;
  padding: 0 12px;
}

.section_news .detail_box h1.tit {
  font-size: 1.8rem;
  margin-top: 3%;
}

.section_news .detail_box .icon li {
  line-height: 28px;
  font-size: 1.2rem;
  padding: 0 10px;
}

}


/* other_link */

.main_news .section_other_article {
  padding: 40px 6% 0;
  max-width: calc(1200px + 12%);
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  column-gap: 40px;
}

.main_news .section_other_article .btn_more {
  margin: 0;
}

.main_news .section_other_article .btn_more a::after {
  background-color: #296CA1;
}

.main_news .section_other_article .index {
  width: 88px;
  height: 88px;
}

.main_news .section_other_article .index a {
  width: 100%;
  height: 100%;
  background: #296CA1;
  border-radius: 50%;
  color: #FFF;
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 1px;
  display: block;
  transition: .3s;
  position: relative;
}

.main_news .section_other_article .index a:hover {
  transform: scale(1.1);
}

.main_news .section_other_article .index a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: url(../images/cmn/icon_list_w.svg) top center no-repeat;
  background-size: 26px auto;
  padding-top: 33px;
  display: block;
  transition: .3s;
}

@media screen and (max-width: 760px) {
.main_news .section_other_article {
  padding: 6% 0 0;
  column-gap: 5%;
}

.main_news .section_other_article .index {
  width: 60px;
  height: 60px;
}

.main_news .section_other_article .index a {
  font-size: 1.0rem;
}

.main_news .section_other_article .index a span {
  background-size: 18px auto;
  padding-top: 24px;
}

}

/**************************************

policy

**************************************/

.section_policy {
  text-align: left;
  font-size: 1.6rem;
  background: #FFF;
  border-radius: 30px;
  box-shadow: 0 0 20px 0px rgb(76 164 220 / 0.20);
}

.section_policy .inner {
  padding: 80px 8%;
}

.section_policy .policy_box:not(:last-child) {
  margin-bottom: 60px;
}

.section_policy .box {
  margin-top: 30px;
  margin-bottom: 40px;
}

.section_policy .box:last-child {
  margin-bottom: 0px;
}

.section_policy h3 {
  font-size: 2.8rem;
  color: #1B254D;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 20px;
}

.section_policy h4 {
  font-size: 2.0rem;
  font-weight: 700;
}

.section_policy .sign_box {
  padding: 3px 0 5px 20px;
  border-left: 2px solid #1B254D;
}

.section_policy .txt a {
  text-decoration: underline;
  color: #1B254D;
}

@media screen and (max-width: 760px) {
  .main_policy .container_inner,
  .main_terms .container_inner {
    padding: 0 3%;
  }

  .section_policy {
    width: 100%;
    font-size: 1.2rem;
    border-radius: 14px;
  }

  .section_policy .inner {
    padding: 6% 6%;
  }

  .section_policy .policy_box:not(:last-child) {
    margin-bottom: 10%;
  }

  .section_policy .box {
    margin-top: 8%;
    margin-bottom: 8%;
  }

  .section_policy h3 {
    font-size: 1.6rem;
    margin-bottom: 4%;
  }

  .section_policy h4 {
    font-size: 1.4rem;
    margin-bottom: 2%;
    line-height: 1.4;
  }
}


/**************************************

sitemap

**************************************/

.section_sitemap {
  text-align: left;
  background: #FFF;
}

.section_sitemap .inner {
  padding: 80px 8%;
}

.section_sitemap .sitemap_block:not(:last-child) {
  margin-bottom: 40px;
}

.section_sitemap h3 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #1B254D;
  margin-bottom: 30px;
  line-height: 1.0;
}

.section_sitemap .sitemap_box ul {
  flex-basis: 25%;
}


@media screen and (max-width: 760px) {
  .main_sitemap .container_inner {
    padding: 0 3%;
  }

  .section_sitemap .inner {
    padding: 8% 8%;
  }

  .section_sitemap .sitemap_block:not(:last-child) {
    margin-bottom: 10%;
  }

  .section_sitemap .sitemap_box {
    flex-wrap: wrap;
  }

  .section_sitemap .sitemap_box ul {
    flex-basis: 100%;
  }

  .section_sitemap .sitemap_box li {
    margin-bottom: 2%;
  }

  .section_sitemap .sitemap_box ul.sub li a {
    line-height: 1.8;
  }

  .section_sitemap h3 {
    font-size: 2.0rem;
    margin-bottom: 5%;
  }
}
