@charset "UTF-8";
/* !HTML5 elements
---------------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body, div, p, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, input, textarea, table, th, td {
  margin: 0px;
  padding: 0px;
  font-weight: 400;
}

ul,
ol {
  list-style-type: none;
}

img {
  border: 0px;
  vertical-align: bottom;
}

figure {
  max-width: 400px;
  margin: auto;
  width: 100%;
}

figure img {
  width: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
  width: 100%;
}

th,
td {
  vertical-align: top;
}

/* 【タブレット用のスタイル記述】 */
@media (min-width: 761px) {
  figure {
    max-width: 100%;
    margin: 0;
  }
  figure img {
    max-width: 100%;
  }
}

/* common
------------------------------------*/
a {
  outline: none;
  -webkit-transition: all 0.3s ease;
}

a:hover, a:active {
  color: #333;
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
}

a:-webkit-any-link {
  color: -webkit-link;
  cursor: pointer;
  text-decoration: underline;
}

a:link, a:visited {
  color: #073a95;
  text-decoration: none;
}

a img::hover::after {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

html {
  font-size: 62.5%;
  /* -> 10px; */
}

body {
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.5;
  color: #333;
  letter-spacing: 0.2rem;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif, "ＭＳ Ｐゴシック", Osaka;
}

p {
  padding: 0 0 20px;
}

.pcTab,
.pc,
.tab {
  display: none;
}

.sp,
.tabSp {
  display: block;
}

/* 【タブレット用のスタイル記述】 */
@media (min-width: 761px) {
  .pc,
  .sp {
    display: none;
  }
  .tab,
  .pcTab,
  .tabSp {
    display: block;
  }
  body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
    font-size: 1.6rem;
  }
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
}

/* 【PC用のスタイル記述】 */
@media (min-width: 960px) {
  .sp,
  .tab,
  .tabSp {
    display: none;
  }
  .pcTab,
  .pc {
    display: block;
  }
  a:hover, a:active,
  a:hover img {
    opacity: 0.6;
  }
}

/*common02
------------------------------------*/
#container {
  overflow: hidden;
}

#contents {
  text-align: left;
}

#c01 {
  padding: 0 0 20px;
}

#c02, #c03, #c04, #c05, #c06, #c07, #c08 {
  padding: 20px 0;
}

.cassetteIn {
  width: 96%;
  margin: 0 auto;
}

.cassetteR {
  background: #fff;
  margin-bottom: 60px;
}

.cassetteR-In {
  padding: 30px 10px;
}

.contRead01 {
  margin: 40px 0;
}

/* 【タブレット用のスタイル記述】 */
@media (min-width: 761px) {
  #contents {
    padding-top: 0;
  }
  #c01 {
    padding: 0 0 40px;
  }
  #c02, #c03, #c04, #c05, #c06, #c07, #c08 {
    padding: 40px 0;
  }
  .cassetteR-In {
    padding: 30px 4%;
  }
}

/* 【PC用のスタイル記述】 */
@media (min-width: 960px) {
  .cassetteIn, .inner {
    width: 960px;
  }
  .cassetteR-In {
    padding: 60px 50px;
  }
}

/* 見出し
------------------------------------*/
.h2wrap {
  height: 140px;
  background: url(../img/h2_bg.jpg) no-repeat center center/cover;
  position: relative;
}

.h2wrap h2 {
  top: 50%;
  left: 50%;
  position: absolute;
  font-size: 2.8rem;
  color: #fff;
  height: 150px;
  width: 96%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(../img/h2_parts.png) no-repeat left center/40%;
}

.h2wrap h2 span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-shadow: 0px 0px 10px #1c3d8e;
}

.titleLine01 {
  font-size: 2rem;
  margin-bottom: 40px;
  text-align: left;
  position: relative;
  font-weight: 500;
}

.titleLine01::after {
  background: #073a95;
  position: absolute;
  content: " ";
  bottom: -20px;
  left: 0;
  height: 3px;
  width: 50px;
}

h4 {
  font-weight: 500;
  color: #073a95;
  margin-bottom: 10px;
  font-size: 1.6rem;
}

.photoLine {
  height: 180px;
  margin: 0 auto;
}

/* 【タブレット用のスタイル記述】 */
@media (min-width: 761px) {
  .h2wrap {
    height: 220px;
  }
  .h2wrap h2 {
    font-size: 4rem;
    height: 250px;
    background: url(../img/h2_parts.png) no-repeat left center/auto;
  }
  .titleLine01, .titleLine02 {
    font-size: 2.4rem;
    margin-bottom: 63px;
  }
  h4 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .photoLine {
    height: 400px;
  }
}

/* 【PC用のスタイル記述】 */
@media (min-width: 960px) {
  .h2wrap h2 {
    width: 960px;
  }
  .bgTitle .bgTitleIn {
    width: 960px;
  }
}

/* bred
------------------------------------*/
#bred {
  margin: 0 auto 30px;
  padding: 4px 0;
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 96%;
  color: #333;
}

#bred li::after {
  content: '>';
  display: inline-block;
  padding: 0 7px;
}

#bred li:last-child::after {
  content: '';
  margin: 0;
}

#bred li a:visited,
#bred li a:link {
  color: #333;
}

/* 【タブレット用のスタイル記述】 */
@media (min-width: 761px) {
  #bred {
    margin-bottom: 55px;
    padding: 4px 0;
  }
}

/* 【PC用のスタイル記述】 */
@media (min-width: 960px) {
  #bred {
    width: 960px;
  }
}

/* pageLinks
------------------------------------*/
#pageLinks {
  margin-bottom: 40px;
}

#pageLinks ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 96%;
  margin: auto;
  text-align: center;
}

#pageLinks ul li {
  width: 25%;
}

#pageLinks ul li:not(:last-child) {
  border-right: 1px solid #666;
}

#pageLinks ul li a:visited,
#pageLinks ul li a:link {
  color: #333;
}

#pageLinks ul li .current {
  font-weight: bold;
}

/*imgホバーで拡大
------------------------------------*/
.imgWrap {
  overflow: hidden;
}

.imgWrap img {
  display: block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.imgWrap img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

/* btn
------------------------------------*/
.btn01,
.btn01::after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn01 {
  margin: 0 auto 20px;
  display: block;
  color: #fff;
  padding: 10px 22px;
  text-align: center;
  max-width: 300px;
  width: 100%;
  position: relative;
  background-image: -webkit-linear-gradient(90deg, #1a398b 0%, #294fa0 100%);
  background-image: -ms-linear-gradient(90deg, #1a398b 0%, #294fa0 100%);
}

.btn01::before {
  font-family: 'Font Awesome 5 Free';
  content: "\f054";
  color: #fff;
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn01::after {
  height: 100%;
  left: 0;
  top: 0;
  width: 0;
}

.btn01:link, .btn01:visited {
  display: block;
  padding: 16px 0;
  color: #fff;
}

@media (min-width: 761px) {
  .btn01 {
    margin: 0 auto;
    display: inline-block;
    max-width: 220px;
    width: 100%;
  }
  .btn01:hover {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

/* table
------------------------------------*/
table.wrapper, table.wrapper th, table.wrapper td {
  border-collapse: collapse;
  border: 1px solid #c9c9c9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

table.wrapper {
  margin: 0 auto;
  margin-bottom: 40px;
}

table.wrapper th {
  margin: 0;
  font-weight: 500;
  display: block;
  padding: 10px;
  background: #dcf0ff;
}

table.wrapper td {
  padding: 10px 0 10px 10px;
  display: block;
  background: #fff;
}

table.wrapper td:first-child {
  padding: 0 0 0 10px;
  vertical-align: middle;
}

@media (min-width: 761px) {
  table.wrapper {
    margin: 0 auto;
    border-spacing: 0;
    margin-bottom: 20px;
    border-spacing: 0 10px;
    width: 100%;
  }
  table.wrapper th {
    width: 25%;
    padding: 20px;
    text-align: center;
    display: table-cell;
  }
  table.wrapper td {
    padding: 20px 0 20px 20px;
    display: table-cell;
    vertical-align: middle;
  }
}

/* flex
------------------------------------*/
.flex {
  margin: 0 auto;
}

@media (min-width: 761px) {
  .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .flexRev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

/* object-fit
------------------------------------*/
.object-fit-img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.object-fit-img img {
  margin: auto;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: bottom;';
}

/* 横幅
------------------------------------*/
.col1 {
  width: 100%;
}

.col2 {
  width: 100%;
}

.col3 {
  width: 100%;
}

.col4 {
  width: 100%;
}

.col5 {
  width: 100%;
}

.col6 {
  width: 100%;
}

.col7 {
  width: 100%;
}

.col8 {
  width: 100%;
}

@media (min-width: 761px) {
  .col1 {
    width: 100%;
  }
  .col2 {
    width: 50%;
  }
  .col3 {
    width: 33.33333%;
  }
  .col4 {
    width: 25%;
  }
  .col5 {
    width: 20%;
  }
  .col6 {
    width: 16.66667%;
  }
  .col7 {
    width: 14.28571%;
  }
  .col8 {
    width: 12.5%;
  }
}

/* マージン調整
------------------------------------*/
.mb20 {
  margin-bottom: 0;
}

.mt20 {
  margin-top: 0;
}

.mb40 {
  margin-bottom: 0;
}

.mt40 {
  margin-top: 0;
}

.mb60 {
  margin-bottom: 30px;
}

.mt60 {
  margin-top: 30px;
}

@media (min-width: 761px) {
  .mb20 {
    margin-bottom: 20px;
  }
  .mt20 {
    margin-top: 20px;
  }
  .mb40 {
    margin-bottom: 40px;
  }
  .mt40 {
    margin-top: 40px;
  }
  .mb60 {
    margin-bottom: 60px;
  }
  .mt60 {
    margin-top: 60px;
  }
}

/* ほか
------------------------------------*/
.dotStyle li {
  list-style-type: none;
}

.dotStyle li::before {
  content: "・";
}

.att01 {
  color: #a90000;
  font-size: 1.4rem;
}

.hide {
  display: none;
}

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

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

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

/* header
------------------------------------*/
header {
  color: #333;
  background: #fff;
  width: 100%;
  z-index: 500;
  position: relative;
}

header #headerIn {
  width: 96%;
  margin: 0 auto 20px;
}

header #headerIn .flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

header h1 {
  padding: 3px 0;
  font-size: 1rem;
  font-weight: normal;
  text-align: left;
  padding: 5px 0;
}

header .logo {
  width: 200px;
  padding: 5px 0;
  text-align: center;
  margin: auto;
}

header .logo img {
  width: 100%;
}

header .logo a {
  display: block;
}

header .telBox {
  display: block;
  color: #333;
  margin: 10px 0 0;
  font-size: 2.4rem;
}

header .telBox i {
  color: #073a95;
  margin-right: 10px;
}

header .telBox .tips {
  font-size: 1.2rem;
  display: block;
}

/* 【タブレット用のスタイル記述】 */
@media (min-width: 761px) {
  header {
    padding: 0;
  }
  header h1 {
    font-size: 1.3rem;
    padding: 10px 0;
  }
  header .logo {
    width: 270px;
    height: 62px;
    margin-left: 0;
  }
  header .telBox {
    font-size: 3rem;
  }
  header .tips {
    font-size: 1.4rem;
  }
}

/* 【PC用のスタイル記述】 */
@media (min-width: 960px) {
  header #headerIn {
    width: 960px;
  }
}

/* navi
------------------------------------*/
#gNavi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-weight: 600;
}

#gNavi ul li {
  display: none;
}

#gNavi ul li a {
  width: 100%;
  line-height: 1.5em;
  display: inline-block;
  text-decoration: none;
}

/* 【タブレット用のスタイル記述】 */
@media (min-width: 761px) {
  #gNavi {
    background-image: -webkit-linear-gradient(90deg, #1a398b 0%, #294fa0 100%);
    background-image: -ms-linear-gradient(90deg, #1a398b 0%, #294fa0 100%);
    position: relative;
    padding: 0;
    width: 100%;
    font-size: 1.3rem;
    margin: auto;
  }
  #gNavi ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 96%;
  }
  #gNavi ul li {
    display: block;
    text-align: center;
    width: calc(100%/5);
    position: relative;
    border-left: 1px solid #0085cc;
    height: 60px;
  }
  #gNavi ul li:last-child {
    border-right: 1px solid #0085cc;
  }
  #gNavi ul li:hover {
    background: #0085cc;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #gNavi ul li a {
    color: #fff;
    font-weight: bold;
    display: block;
    text-align: center;
    -webkit-transition: none;
    transition: none;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #gNavi ul li span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
  }
}

/* 【PC用のスタイル記述】 */
@media (min-width: 960px) {
  #gNavi {
    font-size: 1.4rem;
  }
  #gNavi ul {
    width: 960px;
    margin: auto;
  }
}

/* tab sp menu
------------------------------------*/
#spNavi {
  display: none;
}

.pull-down-list {
  display: none;
}

@media only screen and (max-width: 761px) {
  #spNavi {
    display: block;
    position: relative;
  }
  .drawer-btn {
    text-align: center;
    background-image: -webkit-linear-gradient(90deg, #1a398b 0%, #294fa0 100%);
    background-image: -ms-linear-gradient(90deg, #1a398b 0%, #294fa0 100%);
    width: 100%;
    text-align: left;
    padding: 10px 0;
  }
  .drawer-btn a {
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    text-align: right;
    font-size: 2rem;
  }
  .drawer-btn i {
    margin-right: 10px;
  }
  .drawer-btn a:link,
  .drawer-btn a:visited {
    color: #fff;
  }
  .drawer-btn a.current {
    opacity: 0.3;
  }
  .drawer-btn a img {
    height: 33px;
  }
  .pull-down-list {
    display: block;
    width: 100%;
  }
  #spNavi.fixed .pull-down-list {
    top: 60px;
  }
  .pull-down-inner {
    position: relative;
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #607d8b;
  }
  .pull-down-list li a {
    display: block;
    width: 100%;
    position: relative;
    padding: 10px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    color: #333;
    line-height: 2em;
  }
  .pull-down-list li a:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f054";
    font-weight: 900;
    color: #073a95;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -1em;
  }
  .pull-down-list li:nth-child(odd) {
    background: #f7f7f7;
  }
  .pull-down-list li:nth-child(even) {
    background: #fff;
  }
  #spNavi.fixed .number {
    top: 60px;
  }
  .number a:link,
  .number a:visited {
    color: #fff;
  }
  .number i {
    display: inline-block;
    margin: 0 10px 0 0;
  }
}

/* footer
------------------------------------*/
footer {
  background-image: -webkit-linear-gradient(90deg, #1a398b 0%, #294fa0 100%);
  background-image: -ms-linear-gradient(90deg, #1a398b 0%, #294fa0 100%);
  color: #fff;
}

footer img {
  margin-bottom: 20px;
}

footer a:visited, footer a:link {
  color: #fff;
}

footer .pageTopLink {
  width: 45px;
  height: 45px;
  position: absolute;
  display: block;
  bottom: 45px;
  right: 0;
}

footer #footerIn {
  width: 96%;
  position: relative;
  margin: auto;
  padding: 30px 0 0;
  text-align: left;
}

footer #footerIn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .companyName {
  display: block;
}

footer #copyright {
  font-size: 1.2rem;
  padding: 80px 0 15px;
}

@media (min-width: 761px) {
  footer {
    font-size: 1.4rem;
  }
  footer #copyright {
    text-align: right;
    padding: 15px 0 0;
  }
  footer #footerIn {
    padding: 30px 0;
    max-width: 960px;
    font-size: 1.2rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  footer .flexBox:nth-of-type(2) {
    width: 60%;
  }
  footer .flexBox:nth-of-type(2) li {
    width: calc(100%/4);
    font-size: 1.2rem;
    text-align: center;
  }
  footer .pageTopLink {
    width: 60px;
    height: 60px;
    bottom: 90px;
  }
}

@media (min-width: 960px) {
  footer {
    font-size: 1.6rem;
  }
  footer .flexBox:nth-of-type(2) li {
    font-size: 1.6rem;
  }
}

/* WordPressデフォルト
------------------------------------*/
.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

/* pager
------------------------------------*/
.wpNavi {
  margin: 30px auto;
}

.wpNavi ol {
  text-align: center;
}

.wpNavi ol li {
  display: inline-block;
  margin: 0.5em;
  font-size: 100%;
}

.wpNavi ol li a {
  color: #333;
}

ol.wp-paginate.font-inherit {
  text-align: center;
}

.wp-pagenavi {
  margin-top: 40px;
  text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #073a95;
  padding: 20px 15px;
  background: #fff;
  margin: 10px;
}

.wp-pagenavi span.current {
  font-weight: 400;
}

.sfwppa-pages {
  color: #073a95;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  border-color: #073a95;
  background: #073a95;
  color: #fff;
}

/* clearfix
------------------------------------*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}

.clearfix {
  display: inline-block;
}

/* exlude MacIE5 \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* end MacIE5 */
