@charset "UTF-8";

/*================================================
* CSS RESET
================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,h7,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px
dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px
solid #b2b2b2;margin:0;padding:0}input,select{vertical-align:middle}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Frequently Used■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* font-family: 'Montserrat', sans-serif;
/*
/*
/*
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Basic CSS set■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
img {
    vertical-align: top;
}

video {
    vertical-align: top;
}

body {
    line-height: 1.4em;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;

    /*background-image: url(../image/image/background_body.png);*/
    /*background-size:  cover;               */
    background-color: #0b1320;
    color: #ffffff;
}

a {
    text-decoration: none;
    color: #ffffff;
}

rt {
}

ruby {

}

p {
    text-shadow: 1px 2px 3px #000000;
}

hr {
    margin: 20px 0px;
}


.language {
    font-size: 12px;
    margin-left: auto;
    width: 50px;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Header CSS set■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
header {
    background-color: #0b1320;
    border-bottom: solid 1px #EFEFEF;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.25);
    display: flex;
padding: 10px 10px 6px 10px;
    box-sizing: border-box; 
}
@media screen and (max-width:700px) {
header {

    }
}

.header_logo {
    height: 30px;
}

.title_logo {
    max-width: 300px;
    width: 100%;
    box-sizing: border-box;
    text-align: left;

}

.keyVisual {
  position: relative;
  overflow: hidden;
  height: 50vh;
}
.video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* overlay */

.overlay::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.0);
}

/* text */

.keyVisual_Keytitle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
margin-left: 20px;
}

.h20 {
    height: 20px;
}

h1 {
  font-size: 30px;
  line-height: 1.2;
  color: #fff;
    font-weight: bold;
}

h2 {
  font-size: 12px;
  line-height: 1.2;
  color: #fff;
    margin-top: 4px;
}

.CTA {
    background-color: #45d0ff;
    margin-top: 20px;
    width: 100px;
    height: 30px;
    line-height: 30px;
    border-radius: 6px;
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

.CTA02 {
    width: 300px;
    height: 50px;
    margin: auto;
    margin-top: 20px;
    line-height: 50px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-top: 30px;

  background: linear-gradient(135deg, #00c6ff, #0072ff);
  color: #0b1320;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0, 114, 255, 0.3);
}
@media screen and (max-width:700px) {
.CTA02 {
    width: 100%;
    }
}

.CTA03 {
    margin: auto;
    margin-top: 20px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-top: 30px;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width:700px) {
.CTA03 {
    width: 100%;
    }
}

.CTAbutton_past {
    margin-top: 10px;
    text-align: center;
}



#nav-drawer {
display: none;
    margin-left: auto;
}   
    
#nav-drawer {
    display: block;
  position: relative;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 30px;
  height: 18px;
  vertical-align: middle;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 3px;/*線の太さ*/
  width: 25px;/*長さ*/
  border-radius: 10px;
  background: #ffffff;
  display: block;
  content: '';
  cursor: pointer;
    margin-top: 2px;
}
#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;/*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 40px;
  left: 0;
  z-index: 9999;/*最前面に*/
  width: 150px;/*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 330px;/*最大幅（調整してください）*/
  transition: .3s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);/*左に隠しておく*/
    background-color: #0b1320;
    border-radius: 0px 12px 12px 0px;
    padding: 10px;
    color: #45d0ff;
}

p.subheader_menu_font_sp {
    color: #ffffff;
    font-size: 14px;
    padding-left: 10px;
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0,0,0,.15);\
}




p.subPage_Title {
    font-size: 20px;
    line-height: 1.3em;
    font-weight: bold;
}
p.subPage_Title2 {
    font-size: 16px;
    line-height: 1.3em;
}
p.subPage_Title3 {
    font-size: 14px;
    line-height: 1.3em;
    margin-top: 8px;
    margin-bottom: 4px;
}
p.subPage_mainText {
    font-size: 16px;
    line-height: 1.8em;
}
p.subPage_mainText01 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.8em;
}
p.subPage_mainTextTitle {
    font-size: 18px;
    line-height: 1.6em;
    font-weight: bold;
}
p.subPage_mainText2 {
    font-size: 12px;
    line-height: 1.3em;
} 
p.subPage_mainText3 {
    font-size: 14px;
    line-height: 1.6em;
} 
p.subPage_mainText4 {
    font-size: 14px;
    line-height: 1.8em;
}

.subPage_topImage {
    padding: 0px;
    width: 100%;    
    box-sizing: border-box;
    margin-top: 20px;
}
.subPage_topImage2 {
    width: 400px;
    box-sizing: border-box;
}
@media screen and (max-width:700px) {
.subPage_topImage2 {
    width: 100%;
    padding: 20px 40px;
}}
.subPageBox {
    display: flex;
    height: 50px;
    margin-bottom: 0px;
}
.subPageBox_image {
    height: 100%;
    margin-right: 10px;
}



p.BlockTitle {
    font-size: 18px;
    margin-bottom: 4px;
    font-weight: bold;
}
p.BlockTitle_subpage {
    font-size: 14px;
    margin-bottom: 4px;
    color: #ffffff;
}

.BlockTitle_icon {
    height: 30px;
    margin-top: -4px;
}
.BlockTitle_icon2 {
    height: 30px;
    margin-top: -4px;
    margin-left: auto;
}
.BlockTitle_icon3 {
    height: 30px;
    margin-left: auto;
    margin-top: 10px;
}

.BlockTitle_icon4 {
    height: 30px;
    margin-left: auto;
}

.block {
    padding: 10px;
    max-width: 1000px;
    margin: auto;
}

.block02 {
    padding: 10px;
    max-width: 1000px;
    margin: auto;
    background-color: #ffffff;
}

.grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}
.grid2 {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}
.grid3 {
  display: grid;
  gap: 6px;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}
.grid5 {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}
.grid6 {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    margin-top: 14px;
    margin-bottom: 8px;
}

.grid7 {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}

.item4 {
  border-radius: 10px;
  background: #5d5d5d;
  padding: 6px;
  text-align: center;
	transition: all 0.3s;
}
.item4:hover {
  transform:scale(1.05,1.05);
}
.item5 {

}

.item6 {
  border-radius: 10px;
  padding: 6px;
  text-align: center;
	transition: all 0.3s;
}

    p.item_font10 {
font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #ffffff;
  position: relative;
        line-height: 16px;
}


img {
  max-width: 100%;
  height: auto;
    margin-bottom: 6px;
}
.menu_box_png5 {
padding: 10px 40px 0px 40px;
    box-sizing: border-box;
    width: 150px;
}
@media screen and (max-width:700px) {
.menu_box_png5 {
padding: 10px 20px 0px  20px;
width: 90px;
}
}

.menu_box_png5_2 {
    border-radius: 100px;
    width: 120px;
    padding: 10px;
    box-sizing: border-box;
}




.menu_box_png6 {
}

.btn,
a.btn,
button.btn {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border-radius: 0.5rem;
    margin-top: 2px;
    font-size: 16px;
    padding: 0px 10px;
    font-weight: bold;
}
a.btn-flat {
  overflow: hidden;
  color: #ffffff;
  border-radius: 0;
    text-align: left;
    margin-bottom: 10px;
}

p.item_font5_02 {
  overflow: hidden;
  color: #ffffff;
  border-radius: 0;
    text-align: left;
    margin-bottom: 10px;
    font-weight: bold;
}

a.btn-flat_gray {
  overflow: hidden;
  color: #ffffff;
  border-radius: 0;
    text-align: left;
    margin-bottom: 10px;
    margin-top: 4px;
    color: gray;
}

a.btn-flat2 {
  overflow: hidden;
  color: #aaaaaa;
  border-radius: 0;
    text-align: left;
text-shadow: 1px 2px 3px #000000;
}

a.btn-flat span {
  position: relative;
}

a.btn-flat span2 {
  position: relative;
}

a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-96%);
  transform: translateX(-96%);
background-color: #45d0ff;
box-shadow:0 6px 18px rgba(69,208,255,.25);

}

a.btn-flat2:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-96%);
  transform: translateX(-96%);
  background: #45d0ff;
}




.staff_icon {
    width: 50px;
    border-radius: 30px;
}

.staff_box {
    display: flex;
}

p.staff_name {
    font-size: 16px;
    font-weight: bold;
    margin-left: 6px;
    margin-top: 4px;
}

p.staff_title {
    font-size: 14px;
    margin-left: 6px;
}

p.staff_text {
    font-size: 14px;
}






    p.item_font6 {
font-size: 12px;
color: #ffffff;
        margin-top: -6px;
        margin-bottom: 14px;
}
    p.item_font6_title {
font-size: 16px;
        font-weight: bold;
color: #ffffff;
}

    p.item_font7 {
font-size: 12px;
color: #ffffff;
        background-color: #45d0ff;
        width: 150px;
        margin-top: -6px;
        margin-bottom: 14px;
}

    p.item_font6 {
font-size: 12px;
color: #ffffff;
margin-top: -10px;
margin-left: 10px;
}

    p.item_font6_gray {
font-size: 12px;
color: gray;
margin-top: -10px;
margin-left: 10px;
        margin-bottom: 10px;
}


    p.item_font5 {
font-size: 12px;
color: #45d0ff;
margin-top: 4px;
}

    p.item_font5_gray {
font-size: 12px;
color: gray;
margin-bottom: -6px;
}

    p.item_font51 {
font-size: 10px;
color: #ffffff;
margin-bottom: -6px;
}

    p.item_font4 {
font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #ffffff;
  position: relative;
  border-radius: 6px;
  background: #0b1320;
    padding:4px 0px;
     box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.5);
}

p.item_font4:after {
  position: absolute;
  top: -9px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: transparent #1c1c1c transparent transparent;
}

    p.item_font10 {
font-size: 10px;
    margin-bottom: 10px;
    color: #ffffff;
  position: relative;
  border-radius: 6px;
  background: #0b1320;
    padding:4px 0px;
     box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.5);
}

p.item_font10:after {
  position: absolute;
  top: -9px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: transparent #1c1c1c transparent transparent;
}

    p.item_font8 {
font-size: 10px;
    color: #ffffff;
margin-top: -8px;
}

.item {
  border-radius: 10px;
	transition: all 0.3s;
}
.item:hover {
  transform:scale(1.05,1.05);
}
img {
  max-width: 100%;
  height: auto;
    margin-bottom: 6px;
}
p.item_font {
font-size: 14px;
    color: #ffffff;
    line-height: 1.2em;
    font-weight: bold;
}
p.item_font2 {
font-size: 12px;
    color: #ffffff;
    line-height: 1.3em;
    margin-top: 4px;
    margin-bottom: 10px;
}

p.item_font0 {
font-size: 12px;
    color: #ffffff;
    line-height: 1.3em;
    margin-top: 4px;
    margin-bottom: 4px;
}

p.item_font3 {
font-size: 14px;
    color: #ffffff;
    line-height: 20px;
    font-weight: bold;
}




.gridBlock {
    margin-bottom: 10px;
}

.toggle2 {
	display: none;
}
.Label2 {
	display: block;
}
.Label2::before{
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #45d0ff;
	border-right: 2px solid #45d0ff;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 0px;
	transform: rotate(135deg);
}
.Label2,
.content2 {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content2 {		/*本文*/
	height: 0;
	margin-bottom:10px;
	overflow: hidden;
}
.toggle2:checked + .Label2 + .content2 {	/*開閉時*/
	height: auto;
	transition: all .3s;
}
.toggle2:checked + .Label2::before {
	transform: rotate(-45deg) !important;
}


p.gridBlock_date_font {
  font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    margin-top: 10px;
}

.gridBlock_box {
    display: flex;
    cursor: pointer;
    margin-top: 20px;
}

.gridBlock_box_image_png {
    width: 50px;
    height: 50px;
}

.gridBlock_box_image_png {
    width: 50px;
    height: 50px;
}

.gridBlock_box_title {
    margin-left: 10px; 
}

p.gridBlock_box_title_font_company2 {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
}

p.gridBlock_box_title_font_company02 {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    margin-top: 10px;
}

p.gridBlock_box_title_font_company3 {
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    margin-top: -4px;
}




p.gridBlock_box_title_font_pro {
    font-size: 12px;
    font-weight: bold;
    border-radius: 4px;
    color: #000000;
    background-color: #45d0ff;
    padding: 2px;
    width: 40px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    margin-top: 4px;
    margin-bottom: 10px;
}

p.gridBlock_box_title_font_time {
    font-size: 12px;
    color: #45d0ff;
}

p.gridBlock_box_title_font_timeSpace {
    font-size: 12px;
    color: #45d0ff;
    height: 11px;
}


.accordion2 {
    margin-top: -20px;
}



.gridBlock_box_title_font_description2 {
    font-size: 16px;
}

.devider {
    height: 2px;
background-color: #b2b2b2;
    max-width: 1000px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}
@media screen and (max-width:700px) {
.devider {
    margin: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
}
}

.devider_schedule {
    height: 2px;
background-color: #45d0ff;
    max-width: 1000px;
    margin: auto;
    margin-top: 30px;
}
@media screen and (max-width:700px) {
.devider_schedule {
    margin: 10px;
    margin-top: 30px;
    margin-bottom: 0px;
}
}

.devider0 {
    height: 10px;
    max-width: 1000px;
        margin: auto;
}

.devider2 {
    height: 20px;
    max-width: 1000px;
        margin: auto;
}

.devider3 {
    height: 2px;
    max-width: 1000px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 20px;
    background-color: #45d0ff;
}

.devider5 {
    height: 2px;
    max-width: 1000px;
    margin: auto;
    margin-top: 14px;
    margin-bottom: 14px;
    background-color: #dddddd;
}
.devider6 {
    height: 10px;
    max-width: 1000px;
    margin: auto;
}

table {
  text-align: left;
  position: relative;
  border-collapse: collapse; 
width: 100%;
    margin-top: 20px;
}/* Spacing */

table.detail {
  text-align: left;
  position: relative;
  border-collapse: collapse; 
width: 100%;
    margin-top: 20px;
}/* Spacing */
td, th {
  border: 1px solid #999;
  padding: 4px;
    font-size: 16px;
}
td {

}
th {
  background-color: #000000;
  border-radius: 0;
  padding: 4px;
  color: #ffffff;
}
.primary{
  background-color: #000000
}

tfoot > tr  {
  background: black;
  color: #000000;
}





#formWrap {
	width:100%;
	margin:0 auto;
	color:#ffffff;
	line-height:120%;

}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
    margin-bottom: 20px;
}

table.formTable td,table.formTable th{

	padding:10px;
    line-height: 30px;

}
table.formTable th{
	width:30%;
	font-weight:normal;
    background-color: #cccccc;
	text-align:left;
    vertical-align: middle;
    color: #1c1c1c;
    font-weight: bold;
        font-size: 14px;
}
table.formTable td {
margin-bottom: 20px;
    color: #0b1320;
}
/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:1000px) {
#formWrap {
	width:100%;
	margin:0 auto;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
	border:0px solid #ffffff;
        line-height: 40px;
    }
table.formTable th {
	margin-top:5px;
	border-bottom:0;

}
input[type="text"], textarea {
	width:100%;
	display:block;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:100%;
}
}

.contactBlock_button_button {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    
    background-color: #45d0ff;
    height: 50px;
    border-radius: 10px;
    width: 200px;
    color: #000000;
    font-weight: bold;
}

input {
  font-family: "Noto Sans JP", sans-serif;    
}










.footer {
    background-color: #0b1320;
    padding: 10px;
}

.footer_menuLogo_ {
width: 250px;
    text-align: right;
}

.footer_menuMenu {
width: 100%;
    text-align: right;
    margin-top: 10px;
}

.footer_menuLogo_image {
width: 100px;
}

p.footer_menuMenu_title {
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
}

p.footer_menuMenu_text {
    color: #ffffff;
    font-size: 14px;
}

.footer_menuSNS {
    display: flex;
}

.footer_menuSNS_image {
    width: 20px;
    margin-right: 10px;
    margin-bottom: 10px;
}




footer {
    text-align: center;
    font-size: 10px;
    color: #45d0ff;
    background-color: #0b1320;
}



















.top_logo {
    margin: auto;
    text-align: center;
}
@media screen and (max-width:700px) {
.top_logo {
    width: 100%;
}
}

.top_logo_png {
    width: 300px;
}

.block_main_top {
  position: relative;
}

.block_main_top_background_png {
  width: 100%;
}

.video2 {
    width: 500px;
    margin-left: 0;
}
@media screen and (max-width:700px) {
.video2 {
    width: 100%;
}}

.block_main_top p {
  position: absolute;
  bottom: 10px;
  left: 10px;
  margin:0;
  padding:0;
    line-height: 1.4em;
    
font-size: 20px;
    color: #ffffff;
    text-align: left;
text-shadow: 1px 2px 3px #000000;
  }

.block_main_top_profile_png {
  position: absolute;    
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
}
@media screen and (max-width:700px) {
.block_main_top_profile_png {
    width:100px;
    }
}











.flow_design02 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow_design02 ul {
  padding: 0;
}

.flow_design02 li {
  list-style-type: none;
}

.flow_design02 dd {
  margin-left: 0;
}

.flow02 > li {
  padding: 40px 10px;
}

.flow02 > li:not(:last-child) {
  border-bottom: 3px solid #45d0ff;
  position: relative;
}

.flow02 > li:not(:last-child)::before,
.flow02 > li:not(:last-child)::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 15%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.flow02 > li:not(:last-child)::before {
  border-width: 22px;
  border-top-color: #45d0ff;
}

.flow02 > li:not(:last-child)::after {
  border-width: 18px;
  border-top-color: #1c1c1c;
}

.flow02 > li dl {
  margin: 0;
}

.flow02 > li dl dt {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 2px dotted #878787;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  display: flex;
}

.flow02 > li dl dt .icon02 {
  font-size: 12px;
  color: #000000;
  background: #45d0ff;
  padding: 2px 5px;
  display: inline-block;
  margin-right: 10px;
    font-weight: bold;
    border-radius: 4px;
}


.shonan_map {
    max-width: 500px;
margin: auto;
}

.shonan_map_image {

}





.responsive-calendar iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 4/2;
}
@media screen and (max-width:600px) {
.responsive-calendar iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/4;
}}








.profile_snsIcon {
    height: 20px;
}




.news_topImage {
    max-width: 500px;
    box-sizing: border-box;
}








.titleFlex {
    display: flex
}

.pastAll {
    margin-left: auto;
}

p.pastAll_font {
    font-size: 14px;
    color: #45d0ff;
}



.link_comp_small {
    font-size: 12px;
    color: #0065BD;
}





.topAd {
    padding: 6px;
    background-color: #188a9c;
    display: flex;
    margin: 20px 10px 20px 10px;
    margin-top: -10px;
}

.topAd_image {
    width: 100px;
    margin-right: 10px;
}

p.topAd_text00 {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 4px;
}

p.topAd_text {
    color: #ffffff;
    font-size: 14px;
}

p.topAd_text02 {
    color: #ffffff;
    font-size: 12px;
    margin-bottom: -6px;
}














div.vid_contents {
width: 100%;/*背景色を横幅いっぱいに広げる*/
text-align: center;
margin: auto;
background: #0b1320;/*余白の背景色*/
}
video.vid_main {
width: 100%;
max-width: 920px;/*PC版での最大幅*/
}












