/* CSS Document */

p, p.lead, p.paragraph {
  margin: 0 15px 15px;
}
@media (min-width: 1199px) {
p, p.lead, p.paragraph {
  margin: 0 0 15px;
}
}

.section-title {
  text-align: center;
}

.section-title-en {
  color: #0066CC;
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
  font-family: 'Noto Serif JP', serif;;
}

.section-title-ja {
  color: #000;
  display: block;
  font-size: 28px;
  font-weight: 700;
}

/*====================================
 	mv
====================================*/
.main-visual {
  padding-top: 0;
}

/*====================================
 	section-01
====================================*/
#section-01 {
  background: #EBF2F8;
  padding: 0;
}

#section-01 .container-frame {
  background: #f0f6f6 url(/img/bg_index_001.png) top left no-repeat;
  background-size:auto;
  padding: 0;
  position: relative;
  z-index: 0;
  /*margin: 0 -15px;*/
}

/*====================================
 	section-02
====================================*/
#section-02 .section-title {
  text-align: left;
}

@media (min-width: 768px) {
#section-02 .section-title {
  text-align: center;
}
}

.arrow-circle {
  margin: 2px 0 0 10px;
  width: 20px;
  height: 20px;
  background: #0066CC;
  border-radius: 50%;
  position: absolute;
  top: 1px;
  display: inline-block;
}

.arrow-circle::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 8px;
  margin: auto;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.arrow-circle.large {
  margin: 5px 0 0 10px;
}
@media (min-width: 768px) {
  .arrow-circle.large {
    margin: 9px 0 0 15px;
    width: 28px;
    height: 28px;
  }
}

@media (min-width: 768px) {
  .panel.guidance .arrow-circle.large::after {
    right: 12px;
    top: 12px;
  }
}

#section-02 .text-link-01 {
  color: #0066CC;
  position: relative;
  padding-right: 30px;
}

#section-02 .text-link-01:hover {
  text-decoration: underline;
}

#section-02 .arrow-circle {
  right: 0;
}

#section-02 .section-link-button {
  position: relative;
  top: -60px;
}
#section-02 .link-panel link-news text-link {
}

#section-02 .link-news-info .link-news-date,
#section-02 .link-news-info .link-news-category {
  display: inline-block;
}

#section-02 .unit-tab-list-item__body ul li a .link-news-info {
  display: flex;
  align-items: center;
}

#section-02 .link-news-info .link-news-date {
  font-size: 14px;
  margin-right: 15px;
  min-width: 105px;
}
#section-02 .link-news-info .link-news-category {
  font-size: 12px;
  width: 108px;
  padding: 3px 10px;
  background: #E4EFF9;
  text-align: center;
  margin-right: 30px;
}

#section-02 .link-news-text {
  /*display: inline-block;*/
  color: #0066CC;
  margin: 10px 0 0;
}

#section-02 .unit-tab-list-item__body ul li {
  padding: 5px 0;
}

#section-02 .unit-tab-list-item__body ul li:not(:last-child) {
  border-bottom: 1px solid #ccc;
}

#section-02 .text-link:after {
  content: none;
}

#section-02 .unit-tab-list-item__body ul li {
  border-bottom: 1px solid #ccc;
}

@media (min-width: 768px) {
#section-02 .link-news-info {
  /*display: inline-block;*/
  min-width: 260px;
}
  
#section-02 .link-news-info .link-news-date {
  /*display: inline-block;*/
  font-size: 14px;
  margin-right: 15px;
  min-width: 105px;
}

#section-02 .link-news-info .link-news-category {
  /*display: inline-block;*/
  font-size: 12px;
  width: 108px;
  padding: 3px 10px;
  background: #E4EFF9;
  text-align: center;
  margin-right: 30px;
}

#section-02 .link-news-text {
  margin: 0;
}

#section-02 .link-news-text:hover {
  text-decoration: underline;
}

#section-02 .unit-tab-list-item__body ul li {
  padding: 15px 0;
}

#section-02 .unit-tab-list-item__body ul li:last-child {
  border-bottom: none;
}

#section-02 .unit-tab-list-item__body ul li a {
  display: flex;
  align-items: center;
}

#section-02 .unit-tab-list-item__body ul li a .link-news-info {
  display: flex;
  align-items: center;
}

#section-02 .text-link:after {
  background: none;
  border: 0px;
  border-right: solid 2px #003087;
  border-top: solid 2px #003087;
  content: "";
  height: 8px;
  width: 8px;
  right: 0px;
  position: absolute;
  top: 3px;
  bottom: 0;
  margin: auto;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
}

/*====================================
 	section-03
====================================*/
#section-03 {
  padding-bottom: 0;
}

#section-03 .container-frame {
  background: url(/img/bg_index_002.png) top center no-repeat;
  background-size: cover;
  padding: 0;
  position: relative;
  z-index: 0;
  top: 0;
}

@media (min-width: 768px) {
#section-03 .container-frame {
  top: 85px;
}
}

#section-03 .section-title {
  margin: 0 0 60px 0;
}

#section-03 .section-title .section-title-ja,
#section-03 .lead {
  color: #fff;
}

#section-03 .section-title .section-title-ja {
  padding: 50px 0 0 0;
  z-index: 1;
  position: relative;
}

@media (min-width: 768px) {
#section-03 .section-title .section-title-ja {
  padding: 90px 0 0 0;
}
}

#section-03 .section-title .section-title-ja::before {
  background-color: #fff; 
  border-radius: 5px; 
  bottom: -15px; 
  content: "";
  height: 2px; 
  left: 50%; 
  position: absolute;
  transform: translateX(-50%); 
  width: 30px; 
}

@media (min-width: 768px) {
#section-03 .section-title .section-title-ja::before {
  bottom: -30px;  
}
}

#section-03 .section-title .section-title-en {
  color: #136fc2;
  font-size: 60px;
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

@media (min-width: 768px) {
#section-03 .section-title .section-title-en {
  font-size: 120px;
  top: 110px;
}
}

#section-03 .lead {
  font-size: 16px;
  text-align: left;
  padding: 0 0 30px 0;
  margin: 0 30px 30px 30px;
}

@media (min-width: 768px) {
#section-03 .lead {
  font-size: 18px;
  text-align: center;
  padding: 0 0 120px 0;
  margin: 0;
}
}

.cover-panel-01 {
  position: relative;
}

.cover-panel-02 {
  position: relative;
  top: -45px;
  background: #fff;
}

@media (min-width: 768px) {
.cover-panel-02 {
  top: -85px;
}
}

/* img-hover zoom*/
.img-hover-zoom{
  cursor: pointer;
  height: 100%;
  overflow: hidden;
}

.img-hover-zoom figure {
  overflow: hidden;
}

.img-hover-zoom img {
  transition: transform 0.2s;
}

.img-hover-zoom:hover img {
  transform: scale(1.1);
}

.img-hover-zoom:hover img.no-zoom {
  transform: scale(1.0);
}


#section-03 .img-hover-zoom figure {
  margin: -15px;
}

@media (min-width: 768px) {
#section-03 .img-hover-zoom figure {
  margin: 0;
}
}

#section-03 .col-center {
  border: none;
}

@media (min-width: 768px) {
#section-03 .col-center {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
}
}

.link-btn-panel {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  box-shadow: 0 0 30px 0 rgba(163,163,163,0.50);
}

.link-btn-panel-icon {
  font-size: 16px;
  font-weight: 500;
  background: #fff;
  color: #fff;
  width: 94px;
  height: 94px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  box-shadow: 0 0 10px 0 rgba(163,163,163,0.50);
  position: relative;
  top: -50px;
}

.link-btn-panel-icon.icon-color-01 {
  background: #49a6d7;
}

.link-btn-panel-icon.icon-color-02 {
  background: #35c1ca;
}

.link-btn-panel-icon.icon-color-03 {
  background: #20bdef;
}

.link-btn-panel-text {
  text-align: center;
}

.link-btn-panel-text h3 {
  font-size: 26px;
  margin: -20px 0 30px 0;
}

@media (min-width: 768px) {
.link-btn-panel-text h3 {
  font-size: 26px;
  margin: -20px 0 50px 0;
}
}

.link-btn-panel-btn {
  width: 100%;
  margin: 15px 0 35px;
}

.text-link.type-01 {
  background: linear-gradient(to right,#428eda, #0267cc);
  color: #fff!important;
  cursor: pointer;
  margin-inline: auto;
  position: relative;
  text-align: center;
  transition: all .5s ease-out;
  display: block;
  width: 100%;
  padding: 15px 30px;
}

/* 文字を上に表示するための記述 */
.text-link.type-01 span {
  position: relative;
}

/* ボタンhover後の背景色 */
.text-link.type-01::before {
  background: linear-gradient(to right, #0267cc, #428eda);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all .5s ease-out;
  width: 100%;
}

/* ボタンhoverで元の背景色透過 */
.text-link.type-01:hover::before {
  opacity: 0;
}

.text-link.type-01::after {
  background: none;
  border: 0px;
  border-right: solid 1px #fff;
  border-top: solid 1px #fff;
  content: "";
  height: 8px;
  width: 8px;
  right: 15px;
  position: absolute;
  top: 3px;
  bottom: 0;
  margin: auto;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .3s;
}

.text-link.type-01:hover::after {
  right: 12px;
  transition: all .3s;
}

#section-03 .paragraph {
  text-align: left;
}

@media (min-width: 768px) {
#section-03 .paragraph {
  text-align: center;
}
}

/* custom container */
.container-service {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
.container-service {
  width: 100%;
	max-width: inherit;
}
}

@media (min-width: 768px) {
.container-service {
  /*padding: 0 20px;*/
  max-width: 100%;
}
}

@media (min-width: 992px) {
.container-service {
  max-width: 950px;
}
}

@media (min-width: 1200px) {
.container-service {
	max-width: 100%;
}
}

@media (min-width: 1380px) {
.container-service {
	max-width: 1380px;
}
}

@media (min-width: 1440px) {
/*.container {
	max-width: 1470px;
}
.container-1200 {
	max-width: 1230px;
}*/
}
/*====================================
 	section-04
====================================*/
#section-04 {
  padding: 0;
}

#section-04 .container-frame {
  background: #f1f8fd url("/img/bg_index_003.png") top center no-repeat;
  background-size: cover;
  padding: 0;
  position: relative;
  z-index: 0;
  top: 0;
  /*margin: -15px;*/
}


#section-04 .section-title {
  padding: 50px 0 40px;
  margin: 0;
}

@media (min-width: 768px) {
#section-04 .section-title {
  padding: 70px 0 20px;
  margin: 0;
}
}

#section-04 .link-panel {
  transition: all .5s ease-out;
  display: block;
  background: #fff;
}

@media (min-width: 768px) {
#section-04 .link-panel {
  background: none;
}
}

#section-04 .link-panel:hover {
  transition: all .5s ease-out;
  background: #fff;
  box-shadow: 0 0 30px 0 rgba(163,163,163,0.50);
}

#section-04 .link-panel-text {
  padding: 20px;
}

#section-04 .p-label {
  font-size: 13px;
  background: #E2B55C;
  padding: 2px 5px;
  color: #fff;
  display: inline-block;
  margin: 0 0 10px 0; 
}

#section-04 .p-text {
  font-weight: 700;
  margin: 0 0 25px 0;
}

#section-04 .p-tag {
  font-size: 14px;
  color: #0066CC;
}

#section-04 .btn-useful {
  margin: 10px 0 70px;
}

@media (min-width: 768px) {
#section-04 .btn-useful {
  margin: 60px 0;
}
}

/*====================================
 	section-05
====================================*/
#section-05 {
  padding: 0;
}

#section-05 .container-frame {
  background: #fff url("/img/bg_index_004.png") top center no-repeat;
  background-size: cover;
  padding: 0;
  position: relative;
  z-index: 0;
  top: 0;
  /*margin: -15px;*/
}


#section-05 .section-title {
  margin-top: 0;
  padding: 40px 0 10px;
}

#section-05 .link-panel {
  transition: all .5s ease-out;
  display: block;
  background: #fff;
}

#section-05 .link-panel:hover {
  background: #fff;
  transition: all .5s ease-out;
  box-shadow: 0 0 30px 0 rgba(163,163,163,0.50);
}

#section-05 .link-panel-text {
  padding: 0 0 15px 0;
}

@media (min-width: 768px) {
#section-05 .link-panel {
  background: none;
}

#section-05 .link-panel-text {
  padding: 20px;
}
}

#section-05 .text-blue {
  color: #0066CC;
  font-weight: 700;
}

#section-05 .p-tag {
  font-size: 14px;
  color: #0066CC;
}

#section-05 .btn-works {
  margin: 10px 0 70px;
}

@media (min-width: 768px) {
#section-05 .btn-works {
  margin: 60px 0;
}
}

/*====================================
 	section-06
====================================*/
#section-06 {
  padding: 0;
}

#section-06 .container-frame {
  background: #fff url("/img/bg_index_005.png") top center no-repeat;
  background-size: cover;
  padding: 0;
  position: relative;
  z-index: 0;
  top: 0;
}


#section-06 .section-title {
  margin-top: 0;
}