@charset "utf-8";


/* ---------------------------------------------------------
 * common
** --------------------------------------------------------- */
/* --------------- .faq_list --------------- */
.faq_list {
}
.faq_list li {
  position: relative;
  margin-top: 20px;
  padding: 30px 40px 30px 90px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.faq_list .q_icon {
  position: absolute;
  left: 40px;
  top: 22px;
  color: #8da5c1;
  font-size: 60px;
  line-height: 1;
}
.faq_list .q {
  position: relative;
  display: flex;
  min-height: 60px;
  align-items: center;
  padding-right: 30px;
}
.faq_list .q::before,
.faq_list .q::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #015290;
}
.faq_list .q::before {
  right: 0;
  width: 24px;
  height: 2px;
}
.faq_list .q::after {
  right: 11px;
  width: 2px;
  height: 24px;
  transition: all ease 0.3s;
}
.faq_list .open .q::after {
  height: 0;
/*  transform-origin: center;*/
/*  transform: rotate(90deg);*/
}
.faq_list .q p {
  color: #015290;
  font-size: 24px;
  font-weight: bold;
}
.faq_list .a {
  max-height: 0px;
  overflow: hidden;
  transition: all ease 0.3s;
}
.faq_list .open .a {
  max-height: var(--max-height);
}
@media (max-width: 959px) {
  .faq_list li {
    padding: 20px 40px 20px 90px;
  }
  .faq_list .q_icon {
/*    left: 40px;*/
/*    top: 22px;*/
    font-size: 45px;
  }
  .faq_list .q p {
    font-size: 20px;
  }
}
@media (max-width: 519px) {
  .faq_list li {
    padding: 10px 40px 10px 70px;
  }
  .faq_list .q_icon {
    left: 30px;
    top: 20px;
    font-size: 35px;
  }
  .faq_list .q p {
    font-size: 18px;
  }
}


/* --------------- dl,dt,dd --------------- */
dl {
}
dt {
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  font-size: 20px;
  font-weight: bold;
}
dd {
  margin-bottom: 60px;
  line-height: 1.8;
}
@media (max-width: 959px) {
}
@media (max-width: 767px) {
}
@media (max-width: 639px) {
}




/* ---------------------------------------------------------
 * #page-guidance
** --------------------------------------------------------- */
#page-guidance {
}
/* --------------- .greetings --------------- */
#page-guidance .greetings {
  padding-top: 55px;
  padding-bottom: 80px;
  background-image: url("../img/read_pic_l.png"), url("../img/read_pic_r.png");
  background-repeat: no-repeat;
  background-position: left top, right bottom;
}
#page-guidance .greetings .flex {
  align-items: flex-start;
  margin-top: 40px;
}
#page-guidance .greetings .content {
  padding-right: 60px;
}
#page-guidance .greetings .content p {
}
#page-guidance .greetings .content .sign {
  margin-top: 10px;
  font-size: 18px;
  text-align: right;
}
#page-guidance .greetings .content .date {
  text-align: left;
}
#page-guidance .greetings .content .name_wrapper {
  font-size: 22px;
}
#page-guidance .greetings .content .name {
  font-size: 28px;
}
#page-guidance .greetings .img {
  flex-shrink: 0;
  position: relative;
  min-width: 300px;
  width: calc(36000% / 1200);
  padding: 30px 30px 15px;
  background-color: #fff;
  box-shadow: 0 0 40px rgba(0, 27, 67, 0.1);
}
#page-guidance .greetings .img::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("../img/photo_side_pic.png");
  background-size: cover;
}
#page-guidance .greetings .img img {
  max-width: 100%;
}
#page-guidance .greetings .ttl {
  margin-top: 15px;
  text-align: center;
  font-weight: bold;
}
#page-guidance .greetings .post {
  display: inline-block;
  margin-right: 10px;
  padding: 0 10px;
  background-color: #eef3f8;
}
#page-guidance .greetings .name {
  font-size: 20px;
  line-height: 1;
}
@media (max-width: 959px) {
  #page-guidance .greetings .content {
    padding-right: 40px;
  }
  #page-guidance .greetings .img {
    padding: 20px 20px 10px;
  }
}
@media (max-width: 739px) {
  #page-guidance .greetings .flex {
    display: flex;
    flex-direction: column-reverse;
  }
  #page-guidance .greetings .content {
    padding-right: 0;
  }
  #page-guidance .greetings .img {
    margin: 0 auto 20px;
  }
}
@media (max-width: 519px) {
}


/* --------------- .institute --------------- */
#page-guidance .institute {
}
#page-guidance .institute .bg_wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f4f4f4;
  background-image: url("../img/guidance/institute_bg.png");
  background-position: center;
  background-size: cover;
}
#page-guidance .institute h3 {
}
#page-guidance .institute h3 > span {
  display: block;
  line-height: 1;
}
#page-guidance .institute h3 span span {
  display: inline-block;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
#page-guidance .institute h3 > span:first-child span {
  background-image: linear-gradient(to right, #5f2e00 7%, #a73f1a 47%, #b6701d 73%);
  font-size: 60px;
  vertical-align: middle;
}
#page-guidance .institute h3 > span:last-child span {
  background-image: linear-gradient(to right, #5f2e00 7%, #664a29 73%);
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  vertical-align: middle;
}
#page-guidance .institute p {
  font-size: 15px;
}
@media (max-width: 959px) {
  #page-guidance .institute .bg_wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 799px) {
  #page-guidance .institute h3 > span:first-child span {
    font-size: 50px;
  }
  #page-guidance .institute h3 > span:last-child span {
    font-size: 20px;
  }
}
@media (max-width: 519px) {
  #page-guidance .institute h3 > span:first-child span {
    font-size: 38px;
  }
  #page-guidance .institute h3 > span:last-child span {
    font-size: 18px;
  }
}
#page-guidance .institute .bg_wrapper section {
  margin-top: 40px;
}
#page-guidance .institute .bg_wrapper section h3 {
}
#page-guidance .institute .bg_wrapper section h3 span {
  display: inline-block;
}
#page-guidance .institute .bg_wrapper section h3 span:first-child {
  display: inline-block;
}
#page-guidance .institute .bg_wrapper section h3 span:first-child span {
  display: inline-block;
  margin-right: 15px;
  background-image: linear-gradient(to right, #5f2e00 7%, #a73f1a 47%, #b6701d 73%);
  font-size: 60px;
  vertical-align: middle;
}
#page-guidance .institute .bg_wrapper section h3 span:last-child {
  font-size: 28px;
}
#page-guidance .institute .bg_wrapper section p {
  margin-top: 10px;
}
#page-guidance .institute .bg_wrapper section .img {
  margin-top: 50px;
}
#page-guidance .institute .bg_wrapper section .img img {
  max-width: 100%;
}
#page-guidance .institute .bg_wrapper section .img iframe {
  max-width: 100%;
}
@media (max-width: 959px) {
  #page-guidance .institute .bg_wrapper section .img {
    margin-top: 30px;
  }
}
@media (max-width: 519px) {
  #page-guidance .institute .bg_wrapper section h3 span:first-child span {
    font-size: 38px;
  }
  #page-guidance .institute .bg_wrapper section h3 span:last-child {
    font-size: 24px;
  }
}
#page-guidance .institute > section {
  padding-top: 80px;
  padding-bottom: 80px;
}
#page-guidance .institute > section:nth-child(2n) {
}
#page-guidance .institute > section:nth-child(2n+3) {
  background-color: #f4f4f4;
  background-image: linear-gradient(to left, #fff 1px, transparent 1px), linear-gradient(to top, #fff 1px, transparent 1px), linear-gradient(to bottom, #fff 1px, transparent 1px);
  background-position: center, top center, bottom center;
  background-size: 400px 420px, 100% 80px, 100% 80px;
  background-repeat: repeat, no-repeat, no-repeat;
}
#page-guidance .institute > section .wrapper {
/*  display: flex;*/
/*  justify-content: space-between;*/
/*  align-items: center;*/
}
#page-guidance .institute > section .img {
  flex-shrink: 0;
/*  width: 50%;*/
  text-align: center;
}
#page-guidance .institute > section:nth-child(2n) .img {
/*  padding-right: calc(2000% / 1200);*/
}
#page-guidance .institute > section:nth-child(2n+3) .img {
  order: 2;
/*  padding-left: calc(2000% / 1200);*/
}
#page-guidance .institute > section .img img {
  max-width: 100%;
}
#page-guidance .institute > section .img_wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 20px;
}
#page-guidance .institute > section .img_wrapper img {
  max-width: 100%;
}
#page-guidance .institute > section .content {
/*  width: calc(56000% / 1200);*/
}
#page-guidance .institute > section .content p {
}
#page-guidance .institute > section .content p a {
  color: #006ae1;
  text-decoration: underline;
}
#page-guidance .institute > section .content p a:hover {
  text-decoration: none;
}
#page-guidance .institute > section h3 {
  display: flex;
  margin-bottom: 20px;
}
#page-guidance .institute > section h3 > span:first-child {
  margin-right: 30px;
}
#page-guidance .institute > section h3 > span:last-child {
  position: relative;
/*  margin-top: 20px;*/
/*  margin-bottom: 20px;*/
  padding-left: 30px;
  background-image: linear-gradient(to bottom, #522800 0%, #6e321d 62%, #664a29 100%);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 1px 100%;
  -webkit-background-clip: initial;
  background-clip: initial;
  -webkit-text-fill-color: initial;
  text-fill-color: initial;
}
#page-guidance .institute > section h3 > span:last-child::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 4px;
  height: 15px;
  background-image: linear-gradient(to bottom, #522800 0%, #6e321d 62%, #664a29 100%);
}
#page-guidance .institute > section p {
}
@media (max-width: 959px) {
  #page-guidance .institute > section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 799px) {
  #page-guidance .institute > section .wrapper {
    display: block;
  }
  #page-guidance .institute > section .img {
    width: 100%;
    padding-left: 0;
  }
  #page-guidance .institute > section .img img {
  }
  #page-guidance .institute > section .img_wrapper {
    display: block;
  }
  #page-guidance .institute > section .img_wrapper img {
    max-width: 100%;
  }
  #page-guidance .institute > section .img_wrapper > div {
    margin-top: 20px;
  }
  #page-guidance .institute > section .content {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 519px) {
  #page-guidance .institute > section .img_wrapper > div:nth-child(2) img {
    display: block;
    width: calc(30000% / 480);
    margin-left: auto;
    margin-right: auto;
  }
}


/* --------------- .joint --------------- */
#page-guidance .joint {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: linear-gradient(to left, #eee 1px, transparent 1px), linear-gradient(to top, #eee 1px, transparent 1px), linear-gradient(to bottom, #eee 1px, transparent 1px);
  background-position: center, top center, bottom center;
  background-size: 400px 420px, 100% 80px, 100% 80px;
  background-repeat: repeat, no-repeat, no-repeat;
}
#page-guidance .joint .wrapper {
}
#page-guidance .joint .content {
  margin-top: 20px;
  overflow: hidden;
}
#page-guidance .joint .slider {
  max-width: 1240px;
  margin: 0 auto;
  padding-right: 1px;
}
#page-guidance .joint .slider .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 50px;
  width: 44px;
  height: 44px;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 27, 67, 0.2);
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
}
#page-guidance .joint .slider .slick-arrow:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
#page-guidance .joint .slider .slick-arrow::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 11px;
  height: 11px;
  margin-top: auto;
  margin-bottom: auto;
  border-top: 1px solid #000;
}
#page-guidance .joint .slider .slick-arrow.prevArrow {
  left: 10px;
}
#page-guidance .joint .slider .slick-arrow.prevArrow::after {
  left: 20px;
  border-left: 1px solid #000;
  transform: rotate(-45deg);
}
#page-guidance .joint .slider .slick-arrow.nextArrow {
  right: 10px;
}
#page-guidance .joint .slider .slick-arrow.nextArrow::after {
  right: 20px;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}
@media (max-width: 959px) {
  #page-guidance .joint .slider {
    padding-right: 0;
  }
  #page-guidance .joint .slider .slick-arrow {
    background-color: rgba(255, 255, 255, 0.6);
  }
  #page-guidance .joint .slider .slick-arrow::after {
  }
  #page-guidance .joint .slider .slick-arrow.prevArrow::after {
  }
  #page-guidance .joint .slider .slick-arrow.nextArrow::after {
  }
}
@media (max-width: 619px) {
  #page-guidance .joint .section_header .goto_list .btn span:last-child {
    display: none;
  }
}
@media (max-width: 519px) {
}
@media (max-width: 399px) {
  #page-guidance .joint .section_header .goto_list .btn {
    padding-right: 45px;
  }
  #page-guidance .joint .section_header .goto_list .btn span:first-child {
    display: none;
  }
}
#page-guidance .joint .slider .slick-list {
  overflow: visible !important;
}
#page-guidance .joint .slider .slick-slide {
  padding: 0 20px;
  transition: all 0.3s ease;
}
#page-guidance .joint .slider .slick-slide.slick-active,
#page-guidance .joint .slider .slick-slide.slick-current {
  opacity: 1;
}
#page-guidance .joint .slider .slick-slide {
/*  width: 373px;*/
  padding: 20px;
}
#page-guidance .joint .slider .slick-slide a {
  display: block;
}
#page-guidance .joint .slider .slick-slide .img {
  position: relative;
  z-index: 1;
  width: 100%;
/*  padding-top: calc(30000% / 373);*/
  padding-top: calc(500% / 8);
  box-shadow: 0 0 20px rgba(0, 27, 67, 0.1);
  overflow: hidden;
}
#page-guidance .joint .slider .slick-slide .img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 25px;
  height: 24px;
  background-image: url("../img/tit_side_pic.png");
  background-size: cover;
}
#page-guidance .joint .slider .slick-slide .img img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  transition: all ease 0.3s;
}
#page-guidance .joint .slider .slick-slide a:hover .img img {
  transform-origin: center;
  transform: scale(1.05);
}
#page-guidance .joint .slider .slick-slide .box {
  position: relative;
  z-index: 2;
  margin-top: 10px;
  padding: 10px 15px;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 27, 67, 0.1);
}
#page-guidance .joint .slider .slick-slide .box .ttl {
  font-size: 15px;
  font-weight: bold;
}
#page-guidance .joint .slider .slick-slide .box p {
}
#page-guidance .joint .slider .slick-slide .date {
  font-size: 13px;
  text-align: right;
}
#page-guidance .joint .btn_area {
  text-align: center;
  padding: 25px 0 45px;
}
#page-guidance .joint .btn_area .btn {
}
@media (max-width: 959px) {
}
@media (max-width: 519px) {
  #page-guidance .joint .slider .slick-slide {
    padding: 10px;
  }
}




/* ---------------------------------------------------------
 * #page-activity
** --------------------------------------------------------- */
#page-activity {
}
#page-activity .section_header .goto_list {
  flex-shrink: 0;
}
#page-activity .section_header .btn {
}
#page-activity .section_header .btn span:first-child {
}
#page-activity .section_header .btn span:last-child {
}
@media (max-width: 739px) {
  #page-activity .section_header .btn span:last-child {
    display: none;
  }
}
@media (max-width: 459px) {
  #page-activity .section_header .btn {
    padding-right: 45px;
  }
  #page-activity .section_header .btn span:first-child {
    display: none;
  }
}


/* --------------- .activity_lead --------------- */
#page-activity .activity_lead {
  padding-top: 50px;
  padding-bottom: 80px;
  background-image: url("../img/read_pic_l.png"), url("../img/read_pic_r.png");
  background-repeat: no-repeat;
  background-position: left top, right bottom;
}
#page-activity .activity_lead .content {
  padding: 40px 40px 0;
}
@media (max-width: 959px) {
}
@media (max-width: 519px) {
  #page-activity .activity_lead .content {
    padding: 40px 0 0;
  }
}


/* --------------- .results --------------- */
#page-activity .results {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: linear-gradient(to left, #fff 1px, transparent 1px), linear-gradient(to top, #fff 1px, transparent 1px), linear-gradient(to bottom, #fff 1px, transparent 1px);
  background-position: center, top center, bottom center;
  background-size: 400px 420px, 100% 80px, 100% 80px;
  background-repeat: repeat, no-repeat, no-repeat;
  background-color: #f4f4f4;
}
#page-activity .results .list_wrapper ul {
  margin-top: 40px;
}
@media (max-width: 959px) {
}
@media (max-width: 519px) {
}


/* --------------- .participant --------------- */
#page-activity .participant {
  padding-top: 80px;
  padding-bottom: 80px;
}
#page-activity .participant .list_wrapper ul {
  margin-top: 40px;
  background-color: #f8f8f8;
}
@media (max-width: 959px) {
}
@media (max-width: 519px) {
}


/* --------------- .media --------------- */
#page-activity .media {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: linear-gradient(to left, #fff 1px, transparent 1px), linear-gradient(to top, #fff 1px, transparent 1px), linear-gradient(to bottom, #fff 1px, transparent 1px), linear-gradient(to bottom, #fff 1px, transparent 1px);
  background-position: center, top center, bottom center, center;
  background-size: 400px 420px, 100% 80px, 100% 80px, 100% 1px;
  background-repeat: repeat, no-repeat, no-repeat, no-repeat;
  background-color: #f4f4f4;
}
@media (max-width: 959px) {
}
@media (max-width: 519px) {
}


/* --------------- .general --------------- */
#page-activity .general {
  padding-top: 80px;
  padding-bottom: 80px;
}
#page-activity .general .list_wrapper ul {
  margin-top: 40px;
  background-color: #f8f8f8;
}
@media (max-width: 959px) {
}
@media (max-width: 519px) {
}




/* ---------------------------------------------------------
 * #page-partners
** --------------------------------------------------------- */
#page-partners {
}
#page-partners .partners_wrapper {
  padding-top: 50px;
  padding-bottom: 120px;
  background-image: url("../img/read_pic_l.png"), url("../img/read_pic_r.png");
  background-repeat: no-repeat;
  background-position: left top, right bottom;
}
#page-partners .partners_wrapper nav {
  display: flex;
  justify-content: center;
  padding: 0 20px;
}
#page-partners .partners_wrapper nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
#page-partners .partners_wrapper nav li {
}
#page-partners .partners_wrapper nav a {
  position: relative;
  display: block;
  padding: 7px 15px;
  background-color: #fff;
  border: 1px solid #522800;
  border-radius: 50px;
  font-size: 16px;
  font-weight: bold;
  transition: all ease 0.3s;
}
#page-partners .partners_wrapper nav a:hover {
  background-color: #522800;
  color: #fff;
}
#page-partners .partners_wrapper nav a::after {
  content: "";
  position: relative;
  top: -3px;
  left: 0;
  right: 0;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  border-right: 1px solid #522800;
  border-bottom: 1px solid #522800;
  transform: rotate(45deg);
  transition: all ease 0.3s;
}
#page-partners .partners_wrapper nav a:hover::after {
  border-color: #fff;
}
#page-partners section {
}
#page-partners section:not(:first-child) {
  margin-top: 100px;
}
#page-partners .flex {
  margin-top: 40px;
  justify-content: space-between;
  align-items: flex-start;
}
#page-partners .img {
  flex-shrink: 0;
  position: relative;
  width: calc(50000% / 1200);
}
#page-partners .img::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 10px;
  left: 10px;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../img/img_bg.jpg");
  clip-path: polygon(0% 15px, 15px 0%, calc(100% - 15px) 0%, 100% 15px, 100% calc(100% - 15px), calc(100% - 15px) 100%, 15px 100%, 0% calc(100% - 15px));
}
#page-partners .img .border {
  padding: 2px;
  background-image: linear-gradient(to right, #5f2e00 6%, #a73f1a 47%, #b6701d 73%);
  clip-path: polygon(0% 15px, 15px 0%, calc(100% - 15px) 0%, 100% 15px, 100% calc(100% - 15px), calc(100% - 15px) 100%, 15px 100%, 0% calc(100% - 15px));
}
#page-partners .img .border::before {
  content: "";
}
#page-partners .img img {
  width: 100%;
  background-image: linear-gradient(to right, #5f2e00 6%, #a73f1a 47%, #b6701d 73%);
  clip-path: polygon(0% 14px, 14px 0%, calc(100% - 14px) 0%, 100% 14px, 100% calc(100% - 14px), calc(100% - 14px) 100%, 14px 100%, 0% calc(100% - 14px));
}
#page-partners .content {
  width: calc(63000% / 1200);
  font-size: 15px;
  line-height: 1.8;
}
#page-partners .content a {
  color: #006ae1;
  text-decoration: underline;
}
#page-partners .content a:hover {
  text-decoration: none;
}
@media (max-width: 959px) {
  #page-partners .flex {
    display: block;
  }
  #page-partners .img {
    flex-shrink: 0;
    position: relative;
    max-width: 500px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #page-partners .content {
    width: 100%;
    margin-top: 40px;
  }
}
@media (max-width: 519px) {
  #page-partners .partners_wrapper nav ul {
  }
  #page-partners .partners_wrapper nav li {
    width: 100%;
  }
  #page-partners .partners_wrapper nav a {
    position: relative;
    display: block;
    width: 100%;
    padding: 7px 15px;
    background-color: #fff;
    border: 1px solid #522800;
    border-radius: 50px;
    font-size: 15px;
    transition: all ease 0.3s;
  }
  #page-partners .partners_wrapper nav a:hover {
    background-color: #522800;
    color: #fff;
  }
  #page-partners .partners_wrapper nav a::after {
    content: "";
    position: relative;
    top: -3px;
    left: 0;
    right: 0;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 10px;
    border-right: 1px solid #522800;
    border-bottom: 1px solid #522800;
    transform: rotate(45deg);
    transition: all ease 0.3s;
  }
  #page-partners .partners_wrapper nav a:hover::after {
    border-color: #fff;
  }
}


/* --------------- .contact_detail --------------- */
#page-partners .contact_detail {
  display: flex;
  align-items: center;
  padding: 40px;
  margin-top: 50px;
  background-color: #f8f8f8;
}
#page-partners .contact_detail .ttl {
  margin-right: 80px;
  font-size: 24px;
  font-weight: bold;
}
#page-partners .contact_detail .ttl::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 24px;
  margin-right: 10px;
  background-image: url("../img/tit_side_pic.png");
  background-size: cover;
}
#page-partners .contact_detail .detail {
}
#page-partners .contact_detail .detail a {
  color: #006ae1;
  text-decoration: underline;
}
#page-partners .contact_detail .detail a:hover {
  text-decoration: none;
}
@media (max-width: 959px) {
}
@media (max-width: 519px) {
  #page-partners .contact_detail {
    display: block;
    padding: 20px;
  }
  #page-partners .contact_detail .ttl {
    margin-right: 0;
    font-size: 18px;
  }
  #page-partners .contact_detail .detail {
    text-align: left;
  }
}




/* ---------------------------------------------------------
 * #page-access
** --------------------------------------------------------- */
#page-access {
}
#page-access .access_wrapper {
  padding-top: 50px;
  padding-bottom: 120px;
  background-image: url("../img/read_pic_l.png"), url("../img/read_pic_r.png");
  background-repeat: no-repeat;
  background-position: left top, right bottom;
}
/* --------------- .detail --------------- */
#page-access .detail {
}
#page-access .detail .flex {
  margin-top: 40px;
  justify-content: space-between;
  align-items: flex-start;
}
#page-access .detail .content {
  width: calc(63000% / 1200);
}
#page-access .detail table {
  width: 100%;
}
#page-access .detail .img {
  position: relative;
  width: calc(50400% / 1200);
}
#page-access .detail .img::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 10px;
  left: 10px;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../img/img_bg.jpg");
  clip-path: polygon(0% 15px, 15px 0%, calc(100% - 15px) 0%, 100% 15px, 100% calc(100% - 15px), calc(100% - 15px) 100%, 15px 100%, 0% calc(100% - 15px));
}
#page-access .detail .img .border {
  padding: 2px;
  background-image: linear-gradient(to right, #5f2e00 6%, #a73f1a 47%, #b6701d 73%);
  clip-path: polygon(0% 15px, 15px 0%, calc(100% - 15px) 0%, 100% 15px, 100% calc(100% - 15px), calc(100% - 15px) 100%, 15px 100%, 0% calc(100% - 15px));
}
#page-access .detail .img .border::before {
  content: "";
}
#page-access .detail .img img {
  width: 100%;
  background-image: linear-gradient(to right, #5f2e00 6%, #a73f1a 47%, #b6701d 73%);
  clip-path: polygon(0% 14px, 14px 0%, calc(100% - 14px) 0%, 100% 14px, 100% calc(100% - 14px), calc(100% - 14px) 100%, 14px 100%, 0% calc(100% - 14px));
}
#page-access .detail .map {
  margin-top: 50px;
}
@media (max-width: 959px) {
}
@media (max-width: 699px) {
  #page-access .detail .flex {
    display: block;
  }
  #page-access .detail .content {
    width: 100%;
  }
  #page-access .detail .img {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 519px) {
}


/* --------------- .public --------------- */
#page-access .public {
  margin-top: 100px; 
}
#page-access .public .content {
  margin-top: 30px;
}
#page-access .public table {
}
@media (max-width: 959px) {
}
@media (max-width: 519px) {
}




/* ---------------------------------------------------------
 * #page-sitemap
** --------------------------------------------------------- */
#page-sitemap {
}
#page-sitemap .sitemap_wrapper {
  padding-top: 100px;
  padding-bottom: 120px;
  background-image: url("../img/read_pic_l.png"), url("../img/read_pic_r.png");
  background-repeat: no-repeat;
  background-position: left top, right bottom;
}
#page-sitemap .sitemap_wrapper ul {
  padding: 0 150px;
  columns: 3;
}
#page-sitemap .sitemap_wrapper li {
  margin-bottom: 30px;
  background-image: linear-gradient(to bottom, #5f2e00 6%, #a73f1a 47%, #b6701d 73%);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 4px 100%;
  line-height: 2.4;
}
#page-sitemap .sitemap_wrapper a {
  display: block;
  padding-left: 40px;
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 959px) {
  #page-sitemap .sitemap_wrapper ul {
    padding: 0 50px;
    columns: 2;
  }
  #page-sitemap .sitemap_wrapper a {
    padding-left: 30px;
    font-size: 22px;
  }
}
@media (max-width: 519px) {
  #page-sitemap .sitemap_wrapper ul {
    padding: 0;
    columns: 2;
  }
  #page-sitemap .sitemap_wrapper a {
    padding-left: 20px;
    font-size: 18px;
  }
}