@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
html {
  font-size: 62.5%;
}

.left {
  float: left;
}

.right {
  float: right;
}

.text-l {
  text-align: left;
}

.text-c {
  text-align: center;
}

.text-r {
  text-align: right;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

.com-img {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.com-img img {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover; object-position: bottom";
  -o-object-position: center;
  object-position: center;
  min-height: 100%;
  min-width: 100%;
  transform: translateX(-50%) translateY(-50%);
}

.flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -js-display: flex;
  display: flex;
  width: 100%;
}

.flx-wrp {
  flex-wrap: wrap;
}

.flx-rr {
  flex-direction: row-reverse;
}

.flx-strt {
  justify-content: start;
}

.flx-btw {
  justify-content: space-between;
}

.flx-ard {
  justify-content: space-around;
}

.flx-end {
  justify-content: flex-end;
}

.flx-center {
  justify-content: center;
}

.flx-alitem-strt {
  align-items: flex-start;
}

.flx-alitem-strch {
  align-items: stretch;
}

.flx-alitem-c {
  align-items: center;
}

.flx-alitem-end {
  align-items: flex-end;
}

.flx-alitem-base {
  align-items: baseline;
}

.flx-alcont-strt {
  align-content: flex-start;
}

.flx-alcont-strch {
  align-content: stretch;
}

.flx-alcont-end {
  align-content: flex-end;
}

.flx-alcont-c {
  align-content: center;
}

.flx-alcont-s-btw {
  align-content: space-between;
}

.flx-alcont-s-ard {
  align-content: space-around;
}

/*標準ボタン
---------------------------------------------------------------*/
/*鍵フックボタン
---------------------------------------------------------------*/
/*カーテンボタン
---------------------------------------------------------------*/
/*ラインダッシュボタン
---------------------------------------------------------------*/
/*IE対応のグラデーション
========================================================================*/
/*Font
--------------------------------------------*/
body {
  margin: auto;
  padding: 0;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  color: #3f3f41;
  font-weight: 500;
}
@media screen and (min-width: 767px) {
  body {
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: 0.1rem;
    min-width: 1280px;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.1rem;
  }
}

.bg-half {
  position: relative;
}
.bg-half:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  background: #ecf5fc;
}
.bg-half .inbox,
.bg-half .widebox {
  position: relative;
  z-index: 10;
}

@media screen and (min-width: 767px) {
  #contents-u {
    padding: 100px 0 120px;
  }
}
@media screen and (max-width: 768px) {
  #contents-u {
    padding: 60px 0 80px;
  }
}

@media screen and (min-width: 767px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (min-width: 767px) {
  .pc-none {
    display: none !important;
  }
  .sp-none {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .pc-none {
    display: block !important;
  }
  .sp-none {
    display: none !important;
  }
}
.inbox {
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  .inbox {
    width: 1080px;
  }
}
@media screen and (max-width: 768px) {
  .inbox {
    width: 90%;
  }
}

.widebox {
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  .widebox {
    width: 1280px;
  }
}
@media screen and (max-width: 768px) {
  .widebox {
    width: 90%;
  }
}

.com-dl .in-dl,
.com-dl dd,
.com-dl dt {
  box-sizing: border-box;
}
@media screen and (min-width: 767px) {
  .com-dl > .in-dl {
    border-bottom: 1px solid #ccc;
  }
  .com-dl > .in-dl:nth-child(1) {
    border-top: 1px solid #ccc;
  }
}
@media screen and (max-width: 768px) {
  .com-dl > .in-dl {
    border: none;
  }
  .com-dl > .in-dl:nth-child(1) {
    border: none;
  }
}
@media screen and (min-width: 767px) {
  .com-dl > .in-dl > dt,
  .com-dl > .in-dl > dd {
    display: table-cell;
    vertical-align: middle;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 768px) {
  .com-dl > .in-dl > dt,
  .com-dl > .in-dl > dd {
    display: block;
    padding: 5px 10px;
  }
}
.com-dl > .in-dl > dt {
  background: #f2f2f2;
}
@media screen and (min-width: 767px) {
  .com-dl > .in-dl > dt {
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .com-dl > .in-dl > dt {
    width: 100%;
  }
}
@media screen and (min-width: 767px) {
  .com-dl > .in-dl > dd {
    width: 780px;
  }
}
@media screen and (max-width: 768px) {
  .com-dl > .in-dl > dd {
    width: 100%;
  }
}
.com-dl > .in-dl > dd a {
  color: #3f3f41;
}

.title01 {
  color: #145aa8;
  font-weight: 700;
  line-height: 1.4;
  box-sizing: border-box;
}
@media screen and (min-width: 767px) {
  .title01 {
    border-left: solid 3px #145aa8;
    padding-left: 20px;
    margin-bottom: 30px;
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .title01 {
    border-left: solid 2px #145aa8;
    padding-left: 15px;
    margin-bottom: 20px;
    font-size: 18px;
  }
}

.title02 {
  color: #145aa8;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 767px) {
  .title02 {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .title02 {
    margin-bottom: 20px;
    line-height: 1.5;
    font-size: 16px;
  }
}

.c-title {
  font-weight: 700;
  line-height: 1.5;
}
.c-title .lang-en {
  display: inline-block;
  caret-color: top;
  position: relative;
  color: #c2c2c2;
  font-family: "Montserrat", sans-serif;
  position: relative;
  box-sizing: border-box;
}
.c-title .lang-en:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  background: #c2c2c2;
}
.c-title .lang-ja {
  display: block;
  color: #145aa8;
}
.c-title.title-white .lang-ja {
  color: #fff;
}
@media screen and (min-width: 767px) {
  .c-title {
    margin-bottom: 35px;
  }
  .c-title .lang-en {
    padding-left: 18px;
    font-size: 18px;
    margin-bottom: 5px;
  }
  .c-title .lang-en:before {
    width: 10px;
    height: 10px;
    top: 8px;
  }
  .c-title .lang-ja {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .c-title {
    margin-bottom: 25px;
  }
  .c-title .lang-en {
    padding-left: 15px;
    font-size: 18px;
    margin-bottom: 5px;
  }
  .c-title .lang-en:before {
    width: 8px;
    height: 8px;
    top: 10px;
  }
  .c-title .lang-ja {
    font-size: 22px;
  }
}

@media screen and (min-width: 767px) {
  .com-txt p {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .com-txt p {
    margin-bottom: 20px;
  }
  .com-txt p br {
    display: none;
  }
}
.com-txt p:last-child {
  margin-bottom: 0;
}

.c-button {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 100px;
  background: #ff8e41;
  font-weight: 700;
  transition: 0.1s all ease-in;
}
.c-button .text,
.c-button .ic,
.c-button .bi {
  color: #fff;
}
.c-button.white-button {
  background: #fff;
}
.c-button.white-button .text,
.c-button.white-button .ic,
.c-button.white-button .bi {
  color: #145aa8;
}
.c-button:hover {
  transform: scale(0.96);
}
@media screen and (min-width: 767px) {
  .c-button {
    height: 60px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .c-button {
    height: 55px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
}

ul.pagenation,
ul.pagenation li,
ul.pagenation li a {
  line-height: 1;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -js-display: flex;
  align-items: center;
  display: flex;
  justify-content: center;
}

ul.pagenation {
  text-align: center;
}
@media screen and (min-width: 767px) {
  ul.pagenation {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  ul.pagenation {
    margin: 10% 0;
  }
}
ul.pagenation li a {
  color: #3f3f41;
}
@media screen and (min-width: 767px) {
  ul.pagenation li a {
    width: 45px;
    height: 45px;
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  ul.pagenation li a {
    width: 10vw;
    height: 10vw;
    font-size: 4.5vw;
  }
}
ul.pagenation li.current {
  line-height: 1;
  box-sizing: border-box;
  color: #fff;
  background: #145aa8;
}
@media screen and (min-width: 767px) {
  ul.pagenation li.current {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  ul.pagenation li.current {
    width: 10vw;
    height: 10vw;
    font-size: 5vw;
  }
}

.page-btn {
  position: relative;
}
@media screen and (min-width: 767px) {
  .page-btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .page-btn {
    margin-top: 10%;
  }
}
.page-btn a {
  position: relative;
  font-weight: bold;
}
@media screen and (min-width: 767px) {
  .page-btn a {
    font-size: 15px;
  }
}
@media screen and (min-width: 767px) {
  .page-btn a {
    font-size: 14px;
  }
}
.page-btn .right,
.page-btn .left {
  position: absolute;
}
@media screen and (min-width: 767px) {
  .page-btn .right,
  .page-btn .left {
    top: 0;
  }
}
@media screen and (min-width: 767px) {
  .page-btn .right,
  .page-btn .left {
    top: 0;
  }
}
.page-btn .left {
  left: 0;
}
.page-btn .right {
  right: 0;
}

@media screen and (min-width: 767px) {
  #bread-clumb {
    width: 100%;
    position: absolute;
    margin: 0 auto;
    padding: 10px 0 50px;
  }
  #bread-clumb li {
    position: relative;
    color: #3f3f41;
    font-size: 14px;
    float: left;
    margin-right: 20px;
  }
  #bread-clumb li:after {
    content: "|";
    position: absolute;
    display: block;
    right: -12px;
    top: 0;
  }
  #bread-clumb li:last-child {
    margin-right: 0;
  }
  #bread-clumb li:last-child:after {
    display: none;
  }
  #bread-clumb li a {
    color: #3f3f41;
  }
}
@media screen and (max-width: 768px) {
  #bread-clumb {
    display: none;
  }
}

/*=========================================================
	Header
=========================================================*/
.header {
  background: #fff;
}
@media screen and (min-width: 767px) {
  .header {
    height: 110px;
    padding: 0 30px;
    box-sizing: border-box;
  }
  .header .header-left {
    width: 234px;
  }
  .header .header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: calc(100% - 234px);
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .header .header-right .c-button {
    width: 230px;
  }
  .header .header-right .nav-list {
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
  .header .header-right .nav-list a {
    display: block;
    padding: 2px 10px;
    border-bottom: 1px solid transparent;
  }
  .header .header-right .nav-list a:hover {
    color: #ff8e41;
    border-bottom: 1px solid #ff8e41;
  }
}
@media screen and (max-width: 768px) {
  .header {
    height: 70px;
    padding: 0 5%;
    box-sizing: border-box;
  }
  .header .header-left {
    width: 120px;
  }
  .header .header-right {
    display: none;
  }
}

/*Mainvisual
=========================================================*/
@media screen and (min-width: 767px) {
  .main-visual-header {
    height: 540px;
    display: flex;
    align-items: center;
    padding-left: 10%;
    box-sizing: border-box;
    background: url(../img/top/mv_bg.jpg) no-repeat center/cover;
  }
  .main-visual-header-title {
    color: #145aa8;
    font-weight: 800;
    font-size: 56px;
    line-height: 1.5;
    letter-spacing: 0.2rem;
    margin-bottom: 30px;
  }
  .main-visual-header-text {
    font-size: 20px;
  }
  .main-visual-header .c-button {
    width: 400px;
    height: 70px;
    margin-top: 30px;
  }
  .main-visual-header .c-button .text {
    font-size: 18px;
  }
  .main-visual-link-list {
    padding: 20px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 13px;
  }
  .main-visual-link-list-item {
    position: relative;
    transition: 0.1s all ease-in;
  }
  .main-visual-link-list-item:hover {
    transform: scale(0.97);
  }
  .main-visual-link-list-item-figcaption {
    position: absolute;
    line-height: 1;
    left: 0;
    bottom: 0;
    padding: 20px;
    background: #fff;
    box-sizing: border-box;
    font-size: clamp(18px, 1.5vw, 24px);
    -moz-column-gap: 15px;
    column-gap: 15px;
    font-weight: 700;
    color: #145aa8;
    border-radius: 0 8px 0 8px;
  }
  .main-visual-link-list-item-figcaption .bi {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .main-visual-header {
    height: 290px;
    display: flex;
    align-items: center;
    padding-left: 5%;
    box-sizing: border-box;
    background: url(../img/top/mv_bg.jpg) no-repeat center/cover;
  }
  .main-visual-header-title {
    color: #145aa8;
    font-weight: 700;
    font-size: 23px;
    line-height: 1.3;
    letter-spacing: 0.2rem;
    margin-bottom: 15px;
  }
  .main-visual-header-text {
    background: rgba(255, 255, 255, 0.6);
    width: 250px;
    letter-spacing: 0;
    line-height: 1.5;
    font-size: 12px;
    padding: 10px;
    box-sizing: border-box;
  }
  .main-visual-header .c-button {
    width: 200px;
    height: 50px;
    margin-top: 15px;
  }
  .main-visual-header .c-button .text {
    font-size: 13px;
  }
  .main-visual-link-list {
    padding: 10px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .main-visual-link-list-item {
    position: relative;
    transition: 0.1s all ease-in;
  }
  .main-visual-link-list-item:hover {
    transform: scale(0.97);
  }
  .main-visual-link-list-item-figcaption {
    position: absolute;
    line-height: 1;
    left: 0;
    bottom: 0;
    padding: 10px;
    background: #fff;
    box-sizing: border-box;
    font-size: 11px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    font-weight: 700;
    color: #145aa8;
    border-radius: 0 3px 0 3px;
  }
  .main-visual-link-list-item-figcaption .bi {
    font-size: 12px;
  }
}

/*=========================================================
	Top page
=========================================================*/
/*top-about
=========================================================*/
@media screen and (min-width: 767px) {
  .top-about {
    padding: 60px 0 80px;
    position: relative;
  }
  .top-about-text {
    font-size: 18px;
    line-height: 2.5;
  }
  .top-about-img {
    position: absolute;
    right: 0;
    top: 60px;
    width: calc(50% + 30px);
  }
}
@media screen and (max-width: 768px) {
  .top-about {
    padding: 60px 0;
    position: relative;
  }
  .top-about-text {
    font-size: 16px;
    line-height: 2.5;
  }
  .top-about-img {
    margin-top: 40px;
    padding: 0 20px;
    box-sizing: border-box;
  }
}

/*top-reason
=========================================================*/
.top-reason-list {
  box-sizing: border-box;
  background: #fff;
  display: grid;
}
.top-reason-list-item {
  background: #ecf5fc;
  box-sizing: border-box;
}
.top-reason-list .icon,
.top-reason-list .number,
.top-reason-list .name {
  text-align: center;
}
.top-reason-list .number {
  color: #c2c2c2;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.top-reason-list .name {
  font-weight: 700;
  color: #145aa8;
}
@media screen and (min-width: 767px) {
  .top-reason {
    padding: 80px 0;
  }
  .top-reason-list {
    padding: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
  }
  .top-reason-list-item {
    border-radius: 8px;
    padding: 40px 30px 25px;
  }
  .top-reason-list .icon {
    margin-bottom: 20px;
  }
  .top-reason-list .name {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .top-reason {
    padding: 60px 0;
  }
  .top-reason-list {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .top-reason-list-item {
    border-radius: 8px;
    padding: 30px 20px 20px;
  }
  .top-reason-list .icon {
    transform: scale(0.8);
    margin-bottom: 10px;
  }
  .top-reason-list .name {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

/*top-choose
=========================================================*/
.top-choose {
  background: #145aa8;
}
.top-choose-header {
  background: #fff;
  display: grid;
}
.top-choose-img {
  order: 0;
}
.top-choose-info-tag {
  background: #fff;
}
.top-choose .tab-list {
  display: grid;
}
.top-choose .tab-list-item {
  background: #ecf5fc;
  color: #145aa8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  box-sizing: border-box;
}
.top-choose .tab-list-item.current {
  background: #145aa8;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.top-choose .tab-list-item:hover {
  background: #145aa8;
  color: #fff;
}
.top-choose-detail-title {
  font-weight: 700;
}
.top-choose-detail-title .lang-en {
  font-family: "Montserrat", sans-serif;
  display: block;
  color: #c2c2c2;
}
.top-choose-detail-title .lang-ja {
  display: block;
  color: #fff;
}
.top-choose-detail-text {
  color: #fff;
}
@media screen and (min-width: 767px) {
  .top-choose-header .inbox {
    order: 1;
    display: flex;
    justify-content: space-between;
    padding: 80px 0;
  }
  .top-choose-header .c-title {
    width: 540px;
    margin-bottom: 0;
  }
  .top-choose-header-text {
    width: 480px;
    line-height: 2.2;
  }
  .top-choose .tab-list {
    grid-template-columns: repeat(4, 1fr);
    -moz-column-gap: 13px;
    column-gap: 13px;
  }
  .top-choose .tab-list-item {
    height: 80px;
    font-size: 18px;
    border-radius: 8px 8px 0 0;
    cursor: pointer;
  }
  .top-choose-detail {
    padding: 80px 0;
  }
  .top-choose-detail .inbox {
    position: relative;
    min-height: 360px;
  }
  .top-choose-detail-title {
    margin-bottom: 30px;
  }
  .top-choose-detail-title .lang-en {
    font-size: 16px;
  }
  .top-choose-detail-title .lang-ja {
    font-size: 28px;
  }
  .top-choose-detail-text {
    width: 540px;
  }
  .top-choose-detail .c-button {
    width: 420px;
    margin-top: 45px;
  }
  .top-choose-detail-img {
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .top-choose-header .inbox {
    order: 1;
    padding: 30px 0 50px;
  }
  .top-choose .tab-list {
    grid-template-columns: repeat(4, 1fr);
    -moz-column-gap: 8px;
    column-gap: 8px;
  }
  .top-choose .tab-list-item {
    height: 60px;
    font-size: 10px;
    border-radius: 8px 8px 0 0;
    cursor: pointer;
  }
  .top-choose-detail {
    padding: 30px 0;
  }
  .top-choose-detail .inbox {
    position: relative;
  }
  .top-choose-detail-title {
    margin-bottom: 20px;
  }
  .top-choose-detail-title .lang-en {
    font-size: 14px;
  }
  .top-choose-detail-title .lang-ja {
    font-size: 20px;
  }
  .top-choose-detail-text {
    font-size: 14px;
  }
  .top-choose-detail .c-button {
    margin-top: 30px;
  }
  .top-choose-detail-img {
    text-align: center;
    margin-top: 40px;
  }
}

/*top-column
=========================================================*/
.top-column-header {
  display: flex;
}
.top-column-header .c-title {
  margin-bottom: 0;
}
.top-column-list-card time {
  display: block;
  color: #c2c2c2;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
.top-column-list-card-title {
  color: #145aa8;
  font-weight: 700;
}
.top-column-list-card-text {
  color: #3f3f41;
}
@media screen and (min-width: 767px) {
  .top-column {
    padding: 110px 0;
  }
  .top-column-header {
    margin-bottom: 30px;
  }
  .top-column .c-title {
    width: calc(100% - 230px);
  }
  .top-column .c-button {
    width: 230px;
  }
  .top-column-list {
    display: grid;
    -moz-column-gap: 40px;
    column-gap: 40px;
    grid-template-columns: repeat(3, 1fr);
  }
  .top-column-list-card {
    line-height: 1.6;
    transition: 0.1s all ease-in;
  }
  .top-column-list-card:hover {
    opacity: 0.8;
  }
  .top-column-list-card .com-img {
    height: 270px;
    border-radius: 8px;
    margin-bottom: 15px;
  }
  .top-column-list-card time {
    margin-bottom: 5px;
  }
  .top-column-list-card-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .top-column-list-card-text {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .top-column {
    padding: 60px 0;
  }
  .top-column-header {
    margin-bottom: 30px;
    align-items: flex-end;
  }
  .top-column .c-title {
    width: calc(100% - 120px);
  }
  .top-column .c-button {
    width: 120px;
    height: 40px;
  }
  .top-column .c-button .text {
    font-size: 12px;
  }
  .top-column-list {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
  }
  .top-column-list-card {
    line-height: 1.6;
    transition: 0.1s all ease-in;
  }
  .top-column-list-card:hover {
    opacity: 0.8;
  }
  .top-column-list-card .com-img {
    padding-top: 67%;
    border-radius: 8px;
    margin-bottom: 15px;
  }
  .top-column-list-card time {
    margin-bottom: 5px;
  }
  .top-column-list-card-title {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .top-column-list-card-text {
    font-size: 13px;
  }
}

/*top-news
=========================================================*/
.top-news {
  background: #ecf5fc;
}
.top-news-title {
  display: grid;
  grid-template-rows: 1fr auto;
}
.top-news-list {
  display: grid;
  row-gap: 10px;
}
.top-news-list-item a {
  display: block;
  background: #fff;
  box-sizing: border-box;
  color: #145aa8;
  font-weight: 700;
}
.top-news-list-item time {
  color: #c2c2c2;
  font-family: "Montserrat", sans-serif;
}
@media screen and (min-width: 767px) {
  .top-news {
    padding: 100px 0;
  }
  .top-news .inbox {
    display: flex;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
  .top-news-title {
    width: 230px;
  }
  .top-news-list {
    width: 750px;
  }
  .top-news-list-item a {
    border-radius: 8px;
    padding: 20px;
    transition: 0.1s all ease-in;
  }
  .top-news-list-item a:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 768px) {
  .top-news {
    padding: 60px 0;
  }
  .top-news-title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 25px;
  }
  .top-news-title .c-title {
    margin-bottom: 0;
    width: calc(100% - 120px);
  }
  .top-news-title .c-button {
    width: 120px;
    height: 40px;
  }
  .top-news-title .c-button .text {
    font-size: 12px;
  }
  .top-news-list-item a {
    border-radius: 8px;
    padding: 15px;
    line-height: 1.6;
    transition: 0.1s all ease-in;
  }
}

/*l-cta
=========================================================*/
.l-cta {
  background: #145aa8;
  text-align: center;
}
.l-cta-container {
  background: #fff;
  border-radius: 8px;
  box-sizing: border-box;
}
.l-cta-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 767px) {
  .l-cta {
    padding: 50px 0;
  }
  .l-cta-container {
    border-radius: 8px;
    padding: 50px 100px;
  }
  .l-cta-list {
    margin-top: 40px;
    gap: 40px;
  }
  .l-cta-list-item {
    min-width: 330px;
  }
  .l-cta-list-item .c-button {
    height: 70px;
  }
  .l-cta-list .tel {
    color: #ff8e41;
    font-weight: 700;
    font-size: 36px;
  }
  .l-cta-list .tel .bi {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .l-cta {
    padding: 30px 0 50px;
  }
  .l-cta-container {
    border-radius: 8px;
    padding: 30px 20px;
    box-sizing: border-box;
  }
  .l-cta-text {
    text-align: left;
    line-height: 1.6;
  }
  .l-cta-list {
    margin-top: 25px;
    row-gap: 15px;
    flex-direction: column;
  }
  .l-cta-list-item {
    width: 100%;
  }
  .l-cta-list-item .c-button {
    height: 70px;
  }
  .l-cta-list .tel {
    color: #ff8e41;
    font-weight: 700;
    font-size: 26px;
  }
  .l-cta-list .tel .bi {
    font-size: 15px;
  }
}

/*=========================================================
	footer
=========================================================*/
.footer {
  color: #fff;
  background: #145aa8;
}
@media screen and (min-width: 767px) {
  .footer {
    padding: 50px 0 80px;
  }
  .footer .inbox {
    display: flex;
    justify-content: space-between;
  }
  .footer-description {
    width: 540px;
    line-height: 1.4;
  }
  .footer-description-table .in-dl {
    display: flex;
    margin-bottom: 30px;
  }
  .footer-description-table .in-dl:last-of-type {
    margin-bottom: 0;
  }
  .footer-description-table .in-dl dt {
    width: 120px;
  }
  .footer-description-table .in-dl dd {
    width: calc(100% - 120px);
  }
  .footer-description-table .in-dl dd a {
    color: #fff;
  }
  .footer-logo {
    margin-bottom: 50px;
  }
  .footer-info {
    width: 400px;
    line-height: 1;
    display: grid;
    grid-template-rows: auto 1fr;
  }
  .footer-info a {
    font-weight: 700;
    color: #fff;
    font-size: 18px;
  }
  .footer-nav {
    display: grid;
    grid-template-columns: 200px 1fr;
  }
  .footer-nav-list {
    display: grid;
    row-gap: 40px;
  }
  .footer-nav-list a:hover {
    color: #ff8e41;
    border-bottom: 1px solid #ff8e41;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 50px 0;
  }
  .footer-description {
    padding-bottom: 50px;
    border-bottom: 1px solid #c2c2c2;
    margin-bottom: 50px;
    line-height: 1.4;
  }
  .footer-description-table .in-dl {
    display: flex;
    font-size: 13px;
    margin-bottom: 15px;
  }
  .footer-description-table .in-dl:last-of-type {
    margin-bottom: 0;
  }
  .footer-description-table .in-dl dt {
    width: 100px;
  }
  .footer-description-table .in-dl dd {
    width: calc(100% - 100px);
  }
  .footer-description-table .in-dl dd a {
    color: #fff;
  }
  .footer-logo {
    width: 160px;
    margin-bottom: 50px;
  }
  .footer-info {
    line-height: 1;
  }
  .footer-info a {
    font-weight: 700;
    color: #fff;
    font-size: 13px;
  }
  .footer-nav {
    display: grid;
    grid-template-columns: 150px 1fr;
    margin-bottom: 60px;
  }
  .footer-nav-list {
    display: grid;
    row-gap: 25px;
  }
  .footer-nav-list a:hover {
    color: #ff8e41;
    border-bottom: 1px solid #ff8e41;
  }
}

#copyright {
  font-size: 12px;
  text-align: center;
}
#copyright small {
  color: #fff;
}
#copyright small a {
  font-size: 12px;
  color: #fff;
}
@media screen and (min-width: 767px) {
  #copyright {
    padding: 5px 0;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
  }
  #copyright small {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  #copyright {
    letter-spacing: 0;
  }
  #copyright small {
    font-size: 12px;
  }
}

/*Components
=========================================================*/
.l-tags-list {
  display: grid;
  box-sizing: border-box;
}
.l-tags-list-item {
  box-sizing: border-box;
  border-bottom: solid 1px #c2c2c2;
  border-left: solid 1px #c2c2c2;
}
.l-tags-list-item a {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  color: #3f3f41;
  height: 100%;
  width: 100%;
  position: relative;
}
.l-tags-list-item .bi {
  position: absolute;
  color: #145aa8;
}
@media screen and (min-width: 767px) {
  .l-tags {
    padding: 100px 0;
  }
  .l-tags-list {
    grid-template-columns: repeat(5, 1fr);
  }
  .l-tags-list-item {
    height: 55px;
  }
  .l-tags-list-item:nth-of-type(5n),
  .l-tags-list-item:last-of-type {
    border-right: solid 1px #c2c2c2;
  }
  .l-tags-list-item:nth-of-type(1),
  .l-tags-list-item:nth-of-type(2),
  .l-tags-list-item:nth-of-type(3),
  .l-tags-list-item:nth-of-type(4),
  .l-tags-list-item:nth-of-type(5) {
    border-top: 1px solid #c2c2c2;
  }
  .l-tags-list-item a {
    padding: 0 40px 0 20px;
  }
  .l-tags-list-item a .bi {
    right: 15px;
  }
  .l-tags-list-item a:hover {
    background: #145aa8;
    color: #fff;
  }
  .l-tags-list-item a:hover .bi {
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .l-tags {
    padding: 30px 0;
  }
  .l-tags-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .l-tags-list-item {
    height: 45px;
  }
  .l-tags-list-item:nth-of-type(3n),
  .l-tags-list-item:last-of-type {
    border-right: solid 1px #c2c2c2;
  }
  .l-tags-list-item:nth-of-type(1),
  .l-tags-list-item:nth-of-type(2),
  .l-tags-list-item:nth-of-type(3) {
    border-top: 1px solid #c2c2c2;
  }
  .l-tags-list-item a {
    padding: 0 30px 0 15px;
  }
  .l-tags-list-item a .bi {
    right: 10px;
  }
}

.l-diagnosis-list {
  display: grid;
}
.l-diagnosis-list-item {
  position: relative;
}
.l-diagnosis-list-item-inner {
  background: #ecf5fc;
  box-sizing: border-box;
}
.l-diagnosis-list-item-title {
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
  color: #145aa8;
}
.l-diagnosis-list-item-answer {
  display: grid;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.l-diagnosis-list-item-answer-text {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-diagnosis-list-item-answer .yes {
  color: #ff8e41;
}
.l-diagnosis-list-item-answer .or {
  color: #c2c2c2;
  background: none;
}
.l-diagnosis-list-item-answer .no {
  color: #145aa8;
}
.l-diagnosis-list-item-buttons {
  display: flex;
}
.l-diagnosis-list-item-button {
  width: 50%;
  display: flex;
  justify-content: center;
}
.l-diagnosis-list-item-button a {
  display: flex;
  align-items: center;
  background: #ff8e41;
  font-weight: 700;
  border-radius: 100px;
  box-sizing: border-box;
}
.l-diagnosis-list-item-button a .eng {
  color: #c2c2c2;
  background: #fff;
  border-radius: 100px;
  text-align: center;
}
.l-diagnosis-list-item-button a .text {
  color: #fff;
  line-height: 1.4;
}
.l-diagnosis-list-item-line {
  display: flex;
}
.l-diagnosis-list-item-line-l,
.l-diagnosis-list-item-line-r {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-diagnosis-list-item-line .line {
  display: block;
  width: 1px;
  height: 100%;
  background: #c2c2c2;
}
.l-diagnosis-list .empty-line {
  width: 50%;
  height: 100%;
  top: 0;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
}
.l-diagnosis-list .empty-line .line {
  display: block;
  width: 1px;
  height: 100%;
  background: #c2c2c2;
}
.l-diagnosis-list .empty-line.r-line {
  right: 0;
}
@media screen and (min-width: 767px) {
  .l-diagnosis {
    padding: 100px 0;
  }
  .l-diagnosis-list-item-inner {
    position: relative;
    z-index: 10;
    padding: 25px 30px;
    border-radius: 8px;
  }
  .l-diagnosis-list-item-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .l-diagnosis-list-item-answer {
    font-size: 20px;
    grid-template-columns: 1fr 140px 1fr;
  }
  .l-diagnosis-list-item-answer-text {
    height: 55px;
    border-radius: 8px;
  }
  .l-diagnosis-list-item-line {
    height: 90px;
  }
  .l-diagnosis-list-item-line.small {
    height: 55px;
  }
  .l-diagnosis-list-item .small-item {
    width: 750px;
  }
  .l-diagnosis-list-item .small-item .l-diagnosis-list-item-answer {
    grid-template-columns: 1fr 100px 1fr;
  }
  .l-diagnosis-list-item-button a {
    height: 60px;
    padding: 0 10px;
    width: 295px;
    transition: 0.1s all ease-in;
  }
  .l-diagnosis-list-item-button a:hover {
    transform: scale(0.97);
  }
  .l-diagnosis-list-item-button a.wide-button {
    width: 325px;
  }
  .l-diagnosis-list-item-button .eng {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }
  .l-diagnosis-list-item-button .text {
    box-sizing: border-box;
    padding-left: 15px;
    width: calc(100% - 40px);
  }
  .l-diagnosis-list .second-item {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .l-diagnosis {
    padding: 60px 0;
  }
  .l-diagnosis-list-item-inner {
    position: relative;
    z-index: 10;
    padding: 15px 20px;
    border-radius: 8px;
  }
  .l-diagnosis-list-item-title {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .l-diagnosis-list-item-answer {
    font-size: 16px;
    grid-template-columns: 1fr 50px 1fr;
  }
  .l-diagnosis-list-item-answer-text {
    height: 40px;
    border-radius: 8px;
  }
  .l-diagnosis-list-item-line {
    height: 50px;
  }
  .l-diagnosis-list-item-line.small {
    height: 30px;
  }
  .l-diagnosis-list-item .small-item {
    width: 300px;
  }
  .l-diagnosis-list-item .small-item .l-diagnosis-list-item-answer {
    grid-template-columns: 1fr 40px 1fr;
  }
  .l-diagnosis-list-item .small-item .l-diagnosis-list-item-button a {
    width: 145px !important;
  }
  .l-diagnosis-list-item-button a {
    height: 60px;
    padding: 0 12px;
    width: 295px;
    transition: 0.1s all ease-in;
  }
  .l-diagnosis-list-item-button a.wide-button {
    width: 150px;
  }
  .l-diagnosis-list-item-button .eng {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
  }
  .l-diagnosis-list-item-button .text {
    box-sizing: border-box;
    padding-left: 10px;
    width: calc(100% - 25px);
    font-size: 10px;
  }
  .l-diagnosis-list .second-item {
    padding-bottom: 50px;
  }
}

.l-job-container {
  display: grid;
}
.l-job-post {
  box-sizing: border-box;
  background: #fff;
}
.l-job-info {
  display: grid;
}
.l-job-info-detail {
  display: grid;
  background-color: #ecf5fc;
  grid-template-rows: auto auto auto 1fr;
}
.l-job-info-detail .more {
  display: flex;
  align-items: end;
  justify-content: flex-end;
  color: #c2c2c2;
  line-height: 1;
  gap: 10px;
}
.l-job-info-detail .more a {
  color: #3f3f41;
  display: flex;
  gap: 10px;
}
.l-job-info-detail .more .text {
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
@media screen and (min-width: 767px) {
  .l-job {
    padding: 100px 0;
  }
  .l-job-container {
    row-gap: 50px;
  }
  .l-job-post {
    padding: 50px 100px;
  }
  .l-job-info {
    gap: 40px;
    grid-template-columns: repeat(3, 1fr);
  }
  .l-job-info-detail {
    min-height: 410px;
    border-radius: 8px;
    transition: 0.1s all ease-in;
    line-height: 1.5;
    padding: 30px 15px;
    box-sizing: border-box;
  }
  .l-job-info-detail-table {
    display: grid;
    row-gap: 5px;
  }
  .l-job-info-detail-table .in-dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .l-job-info-detail-table .in-dl dt {
    width: 20px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .l-job-info-detail-table .in-dl dd {
    font-size: 12px;
    box-sizing: border-box;
    padding-left: 10px;
    width: calc(100% - 20px);
  }
  .l-job-info-detail-text {
    border-top: 1px solid #c2c2c2;
    margin-top: 15px;
    padding-top: 15px;
    font-size: 15px;
  }
  .l-job-info-detail a {
    transition: 0.1s all ease-in;
  }
  .l-job-info-detail a:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 768px) {
  .l-job {
    padding: 60px 0;
  }
  .l-job-container {
    row-gap: 30px;
  }
  .l-job-post {
    padding: 20px;
  }
  .l-job-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .l-job-info-detail {
    border-radius: 8px;
    line-height: 1.5;
    padding: 30px 15px;
  }
  .l-job-info-detail-table {
    display: grid;
    row-gap: 5px;
  }
  .l-job-info-detail-table .in-dl {
    display: flex;
    justify-content: space-between;
  }
  .l-job-info-detail-table .in-dl dt {
    width: 20px;
    text-align: center;
  }
  .l-job-info-detail-table .in-dl dd {
    font-size: 12px;
    box-sizing: border-box;
    padding-left: 10px;
    width: calc(100% - 20px);
  }
  .l-job-info-detail-text {
    border-top: 1px solid #c2c2c2;
    margin-top: 15px;
    padding-top: 15px;
    font-size: 13px;
  }
  .l-job-info-detail .more {
    margin-top: 30px;
  }
}

/*下層ページ
=========================================================*/
.sub-visual {
  position: relative;
}
.sub-visual .widebox {
  height: 100%;
  display: flex;
  align-items: center;
}
.sub-visual-title {
  font-weight: 700;
  line-height: 1.5;
}
.sub-visual-title .lang-en,
.sub-visual-title .lang-ja {
  display: block;
}
.sub-visual-title .lang-en {
  color: #c2c2c2;
}
.sub-visual-title .lang-ja {
  color: #145aa8;
}
.sub-visual .sv-salary-bg {
  background: url(../img/salary/sv-salary-bg.jpg) no-repeat center/cover;
}
.sub-visual .sv-region-bg {
  background: url(../img/region/sv-region-bg.jpg) no-repeat center/cover;
}
.sub-visual .sv-way-bg {
  background: url(../img/way/sv-way-bg.jpg) no-repeat center/cover;
}
.sub-visual .sv-qualification-bg {
  background: url(../img/qualification/sv-qualification-bg.jpg) no-repeat
    center/cover;
}
.sub-visual .sv-common-bg {
  background: url(../img/common/sv-common-bg.jpg) no-repeat center/cover;
}
@media screen and (min-width: 767px) {
  .sub-visual {
    height: 390px;
  }
  .sub-visual-title {
    width: 50%;
  }
  .sub-visual-title .lang-en {
    font-size: 18px;
  }
  .sub-visual-title .lang-ja {
    font-size: 44px;
  }
  .sub-visual-img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .sub-visual {
    height: 120px;
  }
  .sub-visual-title {
    width: 50%;
  }
  .sub-visual-title .lang-en {
    font-size: 12px;
  }
  .sub-visual-title .lang-ja {
    font-size: 14px;
  }
  .sub-visual-img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
  }
}

.error-text {
  color: #f44336;
}

@media screen and (min-width: 767px) {
  .cont-dl {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .cont-dl {
    margin-bottom: 10%;
  }
}
.cont-dl .in-dl dt a,
.cont-dl .in-dl dd a {
  color: #145aa8;
  border-bottom: 1px solid #145aa8;
}
.cont-dl .in-dl .hissu {
  line-height: 1;
  padding: 5px 8px;
  position: absolute;
  right: 0;
  color: #fff;
  background: #e74c3c;
}
@media screen and (min-width: 767px) {
  .cont-dl .in-dl .hissu {
    font-size: 13px;
    top: 13px;
  }
}
@media screen and (max-width: 768px) {
  .cont-dl .in-dl .hissu {
    font-size: 3vw;
    top: 8px;
  }
}
.cont-dl .in-dl dt {
  position: relative;
  vertical-align: top;
}
@media screen and (min-width: 767px) {
  .cont-dl .in-dl dt {
    width: 320px;
  }
}
@media screen and (max-width: 768px) {
  .cont-dl .in-dl dt {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 767px) {
  .cont-dl .in-dl dd {
    width: 760px;
  }
}
@media screen and (max-width: 768px) {
  .cont-dl .in-dl dd {
    padding-bottom: 20px;
  }
  .cont-dl .in-dl dd .thumb {
    width: 180px;
    height: 180px;
  }
}
.cont-dl .in-dl dd input[type="text"],
.cont-dl .in-dl dd input[type="num"],
.cont-dl .in-dl dd input[type="email"],
.cont-dl .in-dl dd input[type="url"],
.cont-dl .in-dl dd input[type="tel"] {
  width: 100%;
  padding: 10px;
  border: solid #ccc 1px;
  background: #fff;
  box-sizing: border-box;
}
.cont-dl .in-dl dd .select-wrap {
  position: relative;
  width: 300px;
}
.cont-dl .in-dl dd .select-wrap:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 15px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #ccc;
  border-left: 2px solid #ccc;
  transform: translateY(-50%) rotate(-135deg);
  font-size: 20px;
  pointer-events: none;
}
.cont-dl .in-dl dd select {
  position: relative;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  color: #3f3f41;
}
.cont-dl .in-dl dd textarea {
  padding: 5px;
  border: solid #ccc 1px;
  width: 100%;
  height: 200px;
  background: #fff;
  box-sizing: border-box;
  line-height: 1.8;
}
.cont-dl .in-dl dd #pc01,
.cont-dl .in-dl dd #pc02 {
  margin-bottom: 10px;
}
.cont-dl .in-dl dd #pc01 {
  width: 60px !important;
}
.cont-dl .in-dl dd #pc02 {
  width: 80px !important;
}

.contact-btn ul {
  text-align: center;
}
.contact-btn ul li {
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 767px) {
  .contact-btn ul li {
    margin-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .contact-btn ul li {
    margin-bottom: 5%;
  }
}
.contact-btn ul li #form-btn {
  color: #fff;
  letter-spacing: 3px;
  transition: 0.3s;
  font-weight: bold;
  border: solid 1px #145aa8;
  background-color: #145aa8;
}
@media screen and (min-width: 767px) {
  .contact-btn ul li #form-btn {
    cursor: pointer;
    width: 340px;
    font-size: 18px;
    padding: 25px 0;
  }
}
@media screen and (max-width: 768px) {
  .contact-btn ul li #form-btn {
    width: 280px;
    font-size: 4vw;
    padding: 6% 0;
  }
}
.contact-btn ul li:hover #form-btn {
  color: #145aa8;
  background: #fff;
}
@media screen and (min-width: 767px) {
  .contact-btn ul li:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .contact-btn ul li:last-child {
    margin-bottom: 0;
  }
}

/*リキャプチャ---------------*/
.recap-inwrap {
  width: 300px;
  margin: 0 auto 50px;
}

/*送信完了---------------*/
.send-comp {
  text-align: center;
}
.send-comp p {
  line-height: 1.5em;
}

.send-comp-ttl {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 30px;
}

/*Common
----------------------------------------------------*/
/*All Post 
----------------------------------------------------*/
@media screen and (min-width: 767px) {
  .post-wrp .tag-change {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .post-wrp .tag-change {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    padding-bottom: 5%;
    margin-bottom: 10%;
  }
}
.post-wrp .tag-change li {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 8px 10px;
  font-size: 14px;
}
@media screen and (min-width: 767px) {
  .post-wrp .tag-change li {
    margin: 10px 10px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .post-wrp .tag-change li {
    margin-right: 1%;
    min-width: 100px;
  }
}
.post-wrp .tag-change li:last-child {
  margin-right: 0;
}
.post-wrp .tag-change a {
  display: block;
  border: solid 1px #145aa8;
  color: #145aa8;
  background: #fff;
}
@media screen and (min-width: 767px) {
  .post-wrp .tag-change a {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 768px) {
  .post-wrp .tag-change a {
    font-size: 3vw;
    padding: 5px 10px;
  }
}
.post-wrp .tag-change .current a {
  background: #145aa8;
}
.post-wrp .tag-change .current a span {
  color: #fff;
}
.post-wrp .all-post-list article {
  border-bottom: 1px solid #145aa8;
}
@media screen and (min-width: 767px) {
  .post-wrp .all-post-list article {
    margin-bottom: 25px;
  }
}
.post-wrp .all-post-list article a {
  color: #3f3f41;
  display: block;
  box-sizing: border-box;
}
@media screen and (min-width: 767px) {
  .post-wrp .all-post-list article a {
    padding: 0 0 25px;
  }
}
@media screen and (max-width: 768px) {
  .post-wrp .all-post-list article a {
    padding: 5% 0;
  }
}
@media screen and (min-width: 767px) {
  .post-wrp .all-post-list article .tag-time {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .post-wrp .all-post-list article .tag-time {
    margin-bottom: 5%;
  }
}
.post-wrp .all-post-list article .tag-name {
  line-height: 1;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  border: solid 1px #145aa8;
}
@media screen and (min-width: 767px) {
  .post-wrp .all-post-list article .tag-name {
    min-width: 125px;
    padding: 10px 20px;
    font-size: 12px;
    margin: 3px 5px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .post-wrp .all-post-list article .tag-name {
    min-width: 80px;
    padding: 5px 10px;
    margin: 1% 1% 0 0;
    font-size: 3vw;
  }
}
.post-wrp .all-post-list article .tag-name span {
  color: #145aa8;
}
.post-wrp .all-post-list article time {
  display: block;
}
@media screen and (min-width: 767px) {
  .post-wrp .all-post-list article time {
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .post-wrp .all-post-list article time {
    text-align: right;
    margin-bottom: 3%;
    font-size: 11px;
    letter-spacing: 0.1rem;
  }
}
.post-wrp .all-post-list article time span {
  color: #145aa8;
}
@media screen and (min-width: 767px) {
  .post-wrp .all-post-list article time span {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .post-wrp .all-post-list article time span {
    color: #fff;
  }
}
@media screen and (min-width: 767px) {
  .post-wrp .all-post-list article .com-img {
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  .post-wrp .all-post-list article .com-img {
    width: 20%;
    padding-top: 20%;
  }
}
@media screen and (min-width: 767px) {
  .post-wrp .all-post-list article .post-thumb-text {
    width: 855px;
  }
}
@media screen and (max-width: 768px) {
  .post-wrp .all-post-list article .post-thumb-text {
    width: 75%;
  }
}
.post-wrp .all-post-list article h4 {
  font-weight: bold;
}
@media screen and (min-width: 767px) {
  .post-wrp .all-post-list article h4 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .post-wrp .all-post-list article h4 {
    font-size: 4vw;
    margin-bottom: 3%;
  }
}

.tag-select-box {
  position: relative;
  width: 40%;
  margin: 0 0 20px auto;
  max-width: 230px;
}
.tag-select-box:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #3f3f41;
  pointer-events: none;
}
.tag-select-box #tag-select {
  width: 100%;
  padding: 5% 20% 5% 5%;
  box-sizing: border-box;
  font-size: 1.2rem;
  margin-left: auto;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  border: none;
  border-bottom: 2px solid #3f3f41;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #3f3f41;
  font-weight: 700;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.tag-select-box #tag-select option {
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
  box-sizing: border-box;
}

/*Single Post
----------------------------------------------------*/
@media screen and (min-width: 767px) {
  #contents-u.s-post .s-post-taglist {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  #contents-u.s-post .s-post-taglist {
    margin-bottom: 3%;
  }
  #contents-u.s-post .s-post-taglist li {
    margin: 1% 1% 0 0;
  }
  #contents-u.s-post .s-post-taglist li span {
    font-size: 3vw;
  }
}
#contents-u.s-post .s-time-tag {
  text-align: right;
  padding-top: 10px;
  border-top: 1px solid #145aa8;
}
@media screen and (min-width: 767px) {
  #contents-u.s-post .s-time-tag {
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  #contents-u.s-post .s-time-tag {
    margin-top: 50px;
  }
}
#contents-u.s-post .s-time-tag time {
  color: #145aa8;
  font-weight: bold;
}
#contents-u.s-post .tag-name {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  padding: 8px 10px;
  box-sizing: border-box;
  border: solid 1px #145aa8;
  line-height: 1;
  font-size: 14px;
  color: #145aa8;
}
#contents-u.s-post .tag-name span {
  color: #145aa8;
}

#contents-u.privacy .privacy-box:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 767px) {
  #contents-u.privacy .privacy-box {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  #contents-u.privacy .privacy-box {
    margin-bottom: 10%;
  }
}

#site-map ul li {
  border-bottom: 1px solid #145aa8;
}
#site-map ul li a {
  box-sizing: border-box;
  display: block;
  position: relative;
  font-weight: bold;
  transition: 0.3s;
  color: #3f3f41;
}
@media screen and (min-width: 767px) {
  #site-map ul li a {
    padding: 15px 0 15px 35px;
  }
  #site-map ul li a:hover:before {
    left: 10px;
  }
}
@media screen and (max-width: 768px) {
  #site-map ul li a {
    padding: 10px 0 10px 25px;
  }
}
#site-map ul li a::before {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: 50%;
  transition: 0.3s;
}
@media screen and (min-width: 767px) {
  #site-map ul li a::before {
    margin-top: -4px;
    border: solid 4px #145aa8;
  }
}
@media screen and (max-width: 768px) {
  #site-map ul li a::before {
    margin-top: -4px;
    border: solid 4px #145aa8;
  }
}

.not-found-txt p a {
  color: #145aa8;
  font-weight: bold;
} /*# sourceMappingURL=style.css.map */
