@charset "utf-8";
*,
*::after,
*::before{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

img {
    /* Chrome画像縮小時のぼやけ対策 */
    image-rendering: -webkit-optimize-contrast;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix::after{
    content: "";
    display: table;
    clear: both;
}

/* General Demo Style */
body {
    /*background: #e4ebe9 url(../images/fancy_deboss.png) repeat top left;*/
    /* background: url(../images/cloud.png) no-repeat; */
    /* background-repeat: repeat-x; */
    font-size: 13px;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    min-width: 320px;
    letter-spacing: 1.5px;
    color:#333;
    font-family:"Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    /*
        border-style:solid;
        border-color:green;
    */    
}
/* 
@media screen and (max-width:640px) {
  body{
    padding:5px;
  }
} */

a {
    color: #000;
    text-decoration: none;
}

span, p, h4, h5 {
    display: block;
    margin:0px;
    padding:0px;
    display: inline; 
}
/*
h1, h2, h5 {
}
h1 span, h5 {
        font-size: 18px;
        display: block;
        font-style: italic;
        color: #997f5a;
        font-weight: 400;
        text-shadow: 0px 1px 1px #fff;
}
*/

.font_strong {
    font-weight: bold;
}

.h1_title {
    color:#002060;
}

.title_expr {
	position: absolute;
	top: 60px;
	left: 60px;
	color: #fff;
	font-size: 2.5em;
    font-family: Meiryo, "メイリオ";
    width: 100%;
}

.wrapper{
    position: relative;
    max-width: 1200px;
    width: 100%;
    padding: 0 0px;
    margin: 0 auto;
    text-align: center;
}

#loading {
    background-color: #1D5793;
}

.loading_back {
    z-index: -999;
}

/* Header Style */
.codrops-top{
    line-height: 24px;
    font-size: 11px;
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    z-index: 9999;
    position: relative;
    font-family: Cambria, Georgia, serif;
    box-shadow: 1px 0px 2px rgba(0,0,0,0.2);
}

.codrops-top a{
    padding: 0px 10px;
    letter-spacing: 1px;
    color: #333;
    display: inline-block;
}

.codrops-top a:hover{
    background: rgba(255,255,255,0.6);
}

.codrops-top span.right{
    float: right;
}

.codrops-top span.right a{
    float: left;
    display: block;
}

/* More examples buttons */

.more{
    position: relative;
    clear: both;
    padding: 20px;
}

.more::before{
    content: "";
    position: absolute;
    background-color: #ddd1b6;
    box-shadow: 0 1px 0 rgba(255,255,255,0.8);
    height: 1px;
    width: 440px;
    left: 50%;
    margin-left: -220px;
    top: -10px;
}

.more ul{
    display: block;
    height: 32px;
    text-align: center;
}

.more ul li{
    display: inline-block;
    line-height: 24px;
}

.more ul li.selected a,
.more ul li.selected a:hover{
    background: #ae997a;
    color: #fff;
    text-shadow: none;
}

.more ul li a{
    text-shadow: 1px 1px 1px #fff;
    color: #555;
    background: #fbf9f5;
    padding: 2px 5px;
    margin: 0 2px;
    line-height: 18px;
    display: inline-block;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.more ul li a:hover{
    background: #8c795d;
    color: #fff;
    text-shadow: none;
}

p.info{
    font-style: italic;
    color: #997f5a;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
    padding: 20px;
    display: block;
    clear: both;
    text-align: center;
    width: 100%;
    max-width: 440px;
    margin: 0 auto;
}

#header{
    padding-top:20px;
    /* height:100px; */
}
/* #header img{
    margin-top:60px;
} */
#header h2{
    position: absolute;
    top:10px;
    left:10px;
    font-size:13px;
    color:rgba(100,100,100,1);
}
#headerDetail{
    position: absolute;
    top:65px;
    left:500px;
    text-align: left;
}
#header h3{
    font-size:13px;
}
/* 
@media screen and (max-width:640px) {
  #header{
    padding-top:0px;
    height:auto;
  }
  #header img{
    margin-top:30px;
    margin-left:0px;
    width:200px;
  }
  #header h2{
    top:5px;
    left:5px;
    font-size:8px;
  }
  .title_expr {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #fff;
    font-size: 12px;
    width: 100%;
  }
} */

#footerGroup {
    /*
    position: fixed;
    bottom: 0;
    width:100%;
    */
}

#footer {
    clear:both;
    min-height:300px;
    padding-top:10px;
    padding-bottom: 20px;
    /*background-color: rgba(0,204,255,0.3);*/
    border-top-style: solid;
    border-top-color: rgba(128,128,128,0.3);
    border-top-width: 1px;
    padding-top: 20px;
    padding-left: 50px;
    display: inline-block;
    width: 100%;
}

.footer_navi {
    padding: 30px 0 0 100px;
}

.footer_block ul li a:hover {
    color:#108b43;
}

.footer_block ul {
    list-style: none;
    padding: 0.3em 0;
    list-style-type: none;
    border: none;
    margin-left: 50px;
}

.footer_block ul li {
    margin-left: 15px;
    margin-bottom: 3px;
}

.footer_block ul li.footer_link_title {
  position:relative;
  padding: 0.3em 0 0.3em 1.4em;
  line-height: 1.5;
  text-align: left;
}

.footer_block ul li.footer_link_title:after,
.footer_block ul li.footer_link_title:before {
  content: '';
  position: absolute;
}

.footer_block ul li.footer_link_title:after {
  left: -0.2em;
  top: 5px;
  width: 15px;
  height: 15px;
  background-color: #000;
  border-radius: 50%;
}

.footer_block ul li.footer_link_title:before {
  z-index: 2;
  left: 2px;
  top: 10px;
  width: 4px;
  height: 4px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}


.footer_link_title {
    margin-left: 0px!important;
    font-weight: bold;
}

.footer_logo {
    width: 230px;
    height: auto;
}

.footer_block {
    float: left;
    /* margin: 20px 80px 0px 0px; */
}

#copyright {
    padding:3px;
    height:60px;
    color:#FFF;
    /* font-family: "Comic Sans MS", cursive; */
    background-color: #108b43;
    z-index: -999;
    bottom: 0;
    width: 100%;
}
#copyright .wrapper {
    text-align: right;
    margin-top: 20px;
    padding-right: 30px;
}

@media screen and (max-width:1200px) {
  .footer_navi {
    padding: 30px 0 0 30px;
  }
}

@media screen and (max-width:640px) {
  #copyright{
    padding:0px;
    text-align: center;
    font-size:10px;
  }
}

.tell{
    position: relative;
    top:-65px;
    left:100px;
}
.tell img{
    position: relative;
    top:-10px;
    left:170px;
    width:25px;
    height:25px;
}
.tell p{
    position: relative;
    top:-32px;
    left:210px;
    font-size:18px;
    font-weight: bold;
}
.strong_tell {
    font-weight: 900;
    font-size: 58px;
    color:#5b3201;
}
.contact{
    position: relative;
    top:-85px;
    left:100px;
}
.contact img{
    position: relative;
    top:-20px;
    left:170px;
    width:25px;
    height:25px;
}
.contact p{
    position: relative;
    top:-45px;
    left:210px;
    font-size:18px;
    font-weight: bold;
}

.navisub{
    position:absolute;
    right:30px;
    top:40px;
}
.navisub ul{
    margin: 0; 
    padding: 0; 
    list-style: none; 
}
.navisub li{
    display: inline; 
    padding: 1px; 
    margin: 0; 
    float: left;
}
.navisub li a{
    display: block; 
    padding: 3px 10px;
    text-decoration: none;
    margin: 1px 5px;
    text-align: left;
    font-size: 12px;
    text-align: center;
    background-color: rgba(77,0,0,1);
    color:#FFF;
}
.navisub li a:hover{
    background-color: rgba(77,0,0,0.7);
    color:#FFF;
}
/* 
@media screen and (max-width:980px) {
  #header img{
    margin-top:20px;
    margin-left:0px;
    width: 100%;
  }
  .navisub {
    right:0px;
    top:60px;
  }
} */
/* 
@media screen and (max-width:640px) {
  .navisub {
    right:0px;
    top:40px;
  }
} */

.navi .current{
    background-color: rgba(109,109,109,0.1);
    color:#000;
}

.navi {
    position:relative;
    /* left:45%; */
    width:100%;
    /* height:60px; */
    /*
    border-style:solid;
    border-color:green;
    margin: 20px;
    */
    margin-top: 20px;
    margin-bottom: 10px;
}

.navi ul {
    margin: 0; 
    padding: 0; 
    list-style: none; 
    text-align: center;
}

.navi li {
    display: inline-block; 
    padding: 0 1px; 
    margin: 0 10px; 
    /* float: left; */
    /* border-bottom: 1px solid rgba(109,109,109,1); */

    text-decoration:none;
    /* background:
        linear-gradient(
            to right,
            rgba(109,109,109,1),
            rgba(109,109,109,1)
            ),
            linear-gradient(
            to right,
            #108b43,
            #108b43
        ); */
    background-size: 100% 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 700ms;
    font-weight: bold;

    border-bottom: 5px solid #fff;
    font-size: 1em;
}


.navi li::before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
}

.menu_icon_01::before {
    background-image: url(../images/menu01.png);
}
.menu_icon_02::before {
    background-image: url(../images/menu02.png);
}
.menu_icon_03::before {
    background-image: url(../images/menu03.png);
}
.menu_icon_04::before {
    background-image: url(../images/menu04.png);
}
.menu_icon_05::before {
    background-image: url(../images/menu05.png);
}
.menu_icon_06::before {
    background-image: url(../images/menu06.png);
}


.navi li a {
    display: inline-block; 
    /* border-bottom: 1px solid rgba(109,109,109,1); */
    padding: 14px 0px;
    text-decoration: none;
    /* width: 150px; */
    /* height: 50px;  */
    margin: 1px 5px;
    text-align: left;
    font-size: 1vw;
    /* font-weight: bold; */
    text-align: center;
    font-weight: bold;
    color: #555;
    top: 5px;
    position: relative;
}
.navi li a p {
    font-size: 12px;
}

.navi li:hover{
    /* background-color: #108b43; */
    /* background-color: rgba(236,64,122,0.6); */
    /* color:#FFF; */

    /* background-size: 0 2px, 100% 2px;
    color: #108b43; */
    transition: .5s ease-in-out;
    color: #108b43;
    background-color: transparent;
    border-bottom: 3px solid #108b43;
    background-position: 0 100%;
}


.footer_navi{
    position:relative;
    width:100%;
    height:100%;
}


@media screen and (max-width:980px) {
  .navi{
    /* left:220px; */
    width:100%;
    text-align:center;
    white-space: nowrap;
  }
}

@media screen and (max-width:640px) {
  .navi{
    left:0px;
    width:100%;
    text-align:center;
  }

  .navi li a{
    font-size: 11px;
    /*width: 65px; */
    padding: 0px 0px;
    margin: 0px 0px;
  }
}

.contents{
    width:100%;
    height:100%;
    font-size:15px;
    /*
        border-style:solid;
        border-color:red;
    */
}
/* 
@media screen and (max-width:640px) {
  .contents{
  }
} */

/* .contents h2{
    border-bottom-width: 1px;
    border-bottom-color:#000;
    border-bottom-style:dotted;
    border-left-width: 3px;
    border-left-color:rgba(0,200,255,0.5);
    border-left-style:solid;
    margin-bottom:30px;
    text-align: left;
    font-size:20px;
} */

.contents dl{
    margin-left: 40px;
    margin-right: 40px;
}

@media screen and (max-width:640px) {
  .contents dl{
    margin-left: 5px;
    margin-right: 5px;
  }
}

.view_photo_inline {
    display: none;
}

.view_sp_tab {
    display: none;
}

@media screen and (max-width:1100px) {
    .top_area {
        display: block!important;
        border: none!important;

        display: flex!important;
        flex-direction: column-reverse;
    }
    .top_area .top_expr {
        padding: 20px!important;
    }
    .top_area .top_image {
        width: 80%!important;
    }
}

@media screen and (min-width:828px) {
    .view_photo_inline {
        display: inline-block;
    }
}

@media screen and (max-width:828px) {
    .mican_images:last-child img {
        width: 419px;
    }
}

@media screen and (max-width:768px) {
    .view_sp_tab {
        display: inline-block;
    }
    #header img {
        width: 100%;
    }
    .midashi {
        text-align: center!important;
        line-height: 2rem!important;
        padding-left: 0!important;
    }
    .curriculum {
        margin-bottom: 40px!important;
    }
    .course_photo {
        margin-left: auto!important;
        margin-right: auto!important;
    }
    .course_photo img {
        margin-left: auto!important;
        margin-right: auto!important;
    }
    .second_photo {
        margin-top: 30px!important;
    }
    .kamei_list, .curriculum {
        width: 90%!important;
    }
    table.tbldesigh {
        width: 100%!important;
    }
    .tbldesigh th {
        font-size: 1rem!important;
    }
    .tbldesigh td {
        padding-left: 10px!important;
        padding-right: 10px!important;
    }
    .time_schedule {
        margin: 10px!important;
    }
    #access iframe {
        width: 90%!important;
    }
    .contact_area img {
        width: 60%;
    }
    .strong_tell {
        font-size: 2rem;
    }
    #footer {
        padding-left: 0px;
    }
    .footer_navi {
        padding: 0;
    }
    .footer_block ul {
        margin-left: 10px;
    }
    #copyright {
        height: auto;
    }
    #copyright .wrapper {
        text-align: center;
        padding: 0px;
    }
    .navigate-title {
        font-size: 4vw!important;
    }
    .movie-title {
        font-size: 8vw!important;
    }
    .number_list2 {
        font-size: 1rem!important;
        padding: 20px 20px 20px 100px!important;
    }
    .kamei_list {
        font-size: 1rem!important;
    }
    .number_list {
        width: 95%!important;
    }
    .number_list h3 {
        padding: 1rem 1rem 1rem 100px!important;
    }
    .number_list h3:before {
        height: 265%!important;
    }
    .number_list h3 span {
        top: 5px;
    }
    .kamei_list ul li::after {
        top: 0.2rem!important;
        left: -0.1rem!important;
    }
    .navigate-subtitle {
        margin-left: 20px!important;
        margin-right: 20px!important;
        margin-bottom: 20px;
        width: auto!important;
        font-size: 2vw!important;
    }
    .explain_box {
        line-height: 1.5rem!important;
    }
    .slider {
        width: 95%!important;
    }
}
@media screen and (max-width:768px) {
    .navi {
        display: none!important;
    }
    .menu-btn {
        display: block!important;
    }
    .menu_list {
        height: 100%!important;
    }
    .top_area {
        display: block!important;
        border: none!important;

        display: flex!important;
        flex-direction: column-reverse;
    }
    .top_area .top_expr {
        padding: 20px!important;
    }
    .top_expr, .top_image {
        display: block!important;
        width: auto!important;;
    }
    .soroban_1 {
        font-size: 13vw!important;
    }
    .fixed_header img {
        width: 100%;
    }
    .header_right {
        font-size: .8em!important;
    }
    .contactform {
        padding-left: 10px;
        padding-right: 10px;
    }
    .movie_area video {
        width: 300px!important;
        margin: 20px 0px 0px 0px!important;
    }
}

@media screen and (max-width:580px) {
    .mican_images {
        display: block!important;
        height: auto!important;
    }
    /* .mican_images img:nth-child(2) {
        max-width: 65%!important;
    } */
    
    .present_expr {
        font-size: 1rem!important;
        line-height: 35px!important;
    }
}

@media screen and (max-width:500px) {
    .midashi {
        font-size: 1.3rem!important;
    }
    .soroban_1 {
        font-size: 20vw!important;
    }
    .soroban_2 {
        font-size: 10vw!important;
    }
    .soroban_str h6 {
        font-size: 4vw!important;
    }
    #page_top {
        bottom: 35px!important;
    }
}
@media screen and (max-width:400px) {
    .tbldesigh th {
        font-size: 0.7rem!important;
        min-width: 50px!important;
    }
}

.big{
    height:auto;
}
.mid{
    height:450px;
}

@media screen and (max-width:640px) {
  .mid{
    height:auto;
  }
}

.contents-left{
    width:70%;
    float: left;
    /*    
        border-style:solid;
        border-color:green;
    */
}

@media screen and (max-width:640px) {
  .contents-left{
    width:100%;
  }
}

.contents-right{
    width:29%;
    float: right;
    /*
       border-style:solid;
       border-color:black;
    */
}

@media screen and (max-width:640px) {
  .contents-right{
    width:100%;
  }
}

.subcontents-left{
    width:29%;
    float: left;
    /*    
        border-style:solid;
        border-color:green;
    */
}

.subcontents-right{
    width:70%;
    float: right;
    /*
       border-style:solid;
       border-color:black;
    */
}

@media screen and (max-width:980px) {
  .subcontents-left{
    display:none;
  }
  .subcontents-right{
    width:100%;
    float:none;
  }
}

.boxContainer{
    width:100%;
    overflow: hidden;
}

.boxContainer::before,
.boxContainer::after{
    content: "";
    display: table;
}

.boxContainer::after{
    clear: both;
}
.boxContainer{
    zoom: 1;
}
.box{
    float: left;
    margin: 10px;
    padding-top:12px;
    border-style:solid;
    border-width: 1px;
    border-color:rgba(119,119,119,0.5);
    background-size: 110px 110px;
    background-repeat: no-repeat;
    
    position: relative;

}
.boxside{
    background-size: 80px 80px;
    font-size:13px;
}

.box a{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.box h4{
    margin-left:120px;
    line-height:20px;
}
.box h5{
    font-weight:100;
}
.boxexpr{
    margin-top:3px;
    margin-left:120px;
    width:160px;
}

@media screen and (max-width:640px) {
  .boxexpr{
    width:60%;
    text-align:left;
  }
}

.kaihatsu {
    background-image: url("../images/develop.jpg");
}
.nearshore{
    background-image: url("../images/handshake.jpg");
}
.package{
    background-image: url("../images/package.png");
}
.hosyu{
    background-image: url("../images/uniform.png");
}
.hosyu h4{
    margin-left:100px;
}
.homepage{
    background-image: url("../images/homepage.jpg");
}
.dyna {
    background-image: url("../images/medical.jpg");
}
.fuwatto {
    background-image: url("../images/fuwatto.jpg");
}
.boxside {
    width:200px;
    height:80px;
}
.boxside {
    background-size: 80px 80px;
    width:265px;
    overflow: hidden;
}
.boxside h4 {
    margin-left:85px;
    line-height:20px;
}
.boxside .boxexpr {
    margin-top:3px;
    margin-left:85px;
    width:160px;
}
#sidehosyu h4 {
    margin-left:70px;
}

.boxsmall {
    width:300px;
    height:110px;
    font-size:13px;
}

@media screen and (max-width:980px) {
  .boxsmall img{
    width:220px;
  }
}
@media screen and (max-width:640px) {
  .boxsmall{
    width:95%;
    text-align:center;
  }
}

.boxmid {
    width:300px;
    height:300px;
}
.boxmid p {
    margin:0px;
    padding:0px;
}
#news {
    width:98%;
    border-radius: 10px;        /* CSS3???? */
    -webkit-border-radius: 10px;    /* Safari,Google Chrome?p */
    -moz-border-radius: 10px;   /* Firefox?p */

    border-style:solid;
    border-color:rgba(0,200,255,0.5);
    border-width: 1px;
    height:420px;
    font-family: Meiryo, "メイリオ";

    font-size:10px;
}

@media screen and (max-width:980px) {
  #news{
    height:550px;
  }
}

@media screen and (max-width:640px) {
  #news{
    height:600px;
    margin-bottom:20px;
  }
}

@media screen and (max-width:340px) {
  #news{
    height:700px;
    margin-bottom:20px;
  }
}

#news ul {
    margin: 0; 
    padding: 15px; 
    width:100%;
    list-style: none; 
}

#news li {
    width:98%;
    display: inline; 
    padding: 10px; 
    padding-bottom:5px;
    margin: 0; 
    float: left;
    border-bottom-style: dotted;
    border-bottom-color: rgba(109,109,109,1);
    border-bottom-width: 1px;
}

#news h3 {
    padding:10px;
    text-align: center;
    border-bottom-style: solid;
    border-bottom-color: rgba(0,200,255,0.1);
    border-bottom-width: 1px;
    background-color: rgba(0,200,255,0.1);
    font-family: Meiryo, "メイリオ";
    font-weight: bold;
    border-top-left-radius: 10px;        /* CSS3???? */
    -webkit-border-top-left-radius: 10px;    /* Safari,Google Chrome?p */
    -moz-border-top-left-radius: 10px;   /* Firefox?p */
    border-top-right-radius: 10px;        /* CSS3???? */
    -webkit-border-top-right-radius: 10px;    /* Safari,Google Chrome?p */
    -moz-border-top-right-radius: 10px;   /* Firefox?p */
}

#news span, #news p {
    font-size:11px;
    padding:2px;
    padding-left:10px;
}
#news span, h5 {
    padding:2px;
    padding-left:10px;
    padding-right:10px;
}
#news span {
    border-radius: 5px;        /* CSS3???? */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome?p */  
    -moz-border-radius: 5px;   /* Firefox?p */  

    text-align: center;
    font-size:11px;
    font-family: Meiryo, "???C???I";
    font-weight:bold;
    width: 45px;
    display: block;
    float:left;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}

#news .new {
    background-color: rgba(155,199,22,1);
    color:#FFF;
}

#news .old {
    background-color: rgba(244,164,28,1);
    color:#FFF;
}
#news h5, #news p {
    position:relative;
    top:2px;
}
#news h5 {
    font-size:12px;
    font-weight:normal;
}

#news a {
    color: #0000FF;
    text-decoration: underline;
}

.pacckage_expr{
    position:relative;
    top:-120px;
    width:250px;
    text-align:center;
    height:60px;
    font-size:13px;
}

.pacckage_expr p {
    width:250px;
}

.time_schedule {
    margin: 50px;
}
.time_schedule h3 {
    font-size: 1.3rem;
    margin-bottom: 5px;
}
table.tblspan {
    height: 30px;
}
table.tblspan2 {
    height: 20px;
}
table.tbldesigh {
    vertical-align:middle;
    border-top:1px solid #000;
    /* border-left:1px solid #CCCCCC; */
    border-collapse:collapse;
    margin-left: auto;
    margin-right: auto;
}
table.tbldesigh tr {
    border-left:1px solid #000;
}

.tbldesigh th {
    text-align:center;
    width:250px;
    border-right:1px solid #000;
    border-bottom:1px solid #000;
    /* padding-left:30px;
    padding-right:20px; */
    /* background-color:#fff2f7; */
    /* background-color: rgba(236,64,122,0.6); */
    background-color: #7de1c0;
    font-size: 1.2rem;
    color: #000;
    min-width: 100px;
}

.tbldesigh td {
    text-align:center;
    border-right:1px solid #000;
    border-bottom:1px solid #000;
    padding-left:20px;
    padding-right:20px;
    padding-top:15px;
    padding-bottom:15px;
    font-size:13px;
}

.tbldesigh td.week_title {
    font-size: 1.2rem;
    color: #000;
    background-color: #7de1c038;
}

.tbldesigh tr.table_bottom {
    border-left: none;
}
.tbldesigh tr.table_bottom td {
    font-size: 1.1rem;
    text-align: left;
    padding: 5px 20px;
    border-left: none;
    border-right: none;
    border-bottom: none;
}
/* 
@media screen and (max-width:640px) {
  .tbldesigh th{
    width:60px;
    padding:0px;
    margin:0px;
    text-align:center;
  }
  .tbldesigh td{
    padding:2px;
    margin:2px;
  }

} */

.odd{
    padding: 5px 2px;
    color: inherit;
    border-bottom: 1px dotted #CACACA;
    background: #f0f8ff;
}

.even{
    padding: 5px 2px;
    color: inherit;
    border-bottom: 1px dotted #CACACA;
}

.tbldesigh td p{
    margin:0px;
    padding:0px;
}

.tblhistory td{
    margin:0px;
    vertical-align: top;
    line-height: 130%;
}
.company table.tblhistory{
    width:100%;
}
.contactform{
    text-align: center;
    font-size:15px;
    line-height:30px;
}

.heightMid{
    height:450px;
}
.contactform table.tbldesigh{
    width:80%;
    margin-left:80px;
}
.contactform .tbldesigh th,
.contactform .tbldesigh td{
    text-align: center;
    font-weight:bold;
    font-size:20px;
}
.contactform .tbldesigh th{
    padding: 10px;
}    
.contactform .tbldesigh td a{
    color: blue;
    text-decoration:blue;
}
.contactform .tbldesigh td p{
    top:-6px;
    left:10px;
}

@media screen and (max-width:640px) {
  .contactform table.tbldesigh{
    width:100%;
    margin-left:0px;
    word-break : break-all;
  }
  .contactform .tbldesigh th{
    padding:0px;
    font-size:10px;
  }
  .contactform .tbldesigh td{
    font-size:12px;
    text-align:center;
    padding:0px;
    margin:0px;
  }
  .contactform .tbldesigh td p{
    top:0px;
    left:0px;
  }
  .contactform .tbldesigh img{
    display:none;
  }
}
.centertbl{
    padding-left:70px;
}

.recruit{
    margin:5px;
    width:48%;
    font-size:16px;
    
}
.recruit h3{
    text-align: center;
    font-size:20px;
    line-height:40px;
    margin-bottom:30px;
}
.recleft{
    float: left;
    border:1px solid rgba(34,177,34,1);
    height:670px;
    background-color: rgba(34,177,34,0.04);
}
.recleft h3{
    background-color: rgba(34,177,34,1);
    color:#FFF;
    margin-bottom:30px;
}
.recright{
    float: right;
    border:1px solid rgba(255,127,39,1);
    height:670px;
    background-color: rgba(255,127,39,0.04);
}
.recright h3{
    background-color: rgba(255,127,39,1);
    color:#FFF;
}
@media screen and (max-width:980px) {
  .recleft{
    height:800px;
  }
  .recright{
    height:800px;
  }
}

@media screen and (max-width:640px) {
  .recleft{
    float:none;
    width:95%;
    height:auto;
  }
  .recright{
    float:none;
    width:95%;
    height:auto;
  }
}

.mapField{
    border:1px solid #CCCCCC;
    width: 480px;
    height: 350px;
}

@media screen and (max-width:980px) {
  .mapField{
    width: 50%;
  }
}

@media screen and (max-width:640px) {
  .mapField{
    width: 100%;
  }
}

.maintenance{
    width:100%;
    height:300px;
    text-align: center;
    float:left;
    padding-top:100px;
}
.maintenance p{
    position:relative;
    top:-20px;
    margin-left:30px;
    font-size:20px;
    line-height:30px;
}
.personal{
    text-align: left;
    padding:30px;
}
/*
.personal h2{
    border-bottom-width: 1px;
    border-bottom-color:#000;
    border-bottom-style:dotted;
}
*/
.personal dl{
    margin-bottom: 30px;
}
.personal dt{
    font-weight: bold;
    font-size:16px;
}
.personal dt{
    margin-left: 60px;
    margin-right: 60px;
}
.personal dd{
    margin-left: 80px;
    margin-right: 80px;
}
.personal .personalExpr{
    float:right;
    text-align: left;
    position:relative;
}

@media screen and (max-width:640px) {
  .personal{
    padding:0px;
  }
  .personal dt{
    margin:0px;
  }
  .personal dd{
    margin:0px;
  }

}

table.tbldesighlist{
    width:100%;
    vertical-align:middle;
    border-top:1px solid #CCCCCC;
    border-left:1px solid #CCCCCC;
    border-collapse:collapse;
}
.tbldesighlist th{
    text-align:center;
    border-right:1px solid #CCCCCC;
    border-bottom:1px solid #CCCCCC;
    background-color:#DDDDDD;
    font-size:13px;
}
.tbldesighlist td{
    text-align:left;
    border-right:1px solid #CCCCCC;
    border-bottom:1px solid #CCCCCC;
    padding-left:20px;
    padding-right:20px;
    padding-top:15px;
    padding-bottom:15px;
    font-size:13px;
}

.tbldesighlist td p{
    margin:0px;
    padding:0px;
}
.tbldesighlist .col1{
    width:20%;
    text-align:center;
    font-size:13px;
}
.tbldesighlist .col2{
    width:30%;
    font-size:13px;
}
.tbldesighlist .col3{
    width:50%;
    font-size:13px;
}

@media screen and (max-width:640px) {
  .tbldesighlist td{
    padding-left:2px;
    padding-right:2px;
    padding-top:2px;
    padding-bottom:2px;
  }

  table.tbldesighlist{
    table-layout: fixed;
    word-break : break-all;
  }

}

.dispatch-box {
    width: 200px!important;
    margin-left: auto;
    margin-right: 5%;
}
.dispatch-box td {
    padding-left:2px;
    padding-right:2px;
    padding-top:2px;
    padding-bottom:2px;
    text-align: center;
}

#mapField1{
    float:left;
}
#mapField2{
    float:right;
}
.clearfix{
    clear:both;
}
@media screen and (max-width:640px) {
  #mapField1{
    width:100%;
    float:none;
  }
}

#area_mail {
    float: right;
    margin-bottom: 40px;
    width: 500px;
    text-align: left;
}
#area_mail img {
    width: 200px;
}


/* タイトル先頭大文字デザイン */
/* .contents h2:first-letter {
    font-size: 2em;
    color: #7172ac;
} */

/* タイトル周りに破線エリア付き */
/* 
.contents h2 {
    position: relative;
    background: #dfefff;
    box-shadow: 0px 0px 0px 5px #dfefff;
    border: dashed 2px white;
    padding: 0.2em 0.5em;
    color: #454545;
}
  
.contents h2:after {
    position: absolute;
    content: '';
    left: -7px;
    top: -7px;
    border-width: 0 0 15px 15px;
    border-style: solid;
    border-color: #fff #fff #a8d4ff;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
} */
/* 
.contents h2 {
    position: relative;
    padding: 5px 5px 5px 42px;
    background: #77c3df;
    font-size: 20px;
    color: white;
    margin-left: -33px;
    line-height: 1.3;
    z-index:-1;
}

.contents h2:before {
    position: absolute;
    content: '';
    left: -2px;
    top: -2px;
    border: none;
    border-left: solid 40px white;
    border-bottom: solid 79px transparent;
    z-index:-2
} */

/* カジュアルなリスト */
ul.casual_list {
    /* font: 14px/1.6 'arial narrow', sans-serif; */
    padding: 10px;
    color: #108b43;
    background: #fff2f7;
    border: dashed 2px #108b43;
    border-radius: 20px;
    list-style: none;
    -webkit-box-shadow: 0px 0px 0px 10px #fff2f7, 5px 5px 15px rgba(0, 0, 0, 0.3);
    -moz-box-box-shadow: 0px 0px 0px 10px #fff2f7, 5px 5px 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 0px 10px #fff2f7, 5px 5px 15px rgba(0, 0, 0, 0.3);
}
/* ul.casual_list li{
    position: relative;
    line-height: 25px;
    padding-left: 30px;
    font-weight: bold;
} */
/* ul.casual_list li:before{
    content: "・";
    position: absolute;
    left: 7px;
    font-size: 20px;
} */



.number_list {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: 80%;
}

.number_list strong {
    display: block;
    margin-bottom: 10px;
    font-size: 1.2rem;
}

.number_list h3 {
    position: relative;
    overflow: hidden;
    padding: 1.2rem 1.2rem 1.2rem 120px;
    /* border: 1px solid #ffc0cb; */
    border: 1px solid #108b43;
    border-radius: 20px;
    margin: 20px;
    font-weight: normal;
    font-size: 0.8rem;
}

.number_list h3:before {
    position: absolute;
    top: -150%;
    left: -100px;
    width: 200px;
    height: 300%;
    content: '';
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
    /* background: #ffc0cb; */
    background: #108b43;
}

.number_list h3 span {
    font-size: 40px;
    font-size: 2rem;
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 0;
    display: block;
    padding-top: 3px;
    padding-left: 16px;
    color: #fff;
}

.midashi {
    position: relative;
    font-size: 40px;
    border-bottom: 2px solid #000;
    margin: 50px 20px;
    text-align: left;
    padding-left: 20px;
    border-left: 5px solid #000;
}
    
.after {
    font-size: 15px;
    margin-left: 15px;
}

.navigate-title, .movie-title {
    font-size: 2rem;
    font-weight: bold;
    position: relative;
    text-align: center;
    margin: 20px 20px 0 20px;
    white-space: nowrap;
}

.navigate-title:before, .movie-title:before {
    margin-right: 1rem;
    content: '＼';
}

.navigate-title:after, .movie-title:after {
    margin-left: 1rem;
    content: '／';
}

.movie-title {
    margin-top: 60px;
}

.number_list .marker {
    background: linear-gradient(transparent 30%, #fbd 30%);
}
.number_list p {
    margin: 0px;
    padding: 0px;
}

/*
h2 {
	background-color: #f5d5da;
	border-radius: 5px;
	color: #ef858c;
	padding: 10px 10px 10px 60px;
	position: relative;
	text-shadow: 0px 0px 10px #fff, 0px 0px 6px #fff, 0px 0px 4px #fff, 0 0 0.5px #fff;
}
h2:before {
	content: '＊*';
	color: #fff;
	display: inline-block;
	font-size: 40px;
	font-weight: bold;
	margin-right: 10px;
	position: absolute;
	top: 0px;
	left: 0px;
	transform: rotate(20deg);
	-moz-transform: rotate(20deg);
	-webkit-transform: rotate(20deg);
	-o-transform: rotate(20deg);
	text-shadow: 0px 0px 3px #fff, 0px 0px 2px #fff, 0 0 0.5px #fff;
}
h2:after {
	border-bottom: 2px dotted #fff;
	content: '';
	position: absolute;
	bottom: 3px;
	left: 3px;
	right: 3px;
}
*/

.kamei_list {
    margin-left: auto;
    margin-right: auto;
    width: 660px;
    font-size: 1.5rem;
    margin-bottom: 30px;
    text-align: left;
}

.kamei_list ul {
	/* padding:1em; */
	list-style-type:none;
    padding: 0.8em;
    color: #108b43;
    background: #fdf4cf;
    border: dashed 2px #108b43;
    border-radius: 20px;
    list-style: none;
    -webkit-box-shadow: 0px 0px 0px 10px #fdf4cf, 5px 5px 15px rgba(0, 0, 0, 0.3);
    -moz-box-box-shadow: 0px 0px 0px 10px #fdf4cf, 5px 5px 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 0px 10px #fdf4cf, 5px 5px 15px rgba(0, 0, 0, 0.3);
}

.kamei_list ul li {
	position:relative;
	padding: 0em 0.3em 0.8em 1.5em;
    text-align: left;
}
.kamei_list ul li:last-child {
	position:relative;
	padding: 0em 0.3em 0.3em 1.5em;
    text-align: left;
}

.kamei_list ul li::before, .kamei_list ul li::after {
	position: absolute;
	content: '';
	display: inline-block;
}

.kamei_list ul li::after {
	top: .35em;
	left: 0em;
	width: 20px;
	height: 20px;
	background-color: #108b43;
	border-radius: 100%;
}

.kamei_list ul li::before {
	z-index: 2;
	top: 0.65em;
	left: 0.3em;
	width: 5px;
	height: 5px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(-45deg);
}

.kamei_list a {
    text-decoration:none;
    background:
        linear-gradient(
            to right,
            #71c092,
            #71c092
            ),
            linear-gradient(
            to right,
            #108b43,
            #108b43
        );
    background-size: 100% 2px, 0 2px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 700ms;
}

.kamei_list a:hover {
    background-size: 0 2px, 100% 2px;
}

.kamei_list strong, .kamei_list section {
    color: #333;
    display: inline;
}
.kamei_list section {
    font-size: 0.8em;
}
.kamei_list p {
    display: inline-block;
    color: #333;
    font-size: 0.8em;
}

.image_margin {
    margin: 30px;
}

#page_top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 20px;
    bottom: 80px;
    opacity: 0.6;
    z-index: 999;
}
#page_top a {
    width: 50px;
    height: 50px;
    text-decoration: none;
}
#page_top a::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f0aa';
    font-size: 50px;
    color: #108b43;
}

.curriculum {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
    width: 600px;
}

.number_list2 {
    position: relative;
    overflow: hidden;
    padding: 20px 20px 20px 120px;
    border-bottom: 1px solid #00BC00;
    margin-bottom: 10px;
}

.number_list2:before {
    position: absolute;
    top: -107%;
    left: -24px;
    content: '';
    width: 100px;
    height: 230%;
    /* -webkit-transform: rotate(35deg); */
    /* transform: rotate(35deg); */
    background: #00BC00;
}

.number_list2 span {
    font-size: 2rem;
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 18px;
    color: #fff;
}

/* .course_photo {
    margin: 30px 10px;
} */
.course_photo {
    margin-left: auto!important;
    margin-right: auto!important;
}
.course_photo img {
    margin-left: auto!important;
    margin-right: auto!important;
}

.course_photo p {
    font-size: 1rem;
}

.course_photo .photo {
    display: inline-block;
    filter: saturate(150%);
    vertical-align: top;
}

.course_photo img {
    /* width: auto; */
    /* height: 200px; */
    display: block;
    max-width: 100%;
    margin-top: 5px;
}

.second_photo {
    margin-top: 110px;
}

.explain {
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    max-width: 500px;
    border-top: 1px dashed #333;
    border-bottom: 1px dashed #333;
}

.map_explain {
    border-top: 1px dashed #333;
    border-bottom: 1px dashed #333;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    max-width: 300px;
    padding: 20px 0;
}
.map_explain p {
    display: block;
}

#access iframe {
    width: 600px;
    height: 450px;
}
.navigate-subtitle {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    text-align: left;
    width: 750px;
}
/* .explain_box {
    padding: 0.5em 1em;
    color: #232323;
    background: #fff8e8;
    border-left: solid 10px #ffc06e;
}
.explain_box p {
    margin: 0; 
    padding: 0;
} */
/* .explain_box {
    position: relative;
    padding: 0.5em 1.5em;
    border-top: solid 2px black;
    border-bottom: solid 2px black;
}
.explain_box:before, .explain_box:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: black;
}
.explain_box:before {left: 10px;}
.explain_box:after {right: 10px;}
.explain_box p {
    margin: 0; 
    padding: 0;
} */

.explain_box {
    position: relative;
    background: #fff0cd;
    box-shadow: 0px 0px 0px 5px #fff0cd;
    border: dashed 2px white;
    padding: 0.2em 0.5em;
    color: #454545;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    line-height: 2.5rem;
    border-radius: 3px;
}

.explain_box:after {
    position: absolute;
    content: '';
    right: -7px;
    top: -7px;
    border-width: 0 15px 15px 0;
    border-style: solid;
    border-color: #ffdb88 #fff #ffdb88;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}

.explain_box p {
    margin: 0; 
    padding: 0;
}

/*ハンバーガーメニュー*/
.menu-btn {
    position: fixed;
    top: 5px;
    right: 5px;
    z-index: 1001;
    background:#108b43;
    cursor: pointer;
    width: 50px;
    height:50px;
    /* border-radius: 5px; */
    display: none;
    opacity: 0.8;
}
  
/*ボタン内側*/
.menu-btn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 2px;
    border-radius: 5px;
    background: #fff;
    width: 45%;
}
  
  
.menu-btn span:nth-of-type(1) {
    top:13px; 
}
  
.menu-btn span:nth-of-type(2) {
    top:19px;
}
  
.menu-btn span:nth-of-type(3) {
    top:25px;
}
  
.menu-btn span:nth-of-type(3)::after {
    content:"Menu";/*3つ目の要素のafterにMenu表示を指定*/
    position: absolute;
    top:5px;
    left:-5px;
    color: #fff;
    font-size: 0.6rem;
    text-transform: uppercase;
}
  
/*activeクラスが付与されると線が回転して×になり、Menu⇒Closeに変更*/
.menu-btn.active span:nth-of-type(1) {
    top: 14px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.menu-btn.active span:nth-of-type(2) {
    opacity: 0;
}

.menu-btn.active span:nth-of-type(3){
    top: 26px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

.menu-btn.active span:nth-of-type(3)::after {
    content:"Close";/*3つ目の要素のafterにClose表示を指定*/
    transform: translateY(0) rotate(-45deg);
    top:5px;
    left:4px;
}

/*----------------------------
* メニュー本体
*----------------------------*/
.menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* background: #fff2f7; */
    background: #fff;
    /* border: 1px solid #108b43; */
}
.menu__item {
    width: 100%;
    height: auto;
    padding: .5em 1em;
    text-align: center;
    color: #fff;
    box-sizing: border-box;
}

/*----------------------------
* アニメーション部分
*----------------------------*/
/* アニメーション前のメニューの状態 */
.menu {
    transform: translateX(100vw);
    transition: all 0.3s linear;
    z-index: 1000;
}
/* アニメーション後のメニューの状態 */
.menu.is-active {
    transform: translateX(0);
}


.menu_list {
    font-size: 1rem;
    text-align: left;
    /* padding: 80px; */
    width: 100%;
    height: auto;
    /* padding-left: 60px;
    padding-top: 100px; */
    background: #fffdf2;
}

.menu_list h5 {
    font-size: 1.5em;
    color: #333;
    padding: 25px 0 10px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #108b43;
    text-align: center;
}

.menu_list ul {
	/* padding:1em; */
	list-style-type:none;
    padding: 0.8em;
    color: #108b43;
    /* background: #fdf4cf; */
    background: #fffdf2;
    /* border: dashed 2px #108b43; */
    /* border-radius: 20px; */
    list-style: none;
    /* -webkit-box-shadow: 0px 0px 0px 10px #fdf4cf, 5px 5px 15px rgba(0, 0, 0, 0.3); */
    /* -moz-box-box-shadow: 0px 0px 0px 10px #fdf4cf, 5px 5px 15px rgba(0, 0, 0, 0.3); */
    /* box-shadow: 0px 0px 0px 10px #fdf4cf, 5px 5px 15px rgba(0, 0, 0, 0.3); */
    width: 100%;
    padding: 0 0 40px 40px;
}

.menu_list ul li {
	position:relative;
	padding: 0em 0.3em 1.3em 2em;
    text-align: left;
}
.menu_list ul li:last-child {
	position:relative;
	padding: 0em 0.3em 0.3em 2em;
    text-align: left;
}

.menu_list ul li::before, .menu_list ul li::after {
	position: absolute;
	content: '';
	display: inline-block;
}

.menu_list ul li::after {
	top: .25em;
	left: -0.1em;
	width: 20px;
	height: 20px;
	background-color: #108b43;
	border-radius: 100%;
}

.menu_list ul li::before {
	z-index: 2;
	top: 0.65em;
	left: 0.3em;
	width: 5px;
	height: 5px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(-45deg);
}

.menu_list a {
    text-decoration:none;
    background:
        linear-gradient(
            to right,
            #71c092,
            #71c092
            ),
            linear-gradient(
            to right,
            #108b43,
            #108b43
        );
    background-size: 100% 2px, 0 2px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 700ms;
}

.menu_list a:hover {
    background-size: 0 2px, 100% 2px;
}

.menu_list strong, .menu_list section {
    color: #333;
    display: inline;
}
.menu_list section {
    font-size: 0.8em;
}
.menu_list p {
    display: inline-block;
    color: #333;
    font-size: 0.8em;
}

.navigate-img {
    white-space: nowrap;
    display: inline-block;
    padding: 15px;
}

.top_area div {
    position: relative;
    display: inline-block;
}

.top_area {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: flex;
    align-items: center;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-image: linear-gradient(to right, #000 0%, #fff 50%);
    border-image-slice: 1;
}

.top_area .top_expr {
    width: 40%;
    /* margin-top: 50px; */
    margin:  0 auto; 
}
/* 
.top_area .top_expr span {
    display: inline-block;
    line-height: 1.1;
    vertical-align: baseline;
    font-style: normal;
    font-size: 8em;
    color: #108b43;
} */

.top_area .top_image {
    width: 50%;
    margin:  0 auto; 
}


.soroban_str h6 {
    font-size: 1.5vw;
    color: #333;
    font-weight: 500;
}

.soroban_str span {
    color: #108b43;
}

.soroban_1 {
    display: inline-block;
    line-height: 1.1;
    vertical-align: baseline;
    font-style: normal;
    font-size: 8vw;
    color: #000;
    white-space: nowrap;
}

.soroban_1 span {
    display: inline-block;
    background-color: #108b43;
    color: #fff;
    padding: 0 10px 10px 10px;
}

.soroban_2 {
    font-size: 4vw;
    white-space: nowrap;
}

.soroban_border {
    width: 30%;
    border-top: 1px solid #33333359;
    display: block!important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.fixed_header {
    width: 100%;
    text-align: left;
    padding-left: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
    margin-top:10px;
    display: inline-block;    
}

.header_right {
    float: right;
    margin-right: 30px;
    margin-bottom: 5px;
    color: #333;
}

.header_right p {
    white-space: nowrap;
}
/* 
.header_right a {
    font-weight: bold;
} */

.header_title div {
    display: inline-block;
}

.header_contact {
    display: block!important;
    font-size: 1em;
    border-radius: 8px;
    text-align: center;
    border: 1px solid #108b43;
    background-color: #108b43;
    color: #fff;
    box-shadow: 3px 3px 3px #ddd;
    padding: 2px 0;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 50%;
}

.header_contact a {
    color: #fff;
    font-weight: 400;
}

.header_contact::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../images/mail.png);
    background-size: contain;
    vertical-align: middle;
    position: relative;
    top: -1px;
    left: -10px;
}

.mican_images {
    display: flex;
    align-items: center;
    height: 250px;
    margin: 15px;
}
.mican_images img {
    height: 100%;
}


.contactform {
    margin-bottom: 100px;
    min-height: 650px;
    padding-top: 50px;
}
.contact-table {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-collapse: collapse;
    border:1px solid #333;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.contact-item,
.contact-body {
    padding: 20px;
    border: 1px solid #ccc;
    text-align: left;
}

.contact-item {
    text-align: left;
    width: 30%;
    background-color: #eee;
}

.contact-body {
    width: 70%;
}

.form-text {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    max-width: 400px;
}

.contact-sex + .contact-sex {
    margin-left: 10px;
}

.contact-sex-txt {
    display: inline-block;
    margin-left: 5px;
}

.form-select {
    width: 180px;
    height: 40px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.contact-skill {
    display: block;
}

.contact-skill + .contact-skill {
    margin-top: 10px;
}

.contact-skill-txt {
    display: inline-block;
    margin-left: 5px;
}

.form-textarea {
    width: 100%;
    padding: 10px;
    height: 200px;
    border-radius: 5px;
    border: 1px solid #ccc;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.contact-submit {
    width: 250px;
    background-color: #1fb75e;
    color: #fff;
    font-weight: bold;
    display: block;
    margin: 0 auto;
    font-size: 16px;
    padding: 15px;
    border-radius: 100vh;
    border: none;
    /* border: 2px solid #9affcc; */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    margin: 20px;
    margin-left: auto;
    margin-right: auto;
}
.contact-submit:hover {
    background: #1edd7d63;
    color:#333;
  }
.contact-back-submit {
    background-color: #c0c0c0;
    color: #000;
    border: none;
}

.contact_button_area {
    margin-top: 50px;
    display: inline-block;
}

.contact_button_area input {
    display: inline;
}

.soroban_expr {
    position: relative;
    list-style-type: none;
    padding: 5px;
    margin-bottom: 10px;
}

.soroban_expr span {
    color:#055b9d;
    font-size: 17px;
    line-height: 2;
    top: -15px;
}

.font_star {
    font-size: 18px!important;
    color: #008000;
}

.bear_title {
    position: relative;
    display: inline-block;
    background: #f66418;
    border-radius: 30px;
    padding: 16px;
    font-weight: bold;
    color: #fff;
}

.bear_title::before {
    content: "";
    /* borderで三角形を作る */
    border-width: 10px;
    border-style: solid;
    border-color: #f66418 transparent transparent transparent;
    /* 配置する */
    position: absolute;
    top: 100%;
    left: 30%;
    transform: translateX(-50%);
}

.slider {
/*   width: 300px; */
    margin: 20px auto;
    width: 80%;
    opacity: 0;
    transition: 3s;
    margin-bottom: 100px!important;
}

.slick-initialized{
    opacity: 1
}
.slider img,
.slider video,
.sliderBox iframe{
    height: 170px;
}

.slick-slide li{
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}


.slick-slide iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.25rem;
    margin-bottom: 1.5rem;
}

.footer {
    padding: 2rem;
    font-size: 15px;
    color: #4b5564;
    background: #fff;
    border-top-style: solid;
    border-top-color: rgba(128,128,128,0.3);
    border-top-width: 1px;
}

.footer__navi-heading {
    font-weight: 600;
}

.footer__logo {
    display: inline-block;
    margin-bottom: 1.5rem;
}

.footer__navi li {
    margin-bottom: 0.75rem;
}

.footer__address {
    margin-bottom: 2rem;
}

.footer__address a {
    text-decoration: underline;
}

@media (min-width: 768px) {
.md-flex {
    display: flex;
}

.md-justify-between {
    justify-content: space-between;
}

.grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.footer__address a {
    text-decoration: none;
    pointer-events: none;
}
}

@media (min-width: 1024px) {
    .lg-flex {
        display: flex;
    }
}

.present_area {
    margin-top: 50px;
    border-radius: 60px;
    padding: 30px;
    width: 80%;
    background-color: #bfe3f2;
    margin-left: auto;
    margin-right: auto;
}
.present_area img {
    width: 100%;
    max-width: 420px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.present_expr {
    /* background: linear-gradient(transparent 70%, #f5ff00 60%); */
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 45px;
}
.present_expr span {
    background: linear-gradient(transparent 70%, #f5ff00 60%);
}

.movie_area {
    display: inline-block;
    text-align: center;
    width: 80%;
}

.movie_area video {
    width: 380px;
    margin: 30px 30px 5px 30px;
}

.movie_item {
    display: inline-block;
}

.movie_item p {
    display: block;
    font-weight: bold;
}

/* add pagetoTopボタン start */
#backToTop {
  position: fixed;
  bottom: 1.5rem;   /* スマホでも指で押しやすい位置 */
  right: 1.5rem;
  width: 3.5rem;    /* スマホ向けに少し大きめ */
  height: 3.5rem;
  border-radius: 50%;
  border: none;
  background: #66cdaa;
  color: #fff;
  font-size: 1.4rem;  /* アイコンを少し大きめに */
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s, background 0.3s;
  z-index: 1000;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2); /* 影で浮かせる */
}

#backToTop:hover {
  background: #3cb371 ; /* PCホバー用 */
}

#backToTop i {
  pointer-events: none;
}

/* スマホ用に余白を増やす（タップしやすく） */
@media (max-width: 768px) {
  #backToTop {
    bottom: 1rem;
    right: 1rem;
    width: 3.8rem;
    height: 3.8rem;
    font-size: 1.5rem;
  }
}
/* add pagetoTopボタン end */
