@charset "UTF-8";





.under .box {
  margin: 0 40px;
}

.under .inner {
	width: 1100px;
	margin: auto;
}


.under .sec {
	min-width: 1180px;
}

.txt {
  font-size: 16px;
}



.mab {
	margin-bottom: 50px;
}
.mat01 {
	margin-top: 60px;
}

.mat02 {
	margin-top: 30px;
}

.mat03 {
	margin-top: 20px;
}
.mab01 {
	margin-bottom: 20px;
}

@media screen and (max-width: 768px) {

	
.mab {
	margin-bottom: 30px;
}
.mat01 {
	margin-top: 30px;
}	
.mat02 {
	margin-top: 20px;
}
	
.txt {
  font-size: 14px;
}	
	
.under .inner {
  margin: 0;
}
	
.under .sec {
	min-width: 100%;
}
	
.under .box {
  margin: 0 5%;
}

.under .inner {
	width: 90%;
	margin: auto;
}
	
	
}


/*--------------------------------------------------
  mv
--------------------------------------------------*/
.under .mv {
	width: 100%;
	position: relative;
	min-width:1180px;
	margin: 0 auto;
	margin-top: 160px;
	margin-bottom: 90px;
	max-width: 1800px;
}
.under .mv .inner {
	width: 100%;
}

.under .mv .text-box {
	margin-left: 0;
}

.under .mv .u-txt {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.2;
}

.under .mv .eng-t {
	 font-family: "Montserrat", sans-serif;
	 font-weight: 700;
	 font-style: normal;
	letter-spacing: 0.05em;
	line-height: 1.1;
	color: #003d8a;
	font-size: 26px;
	
}

.under .mv .mv-txt01 {
	font-size: 40px;
	line-height: 1.4;
}
.under .mv .mv-txt01 span {
	font-weight: bold;
	font-size: 32px;
}

.under .mv .mv-image {
	width: 90%;
	margin-left:10%;
	margin-top: 50px;
	position: relative;
	max-width: 1500px;
	z-index: 1;
}

.under .mv .mv-image .image {
	position: relative;
}

.under .mv .mv-image .image::after {
	content: "";
	position: absolute;
	left: -45px;
	top: -30px;
	background: #7dd6ff;
	width: 180px;
	height: 180px;
	border-radius: 24px;	
	z-index: -1;
}


.under .mv .mv-image .image img {
	border-radius: 24px;
	object-fit: cover;
  font-family: 'object-fit: cover';
	height: 340px;
}

    .under .mv .marquee-wrapper {
      overflow: hidden;
      white-space: nowrap;
			margin-top: -130px;
			margin-left: 40px;
			padding-bottom: 10px;
			z-index: 1;
			position: relative;
    }

  .under .mv .marquee {
      display: inline-block;
      padding-left: 100%;
      animation: scroll-left 15s linear infinite;
    }

.under .mv .f-eng {
	font-size: 120px;
	color: #e6f3ff;
	letter-spacing: -0.05em;
	line-height: 1;
	opacity: 0.75;

}

    @keyframes scroll-left {
      0% {
        transform: translateX(0%);
      }
      100% {
        transform: translateX(-100%);
      }
    }

@media screen and (max-width: 768px) {
.under .mv {
	width: 100%;
	position: relative;
	min-width:100%;
	margin: 0 auto;
	margin-top: 70px;
	margin-bottom: 50px;
	max-width: 100%;	
}
.under .mv .inner {
	width: 100%;
}

.under .mv .text-box {
	margin-left: 0;
}

.under .mv .u-txt {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
}
	
.under .mv .eng-t {
	 font-family: "Montserrat", sans-serif;
	 font-weight: 700;
	 font-style: normal;
	letter-spacing: 0.05em;
	line-height: 1.1;
	color: #003d8a;
	font-size: 16px;
	
}	
.under .mv .mv-txt01 {
	font-size: 25px;
	line-height: 1.4;
}
.under .mv .mv-txt01 span {
	font-weight: bold;
	font-size: 18px;
}

.under .mv .mv-image {
	width: 95%;
	margin-left: 5%;
	margin-top: 45px;
	position: relative;
	z-index: 1;
}

.under .mv .mv-image .image {
	position: relative;
}

.under .mv .mv-image .image::after {
	content: "";
	position: absolute;
	left: -5%;
	top: -25px;
	background: #7dd6ff;
	width: 140px;
	height: 140px;
	border-radius: 12px;	
	z-index: -1;
}


.under .mv .mv-image .image img {
	border-radius: 12px;
	object-fit: cover;
  font-family: 'object-fit: cover';
	height: 200px;
}

    .under .mv .marquee-wrapper {
      overflow: hidden;
      white-space: nowrap;
      width: 95%;
			margin-top: -75px;
			margin-left: 5%;
    }

  .under .mv .marquee {
      display: inline-block;
      padding-left: 100%;
      animation: scroll-left 15s linear infinite;
    }

.under .mv .f-eng {
	font-size: 70px;
	color: #e6f3ff;
	letter-spacing: -0.05em;
	line-height: 1;

}
	
}


/*--------------------------------------
　Pankuzu
---------------------------------------*/
.pankuzu_wrap {
	width: 100%;
	position: relative;
	z-index: 1;

}

#pankuzu {
 margin: 0 0 0 auto;	
text-align: right;
color: #888888;
		margin-right: 40px;
}

#pankuzu .inner{
	margin: 25px auto 0;
	box-sizing: border-box;
  font-size: 13px;
  position: relative;
	z-index: 1;
}


#pankuzu a {
	display: inline-block;
  text-decoration: underline;
	line-height: 1.8;
	color: #888888;
}
#pankuzu a:hover {
  text-decoration: none;
}



@media screen and (max-width: 768px) {

.pankuzu_wrap {
	width: 100%;
	position: relative;
	z-index: 1;
}

#pankuzu {
 margin: 15px 0 0 auto;	
text-align: right;
color: #888888;
			margin-right: 5%;
}

#pankuzu .inner{
	margin: 10px auto 0;
	box-sizing: border-box;
  font-size: 12px;
  position: relative;
	z-index: 1;
}


#pankuzu a {
	display: inline-block;
  text-decoration: underline;
	line-height: 1.8;
	color: #888888;
}
#pankuzu a:hover {
  text-decoration: none;
}

}


/*--------------------------------------
example
---------------------------------------*/
.example .sec01 {
	margin-top: 60px;
}
.example .title-box01 {
	text-align: center;
}

.example .title-box01 .read {
	font-size: 18px;
	margin-top: 40px;
}

.example .sec01 .box {
	background: #e6f2ff;
	border-radius: 24px;
	margin-top: 60px;
	padding: 100px 0 120px;
}
.example .sec02 {
	margin-top: 100px;
}
.example .sec02 .box {
	background: #e6f6ff;
	border-radius: 24px;
	margin-top: 60px;
	padding: 100px 0 120px;
}
.example .time-box {
	position: relative;
}

.example .time-box::before {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	right: 0;
	background: #fff;
	width: 10px;
	margin: auto;
	display: block;
	height:90%;
	background: #bed6f1;
}
.example .sec02 .time-box::before {
	height:85%;
}


.example .item {
	margin-bottom: 80px;
}
.example .item-r .image {
	float: left;
	width: 469px;
}

.example .item-r .text-box {
	float: right;
	width: 469px;	
}

.example .item-l .image {
	float: right;
	width: 469px;
}

.example .item-l .text-box {
	float: left;
	width: 469px;	
}

.example .item .image img {
	border-radius: 24px;
}

.example .item .text-box .time {
	color: #003d8a;
	font-size: 50px;
	line-height: 1;
	position: relative;
}
.example .item-r .text-box .time::before {
	content: "";
	position: absolute;
	top: 5px;
	left: -103px;
	border-radius: 100px;
	background: #fff;
	width: 43px;
	height:43px;
	border: solid 12px #003d8a;
	box-sizing: border-box;
}

.example .item-l .text-box .time::before {
	content: "";
	position: absolute;
	top: 5px;
	right: -101px;
	border-radius: 100px;
	background: #fff;
	width: 43px;
	height:43px;
	border: solid 12px #003d8a;
	box-sizing: border-box;
}

.example .item .i-ttl {
	position: relative;
	font-size: 34px;
	font-weight: bold;
	margin-top: 20px;
	line-height: 1.4;
	padding-left: 25px;
}
.example .item .i-ttl::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	background: #003d8a;
	width: 4px;
	height:32px;
}

.example .item .i-ttl::after {
	content: "";
	position: absolute;
	top: 10px;
	left: 4px;
	background: #7dd6ff;
	width: 4px;
	height:32px;
}

.example .item .text-box .txt {
	padding-left: 25px;
	margin-top: 20px;
	line-height: 2;
}



.example .m-box {
	margin-top: 110px;
	border: solid #003d8a 2px;
	box-sizing: border-box;
	border-radius: 24px;
	background: #fff;

}

.example .m-box .title-box01 {
	text-align: left;
	padding: 50px 50px 60px;
}

.example .m-box .title-box01 .title {
	font-size: 40px;
	margin-bottom: 20px;
}


.example .s-ttl {
	margin-top: -30px;
	margin-bottom: 70px;
}
.example .s-ttl h4 {
	font-size: 36px;
	text-align: center;
	color: #003d8a;
	font-weight: bold;
}

.example .s-ttl .txt {
	text-align: center;
	margin-top: 15px;
}
.example .sec02 .m-box {
	margin-top: 0;
}



@media screen and (max-width: 768px) {
.example .sec01 {
	margin-top: 30px;
}
.example .title-box01 {
	text-align: center;
}

.example .title-box01 .read {
	font-size: 14px;
	width: 90%;
	margin: auto;	
	margin-top: 20px;	
}

.example .sec01 .box {
	background: #e6f2ff;
	border-radius: 12px;
	margin-top: 30px;
	padding: 50px 0 70px;
}
.example .sec02 {
	margin-top: 70px;
}
.example .sec02 .box {
	background: #e6f6ff;
	border-radius: 12px;
	margin-top: 30px;
	padding: 50px 0 70px;
}
.example .time-box {
	position: relative;
}

.example .time-box::before {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	right: inherit;
	background: #fff;
	width: 6px;
	margin: auto;
	display: block;
	height:89.2%;
	background: #bed6f1;
}

.example .sec02 .time-box::before {
	height:81%;
}

.example .item {
	margin-bottom: 50px;
}
.example .item-r .image {
	float: none;
	width:100%;
}

.example .item-r .text-box {
	float: none;
	width:100%;
}

.example .item-l .image {
	float: none;
	width:100%;
}

.example .item-l .text-box {
	float: none;
	width:100%;
}

.example .item .image img {
	border-radius: 12px;
	width: 90%;
	margin-left: 30px;
}
	.example .item .image {
		margin-top: 15px;
	}
	
.example .item .text-box .time {
	color: #003d8a;
	font-size: 30px;
	line-height: 1;
	position: relative;
	padding-left: 30px;
}
.example .item-r .text-box .time::before {
	content: "";
	position: absolute;
	top: 3px;
	left: -9px;
	border-radius: 100px;
	background: #fff;
	width: 23px;
	height:23px;
	border: solid 6px #003d8a;
	box-sizing: border-box;
}

.example .item-l .text-box .time::before {
	content: "";
	position: absolute;
	top: 3px;
	left: -9px;
	right:inherit;
	border-radius: 100px;
	background: #fff;
	width: 23px;
	height:23px;
	border: solid 6px #003d8a;
	box-sizing: border-box;
}

.example .item .i-ttl {
	position: relative;
	font-size: 22px;
	font-weight: bold;
	margin-top: 10px;
	line-height: 1.4;
	padding-left: 18px;
	margin-left: 32px;
}
.example .item .i-ttl::before {
	content: "";
	position: absolute;
	top: 7px;
	left: 0;
	background: #003d8a;
	width: 4px;
	height:21px;
}

.example .item .i-ttl::after {
	content: "";
	position: absolute;
	top: 7px;
	left: 4px;
	background: #7dd6ff;
	width: 4px;
	height:21px;
}

.example .item .text-box .txt {
	padding-left: 30px;
	margin-top: 14px;
	line-height: 1.8;
}



.example .m-box {
	margin-top: 60px;
	border: solid #003d8a 2px;
	box-sizing: border-box;
	border-radius: 12px;
	background: #fff;

}

.example .m-box .title-box01 {
	text-align: left;
	padding: 30px 20px 40px;
}

.example .m-box .title-box01 .title {
	font-size: 20px;
	margin-bottom: 15px;
}


.example .s-ttl {
	margin-top: -20px;
	margin-bottom: 40px;
}
.example .s-ttl h4 {
	font-size: 22px;
	text-align: center;
	color: #003d8a;
	font-weight: bold;
}

.example .s-ttl .txt {
	text-align: left;
	margin-top: 10px;
}
.example .sec02 .m-box {
	margin-top: 0;
}
	
}


/*--------------------------------------
message
---------------------------------------*/


.message .title-bg01 {
	text-align: center;
	color: #fff;
	background: #003d8a;
	font-size: 24px;
	font-weight: bold;
	padding: 10px 0;
	border-radius: 6px;
	margin-top: 90px;	
}



.message .fix-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; 
	margin-top: 40px;
}
.message .fix-box .item {
	width: 31.5%;
	margin-bottom: 20px;
	border: solid 2px #003d8a;
	box-sizing: border-box;	
	border-radius: 8px;	
}

.message .fix-box::after {
  content:"";	
  display: block;
  width: 31.5%;
}


.message .fix-box .t-box {
	position: relative;
	padding: 20px 0 25px;
	text-align: center;
}


.message .fix-box .t-box:after {
	content: "";
	position: absolute;
	background: url("../images/arrow04.png") 0 0 no-repeat;
	background-size: 100% auto;		
	width: 25px;
	height: 18px;
	top: 50%;
	right: 15px;
	margin-top: -6px;
}


.message .fix-box .f-eng {
	font-size: 14px;
	color:  #003d8a;
	line-height: 1.
}

.message .fix-box .name {
	font-size: 28px;
	font-weight: bold;
	color:  #003d8a;
	line-height: 1;
}




.modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 40px 10px;
  text-align: center
}





.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}

.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}

.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}

.modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 80%;
  max-width: 80%;
  padding: 70px 50px 50px;
  background: #fff;
  vertical-align: middle
}








.modal-wrapper .modal-window .modal-content {
  max-height: 80vh;
  overflow-y: auto;
  text-align: left
}



.modal-wrapper .f-eng {
	text-align: center;
	color: #003d8a;
	font-size: 18px!important;
}
.modal-wrapper h4 {
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	margin-bottom: 35px;
}

.modal-wrapper .m-txt {
	font-size: 17px;
	text-align: center;
	line-height: 2.2;
	margin-bottom: 60px;
}



.modal-wrapper .qa-box {
	margin-bottom: 40px;
}
.modal-wrapper .qa-box .q-txt {
	position: relative;
	font-weight: bold;
	font-size: 24px;
	border-bottom: solid #333 1px;
	box-sizing: border-box;
	padding-bottom: 20px;
	padding-left: 65px;
}
.modal-wrapper .qa-box .q-txt::before {
	content: "Q";
	position: absolute;
  font-family: "Montserrat", sans-serif;
	font-weight: 700;
	color: #fff;
	background: #003d8a;
	width: 50px;
	height: 50px;
	text-align: center;
	font-size: 26px;
	top: -2px;
	left: 0;
	border-radius: 100px;
}

.modal-wrapper .qa-box .a-txt {
	position: relative;
	font-size: 18px;
	padding-left: 65px;
	margin-top: 20px;
	padding-top: 8px;
}
.modal-wrapper .qa-box .a-txt::before {
	content: "A";
	position: absolute;
  font-family: "Montserrat", sans-serif;
	font-weight: 700;
	color: #fff;
	background: #db2b03;
	width: 50px;
	height: 50px;
	text-align: center;
	font-size: 26px;
	top: -2px;
	left: 0;
	border-radius: 100px;
}



.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .8)
}

.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 15px;
  right: 5px;
  width: 65px;
  color: #333 !important;
  font-size: 50px;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
	font-weight: 100;
  text-indent: 0
}

.modal-wrapper .modal-close:hover {
  color: #2b2e38 !important
}


@media screen and (max-width: 768px) {
.message .title-bg01 {
	text-align: center;
	color: #fff;
	background: #003d8a;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0;
	border-radius: 3px;
	margin-top: 40px;	
}



.message .fix-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; 
	margin-top: 25px;
}
.message .fix-box .item {
	width: 48.5%;
	margin-bottom: 3%;
	border: solid 2px #003d8a;
	box-sizing: border-box;	
	border-radius: 8px;	
}

.message .fix-box::after {
  content:"";	
  display: block;
	width: 48.5%;
}


.message .fix-box .t-box {
	position: relative;
	padding: 15px 0 20px;
	text-align: center;
}


.message .fix-box .t-box:after {
	content: "";
	position: absolute;
	background: url("../images/arrow04.png") 0 0 no-repeat;
	background-size: 100% auto;		
	width: 20px;
	height: 15px;
	top: 50%;
	right: 12px;
	margin-top: -5px;
}


.message .fix-box .f-eng {
	font-size: 12px;
	color:  #003d8a;
	line-height: 1.
}

.message .fix-box .name {
	font-size: 20px;
	font-weight: bold;
	color:  #003d8a;
	line-height: 1;
}

	
.modal-wrapper .f-eng {
	text-align: center;
	color: #003d8a;
	font-size: 12px!important;
}
.modal-wrapper h4 {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	margin-bottom: 25px;
}

.modal-wrapper .m-txt {
	font-size: 15px;
	text-align: left;
	margin-bottom: 40px;
}
	
	

.modal-wrapper .qa-box {
	margin-bottom: 30px;
}
.modal-wrapper .qa-box .q-txt {
	position: relative;
	font-weight: bold;
	font-size: 16px;
	border-bottom: solid #333 1px;
	box-sizing: border-box;
	padding-bottom: 15px;
	padding-left: 48px;
}
.modal-wrapper .qa-box .q-txt::before {
	content: "Q";
	position: absolute;
  font-family: "Montserrat", sans-serif;
	font-weight: 700;
	color: #fff;
	background: #003d8a;
	width: 35px;
	height: 35px;
	text-align: center;
	font-size: 18px;
	line-height: 35px;	
	top: -2px;
	left: 0;
	border-radius: 100px;
}

.modal-wrapper .qa-box .a-txt {
	position: relative;
	font-size: 14px;
	padding-left: 48px;
	margin-top: 15px;
	padding-top: 4px
}
.modal-wrapper .qa-box .a-txt::before {
	content: "A";
	position: absolute;
  font-family: "Montserrat", sans-serif;
	font-weight: 700;
	color: #fff;
	background: #db2b03;
	width: 35px;
	height: 35px;
	text-align: center;
	font-size: 18px;
	line-height: 35px;
	top: -2px;
	left: 0;
	border-radius: 100px;
}
	.modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 90%;
  max-width: 100%;
  padding: 45px 20px 40px;
  background: #fff;
  vertical-align: middle
}
.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 12px;
  right: 0;
  width: 55px;
  color: #333 !important;
  font-size: 40px;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
	font-weight: 100;
  text-indent: 0
}



	
	
}


/*--------------------------------------
archieve
---------------------------------------*/
.archieve .sec01 {
	margin-top: 90px;
}


.panel {
  border-top: 1px solid #b5b5b5;
	box-sizing: border-box;
}
.panel:last-child {
	border-bottom: 1px solid #b5b5b5;
	box-sizing: border-box;
}
.panel:first-child {
	border-top: none;
}
.panel-header {
  width: 100%;
  padding: 20px 10px 20px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
	font-weight: bold;
  cursor: pointer;
  font-size: 24px;
  text-align: left;
	background: #fff;
}



.icon {
  font-size: 50px;
  transition: transform 0.3s;
	font-weight: 100;
	line-height: 1;
	color: #003d8a;
}



.panel-header.active .icon {
  transform: rotate(45deg);
}

.panel-content {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease-out;
}

.panel-body {
	position: relative;
	z-index: 1;
}
.panel-body h4 {
	color: #003d8a;
	font-size: 22px;
	margin-bottom: 20px;
}


.panel-body .text-box {
	margin-left: 20px;
	padding-bottom: 20px;
}
.panel-body .text-box:last-child {
	padding-bottom: 40px;
}
.panel-body .p-tx {
margin-left: 22px;	
}
.panel-body .tx01 {
	font-weight:bold;
}
.panel-body .tx01 span {
	font-weight: bold;
	color: #003d8a;
	padding-right: 5px;
}

.panel-body .indent {
  margin-left: 1.4em;
  text-indent: -1.4em;
}
.panel-body .tx02 {
	font-size: 14px;
	margin-top: 5px;
	margin-left: 22px;
}
.panel-body .note-box {
	margin-left: 22px;
	border-radius: 4px;
	background: #f0f7f5;
	text-align: right;
	padding: 2px 10px 1px 0;
	font-size: 15px;
	color: #003d8a;	
	margin-top: 15px;
}

@media screen and (max-width: 768px) {
.archieve .sec01 {
	margin-top: 50px;
}


.panel {
  border-top: 1px solid #b5b5b5;
	box-sizing: border-box;
}
.panel:last-child {
	border-bottom: 1px solid #b5b5b5;
	box-sizing: border-box;
}
.panel-header {
  width: 100%;
  padding: 20px 10px 20px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
	font-weight: bold;
  cursor: pointer;
  font-size: 18px;
  text-align: left;
	background: #fff;
}



.icon {
  font-size: 40px;
  transition: transform 0.3s;
	font-weight: 100;
	line-height: 1;
	color: #003d8a;
}



.panel-body h4 {
	color: #003d8a;
	font-size: 16px;
	margin-bottom: 15px;
}


.panel-body .text-box {
	margin-left: 12px;
	padding-bottom: 20px;
}
.panel-body .text-box:last-child {
	padding-bottom: 30px;
}
.panel-body .p-tx {
margin-left: 18px;	
}
.panel-body .tx01 {
	font-weight:bold;
}
.panel-body .tx01 span {
	font-weight: bold;
	color: #003d8a;
	padding-right: 5px;
}

.panel-body .indent {
  margin-left: 1.4em;
  text-indent: -1.4em;
}
.panel-body .tx02 {
	font-size: 13px;
	margin-top: 5px;
	margin-left: 20px;
}
.panel-body .note-box {
	margin-left: 20px;
	border-radius: 4px;
	background: #f0f7f5;
	text-align: right;
	padding: 2px 10px 1px 0;
	font-size: 14px;
	color: #003d8a;	
	margin-top: 12px;
}
	
}


/*--------------------------------------
staff
---------------------------------------*/
.staff .sec01 {
	margin-top: 60px;
}

.staff .sec01 .box {
	background: #e6f2ff;
	border-radius: 24px;
	margin-top: 60px;
	padding: 100px 0 120px;	
}
.staff .sec01 .st01 , .staff .sec01 .st02 {
	border-bottom: solid 1px #333333;
	padding-bottom: 80px;
}
.staff .sec01 .fix-box{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; 	
}

.staff .sec01 .st01 .fix-box .image {
	width: 480px;
}

.staff .sec01 .st01 .fix-box .text-box {
	width: 542px;
}


.staff .sec01 .image img {
	border-radius: 24px;
}

.staff .sec01 .post {
	font-weight: bold;
}

.staff .sec01 .post01 {
	font-size: 18px;
	color: #003d8a;
}


.staff .sec01 .post span {
	color: #fff;
	font-weight: bold;
	margin-right: 14px;
}

.staff .sec01 .post01 span {
	color: #fff;
	font-weight: bold;
	background: #003d8a;	
	padding: 1px 12px 2px;
	font-size: 20px;
	border-radius: 4px;	
}

.staff .sec01 .st01 .name {
	border-bottom: solid 1px #333;
	box-sizing: border-box;
	padding-bottom: 12px;
	font-size: 36px;
	font-weight: bold;
	line-height: 1.4;
	margin-top: 10px;
}

.staff .sec01 .st01 .tx-bg {
	border: solid 1px #333;
	display: inline-block;
	line-height: 1;
	padding: 6px 10px 8px;
	color: #333;
	font-size: 16px;
	margin-top: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}
.staff .sec01 .st01 li {
	margin-bottom: 10px;
}
.staff .sec01 .st01 dl {
	display: table;
	width: 100%;
	font-size: 16px;
}
.staff .sec01 .st01 dt {
	display: table-cell;
	width: 20%;
}
.staff .sec01 .st01 dd {
	display: table-cell;
	width: 75%;
}

.staff .sec01 .st01 .area01 {
	margin-top: 30px;
}


.staff .sec01 .st01 .l-box {
	width: 63%;
}
.staff .sec01 .st01 .l-box .f-box li{
	float: left;
	width: 48%;
	padding-left: 2%;		
}
.staff .sec01 .st01 .r-box {
	width: 35%;
}

.staff .sec01 .ls-icon li {
	position: relative;
	padding-left: 12px;
}

.staff .sec01 .ls-icon li::before {
	content: "";
	position: absolute;	
	top: 11px;
	background: #003d8a;
	width: 7px;
	height: 7px;
	left: 0;
	border-radius: 10px;
}
.staff .sec01 .st02 {
	margin-top: 10px;
}
.staff .sec01 .st02 .item{
	width: 47.5%;
	margin-top: 80px;
}

.staff .sec01 .st02 .post02{
	color: #0163d3;	
	margin-top: 25px;
}
.staff .sec01 .st02 .post03 {
	color: #00854D;	
	margin-top: 25px;	
}

.staff .sec01 .st02 .post04{
	color: #0163d3;	
	margin-top: 25px;
}

.staff .sec01 .st02 .post02 span {
	color: #fff;
	font-weight: bold;
	background: #0163d3;	
	padding: 1px 12px 2px;
	font-size: 18px;
	border-radius: 4px;		
}
.staff .sec01 .st02 .post03 span {
	color: #fff;
	font-weight: bold;
	background: #00854D;	
	padding: 1px 12px 2px;
	font-size: 18px;
	border-radius: 4px;		
}

.staff .sec01 .st02 .post04 span {
	color: #0163d3;
	font-weight: bold;
	background: #fff;	
	padding: 1px 12px 2px;
	font-size: 18px;
	border-radius: 4px;		
}

.staff .sec01 .st03 .post05 span {
	color: #048048;
	font-weight: bold;
	background: #fff;	
	padding: 1px 12px 2px;
	font-size: 16px;
	border-radius: 4px;		
}



.staff .sec01 .st02 .name {
	font-size: 30px;
	line-height: 1;
	padding-bottom: 17px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 12px;
}

.staff .sec01 .st03 .name {
	font-size: 30px;
	line-height: 1;
	padding-bottom: 17px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 12px;
}

.staff .sec01 .st02 .name01 {
	border-bottom: solid 1px #333;
}

.staff .sec01 .st02 .name02 {
	border-bottom: solid 1px #333;
}

.staff .sec01 .st03 .name02 {
	border-bottom: solid 1px #333;
}
.staff .sec01 .st03 .name02 span {
	font-size: 13px;
	float: right;
	margin-top: 14px;
	
}

.staff .sp-t {
	font-weight: bold;
	margin-top: 20px;
}
.staff .sp-t span {
	border: solid 1px #333;
	padding: 3px 10px 4px;
	color: #333;
	font-weight: bold;
	margin-right: 15px;
}




.staff .sec01 .st03 {
	margin-top: 90px;
}
.staff .sec01 .st03 .item {
  margin-top: 16px;	
}

.staff .sec01 .st03 .item .post05 span {
	padding: 5px 0;
	display: inline-block;
	font-size: 18px;
	width: 100%;
	text-align: center;
}


.staff .sec01 .st03 .item .post05 {
	margin-bottom: 30px;
}

.staff .sec01 .st03 .item .post06 span {
	padding: 5px 0;
	display: inline-block;
	font-size: 18px;
	width: 100%;
	background: #fff;
	color: #333;
	text-align: center;
}


.staff .sec01 .st03 .item .post06 {
	margin-bottom: 30px;
}

.staff .sec01 .st03 .item .name {
	float: left;
	width: 200px;
	margin: auto;
	font-size: 20px;
	line-height: 1;
	border-right: 1px #333 solid;
	text-align: center;
	margin-bottom: 25px;
	padding: 0;
}

.staff .sec01 .st03 .item .w-box .name {
	width: 250px;
	line-height: 1.5;
}

.staff .sec01 .st03 .item .name:nth-child(5n) {
		border-right: none;
}
.staff .sec01 .st03 .item .w-box .name:nth-child(4n) {
		border-right: none;
}
.staff .sec01 .st03 .item .w-box .name:nth-child(5n) {
	border-right: 1px #333 solid;
}

.staff .sec01 .st03 .item .name:last-child {
			border-right: none;
}


.staff .sec01 .item .name span{
 font-size: 16px;
	display: inline-block;
	margin-left: 20px;
}
.staff .sec01 .st03 .item .tx {
	font-size: 15px;
	margin: 0;
}



@media screen and (max-width: 768px) {
.staff .sec01 {
	margin-top: 0;
}

.staff .sec01 .box {
	background: #e6f2ff;
	border-radius: 12px;
	margin: 0;
	margin-top: 20px;
	padding: 40px 0 50px;	
	
}
	
	
.staff .sec01 .st01 , .staff .sec01 .st02 {
	border-bottom: solid 1px #333333;
	padding-bottom: 40px;
}
.staff .sec01 .fix-box{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; 	
}

.staff .sec01 .st01 .fix-box .image {
	width: 100%;
	margin-bottom: 15px;
}

.staff .sec01 .st01 .fix-box .text-box {
	width: 100%;
}


.staff .sec01 .image img {
	border-radius: 8px;
}

.staff .sec01 .post {
	font-weight: bold;
}

.staff .sec01 .post01 {
	font-size: 15px;
	color: #003d8a;
}


.staff .sec01 .post span {
	color: #fff;
	font-weight: bold;
	margin-right: 10px;
}

.staff .sec01 .post01 span {
	color: #fff;
	font-weight: bold;
	background: #003d8a;	
	padding: 1px 12px 2px;
	font-size: 15px;
	border-radius: 4px;	
}

.staff .sec01 .st01 .name {
	border-bottom: solid 1px #333;
	box-sizing: border-box;
	padding-bottom: 12px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
	margin-top: 10px;
}

.staff .sec01 .st01 .tx-bg {
	border: solid 1px #333;
	display: inline-block;
	line-height: 1;
	padding: 4px 10px 6px;
	color: #333;
	font-size: 14px;
	margin-top: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}
.staff .sec01 .st01 li {
	margin-bottom: 14px;
}
.staff .sec01 .st01 dl {
	display: block;
	width: 100%;
	font-size: 14px;
}
.staff .sec01 .st01 dt {
	display: block;
	width: 100%;
	line-height: 1.4;	
}
.staff .sec01 .st01 dd {
	display: block;
	width: 100%;
	margin-top: 5px;
	line-height: 1.4;
}

.staff .sec01 .st01 .area01 {
	margin-top: 0;
}


.staff .sec01 .st01 .l-box {
	width: 100%;
}
.staff .sec01 .st01 .l-box .f-box li{
	float: none;
	width: 96%;
	line-height: 1.4;
	padding-left: 10px;		
}
.staff .sec01 .st01 .r-box {
	width: 100%;
}

.staff .sec01 .ls-icon li {
	position: relative;
	padding-left: 12px;
	line-height: 1.4;
}

.staff .sec01 .ls-icon li::before {
	content: "";
	position: absolute;	
	top: 7px;
	background: #003d8a;
	width: 6px;
	height: 6px;
	left: 0;
	border-radius: 10px;
}
	
.staff .sec01 .st02 {
	margin-top: 20px;
}
	.staff .sec01 .st02 .fix-box {
  display: block;
  justify-content: space-between;
  flex-wrap: wrap; 
	}
.staff .sec01 .st02 .item{
	width: 100%;
	margin-top: 40px;
}

.staff .sec01 .st02 .post02 {
	color: #0163d3;	
	margin-top: 15px;
	font-size: 13px;
}
	
.staff .sec01 .st02 .post03 {
	color: #00854D;	
	margin-top: 15px;
	font-size: 13px;
}
	


.staff .sec01 .st02 .post04{
	color: #0163d3;
	margin-top: 15px;
	font-size: 13px;	
}

.staff .sec01 .st02 .post02 span {
	color: #fff;
	font-weight: bold;
	background: #0163d3;	
	padding: 1px 8px 2px;
	font-size: 13px;
	border-radius: 4px;		
}
.staff .sec01 .st02 .post03 span {
	color: #fff;
	font-weight: bold;
	background: #00854D;	
	padding: 1px 10px 2px;
	font-size: 13px;
	border-radius: 4px;		
}

.staff .sec01 .st02 .post04 span {
	color: #0163d3;
	font-weight: bold;
	background: #fff;	
padding: 1px 8px 2px;
	font-size: 13px;
	border-radius: 4px;		
}

.staff .sec01 .st03 .post05 span {
	color: #048048;
	font-weight: bold;
	background: #fff;	
  padding: 1px 5px 2px;
	font-size: 11px;
	border-radius: 4px;		
}



.staff .sec01 .st02 .name {
	font-size: 20px;
	line-height: 1;
	padding-bottom: 12px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

.staff .sec01 .st03 .name {
	font-size: 18px;
	line-height: 1;
	padding-bottom: 12px;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 12px;
}

.staff .sec01 .st02 .name01 {
	border-bottom: solid 1px #333;
}

.staff .sec01 .st02 .name02 {
	border-bottom: solid 1px #333;
}

.staff .sec01 .st03 .name02 {
	border-bottom: solid 1px #333;
}
.staff .sec01 .st03 .name02 span {
	font-size: 11px;
	float: none;
	margin-top: 5px;
	
}

.staff .sp-t {
	font-weight: bold;
	margin-top: 8px;
	font-size: 13px;	
}
.staff .sp-t span {
	border: solid 1px #333;
	padding: 3px 8px 4px;
	color: #333;
	font-size: 13px;
	font-weight: bold;
	margin-right: 10px;
}

.staff .sec01 .st03 {
	margin-top: 50px;
}
.staff .sec01 .st03 .item {
	width: 100%;
  margin-top: 20px;	
}
	

.staff .sec01 .st03 .item .post05 span {
	padding: 3px 0;
	display: inline-block;
	font-size: 14px;
	width: 100%;
	text-align: center;
}


.staff .sec01 .st03 .item .post05 {
	margin-bottom: 20px;
}

.staff .sec01 .st03 .item .post06 span {
	padding: 3px 0;
	display: inline-block;
	font-size: 14px;
	width: 100%;
	background: #fff;
	color: #333;
	text-align: center;
}


.staff .sec01 .st03 .item .post06 {
	margin-bottom: 15px;
}

.staff .sec01 .st03 .item .name {
	float: left;
	width: 50%;
	margin: auto;
	font-size:16px;
	line-height: 1;
	border-right: 1px #333 solid;
	box-sizing: border-box;
	text-align: center;
	margin-bottom: 15px;
	padding: 0;
}

.staff .sec01 .st03 .item .w-box .name {
	width: 100%;
	line-height: 1.5;
	margin-bottom: 5px;
	border-bottom: solid 1px #ccc;
	padding-bottom: 10px;
}

.staff .sec01 .st03 .item .name:nth-child(5n) {
	border-right: 1px #333 solid;
}
	
.staff .sec01 .st03 .item .name:nth-child(2n) {
	border-right: none;
}	
	.staff .sec01 .st03 .item .w-box .name {
		border-right: none;
}
	.staff .sec01 .st03 .item .w-box .name:last-child {
		border-bottom: none;
	}
	
.staff .sec01 .st03 .item .w-box .name:nth-child(4n) {
		border-right: none;
}
.staff .sec01 .st03 .item .w-box .name:nth-child(5n) {
	border-right: none;
}

.staff .sec01 .st03 .item .name:last-child {
			border-right: none;
}	
	
	
	
	
	
.staff .sec01 .item .name span{
 font-size: 13px;
	display: inline-block;
	margin-left: 15px;
}
.staff .sec01 .st03 .item .tx {
	font-size: 13px;
	margin: 0;
}
	
	
	
	
}



/*--------------------------------------
recruit
---------------------------------------*/
.recruit .sec01 {
	margin-top: 40px;
}

.recruit .sec01 .box {
	background: #e6f2ff;
	border-radius: 24px;
	padding: 80px 0 120px;	
}

.recruit .sec01 .title {
	font-weight: bold;
	color: #003d8a;
	font-size: 40px;
	text-align: center;
}
.recruit .sec01 .t-box {
	margin-top: 60px;
	padding: 0 40px;
}
.recruit .sec01 .t-box h4 {
	font-weight: bold;
	font-size: 26px;
	line-height: 1.5;
	border-bottom: solid 1px #003d8a;
	padding-bottom: 20px;
	position: relative;
}
.recruit .sec01 .t-box h4::before {
	content: "";
	position: absolute;	
	bottom: -1px;
	background: #4fbbed;
	width: 80px;
	height: 2px;
}

.recruit .sec01 .t-box .txt {
	margin-top: 20px;
	line-height: 2;
}


.recruit .sec01 .image {
	padding: 0 40px;
	margin-top: 60px;
}

.recruit .sec01 .image img {
	border-radius: 24px;
}

.recruit .sec02 {
	margin-top: 120px;
}

.recruit .sec02 .title-box01 {
	text-align: center;
	margin-bottom: 50px;
}

.recruit .sec02 .title-box01 .title {
	font-size: 40px;
}
.recruit .sec02 .read {
	margin-top: 35px;
	margin-bottom: 15px;
}


.recruit .sec02 .link01 a {
	width: 350px;
}

.recruit .sec02 .c-box {
	margin-bottom: 50px;
}
.recruit .sec02 .c-box h4 {
	position: relative;
	border-bottom: solid 1px #cecfcf;
	box-sizing: border-box;
	font-size: 34px;
	font-weight: bold;
	margin-bottom: 30px;
	line-height: 1.4;
	padding-bottom: 15px;
}
.recruit .sec02 .c-box h4::before {
	content: "";
	position: absolute;	
	bottom: -1px;
	background: #003d8a;
	width: 80px;
	height: 2px;
}

.recruit .sec02 li{
	line-height: 1.5;
	margin-bottom: 10px;
}
.recruit .sec02 li .nmv {
	font-weight: bold;
	margin-right: 7px;
	color: #003d8a;
	font-size: 18px;
}
.recruit .sec02 .indent {
  margin-left: 1.3em;
  text-indent: -1.3em;	
}

.recruit .sec02 .ls-icon li{
	position: relative;
	padding-left: 14px;
}

.recruit .sec02 .ls-icon li::before {
	content: "";
	position: absolute;	
	top: 11px;
	background: #003d8a;
	width: 7px;
	height: 7px;
	left: 0;
	border-radius: 10px;	
}

.recruit .sec02 .c-box .t-box {
	position: relative;
}
.recruit .sec02 .c-box .t-box::before {
	content: "";
	position: absolute;	
	width: 10px;
	height: 100%;
	left: 55px;
	background: #dbe3ec;
	top: 0;
	z-index: -1;
	
}
.recruit .sec02 .c-box .t-box dl {
	width: 100%;
	display: table;
	margin-bottom: 20px;
}
.recruit .sec02 .c-box .t-box dt {
	font-weight: bold;
	background: #003d8a;
	color: #fff;
	width: 120px;
	text-align: center;
	border-radius: 4px;
	padding: 12px 0 12px;
	line-height: 1;
  display: table-cell;	
	vertical-align: middle;
}
.recruit .sec02 .c-box .t-box dd {
	font-weight: bold;
	font-size: 18px;
	padding-left: 25px;
  display: table-cell;
}

.recruit .sec02 .c-box .t-box .box-txt {
	background: #ffda3f;
	display: inline-block;
	margin-top: 10px;
	color: #333;
	font-weight: bold;
	font-size: 22px;
	border-radius: 4px;	
	padding: 10px 30px;
}

.recruit .sec02 .c-box .fix-box {
	display: flex;
  justify-content: flex-start; 
  flex-wrap: wrap; 
}
.recruit .sec02 .c-box .fix-box .item {
	margin-right: 100px;
}

.recruit .sec02 .c-box .fix-box h5 {
	color: #003d8a;
	font-size: 18px;
	font-weight: bold;
}
.recruit .sec02 .c-box .fix-box h5 span {
	font-size: 14px;
	color: #333;
	margin-left: 10px;
}
.recruit .sec02 .c-box .fix-box ul {
	margin-left: 14px;
	margin-top: 12px;
}


@media screen and (max-width: 768px) {
.recruit .sec01 {
	margin-top: 20px;
}

.recruit .sec01 .box {
	background: #e6f2ff;
	border-radius: 12px;
	padding: 40px 0 50px;	
}

.recruit .sec01 .title {
	font-weight: bold;
	color: #003d8a;
	font-size: 24px;
	text-align: center;
	line-height: 1.5;	
}
.recruit .sec01 .t-box {
	margin-top: 30px;
	padding: 0;
}
.recruit .sec01 .t-box h4 {
	font-weight: bold;
	font-size: 18px;
	line-height: 1.5;
	border-bottom: solid 1px #003d8a;
	padding-bottom: 12px;
	position: relative;
}
.recruit .sec01 .t-box h4::before {
	content: "";
	position: absolute;	
	bottom: -1px;
	background: #4fbbed;
	width: 50px;
	height: 2px;
}

.recruit .sec01 .t-box .txt {
	margin-top: 14px;
	line-height: 2;
}


.recruit .sec01 .image {
	padding: 0;
	margin-top: 20px;
}

.recruit .sec01 .image img {
	border-radius: 12px;
}

.recruit .sec02 {
	margin-top: 70px;
}

.recruit .sec02 .title-box01 {
	text-align: center;
	margin-bottom: 30px;
}

.recruit .sec02 .title-box01 .title {
	font-size: 24px;
}
.recruit .sec02 .read {
	margin-top: 20px;
	margin-bottom: 10px;
}


.recruit .sec02 .c-box {
	margin-bottom: 30px;
}
.recruit .sec02 .c-box h4 {
	position: relative;
	border-bottom: solid 1px #cecfcf;
	box-sizing: border-box;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 18px;
	line-height: 1.4;
	padding-bottom: 12px;
}
.recruit .sec02 .c-box h4::before {
	content: "";
	position: absolute;	
	bottom: -1px;
	background: #003d8a;
	width: 50px;
	height: 2px;
}

.recruit .sec02 li{
	line-height: 1.5;
	margin-bottom: 10px;
}
.recruit .sec02 li .nmv {
	font-weight: bold;
	margin-right: 6px;
	color: #003d8a;
	font-size: 16px;
}
.recruit .sec02 .indent {
  margin-left: 1.1em;
  text-indent: -1.1em;	
}

.recruit .sec02 .ls-icon li{
	position: relative;
	padding-left: 12px;
}

.recruit .sec02 .ls-icon li::before {
	content: "";
	position: absolute;	
	top: 8px;
	background: #003d8a;
	width: 6px;
	height: 6px;
	left: 0;
	border-radius: 10px;	
}

.recruit .sec02 .c-box .t-box {
	position: relative;
}
.recruit .sec02 .c-box .t-box::before {
	content: "";
	position: absolute;	
	width: 8px;
	height: 100%;
	left: 14px;
	background: #dbe3ec;
	top: 0;
	z-index: -1;
	
}
.recruit .sec02 .c-box .t-box dl {
	width: 100%;
	display: block;
	margin-bottom: 15px;
}
.recruit .sec02 .c-box .t-box dt {
	font-weight: bold;
	background: #003d8a;
	color: #fff;
	width: auto;
	text-align: left;
	border-radius: 4px;
	padding: 10px 20px 10px 35px;
	line-height: 1;
	display: block;
	vertical-align: middle;
}
.recruit .sec02 .c-box .t-box dd {
	font-weight: bold;
	font-size: 15px;
	padding-left: 35px;
	display: block;
	margin-top: 8px;
}

.recruit .sec02 .c-box .t-box .box-txt {
	background: #ffda3f;
	display: inline-block;
	margin-top: 10px;
	color: #333;
	font-weight: bold;
	font-size: 18px;
	border-radius: 4px;	
	line-height: 1.5;
	padding: 10px 10px 10px 35px;
}

.recruit .sec02 .c-box .fix-box {
	display: block;
  justify-content: flex-start; 
  flex-wrap: wrap; 
}
.recruit .sec02 .c-box .fix-box .item {
	margin-right: 0;
	margin-bottom: 20px;
}

.recruit .sec02 .c-box .fix-box h5 {
	color: #003d8a;
	font-size: 16px;
	font-weight: bold;
}
.recruit .sec02 .c-box .fix-box h5 span {
	font-size: 12px;
	color: #333;
	margin-left: 10px;
}
.recruit .sec02 .c-box .fix-box ul {
	margin-left: 11px;
	margin-top: 10px;
}	
}



/*--------------------------------------
about
---------------------------------------*/
.about .sec01 {
	margin-top: 70px;
}

.about .sec01 .title-box01 {
	text-align: center;
	margin-bottom: 70px;
}

.about .sec01 .g-box01 , .about .sec01 .g-box02 {
	margin-bottom: 70px;
}

.sec01 .g-box02 {
	margin-top: 70px;
}
.about .sec01 .g-box03 {
	margin-bottom: 40px;
}
.about .sec01 .image img {
	border-radius: 24px;
}

.about .sec01 .g-box01 .f-box .image{
	float: left;
	width: 40%;
}

.about .sec01 .g-box01 .f-box .text-box{
	float: right;
	width: 53%;
}

.about .sec01 .g-box02 .f-box .image{
	float: right;
	width: 40%;
}

.about .sec01 .g-box02 .f-box .text-box{
	float: left;
	width: 53%;
}




.about .sec01 .text-box .txt01 {
	font-weight: bold;
	color: #003d8a;
	font-size: 18px
}
.about .sec01 .text-box .name {
	font-weight: bold;
	margin-top: 2px;
	font-size: 36px;
	margin-bottom: 20px;
	border-bottom: solid 1px #003d8a;
	padding-bottom: 8px;
}
.about .sec01 .text-box .name span {
	font-size: 16px;
	margin-left: 10px;
}


.about .sec01 .text-box .s-ttl {
	color: #003d8a;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 20px;
}

.about .sec01 .txt {
	line-height: 2;
}





.about .sec03 {
	margin-top: 150px;
}
.about .sec03 .box {
	background: #003d8a;
	border-radius:24px; 
	padding: 80px 0 120px;	
}
.about .sec03 .title-box01 {
	text-align: center;
	color: #fff;
}
.about .sec03 .title-box01 .title {
	color: #fff;
	margin-bottom: 30px;
}

.about .sec03 .title-box01 .eng-ttl {
	color: #7dd6ff;
}
.about .sec03 .title-box01 .txt {
	line-height: 2;
	font-size: 15px;
}
.about .sec03 .inner {
	width: 94%;
	max-width: 1100px;
	margin: auto;
}

.about .sec03 .fix-box {
	display: flex;
  justify-content: space-between;
  flex-wrap: wrap; 
	margin-top: 40px;
}

@media screen and (max-width: 768px) {
.about .sec01 {
	margin-top: 30px;
}

.about .sec01 .title-box01 {
	text-align: center;
	margin-bottom: 30px;
}

.about .sec01 .g-box01 , .about .sec01 .g-box02 {
	margin-bottom: 40px;
}
	
.sec01 .g-box02 {
	margin-top: 40px;
}	
.about .sec01 .g-box03 {
	margin-bottom: 20px;
}
.about .sec01 .image img {
	border-radius: 8px;
}

.about .sec01 .g-box01 .f-box .image{
	float: none;
	width: 100%;
}

.about .sec01 .g-box01 .f-box .text-box{
	float: none;
	width: 100%;
}

.about .sec01 .g-box02 .f-box .image{
	float: right;
	width: 40%;
	margin-bottom: 10px;
	margin-left: 20px;
}

.about .sec01 .g-box02 .f-box .text-box{
	float: none;
	width: 100%;
}




.about .sec01 .text-box .txt01 {
	font-weight: bold;
	color: #003d8a;
	font-size: 15px;
	margin-top: 15px;
	line-height: 1.6;
}
.about .sec01 .text-box .name {
	font-weight: bold;
	margin-top: 8px;
	font-size: 24px;
	margin-bottom: 20px;
	border-bottom: solid 1px #003d8a;
	padding-bottom: 8px;
}
.about .sec01 .text-box .name span {
	font-size: 13px;
	margin-left: 10px;
}


.about .sec01 .text-box .s-ttl {
	color: #003d8a;
	font-weight: bold;
	font-size: 17px;
	line-height: 1.5;
	margin-bottom: 15px;
}

.about .sec01 .txt {
	line-height: 2;
}





.about .sec03 {
	margin-top: 100px;
}
.about .sec03 .box {
	background: #003d8a;
	border-radius:12px; 
	padding: 45px 0 60px;	
	margin: 0;
}
.about .sec03 .title-box01 {
	text-align: center;
	color: #fff;
}
.about .sec03 .title-box01 .title {
	color: #fff;
	margin-bottom: 20px;
}

.about .sec03 .title-box01 .eng-ttl {
	color: #7dd6ff;
}
.about .sec03 .title-box01 .txt {
	line-height: 2;
	font-size: 14px;
}
.about .sec03 .inner {
	width: 90%;
	max-width: 100%;
	margin: auto;
}

.about .sec03 .fix-box {
	display: block;
  justify-content: space-between;
  flex-wrap: wrap; 
	margin-top: 30px;
}	
}


/*--------------------------------------
labo
---------------------------------------*/
.labo .sec01 {
	margin-top: 70px;
}

.labo .sec01 .fix-box {
	display: flex;
  justify-content: space-between;
  flex-wrap: wrap; 
}

.labo .sec01 .image {
	width: 30%;
	position: relative;
}
.labo .sec01 .image::after{
	content: "";
	position: absolute;	
	background: #003d8a;
	width:260px;
	height: 170px;
	border-radius: 12px;
	top: 100px;
	left: 110px;
	display: block;
	z-index: -1;
}

.labo .sec01 .image img {
	border-radius: 24px;
	
}

.labo .sec01 .fix-box .title-box01 {
	width: 62%;
}

.digestive_tract .sec01 .fix-box .title-box01 {
	width: 62%;
}


.labo .sec01 .fix-box .title-box01 .title {
	font-size: 40px;
	line-height: 1.2;
	margin-top: 10px;
}

.labo .sec01 .fix-box .title-box01 .txt {
	line-height: 2.2;
	margin-top: 30px;
}


.labo .sec01 .text-box {
	margin-top: 50px;
}

.labo .sec01 .text-box .s-ttl {
	font-weight: bold;
	color: #003d8a;
	border-bottom: solid 1px #003d8a;
	padding-bottom: 10px;
	margin-bottom: 20px;
	font-size: 28px;
}
.labo .sec01 .text-box .txt a {
	color: #003d8a;
	text-decoration: underline;
}








.labo .sec02 {
	margin-top: 120px;
}

.labo .sec02 .title-box01 .title {
	font-size: 40px;
}
.labo .sec02 .title-box01 {
	border-bottom: solid 1px #cecfcf;
	box-sizing: border-box;
	padding-bottom: 15px;
	position: relative;
	margin-bottom: 30px;
}

.labo .sec02 .title-box01::before {
	content: "";
	position: absolute;	
	width: 80px;
	height: 2px;
	left: 0;
	background: #003d8a;
	bottom: -1px;
}

.labo .sec03 .title-box01 {
	border-bottom: solid 1px #cecfcf;
	box-sizing: border-box;
	padding-bottom: 15px;
	position: relative;
	margin-bottom: 30px;
}

.labo .sec03 .title-box01::before {
	content: "";
	position: absolute;	
	width: 80px;
	height: 2px;
	left: 0;
	background: #003d8a;
	bottom: -1px;
}



.labo .sec02 .fix-box {
  display: flex;
  justify-content: flex-start; 
  flex-wrap: wrap; 
	background: #e8f2fe;
	padding: 3% 5% 1% 5%;
	border-radius: 20px;	
}


.labo .sec02 .box01 {
	margin-top: 20px;
 background: #f0f0f0;
	border-radius: 20px;
	padding: 3% 5% 1% 5%;
}

.labo .sec02 .fix-box .item {
	width: 23.5%;
	margin-bottom: 20px;
	margin-right: 2%;
}

.labo .sec02 .fix-box .item:nth-child(4n) {
	margin-right: 0;
}


.labo .sec02 .fix-box .item .t-bg {
	display: inline-block;
	font-size: 14px;
	padding:  0;
	border-radius: 4px;
	text-align: center;
	width: 100%;
}

.labo .sec02 .fix-box .item .t-bg01 {
	background: #003d8a;	
	color: #fff;	
}
.labo .sec02 .fix-box .item .t-bg02 {
	background: #2b63cc;	
	color: #fff;	
}

.labo .sec02 .fix-box .item .t-bg03 {
	background: #fff;	
	color: #2b63cc;	

}
.labo .sec02 .fix-box .item .t-bg04 {
	background: #fff;	
	color: #3a8352;	

}

.labo .sec02 .fix-box .item .t-bg05 {
	background: none;	
	color: #333;	
}

.labo .sec02 .fix-box .item .t-bg06 {
	background: #3a8352;	
	color: #fff;	
}


.labo .sec02 .fix-box .item .name {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}
.labo .sec03 {
	margin-top: 110px;
}



.labo .sec03 .box {
	background: #e6f2ff;
	border-radius: 24px;
	padding: 30px 0 100px;		
}
.labo .sec03 .inner {
	width: 94%;
	max-width: 1100px;
	margin: auto;
}


.labo .sec03 img {
	border-radius: 24px;
}



.labo .sec03 .txt01 {
	margin-top: 20px;
}



.labo .sec03 .c-box {
	margin-top: 50px;
}


.labo .sec03 .c-box .title-box01 {
	margin-bottom: 30px;
}



.labo .sec03 .c-box .ls-c li {
	float: left;
	width: 30%;
	position: relative;
	font-weight: bold;
	padding-left: 20px;
	line-height: 1.4;
	margin-bottom: 20px;
	font-size: 20px;
} 

.labo .sec03 .c-box .ls-c li::before {
	content: "";
	position: absolute;
	top: 4px;
	left: 0;
	background: #003d8a;
	width: 4px;
	height:20px;
}

.labo .sec03 .c-box .ls-c li::after {
	content: "";
	position: absolute;
	top: 4px;
	left: 4px;
	background: #7dd6ff;
	width: 4px;
	height:20px;
}


.labo .sec03 .c-box .t-ttl {
	position: relative;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 15px;
	padding-left: 20px;
	line-height: 1.4;
}


.labo .sec03 .c-box .t-ttl::before {
	content: "";
	position: absolute;
	top: 4px;
	left: 0;
	background: #003d8a;
	width: 4px;
	height:20px;
}

.labo .sec03 .c-box .t-ttl::after {
	content: "";
	position: absolute;
	top: 4px;
	left: 4px;
	background: #7dd6ff;
	width: 4px;
	height:20px;
}





.liver .sec03 .c-box .fix-box {
  display: flex;
  justify-content: flex-start; 
  flex-wrap: wrap; 
 align-items: center;
}


.liver .sec03 .c-box .fix-box .image {
	width: 40%;
}

.liver .sec03 .c-box .ls-c {
	margin-left: 5%;
}
.liver .sec03 .c-box .ls-c li {
	float: none;
	width: 100%;
} 

.liver .sec03 .c-box .fix-box01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; 
	margin-top: 40px;
}

.liver .sec03 .c-box .fix-box01 .i-area {
	width: 31%;
}

.liver .sec03 .c-box .fix-box01 .i-area .txt01 {
	text-align: center;
	line-height: 1.3;
}
.liver .sec03 .c-box .fix-box01 .i-area .txt01 span {
	font-size: 13px;
}

.liver .sec03 .c-box .fix-box02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; 
	margin-top: 40px;	
}

.liver .sec03 .c-box .fix-box02 .image {
	width: 40%;
}

.liver .sec03 .c-box .fix-box02 .txt-box {
	width: 55%;
	margin-top: 20px;
}

.liver .sec03 .c-box .f-area {
	margin-top: 50px;
}

.liver .sec03 .c-box .f-area .f-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; 	
}

.liver .sec03 .c-box .f-area .f-box img {
	height: 300px;
  object-fit: cover;
  font-family: 'object-fit: cover';	
}

.liver .sec03 .c-box .f-area .f-box {
	margin-top: 25px;
}

.liver .sec03 .c-box .f-area .f-box .image {
	width: 48%;
}

.liver .sec03 .c-box .f-area .f-box .image01 {
	width: 65%;
}
.liver .sec03 .c-box .f-area .f-box .image02 {
	width: 31%;
}
.liver .sec03 .c-box .f-area .f-box-vr1 .image {
	width: 31%;
}


.digestive_tract .sec03 .c-box .ls-c li {
	float: none;
	width: 100%;
} 


.digestive_tract .sec03 .c-box .f-area {
	margin-top: 30px;
}

.digestive_tract .sec03 .c-box .f-area li {
	position: relative;
	line-height: 1.5;
	margin-bottom: 12px;
	padding-left: 14px;
}


.digestive_tract .sec03 .c-box .f-area li::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	background: #003d8a;
	width: 6px;
	height:6px;
	border-radius: 10px;
}




.digestive_tract .sec03 .fix-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; 	
}
.digestive_tract .sec03 .f-item {
	width: 48%;
}
.digestive_tract .sec03 .f-item h4 span {
	font-size: 15px;
	font-weight: bold;
}

.digestive_tract .sec03 .f-item .image {
	margin-top: 25px;
}

.digestive_tract .sec03 .f-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; 	
}

.digestive_tract .sec03 .f-box .image {
	width: 40%;
}
.digestive_tract .sec03 .f-box ul {
	width: 55%;
}





@media screen and (max-width: 768px) {
.labo .sec01 {
	margin-top: 10px;
}

.labo .sec01 .fix-box {
	display: block;
  justify-content: space-between;
  flex-wrap: wrap; 
}
.labo .sec01 .image {
	width: 94%;
	margin-top: 20px;
	position: relative;
	margin-bottom: 70px;
}

.labo .sec01 .image::after{
	content: "";
	position: absolute;	
	background: #003d8a;
	width:80%;
	height: 70%;
	border-radius: 6px;
	top: inherit;
	bottom: -10%;
	left: inherit;
	right: -6%;
	display: block;
	z-index: -1;
}
	
	

.labo .sec01 .fix-box .image img {
	border-radius: 12px;
}

.labo .sec01 .fix-box .title-box01 {
	width: 100%;
}


.labo .sec01 .fix-box .title-box01 .title {
	font-size: 24px;
	line-height: 1.4;
	margin-top: 8px;
}

.labo .sec01 .fix-box .title-box01 .txt {
	line-height: 2.2;
	margin-top: 20px;
}
	.labo .sec01 .text-box {
		margin-top: 30px;
	}
.labo .sec01 .text-box .s-ttl {
	font-weight: bold;
	color: #003d8a;
	border-bottom: solid 1px #003d8a;
	padding-bottom: 10px;
	margin-bottom: 20px;
	font-size: 20px;
}
	
.labo .sec02 {
	margin-top: 60px;
}

.labo .sec02 .title-box01 .title {
	font-size: 24px;
}
.labo .sec02 .title-box01 {
	border-bottom: solid 1px #cecfcf;
	box-sizing: border-box;
	padding-bottom: 10px;
	position: relative;
	margin-bottom: 25px;
}

.labo .sec02 .title-box01::before {
	content: "";
	position: absolute;	
	width: 40px;
	height: 2px;
	left: 0;
	background: #003d8a;
	bottom: -1px;
}
	
.labo .sec03 .title-box01 {
	border-bottom: solid 1px #cecfcf;
	box-sizing: border-box;
	padding-bottom: 10px;
	position: relative;
	margin-bottom: 25px;
}

.labo .sec03 .title-box01::before {
	content: "";
	position: absolute;	
	width: 40px;
	height: 2px;
	left: 0;
	background: #003d8a;
	bottom: -1px;
}
	

.labo .sec02 .fix-box {
	display:flex;
  justify-content: space-between;
  flex-wrap: wrap; 
	border-radius: 10px;	
	padding: 5% 5% 1% 5%;
}

	.labo .sec02 .box01 {
	margin-top: 20px;
 background: #f0f0f0;
	border-radius: 10px;
	padding: 5% 5% 1% 5%;
}
	
	
.labo .sec02 .fix-box .item {
	width: 48%;
	margin-bottom: 20px;
	margin-right: 0;
}
	


	
	
.labo .sec02 .fix-box .item .t-bg {

	display: inline-block;
	font-size: 13px;
	padding:  0 ;
	text-align: center;
	width: 100%;
	border-radius: 4px;
}
.labo .sec02 .fix-box .item .name {
	font-size: 18px;
	font-weight: bold;
	text-align: center;	
}
	
.labo .sec02 .fix-box .item .t-bg05 {
	background: none;;	
	color: #333;	
}
	
	
	
	
.labo .sec03 {
	margin-top: 60px;
}

.labo .sec03 .box {
	background: #e6f2ff;
	border-radius: 12px;
	padding: 40px 0 40px;		
	margin: 0;
}
.labo .sec03 .inner {
	width: 90%;
	max-width: 100%;
	margin: auto;
}

.labo .sec03 img {
	border-radius: 12px;
}



.labo .sec03 .txt01 {
	margin-top: 10px;
}
	
	
	
	
	

.labo .sec03 .c-box {
	margin-top: 20px;
	padding-bottom: 20px;
	
}

.labo .sec03 .c-box .title-box01 {
	margin-bottom: 20px;
}


.labo .sec03 .c-box .ls-c li {
	float: left;
	width: 100%;
	position: relative;
	font-weight: bold;
	padding-left: 20px;
	line-height: 1.4;
	font-size: 18px;
	margin-bottom: 15px;
} 

.labo .sec03 .c-box .ls-c li::before {
	content: "";
	position: absolute;
	top: 3px;
	left: 0;
	background: #003d8a;
	width: 4px;
	height:20px;
}

.labo .sec03 .c-box .ls-c li::after {
	content: "";
	position: absolute;
	top: 3px;
	left: 4px;
	background: #7dd6ff;
	width: 4px;
	height:20px;
}


.labo .sec03 .c-box .t-ttl {
	position: relative;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 15px;
	padding-left: 20px;
	line-height: 1.4;
}


.labo .sec03 .c-box .t-ttl::before {
	content: "";
	position: absolute;
	top: 3px;
	left: 0;
	background: #003d8a;
	width: 4px;
	height:20px;
}

.labo .sec03 .c-box .t-ttl::after {
	content: "";
	position: absolute;
	top: 3px;
	left: 4px;
	background: #7dd6ff;
	width: 4px;
	height:20px;
}

	

.liver .sec03 .c-box .fix-box {
  display: block;
  justify-content: flex-start; 
  flex-wrap: wrap; 
 align-items: center;
}


.liver .sec03 .c-box .fix-box .image {
	width: 100%;
}

.liver .sec03 .c-box .ls-c {
	margin-left:0;
	margin-top: 20px;
}
.liver .sec03 .c-box .ls-c li {
	float: none;
	width: 100%;
} 

.liver .sec03 .c-box .fix-box01 {
  display: block;
  justify-content: space-between;
  flex-wrap: wrap; 
	margin-top: 30px;
}

.liver .sec03 .c-box .fix-box01 .i-area {
	width: 100%;
	margin-bottom: 20px;
}

	
	
.liver .sec03 .c-box .fix-box01 .i-area .txt01 {
	text-align: center;
	line-height: 1.3;
}
.liver .sec03 .c-box .fix-box01 .i-area .txt01 span {
	font-size: 12px;
}

.liver .sec03 .c-box .fix-box02 {
  display: block;
  justify-content: space-between;
  flex-wrap: wrap; 
	margin-top: 30px;	
}

.liver .sec03 .c-box .fix-box02 .image {
	width: 100%;
}

.liver .sec03 .c-box .fix-box02 .txt-box {
	width: 100%;
	margin-top: 20px;
}
.liver .sec03 .c-box .fix-box02 .txt-box .image{
	margin-bottom: 20px;
}
	
	
.liver .sec03 .c-box .f-area {
	margin-top: 40px;
}

.liver .sec03 .c-box .f-area .f-box {
  display: block;
  justify-content: space-between;
  flex-wrap: wrap; 	
}

.liver .sec03 .c-box .f-area .f-box img {
	height: 240px;
  object-fit: cover;
  font-family: 'object-fit: cover';	
}

.liver .sec03 .c-box .f-area .f-box {
	margin-top: 20px;
}
.liver .sec03 .c-box .f-area .f-box .image {
	width: 100%;
	margin-bottom: 20px;
}

.liver .sec03 .c-box .f-area .f-box .image01 {
	width: 100%;
}
.liver .sec03 .c-box .f-area .f-box .image02 {
	width: 100%;
}
.liver .sec03 .c-box .f-area .f-box-vr1 .image {
	width: 100%;
}

.digestive_tract .sec03 .c-box .ls-c li {
	float: none;
	width: 100%;
} 


	
.digestive_tract .sec03 .c-box .f-area {
	margin-top: 25px;
}

.digestive_tract .sec03 .c-box .f-area li {
	position: relative;
	line-height: 1.5;
	margin-bottom: 10px;
	padding-left: 11px;
}


.digestive_tract .sec03 .c-box .f-area li::before {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	background: #003d8a;
	width: 5px;
	height:5px;
	border-radius: 10px;
}

	
	
	
.digestive_tract .sec03 .fix-box {
  display: block;
  justify-content: space-between;
  flex-wrap: wrap; 	
	margin-top: 25px;
}
.digestive_tract .sec03 .f-item {
	width: 100%;
	margin-bottom: 30px;
}
.digestive_tract .sec03 .f-item h4 span {
	font-size: 14px;
	font-weight: bold;
}

.digestive_tract .sec03 .f-item .image {
	margin-top: 15px;
}

.digestive_tract .sec03 .f-box {
  display: block;
  justify-content: space-between;
  flex-wrap: wrap; 	
	margin-top: 25px;
}

.digestive_tract .sec03 .f-box .image {
	width: 100%;
	margin-bottom: 20px;
}
.digestive_tract .sec03 .f-box ul {
	width: 100%;
}
	
	
		
	
	
	
	
	
	
	
	
	
	
	
}


/*--------------------------------------
guideline
---------------------------------------*/
.guideline .sec01 {
	margin-top: 70px;
}


.guideline .sec01 li {
	border-bottom: solid 1px #cecfcf;
	box-sizing: border-box;
	padding-bottom: 25px;
	margin-bottom: 25px;
	position: relative;
}

.guideline .sec01 li::before {
	content: "";
	position: absolute;	
	width: 220px;
	height: 2px;
	left: 0;
	background: #003d8a;
	bottom: -1px;
}

.guideline .sec01 li dl {
	display: table;
	width: 100%;
}
.guideline .sec01 li dt {
	display: table-cell;
	width: 220px;
	font-weight: bold;
	font-size: 18px;
	padding-left: 20px;
	line-height: 1.4;
	vertical-align: middle;	
}

.guideline .sec01 li dd {
	display: table-cell;
	padding-left: 40px;
	line-height: 1.5;
}



.guideline .sec01 li dd .txt01 {
	font-weight: bold;
	color: #003d8a;
	margin-bottom: 4px;
}


.guideline .sec01 li dd .txt {
	line-height: 1.4;
}

.guideline .sec01 li dd .txt-ma {
	margin-bottom: 10px;
}
.guideline .link-box {
	margin-top: 80px;
}

.guideline .link-box .txt {
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 14px;
}
.guideline .link-box a {
	width: 320px;
}

@media screen and (max-width: 768px) {
.guideline .sec01 {
	margin-top: 30px;
}

.guideline .sec01 li {
	border-bottom: solid 1px #cecfcf;
	box-sizing: border-box;
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
}

.guideline .sec01 li::before {
	content: "";
	position: absolute;	
	width: 80px;
	height: 2px;
	left: 0;
	background: #003d8a;
	bottom: -1px;
}

.guideline .sec01 li dl {
	display: block;
	width: 100%;
}
.guideline .sec01 li dt {
	display: block;
	width: 100%;
	font-weight: bold;
	font-size: 15px;
	padding-left: 0;
	line-height: 1.4;
	vertical-align: middle;	
}

.guideline .sec01 li dd {
	display: block;
	width: 100%;
	padding-left: 0;
	line-height: 1.5;
	margin-top: 8px;
}



.guideline .sec01 li dd .txt01 {
	font-weight: bold;
	color: #003d8a;
	margin-bottom: 4px;
}


.guideline .sec01 li dd .txt {
	line-height: 1.4;
}

.guideline .sec01 li dd .txt-ma {
	margin-bottom: 10px;
}
.guideline .link-box {
	margin-top: 40px;
}

.guideline .link-box .txt {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 12px;
}
.guideline .link-box a {
	width: 80%;
}	
}




/*--------------------------------------
news_list
---------------------------------------*/

.news_list .sec01 {
	margin-top: 50px;
}

.news_list .sec01 .news-box li a {
	display: block;
}
.news_list .sec01 .news-box li {
	box-sizing: border-box;
	margin-bottom: 30px;
  border-bottom: solid 1px #dadada;
	padding-bottom: 30px;
}


.news_list .sec01 .news-box .deta {
	float: left;
	width: 12%;
	font-size: 16px;
	margin-right: 1%;
	color: #333;
	font-weight: bold;
}

.news_list .sec01 .news-box .tag {
	float: left;
	width: 10%;
	text-align: center;
	font-size: 13px;
	color: #003d8a;
	padding: 1px 0px;
	border: solid 1px #003d8a;
	border-radius: 100px;
}

.news_list .sec01 .news-box .news-ttl {
	float: left;
	width: 72%;
	font-size: 16px;
	margin-left: 3%;
}



@media screen and (max-width: 768px)  {
	
.news_list .sec01 {
	margin-top: 10px;
}
	
.news_list .sec01 .news-box li a {
	display: block;
}
.news_list .sec01  .news-box li {
	box-sizing: border-box;
	margin-bottom: 20px;
  border-bottom: solid 1px #dadada;
	padding-bottom: 20px;
}



.news_list .sec01  .news-box .deta {
	float: none;
	width: 70px;
	font-size: 14px;
	margin-right: 0;
	color: #333;
	display: inline-block;
	font-weight: bold;
}

.news_list .sec01  .news-box .tag {
	float: none;
	width:auto;
  margin-left: 20px;
	text-align: center;
	font-size: 13px;
	color: #003d8a;
	padding: 1px 20px;
	display: inline-block;	
	border: solid 1px #003d8a;
	border-radius: 100px;
}

.news_list .sec01  .news-box .news-ttl {
	float: none;
	width: 100%;
	font-size: 14px;
	margin-left: 0;
	margin-top: 5px;
}

}


/*--------------------------------------------------
  pager-area
--------------------------------------------------*/


.pager-area {
	text-align: center;
	margin-top: 50px;
}

.pager-area .num {
	display: inline-block;
	margin: 0 5px;
}

.pager-area a {
	font-size: 14px;
	color: #333;
  font-weight: 500;
}
.pager-area .b01 {
	background: #003d8a;
	color: #fff;
	width: 24px;
	line-height: 24px;
	font-size: 14px;	
  font-weight: 500;
}



.pager-area .page-numbers {
	font-size: 14px!important;
	color: #333!important;
  font-weight: 500!important;
	margin: 0 5px!important;
		display: inline-block!important;
}

.pager-area .current {
	background: #003d8a;
	color: #fff!important;
	width: 24px!important;
	line-height: 24px!important;
	font-size: 14px;	
  font-weight: 500;
}







@media screen and (max-width: 768px) {
	
.pager-area {
	text-align: center;
	margin-top: 50px;
}

.pager-area .num {
	display: inline-block;
	margin: 0 3px;
}

.pager-area a {

}
.pager-area .b01 {
	color: #fff;
	width: 20px;
	line-height: 20px;
}	
	
.pager-area .page-numbers {
	margin: 0 3px!important;
		display: inline-block!important;
}

.pager-area .current {
	background: #003d8a;
	color: #fff!important;
	width: 20px!important;
	line-height: 20px!important;
	font-size: 12px!important;	
  font-weight: 500;
}
	
	
}



/*--------------------------------------
contact
---------------------------------------*/

.contact .sec01 {
	margin-top: 50px;
}

.contact .sec01 .title-box {
	text-align: center;
}
.contact .sec01 .title-box h3 {
	font-size: 20px;
	color: #003d8a;
	font-weight: bold;
}

.contact .sec01 .title-box .txt {
	text-align: center;
	line-height: 2;
	margin-top: 35px;
}

input,
textarea,
select,
textarea {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
	box-sizing: border-box;
}

.form-block {
  width: 100%;
	margin-top: 40px;
}

.form-block table {
	margin: 20px 0 60px;
	border: none;
	width: 100%;
}

.form-block table tr {
	border-bottom: 1px solid #f0f0f0;
}

.form-block table th {
	background: none;
	width: 20%;
	padding: 30px 5% 30px 0;
	box-sizing: border-box;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
  word-break: break-all;
	border-left: none;
	border-bottom: none;
}

.form-block table th p {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
}
.form-block th .req01 {
	background: #003d8a;
	padding: 2px 8px 4px;
	margin-left: 15px;
	color: #fff;
	line-height: 1.4;
	font-size: 12px;
	position: relative;
	top: -2px;
	border-radius: 2px;
}

.form-block th .tx01 {
	font-size: 14px;
	line-height: 1.5;
	margin-top: 15px;
	display: inline-block;
}



.form-block table td {
	width: 70%;
	padding: 30px 0 30px 20px;
	box-sizing: border-box;
	text-align: left;
	font-size: 16px;
	line-height: 1.4;
  word-break: break-all;
	border-left: none;
	border-bottom: none;
}
.form-block table td p {
	font-size: 16px;
	line-height: 1.4;	
}


.form-block td input {
	width: 100%;
	height: 60px;
	padding: 0 20px;
	box-sizing: border-box;
	font-size: 16px;
	background: #f0f0f0;
	border-radius: 8px;
	border: none;
}
.form-block td input.wd01 {
	width: 130px;
}
.form-block td input.wd02 {
	width: 70px;
}

/* ラジオボタン */
.radio01 li {
	float: left;
	margin-right: 25px;
}
.radio01 .wpcf7-list-item {
	float: left;
	margin-right: 25px;
}

.radio01 li:last-child {
	margin-right: 0;
}

.radio-input + .radio-parts {
  padding-left: 29px;
	font-size: 18px;
  position: relative;
}
.radio-input + .radio-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
	margin-top: -8px;
  border: 1px solid #d5d5d5;
  border-radius: 50%;
}
.radio-input:checked + .radio-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 4px;
	background: #003d8a;
	margin: -4px 0 0 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.radio-input:checked + .radio-parts {
  color: #003d8a;
}


/* textarea */
.form-block textarea {
	width: 100%;
	box-sizing: border-box;
	border: none;
	font-size: 15px;
	resize: vertical;
	padding: 15px 20px;
	box-sizing: border-box;
	font-size: 16px;
	background: #f0f0f0;	
	border-radius: 8px;	
}


/* send-btn */
.send-btn {
	display: block;
	background: #7dd6ff;
	width: 340px;
	height: 80px;
	margin: 70px auto 0;
	box-sizing: border-box;
	line-height: 80px;
	border: none;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	border-radius:100px;
	cursor: pointer;
	transition: all 0.3s;
	position: relative;
}
.send-btn:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}


@media screen and (max-width: 768px) {

.contact .sec01 {
	margin-top: 10px;
}


.contact .sec01 .title-box h3 {
	font-size: 16px;
	color: #003d8a;
	font-weight: bold;
	line-height: 1.5;
}

.contact .sec01 .title-box .txt {
	text-align: left;
	line-height: 2;
	margin-top: 25px;
}

.form-block {
  width: 100%;
	margin-top: 20px;
}

.form-block table {
	margin: 20px 0 30px;
	border: none;
	width: 100%;
}


	
.form-block table th {
	display: block;
	background: none;
	width: 100%;
	padding: 0 0 0 0;
	box-sizing: border-box;
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.4;
  word-break: break-all;
	border-left: none;
	border-bottom: none;
	margin-bottom: 12px;
	margin-top: 25px;
}
	
.form-block table th p {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.4;
}	
.form-block th .req01 {
	background: #003d8a;
	padding: 2px 8px 4px;
	margin-left: 15px;
	color: #fff;
	line-height: 1.4;
	font-size: 11px;
	position: relative;
	top: -1px;
	border-radius: 2px;
}

.form-block th .tx01 {
	font-size: 12px;
	line-height: 1.5;
	margin-top: 10px;
	display: inline-block;
}



.form-block table td {
	display: block;
	width: 100%;
	padding: 0 0 0 0;
	box-sizing: border-box;
	text-align: left;
	font-size: 14px;
	line-height: 1.4;
  word-break: break-all;
	border-left: none;
	border-bottom: none;
	margin-bottom: 25px;	
}
	
	.form-block table td p {
	font-size: 14px;
	line-height: 1.4;		
	}	
.form-block td input {
	width: 100%;
	height: 45px;
	padding: 0 15px;
	box-sizing: border-box;
	font-size: 14px;
	background: #f0f0f0;
	border-radius: 4px;
	border: none;
}
.form-block td input.wd01 {
	width: 80px;
}
.form-block td input.wd02 {
	width: 50px;
}

/* ラジオボタン */
.radio01 li {
	float:none;
	margin-right: 0;
	margin-top: 15px;
	
}
.radio01 li:last-child {
	margin-right: 0;
}
.radio-input {

}
.radio-input + .radio-parts {
  padding-left: 25px;
	font-size: 15px;
  position: relative;
}
.radio-input + .radio-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  height: 15px;
	margin-top: -7px;
  border: 1px solid #d5d5d5;
  border-radius: 50%;
}
.radio-input:checked + .radio-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 3px;
	background: #003d8a;
	margin: -4px 0 0 0;
  width: 11px;
  height: 11px;
  border-radius: 50%;
}
.radio-input:checked + .radio-parts {
  color: #003d8a;
}


/* textarea */
.form-block textarea {
	width: 100%;
	box-sizing: border-box;
	border: none;
	font-size: 14px;
	resize: vertical;
	padding: 10px 15px;
	box-sizing: border-box;
	background: #f0f0f0;	
	border-radius: 4px;	
}


/* send-btn */
.send-btn {
	display: block;
	background: #7dd6ff;
	width: 80%;
	height: 60px;
	margin: 50px auto 0;
	box-sizing: border-box;
	line-height: 60px;
	border: none;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border-radius:100px;
	cursor: pointer;
	transition: all 0.3s;
	position: relative;
}
.send-btn:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}

	
}






/* ラジオボタン */
.radio01 .wpcf7-list-item {
	float: left;
	margin-right: 25px;
}
.radio01 li:last-child {
	margin-right: 0;
}
.radio-input input {
  display: none;
}
.radio-input + .radio-parts {
  padding-left: 24px;
	font-size: 16px;
  position: relative;
}
.radio-input + .radio-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
	margin-top: -7px;
  border: 1px solid #003d8a;
  border-radius: 50%;
}
.radio-input:checked + .radio-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 3px;
	background: #003d8a;
	margin: -4px 0 0 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.radio-input:checked + .radio-parts {
  color: #003d8a;
}



.radio-input input + .wpcf7-list-item-label {
  padding-left: 24px;
	font-size: 16px;
  position: relative;
}
.radio-input input + .wpcf7-list-item-label::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
	margin-top: -7px;
  border: 1px solid #d5d5d5;
  border-radius: 50%;
}
.radio-input input:checked + .wpcf7-list-item-label::after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 4px;
	background: #003d8a;
	margin: -3px 0 0 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.radio-input input:checked + .wpcf7-list-item-label {
  color: #003d8a!important;
}


.radio01 .wpcf7-list-item {
	margin-left: 0;
}
.wpcf7-list-item-label {
  padding-left: 24px;
	font-size: 16px;
  position: relative;	
}

@media screen and (max-width: 768px) {
/* ラジオボタン */
	
.radio01 li {
	float: inherit;
	margin-right: 0;
	margin-bottom: 10px;
}
.radio01 li:last-child {
	margin-bottom: 0;
}
.radio-input + .radio-parts {
  padding-left: 10px;
	font-size: 14px;
}
.radio-input input + .wpcf7-list-item-label {
  padding-left: 24px;
	font-size: 14px;
  position: relative;
}

	
.radio-input + .radio-parts::before {
  width: 12px;
  height: 12px;
	margin-top: -6px;
}
.radio-input:checked + .radio-parts::after{
	margin: -3px 0 0 0;
  width: 8px;
  height: 8px;
}
}
	




.thanks .sec01 .txt {
	text-align: center;
	line-height: 2.4;
	font-size: 20px;
}


@media screen and (max-width: 768px) {
.thanks .sec01 .txt {
	text-align: center;
	line-height: 2.4;
	font-size: 16px;
}

	
}





/*--------------------------------------news---------------------------------------*/

/*--------------------------------------
sec01
---------------------------------------*/
.news .sec01 {
	margin-top: 40px;
	margin-bottom: 150px;
}

.news .deta {
	text-align: center;
	font-size: 22px;
	color: #003d8a;
  font-weight:bold;	
	letter-spacing: 0.08em;
}

.news .n-ttl01 {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.6;
	margin: 30px 0 40px;
	border-bottom: solid 1px #003d8a;
	padding-bottom: 20px;
}



.news .info-txt img {
	margin-bottom: 20px;
  border-radius: 24px;
line-height: 1.8;
	width: auto;
}


.news .info-txt p {
	margin-bottom: 20px;
}

.news .info-txt a {
	display: inline-block;
	text-decoration: underline;
	color: #003d8a;
}

.news .link01 {
	margin-top: 60px;
}

@media screen and (max-width: 768px) {
.news .sec01 {
	margin-top: 20px;
	margin-bottom: 110px;
}

.news .deta {
	text-align: center;
	font-size: 18px;
}

.news .n-ttl01 {
	font-size: 22px;
	line-height: 1.6;
	margin: 20px 0 25px;
}


.news .info-txt img{
	border-radius: 12px;
	margin-bottom: 20px;
}


	
.news .info-txt{
	margin-bottom: 15px;
}

.news .ttl-under {
	margin-bottom: 0!important;
}

.news .link01 {
	margin-top: 40px;
}
	
}









.related {
	margin-top: 100px;
}

.related h3 {
	font-weight: bold;
	font-size: 28px;
	color:#003d8a;
	margin-bottom: 20px;
}
.related .link-ls li {
	padding: 24px 0;
	border-bottom: solid 1px #003d8a;
	box-sizing: border-box;
}

.related .link-ls li:first-child {
	border-top: solid 1px #003d8a;
	box-sizing: border-box;	
}

.related .link-ls li a {
	position: relative;
	font-weight: bold;
	font-size: 18px;
	display: block;
}
.related .link-ls li a::after {
	content: "";
	position: absolute;
	width: 35px;
	height: 35px;
	right: 0;
	margin: auto;
	background: url("../images/arrow03.png") 0 0 no-repeat;
	background-size: 100% auto;		
}



@media screen and (max-width: 768px) {
	
.related {
	margin-top: 60px;
}

.related h3 {
	font-weight: bold;
	font-size: 22px;
	color:#003d8a;
	margin-bottom: 15px;
}
	
.related .link-ls li {
	padding: 16px 0;
	border-bottom: solid 1px #003d8a;
	box-sizing: border-box;
}

.related .link-ls li:first-child {
	border-top: solid 1px #003d8a;
	box-sizing: border-box;	
}

.related .link-ls li a {
	position: relative;
	font-weight: bold;
	font-size: 16px;
	display: block;
}
.related .link-ls li a::after {
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	right: 0;
	margin: auto;
	background: url("../images/arrow03.png") 0 0 no-repeat;
	background-size: 100% auto;		
}

}

.other01 {
	margin-top: 100px;
}

.other01 h3 {
	font-weight: bold;
	font-size: 28px;
	color:#003d8a;
	margin-bottom: 20px;
	border-bottom: solid 1px #003d8a;
	padding-bottom: 18px;
}

.other01 .fix-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; 
	margin-top: 34px;
}

.other01 .link {
	width: 48%;
}

.other01 .link a {
	position: relative;
	font-weight: bold;
	font-size: 18px;
	display: block;	
	background: #eee;
	padding: 20px 40px;
	border-radius: 100px;
}


.other01 .link a::after {
	content: "";
	position: absolute;
	width: 35px;
	height: 35px;
	right: 20px;
	margin: auto;
	background: url("../images/arrow03.png") 0 0 no-repeat;
	background-size: 100% auto;		
}

@media screen and (max-width: 768px) {
.other01 {
	margin-top: 60px;
}

.other01 h3 {
	font-weight: bold;
	font-size: 22px;
	color:#003d8a;
	margin-bottom: 15px;
	border-bottom: solid 1px #003d8a;
	padding-bottom: 14px;
}

.other01 .fix-box {
  display: block;
  justify-content: space-between;
  flex-wrap: wrap; 
	margin-top: 34px;
}

.other01 .link {
	width: 100%;
	margin-top: 20px;
}

.other01 .link a {
	position: relative;
	font-weight: bold;
	font-size: 16px;
	display: block;	
	background: #eee;
	padding: 18px 30px;
	border-radius: 100px;
}


.other01 .link a::after {
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	right: 20px;
	margin: auto;
	background: url("../images/arrow03.png") 0 0 no-repeat;
	background-size: 100% auto;		
}
	
}







.archieve .box01 .s-ttl {
	font-weight: bold;
	color: #003d8a;
	border-bottom: solid 1px #003d8a;
	padding-bottom: 10px;
	margin-bottom: 20px;
	font-size: 28px;
}

.archieve .box01 .read {
	text-align: center;
}

.archieve .box01 .read {
	margin-top: 35px;
	margin-bottom: 15px;
}


.archieve .box01 .link01 a {
	width: 350px;
	margin-bottom: 70px;
}


@media screen and (max-width: 768px) {
.archieve .box01 .s-ttl {
	font-weight: bold;
	color: #003d8a;
	border-bottom: solid 1px #003d8a;
	padding-bottom: 10px;
	margin-bottom: 20px;
	font-size: 20px;
}

.archieve .box01 .read {
	text-align: center;
}

.archieve .box01 .read {
	margin-top: 20px;
	margin-bottom: 10px;
}


.archieve .box01 .link01 a {
	width: 350px;
	margin-bottom: 40px;
}
	
}








.contact .cj {
	margin-bottom: 12px;
}

.contact .cj a {
	text-decoration: underline;
	color: #003d8a;
}



.radio02 .radio-input .first {
	display: none!important;
}
