@charset "utf-8";
h2.h2-styleSubA{
}
.h2styleA-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
  font-size: 23px;
    font-weight: 400;
  color:#266E8C;
}
.h2styleA-heading {
  margin: 10px 0 20px;
}

.h2styleA .h2styleA-heading {
  position: relative;
  height: 50px;
  padding: 0;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #266E8C;
  line-height: 50px;
    background: #fff;
}

.h2styleA .h2styleA-heading .h2styleA-caption{
  position: absolute;
  right: 0;
  top: 0;
  padding-left: 25px;
  padding-right: 40px;
  background: #266E8C;
  color: #fff;
}

.h2styleA .h2styleA-heading .h2styleA-caption:before{
  display: block;
  content: ' ';
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  right: 99.9%;
  top: 0;
  border: 0 solid transparent;
  border-width: 50px 37px 0 0;
  border-right-color:#266E8C;
}

.h2styleA .h2styleA-heading .h2styleA-title{
  float: left;
  padding-left: 20px;
}

h2.h2-StyleW{
	width: 100%;
	margin: 10px auto 20px;
	padding: 10px 20px;
	box-sizing: border-box;
	background:#F8DBE3;
	font-size: 1.2em;
	color: #393939;
	border-radius: 10px;
}
.h3styleA-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
  font-family: sans-serif;
  font-size: 22px;
  color:#266E8C;
    font-weight: 400;
}

.h3styleA-heading {
  margin: 10px 0
}

.h3styleA .h3styleA-heading {
  color: #266E8C;
  text-align: center;
  overflow: hidden;
}

.h3styleA .h3styleA-heading span {
  display: inline-block;
  position: relative;
}

.h3styleA .h3styleA-heading span:before,
.h3styleA .h3styleA-heading span:after {
  content: "";
  border-bottom: 2px solid #ddd;
  width: 50px;
  margin: 0 15px;
  position: absolute;
  bottom: 13px;
}

.h3styleA .h3styleA-heading span:before {
  right: 100%;
}

.h3styleA .h3styleA-heading span:after {
  left: 100%;
}

.h3styleB-wrap {
  width: 100%;
    min-width: 200px;
  margin: 0 auto;
  padding: 10px 0;
  font-family: sans-serif;
  font-size: 20px;
  color: #3cb3e4;
    box-sizing: border-box;
}

.h3styleB-heading {
  margin: 10px 0
}

.h3styleB .h3styleB-inner {
  padding: 5px;
  text-align: center;
  border: 3px solid;
  border-top: none;
  width: 100%;
    box-sizing: border-box;
}

.h3styleB .h3styleB-inner .h3styleB-caption {
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  overflow: hidden;
  margin: -5px 1.4% 0 -1.4%;
  position: absolute;
  width: 94.1%;
  font-size: 16px;
    box-sizing: border-box;
}

.h3styleB .h3styleB-inner .h3styleB-caption:before,
.h3styleB .h3styleB-inner .h3styleB-caption:after {
  content: "";
  position: absolute;
  width: 100%;
  margin-top: -2px;
  border-top: 3px solid;
  top: 50%;
}

.h3styleB .h3styleB-inner .h3styleB-caption:before {
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  margin-left: -5%;
}

.h3styleB .h3styleB-inner .h3styleB-caption:after {
  margin-left: 5%;
}

.btnStyleA {
  text-align: center;
    width: 500px;
    max-width: 90%;
    min-width: 200px;
  text-decoration: none;
  transition: .3s;
    position: relative;
    height: 3.3em;
    line-height: 3.3;
    box-sizing: border-box;
    letter-spacing: 0.1em;
    font-weight: bold;
    font-size: 1em;
    margin: 25px auto 0!important;
    padding: 0;
    /*
    border: 1px solid #555;*/
}

.btnStyleA a{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    color: #111;
    background:rgba(205,209,60,0.31);
    box-sizing: border-box;
    z-index: 2;
}

.btnStyleA a:hover {
}

.btnStyleA::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: '';
  background:rgba(251,189,36,0.28);
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .4s;
    box-sizing: border-box;
}

.btnStyleA:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

dl.dl-styleA{
    margin: 1em auto;
    padding: 0;
    box-sizing: border-box;
    display: inline-flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

dl.dl-styleA dt{
    width: 30%;
    padding: 10px 5px;
    margin: 0 auto;
    box-sizing: border-box;
    border-bottom: 1px dotted #ddd;
}

dl.dl-styleA dd{
    width: 70%;
    padding: 10px 5px;
    margin: 0 auto;
    box-sizing: border-box;
    border-bottom: 1px dotted #ddd;
}

dl.dl-styleB{
    margin: 1em auto;
    padding: 0;
    box-sizing: border-box;
    display: inline-flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

dl.dl-styleB dt{
    width: 30%;
    padding: 10px 10px;
    margin: 0 auto;
    box-sizing: border-box;
    border-bottom: 1px dotted #ddd;
    background: #f8f8f8;
}
dl.dl-styleB dd{
    width: 70%;
    padding: 10px 10px;
    margin: 0 auto;
    box-sizing: border-box;
    border-bottom: 1px dotted #ddd;
}

dl.dl-styleB dd p{
  margin: 0 auto 5px;
}

ul.listStyleA{
    margin: 1em auto;
    width: 100%;
    text-align: left;
}

ul.listStyleA li{
    list-style:none;
    padding:1px 2px 1px 23px;
    position: relative;
    margin: 5px auto;
}

ul.listStyleA li:before{
    content: '\f058';
    position: absolute;
    top: 0;
    left: 0;
    font-size:1em;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    color: #66ABC8;
}

ul.listStyleW{
    margin: 1em auto;
    width: 100%;
    text-align: left;
}

ul.listStyleW li{
    list-style:none;
    padding:1px 2px 1px 23px;
    position: relative;
    margin: 13px auto;
}

ul.listStyleW li:before{
    content: '\f058';
    position: absolute;
    top: 0;
    left: 0;
    font-size:1em;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    color:#FE9FC0;
}
div.messageStyleA{
    width: 100%;
    margin: 2em auto 2.5em;
    text-align: center;
}

div.messageStyleA p{
    margin: 0 auto 10px;
}

div.messageStyleA span{
    background: linear-gradient(transparent 70%, rgba(255,219,36,0.33) 70%);
    padding: 0 3px;
}

.underLine {
  background: linear-gradient(transparent 50%, rgba(255,249,103,0.33) 50%);
}

.moveline-wrapper{
  margin:0 0 1.5em
}
.moveline-1{
  position:relative;display:inline !important;background:linear-gradient(transparent 60%,#FFee99 40%);background-repeat:no-repeat;background-size:0% 100%;padding-bottom:2px
}
.moveline_start-1{transition:1.5s;background-size:100% 100%}
.moveline-2{position:relative;display:inline !important;background:linear-gradient(transparent 60%,#FFee99 40%);background-repeat:no-repeat;background-size:0% 100%;padding-bottom:2px}
.moveline_start-2{transition:1.5s;background-size:100% 100%}

/*  お問合せセクション  */
.contactArrowWrap{
    width: 100%;
    height: 100px;
    margin: 4em auto 0;
    padding: 0.5em 0;
    position: relative;
    background: #fff;
}
.arrows {
    width: 60px;
    height: 72px;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    bottom: 20px;
    z-index: 99;
}
.arrows path {
    stroke:#0B90E5;
    fill: transparent;
    stroke-width: 1px;  
    animation: arrow 2s infinite;
    -webkit-animation: arrow 2s infinite; 
}
@keyframes arrow
{
  0% {opacity:0}
  40% {opacity:1}
  80% {opacity:0}
  100% {opacity:0}
}
@-webkit-keyframes arrow /*Safari and Chrome*/
{
  0% {opacity:0}
  40% {opacity:1}
  80% {opacity:0}
  100% {opacity:0}
}
.arrows path.a1 {
    animation-delay:-1s;
    -webkit-animation-delay:-1s; /* Safari 和 Chrome */
}
.arrows path.a2 {
    animation-delay:-0.5s;
    -webkit-animation-delay:-0.5s; /* Safari 和 Chrome */
}
.arrows path.a3 {   
    animation-delay:0s;
    -webkit-animation-delay:0s; /* Safari 和 Chrome */
}

h3.h3-contact{
    background:#279fcf;
    width: 100%;
    padding: 5px 5px;
    margin: 0 auto 10px;
    box-sizing: border-box;
    color: #fff;
    font-size: 1.4em;
    line-height: 1.7;
    font-weight: bold;
    text-align: center;
}
    h3.h3-contact span{
        background: #fff;
        padding: 3px 10px;
        border-radius: 3px;
        color: #266E8C;
        font-size: 0.7em;
    }
section.contactWrap{
    width: 100%;
    margin: 0 auto;
    padding: 3em 0 6em;
    box-sizing: border-box;
    text-align: center;
    background: #F2F3DA;
    background:url("../img/contact_bg.jpg") center no-repeat;
    background-size: cover;
}
    div.contactInner{
        width: 100%;
        /* min-width: 1024px; */
        max-width: 1200px;
        margin: auto;
        padding: 0;
        box-sizing: border-box;
    }
        div.contactBoxWrap{
            width: 100%;
            margin: 0 auto;
            padding: 0;
            box-sizing: border-box;
            display: inline-flex;
            justify-content: space-around;
            flex-wrap: wrap;
        }
            div.contactBox{
                width: 46%;
                margin: 0 auto;
                padding: 1em 1em 2em;
                box-sizing: border-box;
                background:rgba(255,255,255,0.90);
                position: relative;
                text-align: left;
            }
                div.contactBox img{
                    margin: 0 auto 10px;
                }
section#oftheyearWrap{
			width: 100%;
			text-align: center;
			margin: 0 auto;
			padding: 30px 0;
			box-sizing: border-box;
			background: #f1f1f1;
		}
			div#oftheyearInner{
				width: 1000px;
				max-width: 98%;
				margin: 0 auto;
				padding: 0;
				box-sizing: border-box;
			}
				div.oftheyearBox{
					width: 100%;
					margin: 0 auto;
					padding: 0;
					box-sizing: border-box;
				}
					div.oftheyearBox h3{
						margin: 0 auto 15px;
						width: 100%;
						font-weight: normal;
					}
						div.oftheyearBox h3 span{
							font-size: 1.2em;
							margin: 0 3px;
						}
					div.oftheyearBox img{
						width: 100%;
						margin: 0 auto;
						max-width: 1000px;
					}
@media screen and (max-width : 1300px) {

}

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

}

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


@media screen and (max-width : 768px) {
  .h2styleA-wrap {
    font-size: 1.1em;
  }
  .h2styleA-heading {
    margin: 5px 0 15px;
  }
  .h2styleA .h2styleA-heading {
    position: relative;
    height: 44px;
    padding: 0;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #266E8C;
    line-height: 44px;
  }
  .h2styleA .h2styleA-heading .h2styleA-caption{
    position: absolute;
    right: 0;
    top: 0;
    padding-left: 15px;
    padding-right: 20px;
    color: #fff;
      -moz-border-radius: 0 4px 6px 0;
    -webkit-border-radius: 0 4px 6px 0;
    border-radius: 0 4px 6px 0;
  }
  .h2styleA .h2styleA-heading .h2styleA-caption:before{
    display: block;
    content: ' ';
    width: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
    right: 99.9%;
    top: 0;
    border: 0 solid transparent;
    border-width: 44px 30px 0 0;
    border-right-color:#266E8C;
  }
  .h2styleA .h2styleA-heading .h2styleA-title{
    padding-left: 13px;
  }
  .h3styleA-wrap {
    font-size: 1.2em;
  }
  .h3styleA-heading {
  }
  .h3styleA .h3styleA-heading {
  }
  .h3styleA .h3styleA-heading span {
  }
  .h3styleA .h3styleA-heading span:before,
  .h3styleA .h3styleA-heading span:after {
  }
  .h3styleA .h3styleA-heading span:before {
  }
  .h3styleA .h3styleA-heading span:after {
  }
  .btnStyleA {
      font-size: 0.9em;
      width: 80%;
      max-width: auto;
      min-width: auto;
  }
  .btnStyleA a{
  }
  .btnStyleA a:hover {
  }
  .btnStyleA::before {
  }
  .btnStyleA:hover::before {
  }
  dl.dl-styleA{
      display: block;
  }
  dl.dl-styleA dt{
      width: 100%;
      padding: 10px 0px 0;
      margin: 0 auto;
      border-bottom: none;
      font-size: 1.1em;
      color: #1F6F96;
  }
  dl.dl-styleA dd{
      width: 100%;
      padding: 5px 0px 10px 10px;
      margin: 0 auto;
  }
  dl.dl-styleB{
      display: block;
  }
  dl.dl-styleB dt{
      width: 100%;
      padding: 10px 5px 5px;
      margin: 0 auto;
      border-bottom: none;
      font-size: 1em;
      color: #1F6F96;
  }
  dl.dl-styleB dd{
      width: 100%;
      padding: 5px 5px 10px 10px;
      margin: 0 auto;
  font-size: 0.9em;
  }
  div.messageStyleA{
      width: 96%;
  }
div.messageStyleA p{
}
div.messageStyleA span{
}
/*  お問合せセクション  */
.contactArrowWrap{
    margin: 1em auto 0;
}
h3.h3-contact{
    width: 100%;
    font-size: 1.2em;
}
    h3.h3-contact span{
    }
section.contactWrap{
    width: 100%;
    margin: 3em auto 0em;
    padding: 3em 0;
}
    div.contactInner{
        width: 100%;
        min-width: auto;
        max-width: auto;
    }
        div.contactBoxWrap{
            display: block;
            width: 88%;
        }
            div.contactBox{
                width: 100%;
                margin: 0 auto 2em;
                padding: 1em 1em 2em;
                box-sizing: border-box;
            }
                div.contactBox img{
                }
	section#oftheyearWrap{
			padding: 30px 0;
		}
			div#oftheyearInner{
				width: 96%;
				max-width: auto;
				margin: 0 auto;
			}
				div.oftheyearBox{
				}
					div.oftheyearBox h3{
					}
						div.oftheyearBox h3 span{
						}
					div.oftheyearBox img{
					}
}
.companion {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.companion-img {
  width: 40%;
  max-width: 250px;
  padding-right: 15px;
  box-sizing: border-box;
}
.companion-img img {
  width: 100%;
}
.companion-text {
  width: calc(100% - min(40%, 250px));
  max-width: 60%;
}
.companion-text p {
  margin-top: 15px !important;
}
.line-box2 {
  background: #06C755 !important;
  color: white !important;
}
.line-box2 span {
  color: yellow;
}
.line-box2:hover {
    background: #13890b !important;
}

@media screen and (max-width : 634px) {
  .companion-img, .companion-text {
    width: 100%;
    max-width: none;
  }
  .companion-img img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
  }
}

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

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