@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');

.head {
    background: #ffffff;
    color: #112485;
    border-bottom: 1px solid #233a97;
	letter-spacing: 0;
}

/* .btn_submit{
    background: #00bee7;
    color: #fff;
} */

.btn_submit {
  border: 2px solid #233a97;
  border-radius: 0;
  background: #fff;
  -webkit-box-shadow: 4px 4px 0 #87d8f5;
  box-shadow: 4px 4px 0 #233a97;
  color: #000;
}

.btn_submit:hover {
  -webkit-box-shadow: -4px -4px 0 #233a97;
  box-shadow: -4px -4px 0 #233a97;
}

p{
	font-size: 18px;
	line-height: 1.8em;
    letter-spacing: 0.8pt;
	font-family: 'Noto Sans JP', sans-serif;
}
.slide-scroll {
    background: #233a97;
    color: #fff;
}

section.odd {
   background:#fff;
    color: #000;
    padding: 30px 0px 30px 0px;
}

section.odd1 {
  background-image: url(assets/images/point5.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}




.menu-sp {
    background: #233a97;
}

.footer {
    background: #fff;
    border-top: 1px solid #233a97;
    margin-top:40px;
}

.menu ul {
    background: #ffffff;
    color: #112485;
}

a {
    text-decoration: none;
    transition-duration: 0.3s;
    outline: none;
    color: #000;
}

.hv-o:hover * {
    opacity: 0.8;
}

.banner_1 {
    background-image: url(assets/images/slide01.png);
}

.banner_2 {
    background-image: url(assets/images/slide02.png);
}

.banner_3 {
    background-image: url(assets/images/slide03.png);
}

.banner_4 {
    background-image: url(assets/images/slide07.png);
  }

.banner_5 {
    background-image: url(assets/images/6.png);
  }
.banner_6 {
    background-image: url(assets/images/8.png);
  }

.plan111 dt{
  float: left;
}

.plan111 dd{
  margin-left: 30px;
  margin-bottom:20px;
}

.vdeo123{
  width: 100%;
  height:450px;
}

.box3 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #f2e408;
    background: #313131;/*�w�i�F*/
}
.box3 p {
    margin: 0; 
    padding: 0;
    font-size:30px;
    font-weight:bold;
    text-align:center;
}

.box7{
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #474747;
    background: whitesmoke;/*�w�i�F*/
    border-left: double 7px #112485;/*����*/
    border-right: double 7px #112485;/*�E��*/
}
.box7 p {
    margin: 0; 
    padding: 0;
}

.box27 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #112485;
}
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #112485;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box27 p {
    margin: 0; 
    padding: 0;
}

.clearfix::after {
   content: "";
   display: block;
   clear: both;
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
    line-height: 1.8em;
    letter-spacing: 0.8pt;
	font-family: 'Noto Sans JP', sans-serif;
}


/* add style */
.tb_company {
    width: 100%;
}

.tb_company tr:not(:last-child){
    border-bottom: 1px dotted #ccc;
}



.tb_company tr td iframe {
    display: block;
    width: 100%;
    height: 200px;
    margin-top: 10px;
}

.tb_company tr td {
    padding: 10px;
}

.tb_company tr td:first-child {
    vertical-align: middle;
    color: #000;
}





table.table01s {
	width:100%;
	border-right:#ececef solid 1px;
	border-collapse: collapse;
}
table.table01s thead th {
	background:#3EB1C6;
	color:#FFF;
	padding:10px 15px;
	border-right:#FFF solid 1px;
	border-bottom:#FFF solid 1px;
	font-weight:bold;
	text-align:center;
}
table.table01s thead th:last-child {
	border-right:#ececef solid 1px;
}
table.table01s tbody th {
	background:#ececef;
	color:#333;
	padding:10px 15px;
	border-bottom:#FFF solid 1px;
	vertical-align:middle;
	font-weight:bold;
}
table.table01s tbody tr:last-child th {
	border-bottom:#ececef solid 1px;
}
table.table01s tbody td {
	background:#FFF;
	padding:10px 15px;
	border-left:#ececef solid 1px;
	border-bottom:#ececef solid 1px;
	vertical-align: middle;
}

.title-style39 {
    padding: 7px 7px 7px!important;
}
 
@media screen and (max-width: 640px) {

table.table01s {
	font-size:16px;
}

table.table01s thead {
	display:none;
}
table.table01s tbody th {
	display:block;
}
table.table01s tbody td {
	display:block;
}
table.table01s tbody td::before {
	content: attr(label);
	float: left;
	clear:both;
	font-weight:bold;
	margin-right: 20px;
}
table.table01s tbody td p {
	padding-left:6em;
}
}




.floating-banner {
    position: fixed; /* �Ǐ] */
    z-index: 99999; /* ���̗v�f�̉��ɉB��Ȃ��悤�� */
    top: 80px; /* �o�i�[�̏㉺�̈ʒu */
}
.mgb-70_1 {
    margin-bottom:0px;
}
.f-18_1 {
    font-size:18px;
}

.pc {
    width: 100px; /* �o�i�[�̉������w�� */
    position: fixed; /* �Ǐ] */
    z-index: 99999; /* ���̗v�f�̉��ɉB��Ȃ��悤�� */
    top: 250px; /* �o�i�[�̏㉺�̈ʒu */
    right: 0px; /* �o�i�[�̍��E�̈ʒu */
}
.floating-banner:hover {
    opacity: .8; /* �z�o�[�ŏ������� */
}
.sp {
    display: none; /* PC�ł̓X�}�z�p�̃o�i�[�͔�\���� */
}

@media screen and (max-width: 990px) {
    .pc {
    display: none;
  }
}

@media screen and (max-width: 760px) {
 	.sp {
    display: inline;
    width: 100vw;
  }
  .floating-banner  {
    top: unset;
    right: 0;
    bottom: 0;
    position: fixed;
    z-index: 99999;
  }
  .mgb-70_1 {
    margin-bottom:70px;
}
.f-18_1 {
    font-size:16px;
}

.box3 p {
    margin: 0; 
    padding: 0;
    font-size:18px;
    font-weight:bold;
    text-align:center;
}
}











ul.ul_business {
    padding-left: 20px;
}

.ul_business li,
ul.ul_business {
    list-style: disc;
}

#sb_instagram.sbi_palette_dark, #sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer, #sbi_lightbox.sbi_palette_dark_lightbox .sbi_lightbox_tooltip, #sbi_lightbox.sbi_palette_dark_lightbox .sbi_share_close, .sbi_header_outside.sbi_header_palette_dark {
	background-color : #ebf8fd!important;
    color: rgba(235,248,253,.75)!important;
}

/* div#sb_instagram {
    padding: 10px;
} */

.btn-socials {
    text-align: center;
    margin-bottom: 30px;
}

.btn-socials img {
    width: 180px;
    height: auto;
    padding: 5px 2px;
}

@media screen and (max-width:767px) {
    .tb_company {
        margin-bottom: 20px;
        font-size: 16px;
    }
    .tb_company tr td:first-child {
        width: 100%;
        float: left;
    }
    .tb_company tr td {
        width: 100%;
        float: left;
    }
    .tb_company tr td:first-child {
        min-width: 75px;
    }

    .menu-text-en {
        font-size: 14px;
    }
    .menu ul li { font-size: 11px; }
    .menu ul li a {
        padding: 5px 10px;
    }
    

    body {
        font-size: 16px;
    }

    .tb_company tr td {
        padding: 5px;
    }

    
    
    p {
        font-size: 16px;
        
    }
    
    .vdeo123{
  width: 100%;
  height:auto;
}
    
}


@media screen and (min-width: 780px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 780px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
  
  
  
}

/* End  add style */

.slick-dots {
    z-index: 10;
    bottom: 70px !important;
}