/* Scss Document */
.pc, .ipad_view {
  display: none !important;
}
a[href^="tel:"] {
  text-decoration: none !important;
}
@media screen and (max-width: 860px) {
  .ipad_view {
    display: block !important;
  }
}
@media screen and (max-width: 999px) {
  .pc-ipad {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .none_hover {
    pointer-events: none;
  }
  a[href^="tel:"] {
    pointer-events: none;
    cursor: text;
  }
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
}
.span_bg {
  background-color: #FFFAAC;
}
.txt_r {
  text-align: right;
}
strong {
  font-weight: 700;
}
i {
  font-style: normal;
}
h2, h3, h4 {
  font-weight: 700;
}
.mb0 {
  margin-bottom: 0 !important;
}
/*
::-webkit-scrollbar {
width:4px;


}
::-webkit-scrollbar-thumb {
background:#999	;
}
::-webkit-scrollbar * {
background:rgba(0,0,0,0);
}
*/
.d_flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.brk_in {
  display: inline-block;
}
.box_shadown {
  -webkit-box-shadow: 1px 5px 11px 0px rgba(140, 140, 140, 0.63);
  box-shadow: 1px 5px 11px 0px rgba(140, 140, 140, 0.63);
}
.img_shadown {
  -webkit-box-shadow: 0px 5px 12px 3px rgba(140, 140, 140, 0.43);
  box-shadow: 0px 5px 12px 3px rgba(140, 140, 140, 0.43);
}
.wrap {
  width: 100%;
  max-width: 1156px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
.wrap > * {
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  .wrap {
    max-width: 100%;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 767px) {
  .wrap {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
header {
  position: relative;
  padding-top: 90px;
}
header .hamburger {
  display: block;
  position: fixed;
  z-index: 999;
  right: -2px;
  top: 0px;
  width: 56px;
  height: 56px;
  cursor: pointer;
  text-align: center;
}
header .hamburger span {
  display: block;
  position: absolute;
  width: 28px;
  height: 3px;
  left: 12px;
  background: #333;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
header .hamburger span:nth-child(1) {
  top: 18px;
}
header .hamburger span:nth-child(2) {
  top: 28px;
}
header .hamburger span:nth-child(3) {
  top: 38px;
}
header .hamburger.is-active span:nth-child(2) {
  opacity: 0;
  left: 20px;
}
header .hamburger.is-active span:nth-child(1) {
  top: 20px;
  -webkit-transform: translateY(4px) rotate(-45deg);
  -ms-transform: translateY(4px) rotate(-45deg);
  -o-transform: translateY(4px) rotate(-45deg);
  transform: translateY(4px) rotate(-45deg);
}
header .hamburger.is-active span:nth-child(3) {
  top: 40px;
  -webkit-transform: translateY(-16px) rotate(45deg);
  -ms-transform: translateY(-16px) rotate(45deg);
  -o-transform: translateY(-16px) rotate(45deg);
  transform: translateY(-16px) rotate(45deg);
}
header .logo {
  width: 200px;
  position: absolute;
  top: 15px;
  left: 77px;
  z-index: 100;
}
@media screen and (max-width: 1250px) {
  header .logo {
    left: 20px;
  }
}
header .logo img {
  height: 100%;
  width: auto;
}
@media screen and (max-width: 999px) {
  header .logo {
    left: 10px;
    top: 18px;
    width: 165px;
  }
}
@media screen and (max-width: 767px) {
  header .logo {
    left: 10px;
    top: 8px;
    width: 130px;
  }
}
header #belt {
  height: 90px;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  header {
    padding-top: 56px;
  }
  header .search {
    right: 24px;
  }
  header #belt {
    height: 56px;
  }
}
#navigation {
  position: relative;
  z-index: 99;
  padding-top: 32px;
  text-align: right;
}
#navigation ul {
  padding-right: 30px;
}
@media screen and (max-width: 1250px) {
  #navigation ul {
    padding-right: 10px;
  }
}
#navigation ul li {
  display: inline;
  padding: 0 20px;
  position: relative;
}
#navigation ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  background-color: #4C4948;
  width: 1px;
  height: 15px;
}
#navigation ul li a {
  font-size: 15px;
  font-weight: 700;
  color: #4C4948;
}
#navigation ul li:last-child {
  border: none;
}
#navigation ul li a:hover, #navigation ul li a.active {
  color: #00A8B8;
  text-decoration: none;
}
@media screen and (max-width: 999px) {
  #navigation ul {
    padding-right: 10px;
  }
  #navigation ul li {
    padding: 0 0 0 10px;
  }
}
@media screen and (max-width: 767px) {
  #navigation {
    box-sizing: border-box;
    position: fixed;
    bottom: 0;
    top: 0;
    left: 0px;
    right: 0px;
    z-index: 99;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    padding: 100px 0 !important;
    display: block;
    background-color: #fff;
  }
  #navigation ul {
    display: block;
    padding: 0 0;
  }
  #navigation ul li {
    display: block;
    width: 100%;
    line-height: 30px;
    padding: 0 0 20px;
  }
  #navigation ul li:before {
    display: none;
  }
  #navigation ul li a {
    text-align: center;
    padding: 10px 0;
    display: block;
  }
}
.navOpen #navigation {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
section {
  position: relative;
}
section * {
  box-sizing: border-box;
}
.remodal {
  height: 100%;
}
footer {
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.075em;
  padding: 38px 20px 73px;
  box-sizing: border-box;
}
footer .logo {
  width: 240px;
  margin: 50px auto 0;
}
footer .ft-gr {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}
footer .ft-gr nav a:hover {
  color: #00A8B8;
}
@media screen and (max-width: 1233px) {
  footer .ft-gr nav a:first-child:before {
    display: none;
  }
}
footer address, footer nav {
  display: inline-block;
}
footer address {
  padding-right: 11px;
}
@media screen and (max-width: 999px) {
  footer {
    font-size: 12px;
  }
  footer nav {
    white-space: nowrap;
  }
  footer nav a:before {
    padding: 0 10px 0 4px;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding-bottom: 65px;
    font-size: 10px;
  }
  footer .logo {
    width: 190px;
    margin-top: 20px;
  }
  footer nav {
    line-height: 20px;
    padding-bottom: 10px;
  }
footer nav a:nth-child(4):before {
    display: none;
  }
    footer  address {
        
        padding: 0;
        
        position: absolute;
        left: 0;
        right: 0;
        bottom: 20px;
    }
}


#key-cont {
  background: url("../img/shared/key.jpg") no-repeat right center/cover;
    
  background-color: #fff;
  min-height: 670px;
  padding: 0 110px 92px;
    padding-left: calc(50% - 500px);
  box-sizing: border-box;
}

@media screen and (min-width: 1300px) {
    
   #key-cont{
        
        padding-left: calc(50% - 574px);
    }
}
#key-cont .tit1 dt {
  font-size: 43px;
  letter-spacing: 0.1em;
  line-height: 50px;
  padding: 80px 0 0;
}
#key-cont .tit1 dd {
  width: 550px;
  padding: 46px 0 34px;
  margin: 0 0 0 -18px;
}
#key-cont .tit2 {
  font-weight: 500;
}
#key-cont .tit2 dt {
  font-size: 36px;
  letter-spacing: -0.05em;
  line-height: 50px;
  padding-bottom: 8px;
}
@media screen and (max-width: 1300px) {
  #key-cont {
      padding-left: 40px;
    background-position:  right bottom;
  }
}


@media screen and (max-width: 1150px) {
  #key-cont {
    padding-left: 30px;
   
  }
    #key-cont .tit1 dt {
        font-size: 38px;
    }
  #key-cont .tit1 dd {
    width: 490px;
  }
    #key-cont .tit2 dt {
        font-size: 30px;
    }
    #key-cont .tit2 dd {
        width: 530px;
    }
}
@media screen and (max-width: 999px) {
  #key-cont {
    padding-left: 30px;
    background-size: 130%;
    background-color: #c8d4dc;
    background-position: 81% bottom;
    min-height: 800px;
  }
  #key-cont .tit1 dt {
    font-size: 40px;
    padding: 70px 0 0;
  }
  #key-cont .tit1 dd {
    width: 450px;
    padding: 40px 0 30px;
    margin: 0 0 0 -18px;
  }
  #key-cont .tit2 dd {
    max-width: 380px;
  }
  #key-cont .tit2 dt {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  #key-cont {
    padding: 0 20px 49vw 20px;
    min-height: 100px;
    background-position: right bottom;
    background-size: 123%;
  }
  #key-cont .tit1 dt {
    font-size: 22px;
    padding: 34px 0 0;
    line-height: 37px;
  }
  #key-cont .tit1 dd {
    width: 86%;
    padding: 5% 0;
    margin: 0;
  }
  #key-cont .tit2 dt {
    font-size: 18px;
    margin-right: -20px;
  }
  #key-cont .tit2 dd {
    width: auto;
    max-width: 100%;
    font-size: 13px;
    line-height: 24px;
  }
}
img {
  width: 100%;
  height: auto;
}
.bnr-popup {
  max-width: 1152px;
  margin: 74px auto 128px;
}
.bnr-popup a {
  background: url("../img/shared/arrow.png") no-repeat center right 18px/43px;
  display: block;
  border: 4px solid #009FB9;
  border-radius: 22px;
  text-align: left;
  color: #009FB9;
  font-size: 28px;
  padding: 50px 0px 51px 29px;
  position: relative;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.bnr-popup a img {
  width: 100px;
  position: absolute;
  top: 6px;
  right: 83px;
}
@media screen and (max-width: 1292px) {
  .bnr-popup {
    margin-left: 20px;
    margin-right: 20px;
  }
  .bnr-popup a {
    text-align: center;
    line-height: 1.6;
    padding-right: 170px;
  }
  .bnr-popup a img {
    top: 34px;
  }
  .bnr-popup br {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .bnr-popup a {
       text-align: center;
    line-height: 1.6;
    font-size: 14px;
    line-height: 29px;
    padding: 12px 65px 12px 7px;
    background-size: 20px;
    background: none;
  }
  .bnr-popup a img {
       top: 7px;
    width: 55px;
    right: 9px;
  }
}
.bg {
  border-radius: 10px;
  background-color: #fff;
  margin-bottom: 65px;
  position: relative;
}
.tabs-switch {
  background-color: #C1E4E5;
  padding: 1px 0 45px;
}
.tab-link {
  max-width: 1160px;
  margin: -62px auto 0;
    overflow: hidden;
}
.tab-link li {
  width: calc((100% - 15px)/3);
  text-align: center;
  color: #fff;
  font-size: 19px;
  letter-spacing: 0.2em;
  position: relative;
}
.tab-link li span {
  letter-spacing: 0.2em;
  font-size: 29px;
  margin-left: -14px;
}
.tab-link li i {
  border-top-right-radius: 24px;
  border-top-left-radius: 24px;
 background-image: url("../img/shared/bg1.jpg");
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
  display: block;
  padding: 19px 0 9px;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  position: relative;
  z-index: 2;
  top: 0;
}
.tab-link li:nth-child(2) i {
     background-image: url("../img/shared/bg2.jpg");
    
}
.tab-link li:nth-child(3) i {
     background-image: url("../img/shared/bg3.jpg");
    
}
.tab-link li:hover {

}
.tab-link li:hover i,.tab-link li.active i  {
  position: relative;
  top: 10px;

}
.tab-link li.active {
 
}
.tab-link li.active i {

}
@media screen and (max-width: 1200px) {
  .tab-link {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1060px) {
  .tab-link li span {
    font-size: 26px;
  }
}
@media screen and (max-width: 999px) {
  .tab-link li span {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .tab-link {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: -54px;
  }
  .tab-link li i {
    border-top-right-radius: 14px;
    border-top-left-radius: 14px;
    font-size: 12px;
    line-height: 1.2;
    padding: 7px 0 5px;
    white-space: nowrap;
    box-sizing: border-box;
    height: 53px;
  }
  .tab-link li span {
    font-size: 16px;
    letter-spacing: 0;
    margin: 0;
  }
  .tab-link li:hover i {
    top:10px;
  }
}
.tab-content {
  max-width: 1156px;
  margin: 0 auto;
}
.tab-content h2 {
  text-align: center;
  font-family: Mobo;
  letter-spacing: 0.2em;
  font-size: 35px;
  padding: 91px 0 69px;
}
.tab-content h2 span {
  font-size: 49px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 999px) {
  .tab-content h2 {
    font-size: 30px;
  }
  .tab-content h2 span {
    font-size: 45px;
  }
}
@media screen and (max-width: 767px) {
  .tab-content h2 {
    font-size: 20px;
    padding: 45px 0;
      font-weight: 400;
  }
  .tab-content h2 span {
    font-size: 30px;
  }
}
.tab-cont .list {
  text-align: center;
  font-size: 24px;
  line-height: 48px;
  font-weight: 700;
  max-width: 810px;
  margin: 0 auto 50px;
}
.tab-cont .list span {
  font-size: 42px;
}
.tab-cont .list li {
  background: url("../img/shared/shape.png") no-repeat 0 0/100%;
  width: 346px;
  height: 346px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 18px 0 0;
  line-height: 40px;
}
.tab-cont .content {
  padding: 77px 30px 145px;
  margin-bottom: 65px;
}
.tab-cont .content .note {
  font-size: 24px;
  line-height: 42px;
  letter-spacing: 0;
}
.tab-cont .content .info {
  width: 1000px;
  margin: 0 auto;
  padding: 60px 0 147px;
  align-items: center;
}
.tab-cont .content .info dd {
  width: 604px;
  padding: 27px 0 0;
}
.tab-cont .content .info dd li {
  text-indent: -26px;
  padding: 0 0 30px 26px;
}
.tab-cont .content .info dt {
  width: 173px;
  margin-left: 142px;
}
@media screen and (max-width: 1080px) {
  .tab-cont .content .info {
    width: 100%;
    justify-content: center;
  }
  .tab-cont .content .info dt {
    margin-left: 0;
    margin-right: 50px;
  }
}
@media screen and (max-width: 1080px) and (max-width: 999px) {
  .tab-cont .content .info {
    justify-content: space-between;
  }
  .tab-cont .content .info dd {
    width: calc(100% - 180px);
  }
  .tab-cont .content .info dt {
    margin: 0;
    width: 140px;
  }
}
@media screen and (max-width: 767px) {
  .tab-cont .list {
    font-size: 18px;
    line-height: 34px;
    
    margin-bottom: 30px;
    justify-content: center;
  }
  .tab-cont .list span {
    font-size: 24px;
  }
  .tab-cont .list li {
    width: 240px;
    height: 240px;
      
    padding: 18px 0 0;
    line-height: 27px;
        font-weight: 500;
    margin-bottom: 30px;
    font-size: 16px;
  }
  .tab-cont .content {
    padding: 40px 20px;
    margin-bottom: 40px;
  }
  .tab-cont .content .note {
    font-size: 16px;
    line-height: 28px;
      text-align: left;
  }
    .tab-cont .content .note br {
        display: none !important;
    }
  .tab-cont .content .info {
    padding: 30px 0;
    display: block;
    font-size: 14px;
    line-height: 28px;
  }
  .tab-cont .content .info dt {
    margin: 0 auto;
  }
  .tab-cont .content .info dd {
    width: 100%;
  }
  .tab-cont .content .info dd li {
    text-indent: -20px;
    padding: 0 0 20px 20px;
  }
}
.bnr-shared {
  max-width: 720px;
  margin: 0 auto;
}
.bnr-shared a {
  display: block;
  background-color: #E2E8F0;
  font-size: 14px;
  letter-spacing: 0.2em;
  text-align: center;
  padding: 14px 0 28px;
  position: relative;
  border-radius: 8px;
  line-height: 28px;
}
.bnr-shared a:before {
  content: '';
  border-bottom: 1px solid #4C4948;
  position: absolute;
  bottom: 25px;
  left: 150px;
  right: 150px;
}
.bnr-shared a:after {
  position: absolute;
  right: 150px;
  bottom: 26px;
  content: '';
  width: 0;
  height: 0;
  border-bottom: 7px solid #4C4948;
  border-right: 14px solid transparent;
}
.bnr-shared a .tt {
  font-size: 38px;
  letter-spacing: -0.05em;
  line-height: 1;
  padding: 6px 0 0px;
  display: inline-block;
}
@media screen and (max-width: 999px) {
  .bnr-shared a .tt {
    font-size: 35px;
  }
}
.bnr-shared a .f-18 {
  font-size: 18px;
  letter-spacing: 0.1em;
  padding-bottom: 24px;
  display: inline-block;
}
.bnr-shared a .f1 {
  letter-spacing: 0.1em;
  font-size: 21px;
}
.bnr-shared a:hover {
  transform: scale(1.03);
}
@media screen and (max-width: 767px) {
  .bnr-shared a {
    font-size: 12px;
    line-height: 25px;
    padding: 14px 0 31px;
  }
  .bnr-shared a:before {
    bottom: 20px;
    left: 20px;
    right: 20px;
  }
  .bnr-shared a:after {
    bottom: 20px;
    right: 20px;
  }
  .bnr-shared a .f1 {
    font-size: 14px;
  }
  .bnr-shared a .tt {
    font-size: 18px;
    line-height: 1.4;
  }
}
.brithday {
  padding: 56px 0 20px;
  margin-bottom: 0px;
}
.brithday .photo {
  width: 284px;
  margin-left: 21px;
}
.brithday .info {
  width: 636px;
  line-height: 25px;
  letter-spacing: 0.1em;
  padding: 0px 0 0;
}
.brithday .info dt {
  font-weight: 700;
  color: #009FB9;
  font-size: 28px;
  padding: 20px 0 62px;
}
.brithday .info dt img {
  max-width: 373px;
  margin: 0 auto 29px;
  display: block;
  width: 60%;
}
.brithday .info dd {
  margin-right: -20px;
}
.brithday .info .f-17 {
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 0.044em;
  padding: 24px 0 0;
}
.brithday .group {
  flex-wrap: nowrap;
  padding-left: 80px;
}
@media screen and (max-width: 1100px) {
  .brithday .group {
    padding-left: 10px;
  }
}
.brithday .group .info {
  max-width: 1015px;
  margin: 0 auto;
}
@media screen and (max-width: 1160px) {
  .brithday .group .info {
    width: auto;
  }
  .brithday .group .info dd {
    margin-right: 0;
  }
}
@media screen and (max-width: 999px) {
  .brithday {
    padding: 56px 30px 50px 10px;
  }
  .brithday .group {
    align-items: center;
  }
  .brithday .group .photo {
    margin-left: 0;
  }
  .brithday .group .info dt {
    text-align: center;
    line-height: 1.6;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .brithday {
    padding: 30px 20px;
  }
  .brithday .group {
    display: block;
  }
  .brithday .group .photo {
    margin: 0 auto;
    padding: 0;
    max-width: 210px;
    width: 90%;
  }
  .brithday .group .info dt {
    font-size: 20px;
  }
  .brithday .group .info dt img {
    width: 70%;
  }
  .brithday .group .info dd {
    font-size: 14px;
    line-height: 28px;
  }
  .brithday .group .info dd .f-17 {
    font-size: 13px;
    padding-top: 10px;
  }
}
#tab1 .f-note {
  text-align: center;
  padding: 30px 0 0;
}
#tab1 .f-note span {
  display: inline-block;
  text-align: left;
  font-size: 14px;
  letter-spacing: 0.146em;
}
@media screen and (max-width: 767px) {
  #tab1 .f-note span {
    font-size: 12px;
    line-height: 1.5;
  }
}
#tab2 .tab-cont .content {
  padding-bottom: 100px;
}
#tab2 .tab-cont .content .info {
  padding-bottom: 0px;
}
#tab2 .gallery {
  text-align: center;
  padding: 55px 30px 80px;
}
#tab2 .gallery h3 {
  text-align: center;
  font-size: 28px;
  line-height: 48px;
  color: #009FB9;
}
@media screen and (max-width: 999px) {
  #tab2 .gallery h3 {
    font-size: 25px;
  }
}
#tab2 .gallery .photo {
  max-width: 1062px;
  margin: 0 auto;
  padding: 55px 0 65px;
}
#tab2 .gallery .photo li {
  width: calc((100% - 30px) /3);
}
#tab2 .gallery .li-txt {
  padding: 0 0px 30px 200px;
}
#tab2 .gallery .li-txt li {
  text-align: left;
  font-size: 18px;
  line-height: 30px;
  padding-bottom: 30px;
  padding-left: 26px;
  text-indent: -26px;
}
@media screen and (max-width: 1210px) {
  #tab2 .gallery .li-txt {
    display: inline-block;
    padding: 0 20px 30px;
  }
}
#tab2 .gallery .bnr-shared a {
  padding: 27px 0 41px;
}
#tab2 .gallery .bnr-shared a:after, #tab2 .gallery .bnr-shared a:before {
  bottom: 38px;
}
@media screen and (max-width: 767px) {
  #tab2 .tab-cont .content {
    padding-bottom: inherit;
  }
  #tab2 .tab-cont .content .info {
    padding-bottom: 20px;
  }
  #tab2 .gallery {
    padding: 30px 20px;
  }
  #tab2 .gallery h3 {
    text-align: center;
    font-size: 18px;
    line-height: 32px;
  }
  #tab2 .gallery .photo {
    padding: 20px 0;
  }
  #tab2 .gallery .photo li {
    width: 100%;
    margin-bottom: 20px;
  }
  #tab2 .gallery .li-txt {
    padding: 00;
  }
  #tab2 .gallery .li-txt li {
    text-align: left;
    font-size: 14px;
    line-height: 28px;
    padding-bottom: 20px;
    padding-left: 20px;
    text-indent: -20px;
  }
  #tab2 .gallery .bnr-shared {
    margin-top: 20px;
  }
  #tab2 .gallery .bnr-shared a {
    padding: 18px 0 26px;
  }
  #tab2 .gallery .bnr-shared a .f-18 {
    font-size: 15px;
    padding-bottom: 7px;
  }
  #tab2 .gallery .bnr-shared a:after, #tab2 .gallery .bnr-shared a:before {
    bottom: 20px;
  }
  #tab2 .gallery .bnr-shared a:after {
    right: 20px;
  }
}
#tab3 {
  font-size: 18px;
  line-height: 32px;
  text-align: center;
}
#tab3 h2 {
  padding-bottom: 55px;
}
#tab3 .txt {
  font-size: 24px;
  line-height: 42px;
  letter-spacing: 0.18em;
  padding: 0px 0 54px;
}
#tab3 .txt-note {
  padding: 46px 0 20px 0;
}
#tab3 .txt-note .note {
  padding-bottom: 71px;
  padding-left: 25px;
  text-indent: -25px;
}
#tab3 .txt-note p {
  text-align: left;
  display: inline-block;
}
#tab3 .group {
  max-width: 1046px;
  margin: 0 auto;
}
#tab3 .group dl {
  width: 202px;
  margin: 0 0 0 98px;
}
#tab3 .group dl dd {
  margin-right: 9px;
}
#tab3 .group dl dt span {
  width: 100%;
  max-width: 350px;
  margin: 0 auto 37px;
  display: block;
  background-color: #009FB9;
  border-radius: 23px;
  line-height: 46px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  letter-spacing: 0.1em;
}
#tab3 .group dl.tablet {
  width: 575px;
  margin: 0;
}
#tab3 .group dl.tablet dd {
  margin-right: 0;
}
@media screen and (max-width: 999px) {
  #tab3 .txt-note {
    text-align: left;
  }
  #tab3 .txt {
    font-size: 20px;
  }
  #tab3 .group {
    max-width: 100%;
  }
  #tab3 .group dl {
    margin-left: 0;
  }
  #tab3 .group dl.tablet {
    width: calc(100% - 230px);
  }
}
@media screen and (max-width: 767px) {
  #tab3 .txt {
    font-size: 16px;
    line-height: 28px;
      text-align: left;
  }
  #tab3 .txt-note {
    font-size: 15px;
  }
  #tab3 .txt-note .note {
    padding-bottom: 30px;
  }
  #tab3 .group dl {
    width: 100%;
  }
  #tab3 .group dl dt span {
    width: auto;
    font-size: 17px;
    padding: 0 20px;
    margin-bottom: 20px;
    line-height: 40px;
    display: inline-block;
  }
  #tab3 .group dl dd {
    width: 180px;
    margin: 0 auto !important;
  }
  #tab3 .group dl.tablet {
    width: 100%;
    margin-top: 40px;
  }
  #tab3 .group dl.tablet dd {
    width: 100%;
    max-width: 300px;
  }
  #tab3 .group dl.tablet dt span {
    width: 220px;
  }
}
.remodal {
  max-width: 1226px;
  padding: 0;
}
.remodal-wrapper {
  padding: 20px;
}
#popup {
  position: relative;
  background-color: #C1E4E5;
  border-radius: 24px;
  padding: 69px 35px 40px;
}
#popup .deco {
  width: 170px;
  position: absolute;
  top: 16px;
  right: 135px;
  z-index: 2;
}
#popup .close1 {
  display: block;
  background-color: #009FB9;
  color: #fff;
  text-align: center;
  line-height: 45px;
  font-size: 24px;
  letter-spacing: 0.1em;
  max-width: 350px;
  width: 100%;
  margin: 70px auto 0;
  border-radius: 23px;
  cursor: pointer;
}
#popup .close1:hover {
  opacity: 0.8;
}
#popup h2 {
  font-size: 40px;
  letter-spacing: 0.2em;
  padding: 0px 183px 36px 0;
}
#popup .cont {
  background-color: #fff;
  padding: 101px 50px 45px;
  border-radius: 9px;
}
#popup .cont h3 {
  color: #009FB9;
  font-weight: 700;
  line-height: 49px;
  font-size: 28px;
  padding-bottom: 38px;
}
#popup .cont .txt1 {
  font-size: 24px;
  line-height: 43px;
  letter-spacing: 0.138em;
  padding-bottom: 40px;
}
#popup .cont .info {
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.209em;
}
#popup .cont .info dt {
  font-size: 29px;
  line-height: 42px;
  letter-spacing: 0.2em;
  padding-bottom: 60px;
}
#popup .cont .photo {
  padding: 60px 0 45px;
  position: relative;
  white-space: nowrap;
}
#popup .cont .photo .arow {
  width: 55px;
  position: absolute;
  left: 48%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#popup .cont .photo dl {
  color: #009FB9;
  font-size: 29px;
  letter-spacing: 0.2em;
  width: 50%;
  position: relative;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
  padding: 0 0 0 90px;
}
#popup .cont .photo dl dt {
  width: 161px;
}
#popup .cont .photo dl dd {
  padding: 0px 0 8px 24px;
  line-height: 60px;
}
#popup .cont .photo dl dd img {
  width: 108px;
}
#popup .cont .photo dl.item2 {
  padding-left: 55px;
}
#popup .cont .photo dl.item2 dt {
  width: 173px;
}
#popup .cont .photo dl.item2 dd {
  padding: 0px 0 8px 44px;
}
#popup .cont .photo dl.item2 dd img {
  width: 164px;
}
#popup .tbl-info {
  position: relative;
  border-radius: 9px;
  overflow: hidden;
}
#popup .tbl-info table {
  width: 100%;
  background-color: #E2E8F0;
  font-size: 18px;
}
#popup .tbl-info tr {
  color: #000;
}
#popup .tbl-info tr:not(:last-child) {
  border-bottom: 1px solid #4C4948;
}
#popup .tbl-info tr:first-child {
  font-size: 24px;
}
#popup .tbl-info tr:first-child td {
  font-weight: 700;
}
#popup .tbl-info tr:first-child td:nth-child(2) {
  color: #009FB9;
  font-weight: 700;
}
#popup .tbl-info tr td {
  vertical-align: middle;
}
#popup .tbl-info tr td {
  padding: 34px 0px;
}
#popup .tbl-info tr td span {
  color: #009FB9;
}
#popup .tbl-info tr td:first-child {
  font-weight: 700;
  color: #4C4948;
  font-size: 24px;
  width: 240px;
}
#popup .tbl-info tr td:nth-child(2) {
  font-weight: 400;
  background-color: #C1E4E5;
  color: #000;
}
@media screen and (max-width: 1200px) {
  #popup .deco {
    right: 20px;
    top: 80px;
  }
  #popup h2 {
    padding: 50px 70px 46px 0;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1080px) {
  #popup h2 {
    text-align: left;
    padding-left: 10px;
  }
}
@media screen and (max-width: 1200px) {
  #popup .cont {
    padding-left: 30px;
    padding-right: 30px;
  }
  #popup .cont .photo dl {
    padding-left: 50px;
  }
  #popup .tbl-info tr td {
    padding-left: 10px;
    padding-right: 10px;
  }
  #popup .tbl-info tr td:first-child {
    width: 150px;
  }
}
@media screen and (max-width: 1100px) {
  #popup .cont .photo .arow {
    width: 30px;
    left: 45%;
  }
  #popup .cont .photo dl {
    padding: 0px;
    width: auto;
  }
  #popup .cont .photo dl.item2 {
    padding-left: 30px;
  }
  #popup .cont .photo dl.item2 dt {
    width: 155px;
  }
  #popup .cont .photo dl.item2 dd {
    padding-left: 25px;
  }
  #popup .cont .photo dl.item2 dd img {
    width: 76px;
  }
}
@media screen and (max-width: 999px) {
  #popup h2 {
    text-align: center;
    padding: 0 0 40px 0;
    font-size: 30px;
  }
  #popup .close1 {
    font-size: 20px;
  }
  #popup .deco {
    right: 0px;
    top: 100px;
    width: 106px;
  }
  #popup .cont h3 {
    font-size: 24px;
    line-height: 1.4;
  }
  #popup .cont .txt1 {
    font-size: 20px;
    line-height: 38px;
  }
  #popup .cont .info {
    font-size: 16px;
  }
  #popup .cont .info dt {
    font-size: 22px;
  }
  #popup .cont .photo {
    padding-left: 20px;
    padding-right: 20px;
  }
  #popup .cont .photo dl {
    font-size: 18px;
  }
  #popup .cont .photo dl dt {
    width: 110px;
  }
  #popup .cont .photo dl dd {
    line-height: 40px;
    padding-left: 10px;
  }
  #popup .cont .photo dl dd img {
    width: 60px;
  }
  #popup .tbl-info table {
    font-size: 15px;
  }
  #popup .tbl-info tr td:first-child {
    font-size: 20px;
  }
  #popup .tbl-info tr td:first-child {
    font-size: 20px;
    width: 110px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  #popup {
    padding: 20px 10px;
    border-radius: 15px;
  }
  #popup h2 {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 20px;
  }
  #popup .deco {
    right: 0px;
    top: 45px;
    width: 95px;
  }
  #popup .close1 {
    margin-top: 30px;
    font-size: 17px;
  }
  #popup .cont {
    padding: 70px 10px 30px;
  }
  #popup .cont h3 {
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 25px;
  }
  #popup .cont .txt1 {
    font-size: 11px;
    line-height: 20px;
    padding-bottom: 30px;
  }
  #popup .cont .info {
    font-size: 11px;
    line-height: 24px;
  }
  #popup .cont .info dt {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 30px;
  }
  #popup .cont .photo {
    display: block;
    text-align: center;
  }
  #popup .cont .photo .arow {
    position: static;
    transform: none;
    margin: 25px auto;
    width: 30px;
  }
  #popup .cont .photo .arow img {
    transform: rotate(90deg);
  }
  #popup .cont .photo dl {
    margin: 0 auto;
    padding: 0 !important;
    display: block;
    font-size: 16px;
  }
  #popup .cont .photo dl dd {
    line-height: 30px;
    padding: 0 !important;
  }
  #popup .cont .photo dl dt {
    margin: 0 auto 10px;
  }
  #popup .tbl-info table {
    font-size: 13px;
    line-height: 20px;
    text-align: left;
  }
  #popup .tbl-info tr:first-child {
    font-size: 14px;
    text-align: center;
  }
  #popup .tbl-info tr td {
    padding: 10px 5px;
  }
  #popup .tbl-info tr td:first-child {
    font-size: 14px;
    width: auto;
    word-break: break-all;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .remodal-wrapper {
    padding: 10px;
  }
  .remodal-close {
    width: 25px;
    height: 25px;
    top: 15px;
    right: 15px;
  }
}