@charset "UTF-8";
/*アイコンフォント
/************************************************************/
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot");
  src: url("fonts/icomoon.eot#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf") format("truetype"), url("fonts/icomoon.woff") format("woff"), url("fonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-close:before {
  content: "\e90e";
}

.icon-menu:before {
  content: "\e90f";
}

.icon-instagram:before {
  content: "\e90d";
}

.icon-hatebu:before {
  content: "\e90c";
}

.icon-quotation:before {
  content: "\e909";
}

.icon-line:before {
  content: "\e90a";
}

.icon-pocket:before {
  content: "\e90b";
}

.icon-calendar:before {
  content: "\e900";
}

.icon-facebook:before {
  content: "\e901";
}

.icon-folder:before {
  content: "\e902";
}

.icon-google:before {
  content: "\e903";
}

.icon-home:before {
  content: "\e904";
}

.icon-rss:before {
  content: "\e905";
}

.icon-search:before {
  content: "\e906";
}

.icon-tag:before {
  content: "\e907";
}

.icon-twitter:before {
  content: "\e908";
}

/*loding*/
#div-loading-texts {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#div-loading-texts #loading-texts {
  font-size: 5vw;
  width: 100%;
  text-align: center;
  white-space: nowrap;
}
#div-loading-texts #loading-texts span {
  display: inline-block;
  margin: 0 -0.05em;
  animation: loading 1.4s infinite alternate;
  color: #081084;
}
#div-loading-texts #loading-texts span:nth-child(2) {
  animation-delay: 0.1s;
}
#div-loading-texts #loading-texts span:nth-child(3) {
  animation-delay: 0.15s;
}
#div-loading-texts #loading-texts span:nth-child(4) {
  animation-delay: 0.2s;
}
#div-loading-texts #loading-texts span:nth-child(5) {
  animation-delay: 0.25s;
}
#div-loading-texts #loading-texts span:nth-child(6) {
  animation-delay: 0.35s;
}
#div-loading-texts #loading-texts span:nth-child(7) {
  animation-delay: 0.4s;
}
#div-loading-texts #loading-texts span:nth-child(8) {
  animation-delay: 0.45s;
}
#div-loading-texts #loading-texts span:nth-child(9) {
  color: #e0a30c;
  animation-delay: 0.5s;
}
#div-loading-texts #loading-texts span:nth-child(10) {
  color: #e0a30c;
  animation-delay: 0.55s;
}
#div-loading-texts #loading-texts span:nth-child(11) {
  color: #e0a30c;
  animation-delay: 0.6s;
}
#div-loading-texts #loading-texts span:nth-child(12) {
  color: #e0a30c;
  animation-delay: 0.65s;
}
#div-loading-texts #loading-texts span:nth-child(13) {
  color: #e0a30c;
  animation-delay: 0.7s;
}

@keyframes loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* flex */
.flex,
.flexA,
.flexB,
.flexC {
  display: flex;
  flex-wrap: wrap;
}

.flexA {
  justify-content: space-around;
}

.flexB {
  justify-content: space-between;
}

.flexC {
  justify-content: center;
}

/*------------------------------------------------------------
	common
------------------------------------------------------------*/
input,
textarea {
  box-sizing: border-box;
  max-width: 100%;
}

input[type=submit] {
  font-size: 2rem;
  width: 100%;
  padding: 5px 5px 8px;
}

/* comBtn */
.comBtn a {
  width: 165px;
  padding-bottom: 4px;
  height: 36px;
  color: #fff;
  font-weight: 900;
  font-size: 1.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 5px;
  /* background-color: #00A344;*/
  box-sizing: border-box;
  /*text-shadow: 0 3px 5px rgba(0,0,0,0.2);*/
}

.blue a {
  /*background-color: #2F9FFF;*/
  background-color: #1445a1;
  border: 2px solid #1445a1;
}

.yellow a {
  /*background-color: #f39a00;*/
  background-color: #fff;
  border: solid 2px #1445a1;
  color: #1445a1;
}

ul.comBtn {
  display: flex;
  flex-wrap: wrap;
}
ul.comBtn li {
  margin-right: 20px;
}
ul.comBtn li:last-child {
  /*margin-right: 0;*/
}

@media all and (min-width: 897px) {
  .comBtn a:hover {
    /*opacity: 0.7;*/
  }
}
@media all and (max-width: 896px) {
  ul.comBtn {
    display: block;
  }
  .comBtn a {
    padding-bottom: 0;
    margin: 0 auto;
    font-size: 1.3rem;
  }
  ul.comBtn li {
    margin: 0 0 10px;
  }
  ul.comBtn li:last-child {
    margin-bottom: 0;
  }
}
/* headLine01 */
.headLine01 {
  margin-bottom: 61px;
  padding-bottom: 33px;
  /*color: #2F5CCE;*/
  color: #1445a1;
  font-size: 3.2rem;
  position: relative;
  line-height: 1.59;
  text-align: center;
}
.headLine01 .small {
  margin-bottom: 13px;
  padding: 7px 0;
  font-size: 1.8rem;
  display: block;
}
.headLine01 .btm {
  margin: 0;
  line-height: 2;
  font-weight: normal;
  padding: 17px 0 5px;
}
.headLine01::after {
  margin-left: -24px;
  width: 48px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 50%;
  background-color: currentColor;
  content: "";
}
.headLine01.white {
  color: #fff;
}

@media all and (max-width: 896px) {
  .headLine01 {
    margin-bottom: 30px;
    padding-bottom: 26px;
    font-size: 2.6rem;
    line-height: 1.3;
  }
  .headLine01::after {
    margin-left: -15px;
    width: 30px;
    height: 3px;
  }
  .headLine01 .small {
    padding: 0;
    font-size: 1.3rem;
  }
  .headLine01 .btm {
    margin-top: 15px;
  }
}
/* content */
.content {
  margin: 0 auto;
  max-width: 1160px;
}

@media all and (max-width: 896px) {
  .content {
    margin: 0 15px;
    max-width: inherit;
  }
}
/* comBtn02 */
.comBtn02 {
  text-align: right;
}
.comBtn02 a {
  padding: 4px 5px 5px;
  width: 180px;
  color: #fff;
  font-size: 1.5rem;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  background: #3980e6 url("./../img/common/icon02.png") no-repeat right 2px center/7px auto;
  box-sizing: border-box;
}

/* comList */
.comList {
  margin-top: -20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  word-break: break-all;
  font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}
.comList > li {
  margin-top: 20px;
  padding: 42px 36px 30px 40px;
  width: calc(50% - 10px);
  background-color: #fff;
  /* box-shadow: 12px 5px 22px rgba(194,218,244,1); */
  box-sizing: border-box;
}
.comList p {
  font-size: 1.45rem;
  line-height: 2;
  font-weight: normal;
}
.comList .imgBox {
  display: flex;
}
.comList .num {
  margin: 0 1px 14px;
}
.comList .num span {
  padding: 3px 2px 4px;
  color: #fff;
  font-size: 1.6rem;
  min-width: 144px;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  border-radius: 50px;
  text-align: center;
  background-color: #55b8ff;
  letter-spacing: 0.05em;
}
.comList .title {
  margin-bottom: 24px;
  font-size: 2rem;
  line-height: 1.35;
}
.comList .title span {
  font-size: 1.4rem;
  display: block;
  font-weight: 500;
  margin-bottom: 8px;
}
.comList .photo {
  margin-left: 5px;
  width: 220px;
  flex-shrink: 0;
}
.comList .comBtn02 {
  margin: -5px 4px 0;
}
@media all and (max-width: 896px) {
  .comList {
    margin: 0;
    display: block;
  }
  .comList > li {
    margin: 0 0 20px;
    padding: 20px;
    width: auto;
  }
  .comList > li:last-child {
    margin-bottom: 0;
  }
  .comList .imgBox {
    display: block;
  }
  .comList .photo {
    margin: 20px auto 0;
  }
  .comList .num span {
    padding: 2px 2px 2px;
    min-width: 124px;
    font-size: 1.3rem;
  }
  .comList .title {
    margin-bottom: 20px;
    font-size: 2.3rem;
  }
  .comList .title span {
    margin-bottom: 5px;
    font-size: 1.5rem;
  }
  .comList p {
    font-size: 1.3rem;
  }
  .comList .comBtn02 {
    margin: 27px 4px 0;
  }
}

/* comLink */
.comLink {
  margin-top: 50px;
  font-size: 1.5rem;
  text-align: right;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}
.comLink a {
  display: inline-block;
  vertical-align: top;
}
@media all and (min-width: 897px) {
  .comLink a:hover {
    text-decoration: underline;
  }
}
@media all and (max-width: 896px) {
  .comLink {
    margin-top: 10px;
    font-size: 1.3rem;
  }
}

/* comList02 */
.comList02 {
  margin-top: -56px;
  display: flex;
  flex-wrap: wrap;
  word-break: break-all;
  font-feature-settings: "palt";
  max-width: 1090px;
  margin-left: auto;
  margin-right: auto;
}
.comList02 li {
  margin-top: 56px;
  padding: 0 38px 0 0;
  width: 33.33%;
  box-sizing: border-box;
}
.comList02 a {
  display: block;
  background-color: #fff;
  position: relative;
  height: 100%;
}
.comList02 .tag {
  display: inline;
  color: #15a5e5;
}
.comList02 .textBox {
  padding: 21px 0;
}
.comList02 p {
  font-size: 1.4rem;
  line-height: 1.63;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.comList02 .time {
  margin-bottom: 6px;
  color: #9ca0a3;
  font-size: 1.3rem;
}
.comList02 .link {
  padding: 0 43px 28px;
  width: 100%;
  font-size: 1.3rem;
  text-align: right;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
}
.comList02 .title {
  padding: 10px 0 14px;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  background-color: #5b95ff;
}
.comList02.row4 li {
  padding: 0 20px;
  width: 25%;
}
.comList02.row4 .textBox {
  padding: 23px 29px;
}
.comList02.row4 a {
  padding-bottom: 57px;
}
.comList02.row4 .link {
  padding: 0 27px 27px;
}
.comList02.row2 {
  /*投稿一覧*/
  margin: -56px 0 40px;
}
.comList02.row2 li {
  margin-top: 56px;
  width: 50%;
  box-sizing: border-box;
  padding: 0 20px 0 20px;
}
@media (max-width: 896px) {
  .comList02.row2 li {
    width: 100%;
  }
}
.comList02.row5 {
  /*最下部サイドバー*/
}
.comList02.row5 li {
  margin-top: 56px;
  padding: 0 12px;
  width: 20%;
  box-sizing: border-box;
}
@media (max-width: 896px) {
  .comList02.row5 {
    width: 1280px;
    max-width: 1280px;
  }
}
.comList02 .image img {
  width: 100%;
}
.comList02.home, .home .comList02 {
  max-width: 940px;
}
.comList02.home a, .home .comList02 a {
  box-shadow: 12px 5px 22px rgba(20, 69, 161, 0.45);
  padding-bottom: 50px;
  background-color: #f9f9f9;
  border: 2px solid #edeff4;
}
.comList02.home a.banner, .home .comList02 a.banner {
  display: block;
  padding-bottom: 0;
  margin-bottom: 20px;
}
.comList02.home .textBox, .home .comList02 .textBox {
  padding: 15px 18px;
}
.comList02.home .time, .home .comList02 .time {
  font-size: 1.8rem;
  text-align: right;
}
@media all and (max-width: 896px) {
  .comList02 li {
    margin: 0 0 40px;
    padding: 0;
    width: auto;
    box-sizing: border-box;
  }
  .comList02 li:last-child {
    margin-bottom: 0;
  }
  .comList02 .time {
    margin-bottom: 13px;
    font-size: 1.4rem;
  }
  .comList02 p {
    font-size: 1.4rem;
  }
  .comList02 .textBox {
    padding: 18px 0;
  }
  .comList02 .link {
    padding: 0 18px 10px;
  }
  .comList02 .title {
    padding: 10px 0 9px;
    font-size: 1.6rem;
  }
  .comList02.home, .home .comList02 {
    display: block;
  }
  .comList02.home p, .home .comList02 p {
    font-size: 1.8rem;
  }
  .comList02.home .textBox, .home .comList02 .textBox {
    padding: 18px 20px;
  }
  .comList02.home a, .home .comList02 a {
    padding-bottom: 40px;
  }
  .comList02.row4 li {
    padding: 0;
    width: auto;
  }
  .comList02.row4 .textBox {
    padding: 18px 20px;
  }
  .comList02.row4 a {
    padding-bottom: 40px;
  }
}
@media all and (min-width: 897px) {
  .comList02 a:hover {
    opacity: 0.7;
  }
}

.new {
  position: relative;
}
.new::before {
  width: 61px;
  height: 61px;
  position: absolute;
  top: -30px;
  left: -23px;
  background: url("./../img/common/new_icon.png") no-repeat left top/100% 100%;
  content: "";
}
@media all and (max-width: 896px) {
  .new::before {
    width: 40px;
    height: 40px;
    top: -14px;
    left: -14px;
  }
}

/* lableTxt */
.lableTxt {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}
.lableTxt li {
  margin: 19px 19px 0 0;
  font-size: 1.2rem;
}
.lableTxt a {
  padding: 5px 9px 8px;
  color: #727171;
  min-width: 46px;
  display: block;
  box-sizing: border-box;
  border: 1px solid #727171;
  text-align: center;
  letter-spacing: 0.05em;
}
@media all and (min-width: 897px) {
  .lableTxt a:hover {
    color: #fff;
    background-color: #727171;
  }
}
@media all and (max-width: 896px) {
  .lableTxt a {
    padding: 2px 5px 5px;
    min-width: 40px;
    letter-spacing: 0;
  }
  .lableTxt li {
    margin: 5px 5px 0 0;
    font-size: 1.1rem;
  }
}

/* indentUl */
.indentUl {
  margin-bottom: 46px;
  font-size: 1.5rem;
  font-weight: 500;
}
.indentUl li {
  padding-left: 1em;
  text-indent: -1em;
}
@media all and (max-width: 896px) {
  .indentUl {
    font-size: 1.3rem;
  }
}

/* snsList */
.snsList {
  margin: 0 auto;
  max-width: 1090px;
  display: flex;
  flex-wrap: wrap;
  /*padding: 70px 15px 80px; */
  padding: 27px 0px 80px;
}
.snsList li {
  margin-right: 5px;
  width: 37px;
}
@media all and (min-width: 897px) {
  .snsList li a:hover {
    opacity: 0.7;
  }
}
@media all and (max-width: 896px) {
  .snsList {
    padding: 40px 15px;
  }
  .snsList li {
    width: 30px;
  }
}

/* searchBox */
.searchBox {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  background-color: rgba(0, 0, 0, 0.84);
  transition: transform 0.3s ease-in-out;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  z-index: 1000;
}
.searchBox.open {
  transform: translateY(0);
}
.searchBox .close {
  width: 48px;
  position: absolute;
  top: 32px;
  right: 40px;
  transition: 0.3s;
  cursor: pointer;
}
.searchBox .innerBox {
  margin: 0 auto;
  padding: 89px 20px;
  max-width: 752px;
}
.searchBox .inputUl {
  color: #fff;
  display: flex;
  justify-content: space-between;
}
.searchBox .inputUl li {
  width: calc(50% - 16px);
}
.searchBox .inputUl input {
  padding-left: 10px;
  width: 100%;
  height: 48px;
  background-color: #fff;
  border: none;
  box-sizing: border-box;
  border-radius: 0;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.searchBox .inputUl select {
  padding-left: 10px;
  width: 100%;
  height: 48px;
  background-color: #fff;
  border: none;
  box-sizing: border-box;
  border-radius: 0;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 40px;
  background: #fff url("./../img/common/icon03.png") no-repeat right 24px center/10px auto;
}
.searchBox select::-ms-expand {
  display: none;
}
.searchBox .inputUl .title {
  margin-bottom: 20px;
  text-align: center;
  font-size: 2rem;
}
.searchBox .inputUl .title span {
  margin-top: 22px;
  display: block;
}
.searchBox .btn {
  margin-top: 50px;
}
.searchBox .btn button {
  margin: 0 auto;
  width: 218px;
  height: 64px;
  color: #fff;
  font-size: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #646464;
  border-radius: 50px;
  border: none;
}
@media all and (min-width: 897px) {
  .searchBox .close:hover {
    opacity: 0.7;
  }
}
@media all and (max-width: 896px) {
  .searchBox .inputUl {
    display: block;
  }
  .searchBox .inputUl li {
    margin-bottom: 32px;
    width: auto;
  }
  .searchBox .inputUl li:last-child {
    margin-bottom: 0;
  }
  .searchBox .inputUl .title span {
    margin: -18px 0 0 6px;
    display: inline-block;
    vertical-align: middle;
  }
  .searchBox .inputUl .title img {
    width: 23px;
  }
  .searchBox .inputUl li:nth-child(2) .title img {
    width: 16px;
  }
  .searchBox .inputUl li:nth-child(2) .title span {
    margin-top: -15px;
  }
  .searchBox .inputUl .title {
    margin-bottom: 5px;
  }
  .searchBox .innerBox {
    padding: 97px 20px;
    max-width: inherit;
  }
  .searchBox .btn {
    margin-top: 33px;
  }
  .searchBox .close {
    width: 37px;
    top: 8px;
    right: 44px;
  }
}

/* lableBox */
.lableBox {
  margin-top: 36px;
  background-color: #fff;
  border-radius: 15px;
  font-feature-settings: "palt";
}
.lableBox .title {
  padding: 8px 0 11px;
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #e1e0e0;
}
.lableBox .title img {
  margin: -2px 8px 0 0;
  display: inline-block;
  vertical-align: middle;
}
@media all and (min-width: 897px) {
  .lableBox .btn button:hover {
    opacity: 0.7;
  }
}

/* lableUl */
.lableUl {
  margin-top: -14px;
  padding: 13px 9px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.lableUl li {
  margin: 14px 5px 0 0;
}
.lableUl a {
  padding: 4px 16px 7px 37px;
  font-size: 1.4rem;
  border: 1px solid #e7e6e6;
  border-radius: 16px;
  display: block;
  position: relative;
}
.lableUl a::before {
  width: 23px;
  height: 19px;
  position: absolute;
  top: 6px;
  left: 10px;
  background: url("./../img/common/icon06.svg") no-repeat left top/100% 100%;
  content: "";
}
@media all and (min-width: 897px) {
  .lableUl a:hover {
    background-color: rgba(192, 228, 242, 0.3);
    border-color: #15a5e5;
  }
}

.seoGroup {
  display: flex;
  flex-direction: column;
}

/* ウィジェット */
.fb_iframe_widget {
  width: 100%;
  text-align: center;
}

/* archive */
.archive-h1 {
  margin-bottom: 1em;
}

.screen-reader-response {
  display: none;
}

.sec_form {
  padding: 100px 0;
  background-color: #eaebed;
}
@media (min-width: 897px) {
  .sec_form .l-inner {
    max-width: 1100px;
    background-color: #fff;
    padding: 70px 100px 80px;
  }
}
@media (max-width: 896px) {
  .sec_form .l-inner {
    padding: 30px 20px;
  }
}
.sec_form .content {
  background-color: #fff;
  box-sizing: border-box;
  padding: 70px 101px 79px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.sec_form .headLine01 {
  margin-bottom: 44px;
  padding-bottom: 35px;
  font-size: 3rem;
}
.sec_form table {
  width: 100%;
  border-collapse: collapse;
}
.sec_form th,
.sec_form td {
  text-align: left;
  border: none;
  padding: 10px;
}
.sec_form form [type=text],
.sec_form form [type=tel],
.sec_form form [type=url],
.sec_form form [type=email],
.sec_form form textarea {
  width: 100%;
  border-radius: 5px;
  padding: 10px;
  border: 1px solid var(--c-gray);
  box-shadow: 0 0 3px inset var(--c-gray);
}
.sec_form form .centerTxt {
  padding: 34px 0 0;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
}
.sec_form form .centerTxt a {
  color: #ea5514;
}
.sec_form form .centerTxt a:hover {
  text-decoration: underline;
}
.sec_form form .submit {
  margin-top: 40px;
  text-align: center;
}
.sec_form form .submit li {
  margin-bottom: 15px;
}
.sec_form form .submit li:last-child {
  margin-bottom: 0;
}
.sec_form form .submit [type=submit] {
  width: 406px;
  height: 76px;
  color: #fff;
  font-weight: bold;
  border: none;
  border-radius: 0;
  font-size: 2.2rem;
  background-color: #b5b5b6;
  cursor: pointer;
  transition: 0.3s;
}
.sec_form form .submit [type=submit]:hover {
  opacity: 0.7;
}
@media (max-width: 896px) {
  .sec_form {
    padding: 60px 0;
  }
  .sec_form .content {
    padding: 30px 10px 30px;
  }
  .sec_form .headLine01 {
    margin-bottom: 30px;
    padding-bottom: 26px;
    font-size: 2.4rem;
  }
  .sec_form table th,
  .sec_form table td {
    width: 100%;
    display: block;
  }
  .sec_form table th {
    padding: 10px 0 0;
    font-size: 1.4rem;
  }
  .sec_form table th .small {
    margin-bottom: 0;
    font-size: 0.9rem;
  }
  .sec_form form .submit [type=submit] {
    font-size: 1.6rem;
    width: 92%;
    height: 55px;
    max-width: 350px;
  }
}

.slick-slider {
  display: none;
}
.slick-slider.slick-initialized {
  display: block;
}