@charset "UTF-8";
.breadcrumb{
  background: #F5F5F5;
}
.breadcrumb ul{
  margin: 0 auto;
  display: flex;
  padding: 20px 0;
}
.breadcrumb li a{
  text-decoration: underline;
}
.breadcrumb li:not(:last-of-type)::after {
    content: "›";
    margin: 0 .6em;
    color: #777;
    font-size: 1.4rem;
}
.container h1{
  font-family: "myfont-Oswald-m", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.container h1 span{
  font-family: "myfont-noto-m", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
}
.container h2{
  font-weight: 700;
  text-align: left;
  border-top: 1px solid #d9d9d9;
  position: relative;
  padding: 5px 10px;
  width: 55%;
}
.container h2::before{
  content: "";
    display: block;
    width: 40%;
    height: 4px;
    background: linear-gradient(135deg, rgb(86, 20, 109) 0%, rgb(0, 1, 133) 50%, rgb(0, 187, 154) 100%);
    position: absolute;
    top: -1px;
    left: 0;
}
.container h3{
  position: relative;
  text-align: left;
  padding-top: 40px;
  line-height: 1.6;
}
.container h3::before {
  content: "";
  display: block;
  width: 30px;
  height: 6px;
  background: linear-gradient(135deg, rgb(86, 20, 109) 0%, rgb(0, 1, 133) 50%, rgb(0, 187, 154) 100%);
  position: absolute;
  top: -1px;
  left: 0;
}
.container p.cate{
  background: linear-gradient(135deg, rgb(86, 20, 109) 0%, rgb(0, 1, 133) 50%, rgb(0, 187, 154) 100%);
  color: #fff;
  border-radius: 2px;
  text-align: center;
  padding: 8px 18px !important;
  display: inline-block;
  font-weight: normal;
  border-radius: 4px;
}
.container h4{
  line-height: 1.6;
}
.container p{
  line-height: 1.8;
}
.container p.txt-link{
  position: relative;
  padding-right: 70px;
  text-align: right;
}
.container p.txt-link::after{
  content: url(../images/arrow.svg);
  position: absolute;
  width: 54px;
  height: 11px;
  right: 0;
}
.container a{
  text-decoration: underline;
}
.container ul.li-icn{
  position: relative;
}
.container ul.li-icn li{
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.8;
}
.container ul.li-icn li::before{
  display:inline-block;
  content:'';
  width:.7em;
  height: .7em;
  background: #00B29A;
  border-radius: 2px;
  margin-right: .5em;
}
.container .table-area dl{
  border-bottom: 1px solid #d9d9d9;
  position: relative;
}
.container .table-area dl::before{
  content: "";
  display: block;
  width: 20%;
  border-bottom: 1px solid #141414;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.container .table-area dl:first-child{
  border-top: 1px solid #d9d9d9;
}
.container .table-area dl:first-child::after{
  content: "";
  display: block;
  width: 20%;
  border-top: 1px solid #141414;
  position: absolute;
  top: -1px;
  left: 0;
}
.container .table-area dt{
  font-weight: 700;
  line-height: 1.6;
}
.container .table-area dd{
  line-height: 1.6;
}
.container .table-area dd dl{
  border-bottom: none;
}
.container .table-area dd dl::before{
  border-bottom: none;
}
.container .table-area dd dl:first-child{
  border-top: none;
}
.container .table-area dd dl:first-child::after{
  border-top: none;
}
.container .table-area dd dl dt{
  width: 100%;
  font-weight: 500;
}
.container .table-area dd dl dd{
  width: 100%;
}
.container .three-col p{
  margin-bottom: 0;
}
.container .grad-box{
  background: linear-gradient(135deg, rgb(231, 217, 237) 0%, rgb(217, 218, 239) 50%, rgb(221, 251, 247) 100%);
  border-radius: 6px;
}
.container .grad-border-box{
  background: linear-gradient(135deg, rgb(170, 137, 181) 0%, rgb(129, 128, 193) 50%, rgb(127, 216, 204) 100%);
  border-radius: 6px;
  padding: 3px;
}
.container .grad-border-box-inner{
  background: #fff;
  border-radius: 4px;
  text-align: center;
}
.contact-area h3{
  font-family: "myfont-Oswald-m", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-size: 5rem;
  font-style: normal;
  line-height: .5;
}
.contact-area h3 span{
  font-family: "myfont-noto-r", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
}
.contact-area p{
  text-align: center;
  line-height: 1.6;
}
.contact-area p.txt-tel{
  font-family: Roboto;
  font-weight: 700;
  line-height: 1;
}
.contact-area p.txt-tel::before{
  display: inline-block;
  content: '';
  width: 37px;
  height: 37px;
  background:url(../images/icn_tel.svg) no-repeat;
  background-size: 37px;
  margin-right: .2em;
}
.contact-area{
  background: #EFF1F5;
  text-align: center;
}
.contact-area .wrapper{
  margin: 0 auto;
  background: #fff;
}
.contact-area .grad-border-block{
  margin-top: 20px;
  background: linear-gradient(135deg, rgb(86, 20, 109) 0%, rgb(0, 1, 133) 50%, rgb(0, 187, 154) 100%);
  border-radius: 4px;
  padding: 4px;
  margin: 0 auto;
}
.contact-area .grad-border-block .grad-border-content {
  background: #fff;
  border-radius: 2px;
}
.contact-area a.contact {
  font-weight: 700;
  color: #23097C;
  display: block;
}
.contact-area a.contact:hover {
  color: #00B29A;
  -webkit-transition: all .5s;
      transition: all .5s;
}
figure img {
  margin-bottom: 1em;
}
figcaption{
  text-align: center;
}
@media screen and (min-width: 640px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}
@media only screen and ( max-width : 768px ) {
  main{
    padding-top: 70px;
  }
  .container h1 {
    font-size: 4rem;
    line-height: .6;
    padding: 8vw 0;
  }
  .container h2 {
    font-size: 2.6rem;
    padding: 10vw 4vw;
    width: 100%;
    box-sizing: border-box;
    line-height: 1.6;
  }
  .container h3{
    font-size: 2.2rem;
    margin-bottom: 8vw;
    padding: 8vw 0 0;
  }
  .container h3::before {
    left: 0;
  }
  .container h4{
    margin-bottom: 6vw;
    font-size: 1.8rem;
  }
  .container h5{
    font-size: 1.8rem;
    margin-bottom: 6vw;
  }
  .container p{
    margin-bottom: 4vw;
  }
  .container p,
  .container ul,
  .container ol{
    padding: 0;
  }
  .container p.txt-link {
    padding-right: 85px;
  }
  .container p.txt-link::after {
    right: 4vw;
  }
  .container .breadcrumb{
    margin-bottom: 10vw;
  }
  .container .breadcrumb ul{
    padding: 3vw 4vw;
  }
  .container .breadcrumb li{
    font-size: 1.4rem;
  }
  .container .col-wrapper {
    padding: 0 4vw;
  }
  .container .wrapper-pd4{
    padding: 0 4vw;
  }
  .container .table-area{
    margin-bottom: 14vw;
  }
  .container .table-area dl{
    padding: 4vw;
  }
  .container .table-area dt {
    margin-bottom: 2vw;
  }
  .container .table-area dd dl {
    padding: 0;
    /*display: flex;*/
  }
  .container .table-area dd dl:first-child {
    margin-bottom: 4vw;
  }
  .container .table-area dd dl dt {
    width: 55%;
  }
  .container .table-area dd ul{
    padding: 0;
  }
  .container .table-area dd li {
    margin-bottom: 3vw;
    line-height: 1.6;
  }
  .container ul.li-icn li{
    margin-bottom: 4vw;
  }
  section{
    margin-bottom: 14vw;
  }
  section.page-title-area{
    margin-bottom: 10vw;
  }
  .container .pic-area {
    padding: 0 4vw;
    width: 100%;
    box-sizing:  border-box;
  }
  .contact-area {
    padding: 8vw;
  }
  .contact-area .wrapper {
    padding: 8vw 6vw 6vw;
  }
  .contact-area h3{
    font-size: 4rem;
    margin-bottom: 6vw;
  }
  .contact-area p{
    margin-bottom: 4vw;
  }
  .contact-area p.txt-tel {
    font-size: 3.2rem;
    margin-bottom: 2vw;
  }
  .contact-area p.txt-time{
    margin-bottom: 6vw;
  }
  .contact-area p.txt-tel::before {
    width: 25px;
    height: 25px;
    background-size: 25px;
  }
  .contact-area a.contact {
    padding: 6vw 4vw;
  }
}
@media only screen and ( min-width : 769px ) {
  .wrapper{
    max-width: 1200px;
    margin: 0 auto;
  }
  .breadcrumb ul{
    max-width: 1200px;
    padding: 1vw 4vw;
    box-sizing: border-box;
  }
  .container h1{
    text-align: center;
    font-size: 50px;
    line-height: .7;
    padding: 70px 0 54px;
  }
  .container h1 span{
    font-size: 16px;
  }
  .container h2{
    font-size: 30px;
    padding: 85px 0;
    line-height: 1.4;
  }
  .container h3{
    font-size: 21px;
    margin-bottom: 40px;
  }
  .container h4{
    font-size: 20px;
    margin-bottom: 30px;
  }
  .container h5{
    font-size: 18px;
    margin: 0 0 30px;
  }
  .container p{
    font-size: 16px;
    margin-bottom: 40px;
  }
  .container p.first-p{
    font-size: 18px;
    margin-bottom: 140px;
  }
  .container p.mb-70{
    margin-bottom: 70px;
  }
  .container p.txt-link{
    margin-bottom: 0;
    float: right;
  }
  .container li{
    font-size: 16px;
  }
  .container ul.li-icn li{
    margin-bottom: 30px;
  }
  .breadcrumb{
    margin-bottom: 100px;
  }
  .breadcrumb ul li{
    font-size: 14px;
  }
  .container .table-area{
    margin-bottom: 190px;
  }
  .container .table-area dl{
    display: flex;
    padding: 40px 0;
  }
  .container .table-area dt{
    width: 20%;
  }
  .container .table-area dl dd dl{
    padding: 0;
    display: inherit;
    margin-bottom: 16px;
  }
  .container .table-area dd dl dt{
    padding-right: 20px;
    white-space: nowrap;
    width: 160px;
    margin-bottom: 6px;
  }
  .container .table-area dd li{
    margin-bottom: 6px;
  }
  .container .two-col{
    display: flex;
    align-items: flex-start;
  }
  .container .two-col .left-area{
    width: 560px;
		margin-right: 80px;
  }
  .container .two-col h2{
    width: 100%;
  }
  .container .two-col section:last-child{
    margin-right: 0;
  }
  .container .two-col section{
    width: calc(50% - 80px);
    margin-right: 80px;
  }
  .container .two-col section:last-child{
    margin-right: 0;
  }
  .container .two-col section{
    margin-bottom: 40px;
  }
  .container .three-col{
    display: flex;
  }
  .container .three-col section{
    width: calc(33.333% - 80px);
		margin-right: 80px;
    margin-bottom: 70px;
  }
  .container .three-col section:last-child{
    margin-right: 0;
  }
  .container .grad-border-box-inner{
    padding: 30px;
  }
  section{
    margin-bottom: 140px;
    flex: 1;
  }
  section.page-title-area{
    margin-bottom: 100px;
  }
  .contact-area{
    padding: 80px 0;
  }
  .contact-area h3{
    margin-bottom: 50px;
  }
  .contact-area p{
    font-size: 16px;
  }
  .contact-area p.txt-tel{
    font-size:47px;
    margin-bottom: 10px;
  }
  .contact-area .wrapper{
    display: flex;
    max-width:1040px;
    width: 100%;
    padding: 0 4vw;
    box-sizing: border-box;
  }
  .contact-area .left-area{
    width: 50%;
    box-sizing: border-box;
    padding: 80px 0;
  }
  .contact-area .right-area{
    width: 50%;
    box-sizing: border-box;
    padding: 60px 0;
  }
  .contact-area p.txt-time{
    margin-bottom: 20px;
  }
  .contact-area .grad-border-block{
    max-width: 376px;
  }
  .contact-area a.contact {
    padding: 30px;
    font-size: 20px;
  }
  .container .grad-box{
    margin-bottom: 140px;
  }
}