#wrapper{
  width: min(768px,100%);
  margin: 0 auto;
  position: relative;
}
@media (min-width:768px){
  #wrapper{
    width: auto;
    max-width: 1920px;
    margin: 0 auto;
  }
}

.has-main-color-color,
mark.has-main-color-color,
mark.has-main-color-color a{
  color: var(--main-color);
}
.has-color1-color,
mark.has-color1-color,
mark.has-color1-color a{
  color: var(--color1);
}
.has-color2-color,
mark.has-color2-color,
mark.has-color2-color a{
  color: var(--color2);
}
.has-color3-color,
mark.has-color3-color,
mark.has-color3-color a{
  color: var(--color3);
}
.has-bg-color1-color,
mark.has-bg-color1-color,
mark.has-bg-color1-color a{
  color: var(--bg-color1);
}
.has-bg-color2-color,
mark.has-bg-color2-color,
mark.has-bg-color2-color a{
  color: var(--bg-color2);
}
.has-bg-color3-color,
mark.has-bg-color3-color,
mark.has-bg-color3-color a{
  color: var(--bg-color3);
}
.has-txt-color-color,
mark.has-txt-color-color,
mark.has-txt-color-color a{
  color: var(--txt-color);
}

.has-main-color-background-color{
  background-color: var(--main-color);
}
.has-color1-background-color{
  background-color: var(--color1);
}
.has-color2-background-color{
  background-color: var(--color2);
}
.has-color3-background-color{
  background-color: var(--color3);
}
.has-bg-color1-background-color{
  background-color: var(--bg-color1);
}
.has-bg-color2-background-color{
  background-color: var(--bg-color2);
}
.has-bg-color3-background-color{
  background-color: var(--bg-color3);
}
.has-txt-color-background-color{
  background-color: var(--txt-color);
}
p.has-background{
  box-sizing: border-box;
}

.noscroll{
  overflow: hidden;
  height: 100vh;
}

.scrollArea{
  overflow-x: auto;
}

.nowrap{
  white-space: nowrap;
}

@media (min-width:768px){
  .gridHalf{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0 max(40px*(1000/1200),min(40px,100vw*(40/1600)));
  }
  .gridColumn{
  }
  .flex-one-third{
    width: max(320px*(1000/1200),min(320px,100vw*(320/1600)));
  }
  .flex-two-third{
    width: max(640px*(1000/1200),min(640px,100vw*(640/1600)));
  }
}

.column{
  margin-bottom: min(100px*2,100vw*(100/384));
  position: relative;
}
.column:after{
  content: "";
  display: block;
  width: 100%;
  height: min(400px*2,100vw*(400/384));
  background: rgb(255,255,255);
  background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(248,245,245,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(248,245,245,1) 100%);
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(248,245,245,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f5f5',GradientType=0 );
  position: absolute;
  top: min(38px*2,100vw*(38/384));
  left: 0;
  z-index: -1;
}
.column > .inner{
  padding-left: min(20px*2,100vw*(20/384));
  padding-right: min(20px*2,100vw*(20/384));
}
@media (min-width:768px){
  .column{
    margin-bottom: max(100px*(1000/1200),min(100px,100vw*(100/1600)));
  }
  .column:after{
    height: max(400px*(1000/1200),min(400px,100vw*(400/1600)));
    top: max(50px*(1000/1200),min(50px,100vw*(50/1600)));
  }
  .column > .inner{
    max-width: max(1000px*(1000/1200),min(1000px,100vw*(1000/1600)));
    margin: 0 auto;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.wp-block-group{
  margin-bottom: min(80px*2,100vw*(80/384));
}
.wp-block-group:not(:first-child){
  margin-top: min(80px*2,100vw*(80/384));
}
@media (min-width:768px){
  .wp-block-group{
    margin-bottom: max(80px*(1000/1200),min(80px,100vw*(80/1600)));
  }
  .wp-block-group:not(:first-child){
    margin-top: max(80px*(1000/1200),min(80px,100vw*(80/1600)));
  }
}

.pink{
  color: var(--color1);
}
.green{
  color: var(--color2);
}
.blue{
  color: var(--color3);
}
.bold{
  font-weight: bold;
}

.btn{
  margin-top: min(20px*2,100vw*(20/384));
  margin-bottom: min(20px*2,100vw*(20/384));
}
.btn,
.btn a{
  margin-left: auto;
  margin-right: auto;
  position: relative;
  box-sizing: border-box;
}
.btn a{
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: min(320px*2,100vw*(320/384));
  min-height: min(60px*2,100vw*(60/384));
  padding: 1.0em 1.25em;
  background-color: #fff;
  color: var(--main-color);
  font-size: min(16px*2,100vw*(16/384));
  font-weight: bold;
  text-decoration: none;
  line-height: calc(20/16);
  border: 2px solid var(--main-color);
  border-radius: min(10px*2,100vw*(10/384));
}
.btn a.short{
  min-width: min(240px*2,100vw*(240/384));
  margin-left: 0;
}
.btn a:after{
  content: "";
  flex: none;
  display: inline-block;
  width: min(24px*2,100vw*(24/384));
  height: min(24px*2,100vw*(24/384));
  margin-left: auto;
  background-image: url("../img/arrow_link_round.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.btn a:hover{
  color: #fff;
  background-color: var(--main-color);
  opacity: 1;
}
.btn .pdfLink{
  /*
  margin-top: min(30px*2,100vw*(30/384));
  margin-bottom: min(30px*2,100vw*(30/384));
  */
}
.btn .pdfLink:before{
  content: "";
  flex: none;
  display: inline-block;
  width: min(44px*2,100vw*(44/384));
  height: min(44px*2,100vw*(44/384));
  /*margin-right: 0.5em;*/
  background-image: url("../img/icon_pdf.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateX(-0.5em);
}
@media (min-width:768px){
  .btn{
    margin-top: max(20px*(1000/1200),min(20px,100vw*(20/1600)));
    margin-bottom: max(20px*(1000/1200),min(20px,100vw*(20/1600)));
  }
  .btn.aligncenter{
    text-align: center;
  }
  .btn,
  .btn a{
    position: relative;
    box-sizing: border-box;
  }
  .btn a{
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    min-width: max(640px*(1000/1200),min(100%,100vw*(640/1600)));
    min-height: max(60px*(1000/1200),min(60px,100vw*(60/1600)));
    padding: 0.5em 2.0em;
    box-sizing: border-box;
    background-color: #fff;
    color: var(--main-color);
    font-size: max(16px*(1000/1200),min(16px,100vw*(16/1600)));
    font-weight: bold;
    text-decoration: none;
    line-height: calc(20/16);
    border: 2px solid var(--main-color);
    border-radius: max(10px*(1000/1200),min(10px,100vw*(10/1600)));
  }
  .btn a.middle{
    min-width: max(480px*(1000/1200),min(480px,100vw*(480/1600)));
  } 
  .btn a.short{
    min-width: max(240px*(1000/1200),min(240px,100vw*(240/1600)));
  } 
  .btn a.lowerLink{
    justify-content: center;
    min-height: max(80px*(1000/1200),min(80px,100vw*(80/1600)));
    font-size: max(18px*(1000/1200),min(18px,100vw*(18/1600)));
    text-align: center;
  }
  .btn a.lowerLink:after{
    margin-left: 0;
    position: absolute;
    top: 50%;
    right: 2.0em;
    transform: translateY(-50%);
  }
  .btn a:after{
    content: "";
    display: inline-block;
    width: max(24px*(1000/1200),min(24px,100vw*(24/1600)));
    height: max(24px*(1000/1200),min(24px,100vw*(24/1600)));
    background-image: url("../img/arrow_link_round.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .btn .pdfLink:before{
    content: "";
    flex: none;
    display: inline-block;
    width: max(32px*(1000/1200),min(32px,100vw*(32/1600)));
    height: max(32px*(1000/1200),min(32px,100vw*(32/1600)));
    /*margin-right: 0.5em;*/
    background-image: url("../img/icon_pdf.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: translateX(-0.5em);
  }
  .btn a:hover{
    color: #fff;
    background-color: var(--main-color);
    opacity: 1;
  }
}

.btnList{
  margin-top: min(40px*2,100vw*(40/384));
  text-align: right;
}
.btnList a{
  display: inline-flex;
  align-items: center;
  font-size: calc(100vw*(28/var(--vw)));
  font-weight: bold;
  text-decoration: none;
}
.btnList a:after{
  content: "";
  display: inline-block;
  width: calc(100vw*(48/var(--vw)));
  height: calc(100vw*(48/var(--vw)));
  margin-left: 0.5em;
  background-image: url("../img/next.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (min-width:768px){
  .btnList{
    margin-top: calc(100vw*(50/var(--vw)));
    text-align: left;
  }
  .btnList a{
    display: inline-flex;
    align-items: center;
    font-size: calc(100vw*(16/var(--vw)));
    font-weight: bold;
    text-decoration: none;
  }
  .btnList a:after{
    content: "";
    display: inline-block;
    width: calc(100vw*(24/var(--vw)));
    height: calc(100vw*(24/var(--vw)));
    margin-left: 0.5em;
    background-image: url("../img/next.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}

#header{
  display: flex;
  align-items: center;
  width: 100%;
  height: min(70px*2,100vw*(70/384));
  background: #fff;
  position: relative;
  z-index: 99;
}
#header.float{
  position: sticky;
  top: max(-70px*2,100vw*(-70/384));
  left: 0;
  transition: all 0.6s ease;
}
#header.float.on{
  top: 0;
}
#header #logo{
  width: min(160px*2,100vw*(160/384));
  height: auto;
  margin: 0 min(20px*2,100vw*(20/384));
}
#header .ctfcLogo{
  width: min(38px*2,100vw*(38/384));
  height: auto;
  margin: 0;
}
#header #logo a,
#header .ctfcLogo a{
  text-decoration: none;
}
#header #logo img,
#header .ctfcLogo img{
  display: block;
  width: 100%;
}

#header #menu{
  width: min(70px*2,100vw*(70/384));
  height: min(70px*2,100vw*(70/384));
  margin-left: auto;
}
#header #menu img{
  display: block;
  width: 100%;
}
@media (min-width:768px){
  #header{
    display: none;
  }
}

#footer{
  background-color: #646464;
  position: relative;
  z-index: 0;
}
#copyright{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: min(60px*2,100vw*(60/384));
  color: #fff;
  font-size: min(14px*2,100vw*(14/384));
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
  position: relative;
  z-index: 0;
}
#footer:before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  background-image: url("../img/footer_bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
#footer:after{
  content: "";
  display: block;
  width: 100%;
  height: min(60px*2,100vw*(60/384));
  background: #F04673;
  mix-blend-mode: multiply;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.metaInfo{
  width: min(344px*2,100vw*(344/384));
  margin: 0 auto;
  padding-top: min(40px*2,100vw*(40/384));
  padding-bottom: min(40px*2,100vw*(40/384));
  color: #fff;
  border-bottom: 1px solid #F0F0F0;
}
.metaInfo dt,
.metaInfo dd{
  margin-left: 0;
}
.metaLead{
  margin-bottom: 0.75em;
  font-size: min(24px*2,100vw*(24/384));
  font-family : '游明朝体', YuMincho, '游明朝', 'Yu Mincho', serif;
  font-weight: 400;
  line-height: calc(40/24);
}
.metaLogo{
  width: min(240px*2,100vw*(240/384));
  margin-bottom: 0.75em;
  font-size: min(24px*2,100vw*(24/384));
}
.metaAddress{
  font-size: min(16px*2,100vw*(16/384));
  line-height: calc(24/16);
}
.metaContact{
  font-size: min(14px*2,100vw*(14/384));
  line-height: calc(20/14);
}
@media (min-width:768px){
  #footer{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #footer:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
    background-image: url("../img/footer_bg_pc.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
  }
  #footer:after{
    height: max(80px*(1000/1200),min(80px,100vw*(80/1600)));
  }
  .metaInfo{
    width: max(350px*(1000/1200),min(350px,100vw*(350/1600)));
    padding-top: max(75px*(1000/1200),min(75px,100vw*(75/1600)));
    padding-bottom: max(60px*(1000/1200),min(60px,100vw*(60/1600)));
    margin: 0;
  }
  .metaLead{
    margin-bottom: 1.5em;
    font-size: max(26px*(1000/1200),min(26px,100vw*(26/1600)));
  }
  .metaLogo{
    width: max(260px*(1000/1200),min(260px,100vw*(260/1600)));
    font-size: max(24px*(1000/1200),min(24px,100vw*(24/1600)));
  }
  .metaAddress{
    font-size: max(16px*(1000/1200),min(16px,100vw*(16/1600)));
  }
  .metaContact{
    font-size: max(14px*(1000/1200),min(14px,100vw*(14/1600)));
  }
  .mainMenu{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: max(650px*(1000/1200),min(650px,100vw*(650/1600)));
    border-bottom: 1px solid #F0F0F0;
  }
  .subMenu,
  #copyright{
    width: 100%;
  }
  .subMenu{
  }
  #copyright{
    height: max(80px*(1000/1200),min(80px,100vw*(80/1600)));
    font-size: max(14px*(1000/1200),min(14px,100vw*(14/1600)));
    background: rgba(0,0,0,0.4);
  }
}

#pagetop{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: auto;
  height: 0;
  /*position: sticky;*/
  position: static;
  bottom: min(74px*2,100vw*(74/384));
  left: 0;
  z-index: 99;
}
#pagetop a{
  display: inline-block;
  width: min(56px*2,100vw*(56/384));
  height: min(56px*2,100vw*(56/384));
  margin: 0 min(10px*2,100vw*(10/384));
}
@media (max-width:768px){
  #pagetop a:hover{
    opacity: 1;
  }
}
@media (min-width:768px){
  #pagetop a{
    display: inline-block;
    width: max(64px*(1000/1200),min(64px,100vw*(64/1600)));
    height: max(64px*(1000/1200),min(64px,100vw*(64/1600)));
    margin: 0 max(20px*(1000/1200),min(20px,100vw*(20/1600)));
  }
}

#breadcrumb{
  padding-top: min(10px*2,100vw*(10/384));
  padding-bottom: min(10px*2,100vw*(10/384));
  color: #fff;
  font-size: min(12px*2,100vw*(12/384));
  line-height: 1.8;
  background: #f04673;
  background: -moz-linear-gradient(left,  #f04673 0%, #3fb2e2 100%);
  background: -webkit-linear-gradient(left,  #f04673 0%,#3fb2e2 100%);
  background: linear-gradient(to right,  #f04673 0%,#3fb2e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f04673', endColorstr='#3fb2e2',GradientType=1 ); 
}
#breadcrumb .inner{
  padding-left: min(20px*2,100vw*(20/384));
  padding-right: min(20px*2,100vw*(20/384));
}
#breadcrumb a{
  color: #fff;
  text-decoration: none;
}
#breadcrumb a:hover{
  text-decoration: underline;
}
@media (min-width:768px){
  #breadcrumb{
    padding-top: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #F0F0F0;
    font-size: 12px;
    line-height: 1.2;
  }
  #breadcrumb .inner{
    max-width: 1680px;
    margin: 0 auto;
  }
  #breadcrumb a{
    text-decoration: none;
  }
  #breadcrumb a:hover{
    text-decoration: underline;
  }
  #main #breadcrumb{
    display: none;
  }
}

#contentHeader{
  display: none;
}
@media (min-width:768px){
  #contentHeader{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: max(90px*(1000/1200),min(90px,100vw*(90/1600)));
    padding-left: max(60px*(1000/1200),min(60px,100vw*(60/1600)));
    padding-right: max(60px*(1000/1200),min(60px,100vw*(60/1600)));
    position: relative;
  }
  #contentHeader:before{
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
    border-width: 0;
    background: #f04673;
    background: -moz-linear-gradient(left,  #f04673 0%, #3fb2e2 100%);
    background: -webkit-linear-gradient(left,  #f04673 0%,#3fb2e2 100%);
    background: linear-gradient(to right,  #f04673 0%,#3fb2e2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f04673', endColorstr='#3fb2e2',GradientType=1 ); 
  }
  #contentHeader .breadcrumb{
    font-size: max(14px*(1000/1200),min(14px,100vw*(14/1600)));
    font-weight: 500;
  }
  #contentHeader .breadcrumb a{
    color: var(--text-color);
  }
  .contentHeaderTitle{
    font-size: max(16px*(1000/1200),min(16px,100vw*(16/1600)));
    font-family: 'Noto Sans', sans-serif;
    font-weight: 300;
    letter-spacing: 0.3em;
  }
}

hr{
  display: block;
  width: 100%;
  height: 2px;
  margin-top: min(20px*2,100vw*(20/384));
  margin-bottom: min(20px*2,100vw*(20/384));
  border-width: 0;
  background: #f04673;
  background: -moz-linear-gradient(left,  #f04673 0%, #3fb2e2 100%);
  background: -webkit-linear-gradient(left,  #f04673 0%,#3fb2e2 100%);
  background: linear-gradient(to right,  #f04673 0%,#3fb2e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f04673', endColorstr='#3fb2e2',GradientType=1 ); 
}
hr.separate{
  margin-top: min(40px*2,100vw*(40/384));
  margin-bottom: min(40px*2,100vw*(40/384));
}
.column hr:not(.separate){
  margin-top: min(28px*2,100vw*(28/384));
  margin-bottom: min(28px*2,100vw*(28/384));
  background: var(--border-color1);
}
@media (min-width:768px){
  hr.separate{
    max-width: max(1000px*(1000/1200),min(1000px,100vw*(1000/1600)));
    margin-top: max(40px*(1000/1200),min(40px,100vw*(40/1600)));
    margin-bottom: max(40px*(1000/1200),min(40px,100vw*(40/1600)));
    margin-left: auto;
    margin-right: auto;
  }
  hr.long{
    max-width: max(1200px*(1200/1600),min(1200px,100vw*(1200/1600)));
  }
  .column hr:not(.separate){
    margin-top: max(38px*(1000/1200),min(38px,100vw*(38/1600)));
    margin-bottom: max(38px*(1000/1200),min(38px,100vw*(38/1600)));
  }
}

#main{
  background-color: var(--bg-color1);
  position: relative;
  z-index: 1;
}
#content{
  margin-bottom: min(100px*2,100vw*(100/384));
}
@media (min-width:768px){
  #wrapper{
    display: grid;
    grid-template-columns: max(240px*(1000/1200),min(240px,100vw*(240/1600))) calc(100% - max(240px*(1000/1200),min(240px,100vw*(240/1600))) );
  }
  #main{
    grid-column: 2 / 3;
    grid-row: 1 / 2;
  }
  #content{
    margin-bottom: max(100px*(1000/1200),min(100px,100vw*(100/1600)));
  }
  #sidebar{
    grid-column: 1 / 2;
    grid-row: 1 / 3;
  }
  #footer{
    grid-column: 2 / 3;
    grid-row: 2 / 3;
  }
}

h1{
  font-size: min(32px*2,100vw*(32/384));
  font-weight: bold;
}
h2{
  margin-top: min(30px*2,100vw*(30/384));
  margin-bottom: min(30px*2,100vw*(30/384));
  font-size: min(28px*2,100vw*(28/384));
  font-weight: bold;
  line-height: calc(36/28);
}
h3{
  margin-top: min(20px*2,100vw*(20/384));
  margin-bottom: min(30px*2,100vw*(30/384));
  font-size: min(24px*2,100vw*(24/384));
  font-weight: bold;
  line-height: calc(32/24);
}
h4{
  margin-top: min(16px*2,100vw*(16/384));
  margin-bottom: min(16px*2,100vw*(16/384));
  font-size: min(20px*2,100vw*(20/384));
  font-weight: bold;
  line-height: calc(28/20);
}
p{
  margin-top: min(16px*2,100vw*(16/384));
  margin-bottom: min(16px*2,100vw*(16/384));
}
h2:first-child,
h3:first-child,
h4:first-child,
p:first-child{
  margin-top: 0;
}
h2:last-child,
h3:last-child,
h4:last-child,
p:last-child{
  margin-bottom: 0;
}
figure:not(:last-child){
  margin-bottom: min(16px*2,100vw*(16/384));
}
figcaption{
  margin-top: 0.25em;
  font-size: min(16px*2,100vw*(16/384));
}
@media (min-width:768px){
  h1{
    font-size: max(36px*(1000/1200),min(36px,100vw*(36/1600)));
    font-weight: bold;
  }
  h2{
    margin-top: max(20px*(1000/1200),min(20px,100vw*(20/1600)));
    margin-bottom: max(20px*(1000/1200),min(20px,100vw*(20/1600)));
    font-size: max(32px*(1000/1200),min(32px,100vw*(32/1600)));
    font-weight: bold;
    line-height: calc(40/32);
  }
  h3{
    margin-top: max(20px*(1000/1200),min(20px,100vw*(20/1600)));
    margin-bottom: max(20px*(1000/1200),min(20px,100vw*(20/1600)));
    font-size: max(24px*(1000/1200),min(24px,100vw*(24/1600)));
    font-weight: bold;
    line-height: calc(32/24);
  }
  h4{
    margin-top: max(16px*(1000/1200),min(16px,100vw*(16/1600)));
    margin-bottom: max(16px*(1000/1200),min(16px,100vw*(16/1600)));
    font-size: max(20px*(1000/1200),min(20px,100vw*(20/1600)));
    font-weight: bold;
    line-height: calc(28/20);
  }
  p{
    margin-top: max(16px*(1000/1200),min(16px,100vw*(16/1600)));
    margin-bottom: max(16px*(1000/1200),min(16px,100vw*(16/1600)));
  }
  figure:not(:last-child){
    margin-bottom: max(16px*(1000/1200),min(16px,100vw*(16/1600)));
  }
  figcaption{
    margin-top: 0.25em;
    font-size: max(16px*(1000/1200),min(16px,100vw*(16/1600)));
  }
}

.wp-block-table,
.wp-block-flexible-table-block-table{
  margin-top: min(20px*2,100vw*(20/384));
  margin-bottom: min(20px*2,100vw*(20/384));
}
table{
  border-collapse: collapse;
  border-spacing: 0;
  border-radius: min(10px*2,100vw*(10/384));
  overflow: hidden;
}
th,td{
  border: 1px solid #fff;
  background: var(--sub-bg-color1);
  font-size: min(18px*2,100vw*(18/384));
}
th{
  padding: 0.75em 1.25em;
  background-color: var(--bg-color2);
  color: #fff;
  font-weight: bold;
  text-align: center;
}
td{
  padding: 0.75em 1.25em;
}
table.light-color th,
.light-color table th{
  background-color: var(--bg-color1);
}
table.noborder th,
table.noborder td,
.noborder table th,
.noborder table td{
  border: none;
}
table.noborder th,
.noborder table th{
  text-align: left;
}
table.noborder td,
.noborder table td{
  background-color: var(--bg-color1);
}
@media (max-width:768px){
  table.wide,
  table.wide tbody,
  table.wide tr,
  table.wide th,
  table.wide td,
  .wide table,
  .wide table tbody,
  .wide table tr,
  .wide table th,
  .wide table td{
    display: block;
    width: auto !important;
  }
}
@media (min-width:768px){
  .wp-block-table,
  .wp-block-flexible-table-block-table{
    margin-top: max(20px*(1000/1200),min(20px,100vw*(20/1600)));
    margin-bottom: max(20px*(1000/1200),min(20px,100vw*(20/1600)));
  }
  table{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border-radius: max(10px*(1000/1200),min(10px,100vw*(10/1600)));
    overflow: hidden;
  }
  th,td{
    border: 1px solid #fff;
    background: var(--sub-bg-color1);
    font-size: max(18px*(1000/1200),min(18px,100vw*(18/1600)));
    text-align: center;
  }
  th{
    padding: 0.75em 1.25em;
    background-color: var(--bg-color2);
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
  td{
    padding: 0.75em 1.25em;
  }
  table.noborder th,
  table.noborder td,
  .noborder table th,
  .noborder table td{
    border: none;
  }
  table.noborder th,
  .noborder table th{
    min-width: max(180px*(1000/1200),min(180px,100vw*(180/1600)));
    text-align: center;
  }
  table.noborder td,
  .noborder table td{
    background-color: var(--bg-color1);
  }
}

#sidebar{
  display: none; 
}
@media (min-width:768px){
  #sidebar{
    display: block;
    width: max(240px*(1000/1200),min(240px,100vw*(240/1600)));
    height: 100%;
    background-color: #fff;
    box-shadow: 1px 0px 4px rgba(0,0,0,0.16);
    position: relative;
    left: 0;
    top: 0;
    z-index: 1;
  }
  #sidebar .scroll{
    height: 100vh;
    position: sticky;
    top: 0;
    left: 0;
  }
  #sidebar #logo{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: max(120px*(1000/1200),min(120px,100vw*(120/1600)));
  }
  #sidebar #logo a,
  #sidebar #logo a img{
    display: inline-block;
    width: max(198px*(1000/1200),min(198px,100vw*(198/1600)));
  }
  #sidebarNav > .sidebarMenu{
  }
  #sidebarNav > .sidebarMenu > li{
    position: relative;
  }
  #sidebarNav > .sidebarMenu > li > a{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    min-height: max(88px*(1000/1200),min(88px,100vw*(88/1600)));
    padding-left: max(70px*(1000/1200),min(70px,100vw*(70/1600)));
    color: var(--text-color);
    font-size: max(18px*(1000/1200),min(18px,100vw*(18/1600)));
    font-weight: bold;
    line-height: calc(24/18);
    text-decoration: none;
    position: relative;
    border-top: 1px solid var(--border-color1);
    box-sizing: border-box;
  }
  #sidebarNav > .sidebarMenu > li:nth-of-type(n+5) > a{
    min-height: max(78px*(1000/1200),min(78px,100vw*(78/1600)));
  }
  #sidebarNav > .sidebarMenu > li .sidebarMenu-en{
    display: inline-block;
    width: 100%;
    font-size: max(12px*(1000/1200),min(12px,100vw*(12/1600)));
    font-family: 'Noto Sans', sans-serif;
    font-weight: 300;
    letter-spacing: 0.05em;
  }
  #sidebarNav > .sidebarMenu > li.current > a{
    color: var(--main-color);
  }
  #sidebarNav > .sidebarMenu > li > a:before{
    content: "";
    display: inline-block;
    flex: none;
    width: max(36px*(1000/1200),min(36px,100vw*(36/1600)));
    height: max(36px*(1000/1200),min(36px,100vw*(36/1600)));
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: max(21px*(1000/1200),min(21px,100vw*(21/1600)));
    transform: translateY(-50%);
  }
  #sidebarNav .nav1 a:before{
    background-image: url("../img/icon_guidance.svg");
  }
  #sidebarNav .nav2 a:before{
    background-image: url("../img/icon_department.svg");
    height: max(39px*(1000/1200),min(39px,100vw*(39/1600)));
  }
  #sidebarNav .nav3 a:before{
    background-image: url("../img/icon_about.svg");
  }
  #sidebarNav .nav4 a:before{
    background-image: url("../img/icon_information.svg");
  }
  #sidebarNav .nav5 a:before{
    background-image: url("../img/icon_faq.svg");
  }
  #sidebarNav .nav6 a:before{
    background-image: url("../img/icon_access.svg");
  }
  #sidebarNav .nav7 a:before{
    background-image: url("../img/icon_contact.svg");
  }
  #sidebarNav .nav8 a:before{
    background-image: url("../img/icon_recruit.svg");
  }
  #sidebarNav .nav9 a:before{
    background-image: url("../img/icon_cross.png");
  }

  #sidebar .ctfcLogo{
    display: flex;
    justify-content: center;
    width: 100%;
    padding-top: max(18px*(1000/1200),min(18px,100vw*(18/1600)));
  }
  #sidebar .ctfcLogo img{
    display: inline-block;
    width: max(200px*(1000/1200),min(200px,100vw*(200/1600)));
  }
  #sidebarNav .lowerMenu{
    display: none;
    width: max-content;
    min-width: max(200px*(1000/1200),min(200px,100vw*(200/1600)));
    padding: max(40px*(1000/1200),min(40px,100vw*(40/1600))) max(30px*(1000/1200),min(30px,100vw*(30/1600)));
    box-sizing: border-box;
    background-color: #fff;
    border-radius: max(10px*(1000/1200),min(10px,100vw*(10/1600)));
    box-shadow: 1px 0px 4px rgba(0,0,0,0.16);
    position: absolute;
    left: calc( 100% - max(20px*(1000/1200),min(20px,100vw*(20/1600))) );
    top: max(20px*(1000/1200),min(20px,100vw*(20/1600)));
    z-index: 10;
  }
  #sidebarNav > .sidebarMenu > li:hover .lowerMenu{
    display: block;
  }
  #sidebarNav .lowerMenu > li:first-child{
    margin-top: 0;
  }
  #sidebarNav .lowerMenu li a{
    color: var(--text-color);
    font-size: max(18px*(1000/1200),min(18px,100vw*(18/1600)));
    font-weight: bold;
    text-decoration: none;
  }
  #sidebarNav .lowerMenu > li ul li{
    margin-top: 0.5em;
    text-indent: 0;
  }
  #sidebarNav .lowerMenu > li ul li a{
    display: inline-block;
    font-size: max(16px*(1000/1200),min(16px,100vw*(16/1600)));
    font-weight: 500;
  }
  #sidebarNav .lowerMenu > li ul li a:first-letter{
    color: var(--main-color);
  }
}

#links{
  padding: calc(100vw*(60/var(--vw))) 0;
  background: var(--bg-color1);
  overflow: hidden;
}
#links .scroll{
  width: 100vw;
  overflow-x: auto;
}
#links ul{
  display: flex;
  justify-content: flex-start;
  width: 170vw;
  padding: 0 min(40px*2,100vw*(40/384));
}
#links ul li:not(:first-child){
  margin-left: min(20px*2,100vw*(20/384));
}
#links ul li,
#links ul li img{
  width: auto;
  height: calc(100vw*(160/var(--vw)));
  max-width: inherit;
  max-height: 100%;
}
#links ul li a{
  display: block;
}
@media (min-width:768px){
  #links{
    padding: calc(100vw*(50/var(--vw))) 0;
    background: var(--bg-color1);
    overflow: hidden;
  }
  #links .scroll{
    width: auto;
    overflow-x: hidden;
  }
  #links ul{
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0 calc(100vw*(30/var(--vw)));
  }
  #links ul li:not(:first-child){
    margin-left: min(20px*2,100vw*(20/384));
  }
  #links ul li,
  #links ul li img{
    width: auto;
    height: calc(100vw*(120/var(--vw)));
    max-width: inherit;
    max-height: 100%;
  }
  #links ul li a{
    display: block;
  }
}

#towakai{
  background-color: #fff;
}
#towakai .inner{
  padding: min(50px*2,100vw*(50/384)) min(37px*2,100vw*(37/384)) min(40px*2,100vw*(40/384));
}
#towakai .groupTitle{
  color: var(--main-color);
  font-size: min(28px*2,100vw*(28/384));
  font-family: 'Noto Sans', sans-serif;
  font-weight: 300;
  text-align: center;
  line-height: 1;
}
#towakai .lead{
  margin-bottom: min(30px*2,100vw*(30/384));
  font-size: min(18px*2,100vw*(18/384));
  line-height: calc(32/18);
  text-align: center;
}
#towakai .bnrTowakai{
  width: min(310px*2,100vw*(310/384));
  margin: 0 auto min(20px*2,100vw*(20/384));
}
#towakai .bnrTowakai img{
  width: 100%;
  height: auto;
}
#towakai ul{
  display: flex;
  flex-direction: column;
  align-items: center;
}
#towakai ul li{
  width: min(280px*2,100vw*(280/384));
  margin-top: min(20px*2,100vw*(20/384));
  background: #fff;
}
#towakai ul li a{
  display: inline-block;
  width: 100%;
  height: min(220px*2,100vw*(220/384));
  position: relative;
  color: #fff;
  font-size: min(16px*2,100vw*(16/384));
  font-weight: bold;
  text-decoration: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#towakai ul li .group1{
  background-image: url("../img/bg_group1_sp.jpg");
}
#towakai ul li .group2{
  background-image: url("../img/bg_group2_sp.jpg");
}
#towakai ul li .group3{
  background-image: url("../img/bg_group3_sp.jpg");
}
#towakai .label{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: min(40px*2,100vw*(40/384));
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--bg-color3);
  background-image: url("../img/blank2_wh.svg");
  background-position: min(100% - 15px,100% - 100vw*(15/384)) center;
  background-repeat: no-repeat;
  background-size: min(16px*2,100vw*(16/384));
}
@media (min-width:768px){
  #towakai{
    background-color: #fff;
  }
  #towakai .inner{
    display: flex;
    /* align-items: flex-end; */
    align-items: center;
    justify-content: space-between;
    max-width: max(1200px*(1200/1600),min(1200px,100vw*(1200/1600)));
    margin: auto;
    padding: max(70px*(1200/1600),min(70px*2,100vw*(70/1600))) max(40px*(1200/1600),min(40px*2,100vw*(40/1600)));
  }
  #towakai .groupTitle{
    font-size: max(28px*(1200/1600),min(28px,100vw*(28/1600)));
    text-align: left;
  }
  #towakai .lead{
    width: max(350px*(1200/1600),min(350px,100vw*(350/1600)));
    margin-top: max(15px*(1200/1600),min(15px,100vw*(15/1600)));
    margin-bottom: max(30px*(1200/1600),min(30px,100vw*(30/1600)));
    font-size: max(16px*(1200/1600),min(16px,100vw*(16/1600)));
    text-align: left;
  }
  #towakai .bnrTowakai{
    width: max(310px*(1200/1600),min(310px,100vw*(310/1600)));
    margin: 0;
  }
  #towakai ul{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: max(20px*(1200/1600),min(20px,100vw*(20/1600)));
  }
  #towakai ul li{
    width: max(260px*(1200/1600),min(260px,100vw*(260/1600)));
    margin-top: 0;
    background: #fff;
  }
  #towakai ul li a{
    display: block;
    width: max(260px*(1200/1600),min(260px,100vw*(260/1600)));
    height: max(220px*(1200/1600),min(220px,100vw*(220/1600)));
    position: relative;
    color: #fff;
    font-size: max(14px*(1200/1600),min(14px,100vw*(14/1600)));
    font-weight: bold;
    text-decoration: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #towakai ul li .group1{
    background-image: url("../img/bg_group1_pc.jpg");
  }
  #towakai ul li .group2{
    background-image: url("../img/bg_group2_pc.jpg");
  }
  #towakai ul li .group3{
    background-image: url("../img/bg_group3_pc.jpg");
  }
  #towakai .label{
    height: max(40px*(1200/1600),min(40px,100vw*(40/1600)));
    background-image: url("../img/blank2_wh.svg");
    background-position: min(100% - 15px,100% - 100vw*(15/1600)) center;
    background-size: max(16px*(1200/1600),min(16px,100vw*(16/1600)));
  }
}

@media (max-width:768px){
  #float{
    width: min(768px,100vw);
    opacity: 0;
    position: fixed;
    bottom: max(-160px*2,100vw*(-160/384));
    left: 50%;
    z-index: 99;
    transition: all 0.6s ease;
    transform: translateX(-50%);
  }
  #float.on{
    bottom: 0;
    opacity: 1;
  }
  #tel{
    width: 100%;
    position: absolute;
    bottom: 0;
    right: -100%;
    z-index: 99;
    opacity: 0;
    transition: all 0.6s ease;
  }
  #tel.on{
    right: 0;
    opacity: 1;
  }
  #tel a{
    display: block;
    background-color: var(--main-color);
    text-align: center;
  }
  #tel a img{
    width: 100%;
    max-width: inherit;
  }
  #tel .close{
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(40px*2,100vw*(40/384));
    height: min(40px*2,100vw*(40/384));
    position: absolute;
    top: max(-20px*2,100vw*(-20/384));
    right: min(20px*2,100vw*(20/384));
    background-image: url("../img/btn_close.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  #open{
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(40px*2,100vw*(40/384));
    height: min(40px*2,100vw*(40/384));
    background-image: url("../img/btn_open.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: min(40px*2,100vw*(40/384));
    right: min(20px*2,100vw*(20/384));
    z-index: 98;
  }
}
@media (min-width:768px){
  #tel,#open{
    display: none;
  }
}

#globalMenu{
  width: min(768px,100vw);
  height: 0;
  box-sizing: border-box;
  overflow-y: hidden;
  transition: height 0.6s ease;
  overflow-y: hidden;
  position: fixed;
  top: 0;
  left: calc(50% - (min(768px,100vw)/2));
  z-index: 100;
}
#globalMenu.active{
  height: 100vh;
}
#globalMenu .scrollArea{
  width: 100%;
  height: calc(100vh - min(70px*2,100vw*(70/384)));
  background-color: #50555A;
  overflow-y: auto;
  border-top: min(10px*2,100vw*(10/384)) solid var(--main-color);
}

@media (max-width:768px){
  #globalMenu #close{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: min(70px*2,100vw*(70/384));
    height: min(70px*2,100vw*(70/384));
    margin-left: auto;
  }
  #globalMenu footer{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: min(60px*2,100vw*(60/384));
    position: relative;
  }
  #globalMenu footer:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #50555A;
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  #globalMenu footer .copyright{
    color: #fff;
    font-size: min(14px*2,100vw*(14/384));
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 1;
    position: relative;
    z-index: 1;
  }
  .mainMenu{
    width: min(344px*2,100vw*(344/384));
    margin: 0 auto;
    padding-top: min(40px*2,100vw*(40/384));
    padding-bottom: min(40px*2,100vw*(40/384));
  }
  .mainMenu > li:not(:last-child){
    margin-bottom: 1.0em;
  }
  .mainMenu li a,
  .mainMenu li .categoryLabel{
    color: #fff;
    text-decoration: none;
  }
  .mainMenu li .categoryLabel{
    display: inline-block;
    font-size: min(18px*2,100vw*(18/384));
    font-weight: bold;
  }
  .mainMenu li a{
    font-size: min(16px*2,100vw*(16/384));
    font-weight: 500;
  }
  .lowerMenu{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-auto-rows: max-content;
  }
  .lowerMenu li{
    margin-top: 0.5em;
    margin-bottom: 0;
    padding-left: 1.25em;
    text-indent: -1.25em;
  }
  .lowerMenu li:before{
    content: "";
    display: inline-block;
    width: 1.25em;
    height: 1.25em;
    background-image: url("../img/arrow_link.svg");
    background-repeat: no-repeat;
    background-position: 0.25em center;
    background-size: min(7px*2,100vw*(7/384));
    transform: translateY(0.25em);
  }
  .lowerMenu li a+a,
  .lowerMenu li br.pc+a{
    margin-left: 1.5em;
  }
  .wideMenu{
    grid-column-end: span 2;
  }
  .subMenu{
    width: min(344px*2,100vw*(344/384));
    margin: 0 auto;
    padding-top: min(40px*2,100vw*(40/384));
    padding-bottom: min(40px*2,100vw*(40/384));
    border-top: 1px solid #F0F0F0;
  }
  .subMenu ul{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-auto-rows: max-content;
  }
  .subMenu li{
    margin-bottom: 0.5em;
  }
  .subMenu li > a{
    color: #fff;
    font-size: min(16px*2,100vw*(16/384));
    font-weight: 500;
    text-decoration: none;
  }

  #globalMenu .mainMenu{
    padding-top: 0;
    padding-bottom: 0;
  }
  #globalMenu .mainMenu > li:not(:last-child){
    margin-bottom: 0;
  }
  #globalMenu .mainMenu li{
  }
  #globalMenu .mainMenu li a{
    font-size: min(18px*2,100vw*(18/384));
  }
  #globalMenu .mainMenu li .categoryLabel{
    width: 100%;
    padding-top: 1.5em;
    padding-bottom: 0.75em;
    font-size: min(20px*2,100vw*(20/384));
    font-weight: bold;
    border-bottom: 1px solid #646464;
  }
  #globalMenu .lowerMenu{
    display: block;
    grid-template-columns: repeat(1,1fr);
    grid-auto-rows: max-content;
  }
  #globalMenu .lowerMenu li{
    margin-top: 0;
    padding-top: 0.75em;
    padding-bottom: 0.75em;
    border-bottom: 1px solid #646464;
  }
  #globalMenu .lowerMenu li a{
  }
  #globalMenu .subMenu{
    padding-top: 0;
    padding-bottom: min(20px*2,100vw*(20/384));
    border-top: none;
  }
  #globalMenu .subMenu li{
    margin-bottom: 0;
  }
  #globalMenu .subMenu li a{
    display: inline-block;
    width: 100%;
    padding-top: 0.75em;
    padding-bottom: 0.75em;
    font-size: min(20px*2,100vw*(20/384));
    font-weight: bold;
    border-bottom: 1px solid #646464;
  }

  #globalMenu .boxPink{
    width: min(364px*2,100vw*(364/384));
    margin: 0 auto;
    margin-top: min(20px*2,100vw*(20/384));
  }
  #globalMenu .boxPinkTitle{
      justify-content: center;
      height: min(60px*2,100vw*(60/384));
      text-align: center;
  }
  .reception{
      display: grid;
      grid-template-columns: max-content auto;
      grid-gap: min(10px*2,100vw*(10/384)) min(20px*2,100vw*(20/384));
      margin-top: 0;
      padding-bottom: min(14px*2,100vw*(14/384));
      border-bottom: 1px solid var(--main-color);
  }
  .reception.oneColumn{
    grid-gap: 0;
    justify-content: center;
  }
  .reception dt{
      padding-top: 0.5em;
      color: var(--main-color);
      font-size: min(16px*2,100vw*(16/384));
      font-weight: bold;
      line-height: 1;
  }
  .reception dd{
      margin-left: 0;
      font-size: min(28px*2,100vw*(28/384));
      font-weight: bold;
      line-height: 1;
  }
  .reception dd small{
      font-size: min(16px*2,100vw*(16/384));
      font-weight: 400;
  }
  .closed{
      padding: min(10px*2,100vw*(10/384));
      background-color: #FAF8F8;
      border-radius: min(8px*2,100vw*(8/384));
      font-size: min(20px*2,100vw*(20/384));
      font-weight: bold;
      text-align: center;
  }
  .closed b{
      color: var(--main-color);
      font-size: min(16px*2,100vw*(16/384));
  }

  #globalMenu .bnrTowakai{
    width: min(320px*2,100vw*(320/384));
    margin: min(40px*2,100vw*(40/384)) auto;
  }
}
@media (min-width:768px){
  #globalMenu{
    display: none;
  }
  .mainMenu{
    padding-top: max(75px*(1000/1200),min(75px,100vw*(75/1600)));
    padding-bottom: max(60px*(1000/1200),min(60px,100vw*(60/1600)));
  }
  .mainMenu > li:not(:last-child){
    margin-bottom: 1.0em;
  }
  .mainMenu li a,
  .mainMenu li .categoryLabel{
    color: #fff;
    text-decoration: none;
  }
  .mainMenu li .categoryLabel{
    display: inline-block;
    font-size: max(18px*(1000/1200),min(18px,100vw*(18/1600)));
    font-weight: bold;
  }
  .mainMenu li a{
    font-size: max(16px*(1000/1200),min(16px,100vw*(16/1600)));
    font-weight: 500;
  }
  .lowerMenu{
  }
  .lowerMenu > li{
    margin-top: 1.0em;
    margin-bottom: 0;
    padding-left: 1.25em;
    text-indent: -1.25em;
    line-height: calc(24/16);
  }
  .lowerMenu > li:before{
    content: "";
    display: inline-block;
    width: 1.25em;
    height: 1.25em;
    background-image: url("../img/arrow_link.svg");
    background-repeat: no-repeat;
    background-position: 0.25em center;
    background-size: max(6px*(1000/1200),min(6px,100vw*(6/1600)));
    transform: translateY(0.25em);
  }
  .lowerMenu li small{
    display: inline-block;
    margin-top: 0.75em;
    margin-left: 1.5em;
  }
  .wideMenu{
    grid-column-end: span 2;
  }
  .subMenu{
    display: flex;
    grid-gap: max(120px*(1000/1200),min(120px,100vw*(120/1600)));
    align-items: center;
    justify-content: center;
    padding-top: max(30px*(1000/1200),min(30px,100vw*(30/1600)));
    padding-bottom: max(50px*(1000/1200),min(50px,100vw*(50/1600)));
  }
  .subMenu ul{
    display: flex;
    grid-gap: max(40px*(1000/1200),min(40px,100vw*(40/1600)));
    position: relative;
  }
  .subMenu ul:nth-of-type(2):before{
    content: "";
    display: inline-block;
    width: 1px;
    height: 100%;
    background-color: #F0F0F0;
    position: absolute;
    left: min(-60px*(1000/1200),max(-60px,100vw*(-60/1600)));
    top: 0;
  }
  .subMenu li{
    margin: 0;
    line-height: calc(40/16);
  }
  .subMenu li > a{
    color: #fff;
    font-size: max(16px*(1000/1200),min(16px,100vw*(16/1600)));
    font-weight: 500;
    text-decoration: none;
  }
}

.ttl-l,
.is-style-ttl-l{
  display: flex;
  align-items: center;
  width: min(364px*2,100vw*(364/384));
  min-height: min(80px*2,100vw*(80/384));
  margin-bottom: min(40px*2,100vw*(40/384));
  margin-left: auto;
  margin-right: auto;
  padding-left: min(45px*2,100vw*(45/384));
  padding-right: min(20px*2,100vw*(20/384));
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  box-sizing: border-box;
  color: var(--main-color);
  font-size: min(28px*2,100vw*(28/384));
  font-weight: bold;
  line-height: calc(40/28);
  background-color: #fff;
  border-radius: min(10px*2,100vw*(10/384));
  position: relative;
  overflow: hidden;
}
.ttl-l:before,
.is-style-ttl-l:before{
  content: "";
  display: inline-block;
  width: min(10px*2,100vw*(10/384));
  height: calc(100% - 1.0em);
  background-color: var(--main-color);
  border-radius: min(10px*2,100vw*(10/384));
  position: absolute;
  top: 0.5em;
  left: min(20px*2,100vw*(20/384));
}
.ttl-l:after,
.is-style-ttl-l:after{
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: rgba(240,70,115,0.1);
  position: absolute;
  top:0 ;
  left: 0; 
}
.ttl-l small,
.is-style-ttl-l small{
  color: #50555A;
  font-size: min(18px*2,100vw*(18/384));
}
.ttl-m,
.is-style-ttl-m{
  padding: 0.25em 0.25em 0.55em 1.25em;
  font-size: min(24px*2,100vw*(24/384));
  font-weight: bold;
  line-height: calc(48/36);
  position: relative;
}
.ttl-m:before,
.is-style-ttl-m:before{
  content: "";
  display: inline-block;
  width: min(24px*2,100vw*(24/384));
  height: min(24px*2,100vw*(24/384));
  border: min(5px*2,100vw*(5/384)) solid var(--main-color);
  border-radius: min(24px*2,100vw*(24/384));
  box-sizing: border-box;
  position: absolute;
  top: 0.35em;
  left: 0;
}
.ttl-m:after,
.is-style-ttl-m:after{
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #f04673;
  background: -moz-linear-gradient(left,  #f04673 0%, #3fb2e2 100%);
  background: -webkit-linear-gradient(left,  #f04673 0%,#3fb2e2 100%);
  background: linear-gradient(to right,  #f04673 0%,#3fb2e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f04673', endColorstr='#3fb2e2',GradientType=1 ); 
  position: absolute;
  bottom: 0;
  left: 0;
}
.ttl-s,
.is-style-ttl-s{
  padding-top: 1.45em;
  color: var(--main-color);
  font-size: min(20px*2,100vw*(20/384));
  font-weight: bold;
  line-height: calc(30/20);
  position: relative;
}
.ttl-s:before,
.is-style-ttl-s:before{
  content: "";
  display: inline-block;
  width: min(40px*2,100vw*(40/384));
  height: min(10px*2,100vw*(10/384));
  background-color: var(--main-color);
  border-radius: min(10px*2,100vw*(10/384));
  position: absolute;
  top: 0;
  left: 0;
}
.ttl-f{
  margin-bottom: min(40px*2,100vw*(40/384));
  padding-bottom: 0.75em;
  font-size: min(24px*2,100vw*(24/384));
  font-weight: bold;
  line-height: calc(36/24);
  position: relative;
}
.ttl-f:after{
  content: "";
  display: inline-block;
  width: min(80px*2,100vw*(80/384));
  height: 2px;
  background-color: var(--main-color);
  border-radius: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}
hr+.ttl-l,
hr+.ttl-m,
hr+.ttl-s{
  margin-top: min(60px*2,100vw*(60/384));
}
.sup,
.is-style-sup{
  font-size: min(16px*2,100vw*(16/384));
  line-height: calc(24/16);
}
.lead{
}
@media (min-width:768px){
  .ttl-l,
  .is-style-ttl-l{
    display: flex;
    align-items: center;
    width: max(1000px*(1000/1200),min(1000px,100vw*(1000/1600)));
    min-height: max(100px*(1000/1200),min(100px,100vw*(100/1600)));
    margin-bottom: max(60px*(1000/1200),min(60px,100vw*(60/1600)));
    margin-left: auto;
    margin-right: auto;
    padding-left: max(60px*(1000/1200),min(60px,100vw*(60/1600)));
    padding-right: max(30px*(1000/1200),min(30px,100vw*(30/1600)));
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    box-sizing: border-box;
    color: var(--main-color);
    font-size: max(32px*(1000/1200),min(32px,100vw*(32/1600)));
    font-weight: bold;
    line-height: calc(40/32);
    background-color: #fff;
    border-radius: max(10px*(1000/1200),min(10px,100vw*(10/1600)));
    position: relative;
    overflow: hidden;
  }
  .ttl-l:before,
  .is-style-ttl-l:before{
    content: "";
    display: inline-block;
    width: max(10px*(1000/1200),min(10px,100vw*(10/1600)));
    height: calc(100% - 1em);
    background-color: var(--main-color);
    border-radius: max(10px*(1000/1200),min(10px,100vw*(10/1600)));
    position: absolute;
    top: 0.5em;
    left: max(30px*(1000/1200),min(30px,100vw*(30/1600)));
  }
  .ttl-l small,
  .is-style-ttl-l small{
    font-size: max(18px*(1000/1200),min(18px,100vw*(18/1600)));
  }
  .ttl-m,
  .is-style-ttl-m{
    margin-top: max(40px*(1000/1200),min(40px,100vw*(40/1600)));
    margin-bottom: max(40px*(1000/1200),min(40px,100vw*(40/1600)));
    padding: 0.25em 0.25em 0.85em 2.25em;
    font-size: max(28px*(1000/1200),min(28px,100vw*(28/1600)));
    font-weight: bold;
    line-height: calc(42/28);
    position: relative;
  }
  .ttl-m:before,
  .is-style-ttl-m:before{
    content: "";
    display: inline-block;
    width: max(40px*(1000/1200),min(40px,100vw*(40/1600)));
    height: max(40px*(1000/1200),min(40px,100vw*(40/1600)));
    border: max(8px*(1000/1200),min(8px,100vw*(8/1600))) solid var(--main-color);
    border-radius: max(24px*(1000/1200),min(24px,100vw*(24/1600)));
    box-sizing: border-box;
    position: absolute;
    top: 0.35em;
    left: 0;
  }
  .ttl-s,
  .is-style-ttl-s{
    padding: 0.25em 0.25em 0.25em 1.5em;
    font-size: max(20px*(1000/1200),min(20px,100vw*(20/1600)));
    font-weight: bold;
    line-height: calc(28/20);
    position: relative;
  }
  .ttl-s:before,
  .is-style-ttl-s:before{
    content: "";
    display: inline-block;
    width: max(20px*(1000/1200),min(20px,100vw*(20/1600)));
    height: max(10px*(1000/1200),min(10px,100vw*(10/1600)));
    border-radius: max(20px*(1000/1200),min(20px,100vw*(20/1600)));
    box-sizing: border-box;
    position: absolute;
    top: 0.7em;
    left: 0;
  }
  .ttl-f{
    margin-bottom: max(30px*(1000/1200),min(30px,100vw*(30/1600)));
    padding-bottom: 0.75em;
    font-size: max(24px*(1000/1200),min(24px,100vw*(24/1600)));
    font-weight: bold;
    line-height: calc(36/24);
    position: relative;
  }
  .ttl-f:after{
    content: "";
    display: inline-block;
    width: max(80px*(1000/1200),min(80px,100vw*(80/1600)));
    height: 2px;
    background-color: var(--main-color);
    border-radius: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  hr+.ttl-l,
  hr+.ttl-m,
  hr+.ttl-s{
    margin-top: max(60px*(1000/1200),min(60px,100vw*(60/1600)));
  }
  .sup{
    color: var(--ttl-bg-color);
    font-size: max(14px*(1000/1200),min(14px,100vw*(14/1600)));
    line-height: calc(21/14);
  }
  .lead{
    font-size: max(24px*(1000/1200),min(24px,100vw*(24/1600)));
    line-height: calc(40/24);
  }
}

.boxWhite,
.boxGreen{
  margin-top: min(40px*2,100vw*(40/384));
  margin-bottom: min(40px*2,100vw*(40/384));
  border-radius: min(10px*2,100vw*(10/384));
  overflow: hidden;
}
.boxPink,
.boxBlue{
  margin-top: min(20px*2,100vw*(20/384));
  margin-bottom: min(20px*2,100vw*(20/384));
  border-radius: min(10px*2,100vw*(10/384));
  overflow: hidden;
}
.boxBlue{
  background-color: var(--sub-bg-color3);
}
.boxWhite:first-child,
.boxGreen:first-child,
.boxPink:first-child,
.boxBlue:first-child{
  margin-top: 0;
}
.boxWhite:last-child,
.boxGreen:last-child,
.boxPink:last-child,
.boxBlue:last-child{
  margin-bottom: 0;
}
.boxWhite .inner,
.boxGreen .inner{
  padding: min(30px*2,100vw*(30/384)) min(20px*2,100vw*(20/384));
}
.boxPink .inner,
.boxBlue .inner{
  padding: min(20px*2,100vw*(20/384));
  font-size: min(16px*2,100vw*(16/384));
  line-height: calc(24/16);
}
.boxWhite p:first-child,
.boxGreen p:first-child,
.boxPink p:first-child,
.boxBlue p:first-child{
  margin-top: 0;
}
.boxWhite p:last-child,
.boxGreen p:last-child,
.boxPink p:last-child,
.boxBlue p:last-child{
  margin-bottom: 0;
}
.boxWhite,
.boxPink{
  background-color: #fff;
}
.boxGreen{
  background-color: #F0F2DD;
}
.boxWhiteTitle{
  display: flex;
  align-items: center;
  min-height: min(60px*2,100vw*(60/384));
  margin-bottom: 0;
  padding: 0.25em min(20px*2,100vw*(20/384));
  box-sizing: border-box;
  font-size: min(22px*2,100vw*(22/384));
  font-weight: bold;
  line-height: calc(40/22);
  background-color: var(--sub-bg-color2);
}
.boxGreenTitle{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: min(60px*2,100vw*(60/384));
  margin-bottom: 0;
  color: #fff;
  font-size: min(18px*2,100vw*(18/384));
  text-align: center;
  line-height: calc(24/18);
  background-color: var(--bg-color2);
}
.boxPinkTitle{
  display: flex;
  align-items: center;
  min-height: min(40px*2,100vw*(40/384));
  margin-bottom: 0;
  padding: 0.25em min(20px*2,100vw*(20/384));
  box-sizing: border-box;
  color: #fff;
  font-size: min(18px*2,100vw*(18/384));
  font-weight: bold;
  line-height: calc(24/18);
  background-color: var(--main-color);
}
.boxBlueTitle{
  display: flex;
  align-items: center;
  min-height: min(40px*2,100vw*(40/384));
  margin-bottom: 0;
  padding: 0.25em 0;
  box-sizing: border-box;
  color: var(--color3);
  font-size: min(16px*2,100vw*(16/384));
  font-weight: bold;
  line-height: calc(24/16);
  border-bottom: 2px solid var(--border-color3);
}
.borderGreen{
  border: 2px solid var(--border-color2);
}
.borderPink{
  border: 2px solid var(--main-color);
}
.borderBlue{
  border: 2px solid var(--color3);
}
@media (min-width:768px){
  .boxWhite,
  .boxGreen,
  .boxPink,
  .boxBlue{
    border-radius: max(10px*(1000/1200),min(10px,100vw*(10/1600)));
  }
  .boxWhite{
    margin-top: max(60px*(1000/1200),min(60px,100vw*(60/1600)));
    margin-bottom: max(60px*(1000/1200),min(60px,100vw*(60/1600)));
  }
  .boxGreen{
    max-width: max(1000px*(1000/1200),min(1000px,100vw*(1000/1600)));
    margin-top: max(30px*(1000/1200),min(30px,100vw*(30/1600)));
    margin-bottom: max(30px*(1000/1200),min(30px,100vw*(30/1600)));
    margin-left: auto;
    margin-right: auto;
  }
  .boxWhite .inner{
    padding: max(60px*(1000/1200),min(60px,100vw*(60/1600)));
  }
  .boxGreen .inner{
    padding: max(30px*(1000/1200),min(30px,100vw*(30/1600)));
  }
  .boxPink .inner,
  .boxBlue .inner{
    padding: max(20px*(1000/1200),min(20px,100vw*(20/1600)));
    font-size: max(16px*(1000/1200),min(16px,100vw*(16/1600)));
  }
  .boxWhiteTitle{
    min-height: max(80px*(1000/1200),min(80px,100vw*(80/1600)));
    font-size: max(24px*(1000/1200),min(24px,100vw*(24/1600)));
  }
  .boxGreenTitle{
    min-height: max(60px*(1000/1200),min(60px,100vw*(60/1600)));
    font-size: max(18px*(1000/1200),min(18px,100vw*(18/1600)));
  }
  .boxPinkTitle{
    min-height: max(40px*(1000/1200),min(40px,100vw*(40/1600)));
    padding: 0.25em max(20px*(1000/1200),min(20px,100vw*(20/1600)));
    font-size: max(18px*(1000/1200),min(18px,100vw*(18/1600)));
  }
  .boxBlueTitle{
    min-height: max(40px*(1000/1200),min(40px,100vw*(40/1600)));
    font-size: max(16px*(1000/1200),min(16px,100vw*(16/1600)));
    line-height: calc(24/16);
  }
  .boxWhite.borderGreen .inner{
    padding: max(40px*(1000/1200),min(40px,100vw*(40/1600)));
  }
  .boxWhite.borderGreen hr{
    margin-top: max(28px*(1000/1200),min(28px,100vw*(28/1600)));
    margin-bottom: max(28px*(1000/1200),min(28px,100vw*(28/1600)));
  }
}

.dList{
  margin-bottom: min(40px*2,100vw*(40/384));
}
.dList:first-child{
  margin-top: 0;
}
.dList dd{
  margin-left: 0;
}
.dList dd:not(:last-child){
  margin-bottom: 1.0em;
}
@media (min-width:768px){
  .dList{
    display: grid;
    grid-template-columns: max-content auto;
    grid-gap: 0 max(18px*(1000/1200),min(18px,100vw*(18/1600)));
    margin-bottom: max(18px*(1000/1200),min(40px,100vw*(40/1600)));
  }
}

.numberList{
  counter-reset: number 0;
}
.numberList li{
  display: list-item;
  counter-increment: number 1;
  padding-left: 1.55em;
  text-indent: -1.55em;
}
.numberList li:before{
  content: "（" counter(number) "）";
  font-weight: bold;
}

.boxContact{
  width: min(364px*2,100vw*(364/384));
  margin: min(50px*2,100vw*(50/384)) auto;
  border: 2px solid var(--main-color);
  border-radius: min(10px*2,100vw*(10/384));
  overflow: hidden;
}
.boxContactTitle{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: min(58px*2,100vw*(58/384));
  margin-bottom: 0;
  padding: 0.75em 0;
  box-sizing: border-box;
  background-color: var(--main-color);
  color: #fff;
  font-size: min(18px*2,100vw*(18/384));
  font-weight: bold;
  line-height: calc(22/18);
  text-align: center;
}
.boxContact .inner{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: min(20px*2,100vw*(20/384));
  padding-bottom: min(20px*2,100vw*(20/384));
  background-color: #fff;
}
.boxContactTel{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.boxContactTel.fax{
  align-items: flex-start;
}
.telNumber{
  display: flex;
  align-items: center;
  font-size: min(28px*2,100vw*(28/384));
  font-weight: bold;
  line-height: 1;
}
.telNumber a{
  display: block;
}
.telNumber:before{
  content: "";
  flex: none;
  display: inline-block;
  width: min(30px*2,100vw*(30/384));
  height: min(30px*2,100vw*(30/384));
  margin-right: 0.4em;
  background-image: url("../img/icon_phone.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.freeDial .telNumber:before{
  width: min(58px*2,100vw*(58/384));
  height: min(32px*2,100vw*(32/384));
  margin-right: 0.2em;
  background-image: url("../img/icon_freedial.svg");
}
.fax .telNumber:before{
  width: min(34px*2,100vw*(34/384));
  height: min(34px*2,100vw*(32/384));
  margin-right: 0.2em;
  background-image: url("../img/icon_fax.svg");
}
.telSection{
  display: inline-block;
  margin-top: 0.5em;
  font-size: min(16px*2,100vw*(16/384));
  font-weight: bold;
  line-height: calc(24/16);
  text-align: center;
}
.telSection + .telNumber{
  margin-top: min(5px*2,100vw*(5/384));
}
.boxContact p{
  width: min(280px*2,100vw*(280/384));
  margin-bottom: 0;
  font-size: min(16px*2,100vw*(16/384));
  font-weight: 500;
  line-height: calc(24/16);
  text-align: center;
}
@media (min-width:768px){
  .boxContact{
    width: max(760px*(1000/1200),min(760px,100vw*(760/1600)));
    margin: max(80px*(1000/1200),min(80px,100vw*(80/1600))) auto;
    border-radius: max(10px*(1000/1200),min(10px,100vw*(10/1600)));
  }
  .boxContactTitle{
    min-height: max(58px*(1000/1200),min(58px,100vw*(58/1600)));
    font-size: max(18px*(1000/1200),min(18px,100vw*(18/1600)));
  }
  .boxContact .inner{
    padding-top: max(20px*(1000/1200),min(20px,100vw*(20/1600)));
    padding-bottom: max(20px*(1000/1200),min(20px,100vw*(20/1600)));
  }
  .boxContactTel:not(.notRow){
    flex-direction: row;
    justify-content: flex-start;
  }
  .boxContactTel.fax{
    align-items: center;
  }
  .telNumber{
    font-size: max(28px*(1000/1200),min(28px,100vw*(28/1600)));
  }
  .telNumber:before{
    width: max(30px*(1000/1200),min(30px,100vw*(30/1600)));
    height: max(30px*(1000/1200),min(30px,100vw*(30/1600)));
  }
  .freeDial .telNumber:before{
    width: max(58px*(1000/1200),min(58px,100vw*(58/1600)));
    height: max(32px*(1000/1200),min(32px,100vw*(32/1600)));
  }
  .fax .telNumber:before{
    width: max(34px*(1000/1200),min(34px,100vw*(34/1600)));
    height: max(34px*(1000/1200),min(34px,100vw*(34/1600)));
  }
  .telSection{
    margin-top: 0;
    font-size: max(15px*(1000/1200),min(16px,100vw*(16/1600)));
  }
  .boxContactTel:not(.notRow) .telSection{
    margin-left: 1.0em;
  }
  .telSection + .telNumber{
    margin-top: max(5px*(1000/1200),min(5px,100vw*(5/1600)));
  }
  .boxContact p{
    width: max(680px*(1000/1200),min(680px,100vw*(680/1600)));
    font-size: max(16px*(1000/1200),min(16px,100vw*(16/1600)));
  }
}


#kazokukai .year {
  margin: 0 0 5px;
}

#kazokukai .schedule {
  margin-top: 0;
}

/* 家族会ボックス同士の間隔 */
#kazokukai .meeting-box + .meeting-box {
  margin-top: 40px;
}

#towakai .bnrTowakai--extra img{
  border: #ccc 1px solid;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
}