@charset "UTF-8";

/* 共通 ベース base
----------------------------------------------- */
html {
  scroll-behavior: smooth;
}
:target {
  scroll-margin-top: 90px; /* ヘッダーの高さに応じて調整 */
}
body {
  font-family: '小塚ゴシック Pro','Kozuka Gothic Pro', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #06062C;
}
.container {
  max-width: 1380px;
  width: 90%;
  margin: 0 auto;
}
.wrapper {
}
h2 {
  font-size: 36px;
  line-height: 1.5;
}
.sec_title {
  margin-bottom: 30px;
}
.sec_title h2 {
  font-size: 78px;
  font-family: poppins, sans-serif;
  font-weight: 800;
  font-style: normal;
  line-height: 1;
}
.sec_title .h2_ja {
  font-size: 12px;
  font-weight: 500;
  color: #00a1e9;
  margin:  0 0 10px 15px;
  position: relative;
}
/*.sec_title .h2_ja::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 14px;
  height: 1px;
  background-color: #00a1e9;
}*/
h3 {
  font-size: 30px;
  margin-bottom: 30px;
  text-align: center;
}
h4 {
  font-size: 20px;
}
p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.sec_p {
  font-size: 17px;
  line-height: 2;
  max-width: 970px;
  margin: auto;
}
@media screen and (max-width: 498px) {
  .sec_p {
    font-size: 13px;
  }
  #spot .sec_p {
    font-size: 14px;
  }
}
.btn_more {
  max-width: 260px;
  width: 85%;
}
.btn_more.long_btn{
  max-width: 350px;
  width: 100%;
}
@media screen and (max-width: 498px) {
  .btn_more.long_btn a {
    font-size: 11px;
  }
}
.btn_more a {
  font-size: 15px;
  font-weight: bold;
  padding: 18px 20px;
  display: block;
  color: #000057;;
  background-color: #fff;
  border: 1px solid #000057;
  border-radius: 50px;
  position: relative;
  text-align: center;
}
/* .btn_more a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f0a9';
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 17px;
  color: #20202F;
  transition: 0.3s ease;
} */
.btn_more a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 17px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #063C66;
  transform: translateY(-50%);
}
.btn_more a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 23px;
  width: 5px;
  height: 5px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: translateY(-50%) rotate(-45deg);
  transition: transform 0.3s ease;
}
.btn_more a:hover {
  color: #fff;
  background-color: #00a1e9;
  border: 1px solid #00a1e9;
}
.btn_more a:hover::after {
  color: #fff;
}
.btn_more02 {
  max-width: 260px;
  width: 85%;
}
.btn_more02 a {
  font-size: 15px;
  font-weight: bold;
  padding: 18px 20px;
  display: block;
  color: #000057;;
  background-color: #fff;
  border-radius: 50px;
  position: relative;
  text-align: center;
}
.btn_more02 a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f0a9';
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 17px;
  color: #20202F;
  transition: 0.3s ease;
}
.btn_more02 a:hover {
  color: #fff;
  background-color: #00a1e9;
}
.btn_more02 a:hover::after {
  color: #fff;
}
.btn_more03 {
  max-width: 290px;
  width: 85%;
}
.btn_more03 a {
  font-size: 15px;
  font-weight: bold;
  padding: 13px 10px;
  display: block;
  color: #fff;;
  background-color: #3973B8;
  border-radius: 50px;
  position: relative;
  text-align: center;
}
/* .btn_more03 a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f0a9';
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 17px;
  color: #fff;
  transition: 0.3s ease;
} */
.btn_more03 a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 24px;
  width: 5px;
  height: 5px;
  border-right: 1px solid #3973B8;
  border-bottom: 1px solid #3973B8;
  transform: translateY(-50%) rotate(-45deg);
  transition: transform 0.3s ease;
}
.btn_more03.border_white a::before {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.btn_more03 a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 24px;
  width: 5px;
  height: 5px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: translateY(-50%) rotate(-45deg);
  transition: transform 0.3s ease;
}
.btn_more03.border_white a::after {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}


.btn_more03 a:hover {
  color: #fff;
  background-color: #000057;
}
.btn_more03 a:hover::after {
  color: #fff;
}

.poppins_e {
  font-family: poppins, sans-serif;
  font-weight: 800;
  font-style: normal;
}
.rift_soft {
  font-family: rift-soft, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.noto {
  font-family: 'Noto Sans JP', sans-serif;
}
.bold {
  font-weight: bold;
}
.normal {
  font-weight: normal;
}
.relative {
  position: relative;
}
.clr_green {
  color: #008D1F;
}
.clr_navy {
  color: #06062C;
}
.MT_15rem{
	margin-top: 1.5rem;
}
.link{
	color: #00a2eb;
    border-bottom: 1px solid #00a2eb;
}
.link:hover{
	
    font-weight: 600;
}
.text_c__sp_l{
	text-align: center;
}
.f_mini08{
	font-size: 0.8rem
}

@media only screen and (max-width: 1500px) {
  .sec_title h2 {
    font-size: 68px;
  }
}

@media only screen and (max-width: 1280px) {
  h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 1024px) {
  h2 {
    font-size: 25px;
  }
  .sec_title h2 {
    font-size: 50px;
  }
  .sec_title .h2_ja {
    font-size: 18px;
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 16px;
  }
  dd,
  p {
    font-size: 15px;
  }
  .btn_more {
  }
  .btn_more a {
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .sec_title h2 {
    font-size: 45px;
  }
  .sec_title .h2_ja {
    font-size: 17px;
  }
  .sp_r {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
	.text_c__sp_l{
	text-align: left;
}
}

@media only screen and (max-width: 479px) {
  h2 {
    font-size: 20px;
  }
  dd,
  p {
    font-size: 14px;
  }
  .sec_title h2 {
    font-size: 35px;
  }
    h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  
  .btn_more {
  
  }
  .btn_more a {
    font-size: 13px;
    padding: 15px 20px;
  }
  .btn_more a::after {
    right: 23px;
    font-size: 25px;
  }
}
@media screen and (max-width: 498px) {
  .min_txt {
    font-size: 13px!important;
  }
  .min_more_txt {
    font-size: 12px!important;
  }
  .sp_center {
    text-align: center;
  }
}
@media screen and (max-width: 498px) {
  .must_min_txt {
    font-size: 12px!important;
  }
}

/* -----------------------------------------------

	 トップページ

----------------------------------------------- */

/* top_main
----------------------------------------------- */
#top .top_main {
  height: 1000px;
  height: 52vw;
  position: relative;
  background-image: url(../images/top_bg01.png);  
  background-repeat: no-repeat;  
  background-size: cover;
	background-position: right;
}
*#top .top_main::before {
  content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background: linear-gradient(270deg, #EEEEEE 0%, #EEEEEE 20%, transparent 4%, transparent 100%);
    width: 100%;
    height: 53%;
    z-index: -1;
}

#top .top_main .main_text {
  position: absolute;
  top: 44%;
  left: 8%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
	    width: 84%;
}
#top .top_main .main_text h1 {
  font-size: 1vw;
    font-weight: bold;
    letter-spacing: 4px;
    line-height: 1.5;
    margin-top: 20px;
    color: #e4f561;
}
#top .top_main .main_text h2 {
  font-size: 75px;
  font-size: 3vw;
  font-weight: bold;
  letter-spacing: 10px;
  line-height: 1.5;
  margin-bottom: 20px;
	color: #fff;
}
#top .top_main .main_text p {
  font-size: 23px;
  font-size: 1vw;
  font-weight: bold;
  width: 52%;
  color: #fff;
  margin: 0;
}
#top .top_main .top_info {
  position: absolute;
  bottom: 25%;
  right: 13%;
  background-color: #06062C;
  border-radius: 50px;
  padding: 10px;
  max-width: 800px;
  width: 90%;
	
}
#top .top_main .top_info h2 {
  font-family: poppins, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 19px;
  color: #fff;
  padding: 0 20px;
  border-right: 1px solid #fff;
  line-height: 1;
  padding-top: 5px;
}
#top .top_main .top_info a {
  color: #fff;
  padding: 0 20px;
  gap: 0 20px;
}
#top .top_main .top_info a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f061';
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 16px;
  transition: 0.3s ease;
}
#top .top_main .top_info .info_date {
  font-size: 13px;
}
#top .top_main .top_info a:hover {
  opacity: 0.7;
}
#top .top_main .top_info a:hover::after {
  right: 2%;
  transition: 0.3s ease;
}

@media only screen and (max-width: 1500px) {
  #top .top_main .top_info {
    right: 5%;
  }
}

@media only screen and (max-width: 1280px) {
  
}

@media only screen and (max-width: 1024px) {

}

@media only screen and (max-width: 768px) {
  #top .top_main {
    height: 737px;
        background-color: #1a6ba8;
        background-size: 189%;
        background-position: top right;   
  }
  #top .top_main::before {
    border-bottom: 20vw solid transparent;
    border-left: 32vw solid #008D1F;
  }
  #top .top_main .main_text {
    margin-top: 209px;
  }
  #top .top_main .main_text h1 {
    font-size: 2vw;
    letter-spacing: 2px;
    }
 
	#top .top_main .main_text h2 {
    font-size: 6vw;
  }
  #top .top_main .main_text p {
    font-size: 13px;
	  width: 100%;
  }
  #top .top_main .top_info h2 {
    font-size: 16px;
  }
  #top .top_main .top_info .info_date {
    font-size: 11px;
  }
  #top .top_main .top_info .info_title {
    font-size: 13px;
  }
  #top .top_main .top_info a::after {
    font-size: 14px;
  }
}

@media only screen and (max-width: 600px) {
  #top .top_main {
    height: 737px;
        background-color: #1a6ba8;
        background-size: 189%;
        background-position: top right;
  }
  #top .top_main .main_text h1 {
    font-size: 2vw;
  }
	#top .top_main .main_text h2 {
    font-size: 5vw;
  }
  #top .top_main .top_info {
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
    bottom: 20%;
  }
  #top .top_main .top_info h2 {
    border-right: none;
    margin-bottom: 8px;
  }
  #top .top_main .top_info a {
    width: 100%;
  }
}

@media only screen and (max-width: 479px) {
  #top .top_main {
    height: 550px;
    background-size: 189%;
    background-position: top right;
  }
  #top .top_main::before {
    border-bottom: 30vw solid transparent;
    border-left: 45vw solid #008D1F;
  }
  #top .top_main .main_text {
    margin-top: 149px;
  }
  #top .top_main .main_text h1 {
    font-size: 3vw;
  }
	#top .top_main .main_text h2 {
    font-size: 7.5vw;
    letter-spacing: 5px;
  }
  #top .top_main .main_text p {
    letter-spacing: 0;
	width: 100%;
  }
  #top .top_main .top_info {
    font-size: 15px;
    border-radius: 10px;
    bottom: 15%;
    padding: 12px 10px 10px;
  }
  #top .top_main .top_info h2 {
    padding: 0 10px;
  }
  #top .top_main .top_info a {
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
    padding: 0 0 0 10px;
  }
  #top .top_main .top_info .info_date {
    width: 100%;
  }
}

@media only screen and (max-width: 370px) {

}










/* top_contents　共通
----------------------------------------------- */
#top .top_contents {
  background: linear-gradient(270deg, #EEEEEE 0%, #EEEEEE 20%, transparent 4%, transparent 100%);
}

#top .top_contents2 {
  position: relative;
}
#top .top_contents2::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background-color: #EEEEEE;
  width: 20%;
  height: 53%;
  z-index: -1;
}
/*#top .top_contents::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 300px;
  z-index: 1;
}
#top .top_contents.works::after {
  display: none;
}*/
#top .top_contents3 {
  padding-bottom: calc(10vw + 10px);  
    position: relative;
    overflow: hidden;
	background-color:#fff;
}
#top .top_contents3::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 10vw solid #fff;  /* 三角を白にする */ 
  border-left: 100vw solid transparent;
}
#top .text_area {
  width: 45%;
}
#top .img_area {
  width: 45%;
}
#top .img_area img {
  width: 100%;
}

#top .top_contents3 {
  /*background-image: url(../images/top_bg03.png);
  background-repeat: no-repeat;
  background-position: top left -350px;
  background-size: 42%;*/
  position: relative;
}
#top .top_contents3::before {
  content: '';
    position: absolute;
    bottom: -200px;
    left: 0;
    border-top: 35vw solid transparent;
    border-left: 101vw solid #3a75bb;
    z-index: 1;
}
#top .top_contents3::after {
  content: '';
  position: absolute;
  bottom: 50px;
  right: 0;
  border-top: 70vw solid transparent;
  border-right: 100vw solid #EEEEEE;
  z-index: -1;
}

@media only screen and (max-width: 1280px) {
  #top .top_contents {
    height: 38vw;/*3アイテム時はheight: 52vw;*/
  }
  #top .text_area {
    width: 50%;
  }
  #top .img_area {
    width: 42%;
  }
  #top .top_contents3::before {
    border-top: 50vw solid transparent;
    border-left: 151vw solid #3a75bb;
  }
}

@media only screen and (max-width: 1024px) {
  #top .top_contents {
    
  }
  #top .top_contents2::before {
    /*width: 85%;*/
  }
}

@media only screen and (max-width: 1280px) {
  
}

@media only screen and (max-width: 768px) {
  #top .top_contents {
    height: 64vw;/*3アイテムの時height: 80vw;*/
    background:none;
  }
  #top .top_contents2::before {
    width: 71%;
    height: 70%;
  }
  #top .top_contents3::before {
      border-top: 96vw solid transparent;
      border-left: 151vw solid #3a75bb;
  }
  #top .text_area {
    width: 100%;
    margin-bottom: 50px;
  }
  #top .img_area {
    width: 100%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 600px) {
  #top .top_contents {
    height: auto;
  }
}

@media only screen and (max-width: 479px) {
  #top .top_contents2::before {
    height: 65%;
  }
 #top .top_contents3 {
    padding-bottom: calc(10vw + 50px);
}
  
}

/* top_info
----------------------------------------------- */
#top .top_info {
  padding: 0 0 80px 0;
  width: 95%;
}
#top .top_info .top_info_title {
  width: 83%;
  position: relative;
}
#top .top_info .top_info_title .sec_title {
  margin-right: 80px;
  margin-bottom: 50px;
}
#top .top_info .top_info_title .sec_title .h2_ja {
  
}

#top .top_info ul.category {
  margin-bottom: 80px;
  gap: 20px 8px;
}
#top .top_info ul.category li a {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  padding: 5px 15px;
  border: 1px solid #fff;
  border-radius: 50px;
}
#top .top_info ul.category li a:hover {
  color: #008D1F;
  background-color: #fff;
}

#top .top_info .sec_title .tk {
  color: #fff;
  text-shadow: 1px 1px 0 #06062C, -1px -1px 0 #06062C,
  -1px 1px 0 #06062C,  1px -1px 0 #06062C,
  1px 0 0 #06062C, -1px  0 0 #06062C,
  0 1px 0 #06062C,  0 -1px 0 #06062C;
}
#top .top_info .top_info_list {
  max-width: 860px;
    width: 100%;
}
#top .top_info .top_info_list li {
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding: 1.5rem 0;
	position: relative;
}
#top .top_info .top_info_list li a  {
  align-items: center;
}
#top .top_info .top_info_list li a img {
  width: 15%;
  object-fit: cover;
}
#top .top_info .top_info_list li a .info_text{
  width: 80%;
  padding: 15px;
}
#top .top_info .top_info_list li a .info_text p{
	margin: 0;
}
/* 
#top .top_info .top_info_list li:after{
   	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f0a9';
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-size: 18px;
    color: #20202F;
    transition: 0.3s ease;
	} */
#top .top_info .top_info_list li:before{
  content: '';
  position: absolute;
  top: 50%;
  right: 17px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #063C66;
  transform: translateY(-50%);
}
#top .top_info .top_info_list li:after{
  content: '';
  position: absolute;
  top: 50%;
  right: 23px;
  width: 5px;
  height: 5px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: translateY(-50%) rotate(-45deg);
  transition: transform 0.3s ease;
}
@media only screen and (max-width: 1500px) {
  #top .top_info .top_info_title {
    width: 90%;
  }
}
@media only screen and (max-width: 1280px) {
  #top .top_info {
    width: 90%;
  }
  
}
@media only screen and (max-width: 1024px) {
  #top .top_info {
    width: 100%;
        padding: 80px 0 50px;
  }
  
  #top .top_info .top_info_title .sec_title {
    margin-right: 60px;
  }
  #top .top_info .top_info_title {
    width: 95%;
  }
  #top .top_info ul.category li a {
    font-size: 13px;
  }
  
}

@media only screen and (max-width: 768px) {
  #top .top_info {
    
  }
  #top .top_info .tokuchan {
    width: 110px;
  }
  #top .top_info .top_info_title > div.flex {
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
    margin-bottom: 40px;
  }
  #top .top_info .top_info_title .sec_title {
    width: 100%;
    margin-bottom: 30px;
  }
  #top .top_info ul.category {
    margin-bottom: 50px;
  }
  
}

@media only screen and (max-width: 600px) {
  #top .top_info {
    position: relative;
    top: -8vw;
  }
    #top .top_info .top_info_title {
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;    
  }
  #top .top_info .top_info_title > div.flex {
    width: 100%;
  }
}

@media only screen and (max-width: 479px) {
  #top .top_info {
    }
  #top .top_info .top_info_title {
    margin-bottom: 30px;
  }
  #top .top_info .top_info_title > div.flex {
    margin-bottom: 30px;
  }
  #top .top_info ul.category {
    margin-bottom: 30px;
  }
  #top .top_info ul.category li a {
    font-size: 12px;
  }
  
}


/* .top_info
----------------------------------------------- */





@media only screen and (max-width: 1024px) {
  
  #top .top_info .top_info_list li a .info_text  {
    font-size: 12px;
  }
  #top .top_info .top_info_list li a .info_text  {
    font-size: 13px;
  }
}

@media only screen and (max-width: 768px) {
  
  #top .top_info .top_info_list {
    gap: 20px;
  }
  #top .top_info .top_info_list li {
    
  }
  #top .top_info .top_info_list li a img {
    
  }
}

@media only screen and (max-width: 600px) {
  #top .top_info > .flexjbe {
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
  }
  #top .top_info > .flexjbe > div {
    width: 100%;
  }
  #top .top_info .btn_more {
    margin-top: 50px;
  }
  #top .top_info .top_info_list li {
    width: 100%;
  }
  #top .top_info .top_info_list li a img {
    
  }
}

@media only screen and (max-width: 479px) {
  
  #top .top_info .btn_more {
    margin-top: 30px;
  }
  #top .top_info .top_info_list li a img {
    height: 56px;
  }
  #top .top_info .top_info_list li a .info_text {
    padding: 10px;
  }
  #top .top_info .top_info_list li a .info_text .tkmagazin_cat {
    font-size: 11px;
  }
  
}




/* top_service
----------------------------------------------- */
#top .top_service {
  padding: 70px 0;
	background-image: url(../images/bg01.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
}
#top .top_service .pickup {
    margin-top: 50px;
}
#top .top_service .top_service_list {
  gap: 40px;
}
#top .top_service .top_service_list li {
    width: calc(100% / 2 - 20px);
    padding: 20px 20px 30px;
    padding: 15px 15px 30px;
    background: #bed9fa94;
}
#top .top_service .top_service_list li a:hover {
	
}
#top .top_service .top_service_list li img {
	/*border-radius: 36px;*/	
}
#top .top_service .top_service_list li h3 {
	text-align: center;
	padding: 20px 10px 10px;
	margin: 0;	
}
#top .top_service .top_service_list li p {
  font-size: 15px;
	padding: 10px 25px;
	width: 100%;	
	text-align: center;
}
#top .top_service .top_service_list li p span {
  color: #008D1F;
  margin-right: 5px;
}
#top .top_service .top_service_list li {
  position: relative;
}
#top .top_service .top_service_list li:before {
  content: '';
  position: absolute;
  bottom: 20px;
  right: 50%;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #063C66;
  transform: translate(-50%,-50%);
}
@media screen and (max-width: 498px) {
  #top .top_service .top_service_list li:before {
    right: 47%;
  }
}
#top .top_service .top_service_list li:after {
  content: '';
  position: absolute;
  bottom: 30px;
  right: 52%;
  width: 5px;
  height: 5px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: translate(-50%,-50%) rotate(-45deg);
  transition: transform 0.3s ease;
}
@media screen and (max-width: 498px) {
  #top .top_service .top_service_list li:after {
    right: 50.5%;
  }
}
#top .top_service .top_service_list_2col{
  margin-top: 50px;
  gap: 30px 40px;
}
#top .top_service .top_service_list_2col li{
  width: calc( 100% / 2 - 20px );
	padding: 120px 40px 80px;
    text-align: center;
    margin: 0 auto;
}

#top .top_service .top_service_list_2col li.katei{
  background-image: url(../images/top_service_img01_2.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}
#top .top_service .top_service_list_2col li.jigyo{
  background-image: url(../images/top_service_img02_2.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}
#top .top_service .top_service_list_2col li p{
  font-size: 0.9rem;
  color: #fff;
  padding: 20px 0;
  max-width: 455px;
  margin: 0 auto;
}
#top .top_service .top_service_list_2col li h3 {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
  color: #fff;
}
#top .top_service .top_service_list_2col li h3:before {
  content: '';
  position: absolute;
  bottom: -20px;
  display: inline-block;
  width: 60px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 2px;
}
#top .top_service .btn_more,#top .top_service .btn_more02{
	margin: 0 auto;
}



@media only screen and (max-width: 1400px) {

}

@media only screen and (max-width: 1024px) {
  #top .top_service .top_service_list {
    margin-top: 30px;
  }
  #top .top_service .top_service_list li p {
    font-size: 15px;
  }
}

@media only screen and (max-width: 768px) {
  #top .top_service {
    padding: 150px 0 50px;
  }
	#top .top_service .top_service_list {
    gap: 30px;
  }
  #top .top_service .top_service_list li {
    width: 100%;
  }

  #top .top_service .top_service_list_2col{
  margin-top: 50px;
  gap: 50px 20px;
  }
  #top .top_service .top_service_list_2col li{
    width: 100%;
      padding: 70px 30px;
      text-align: center;
      margin: 0 auto;
  }
}
@media screen and (max-width: 498px) {
  #top .top_service .top_service_list li {
    padding: 20px 15px;
    border: 1px solid #0e6eb8;
    background: #fff;
    border-radius: 13px;
  }
  #top .top_service .top_service_list li p {
    font-size: 13px;
  }
  #top .top_service .top_service_list li img {
    border-radius: 0;
}
}
@media only screen and (max-width: 600px) {
  #top .top_service {
    padding: 0 0 50px;
  }
}

@media only screen and (max-width: 479px) {
  #top .top_service .top_service_list li h3 {
    padding: 5px 10px 0px;
  }
	
}






/* top_company
----------------------------------------------- */
#top .top_company {
  padding: 80px 0 0;
  position: relative;
}
#top .top_company h3 {
	text-align: left;
}

#top .top_company .front {
  position: relative;
  z-index: 1;
}
#top .top_company .btn_more {
  margin-top: 80px;
}


@media only screen and (max-width: 1024px) {
  #top .top_company::after {
    top: 450px;
    width: 450px;
  }
  #top .top_company .btn_more {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 768px) {
  #top .top_company::before {
    display: none;
  }
  #top .top_company::after{
    display: none;
  }
}

@media only screen and (max-width: 479px) {
  #top .top_company {
    padding: 60px 0 0;
  }
  #top .top_company .sec_title {
  }
  #top .top_company .sec_title .h2_ja {
    margin: 0;
  }
  #top .top_company .sec_title .h2_ja::before {
    content: none;
  }
  #top .top_company .btn_more {
    margin: 30px auto 0 auto;
  }
}











/*
----------------------------------------------- */



@media only screen and (max-width: 1400px) {

}

@media only screen and (max-width: 1024px) {

}

@media only screen and (max-width: 768px) {

}

@media only screen and (max-width: 479px) {

}
