@charset "UTF-8";
/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/
html, body {
  height: 100%;
}
html {
  font-size: 62.5%;
  overflow-y: scroll;
}
/* sp */
@media screen and (max-width:979px) {
  html {
    font-size: 50%;
  }
}
body {
  -webkit-text-size-adjust: 100%;
}
body, h1, h2, h3, h4, h5, h6, p, address, ul, ol, li, dl, dt, dd, table, th, td, img, form {
  margin: 0;
  padding: 0;
  border: none;
  list-style-type: none;
  font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  text-align: left;
  color: #111;
}
h1, h2, h3, h4, h5, h6, p, a, address, ul, ol, li, dl, dt, dd, table, th, td, form, input, textarea, select {
  font-size: 1.5rem;
}
p {
  font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  line-height: 1.6;
  color: #111;
}
h1{
  text-align: center;
}

img {
  max-width: 100%;
  vertical-align: middle;
  flex-shrink: 0;
  box-sizing: content-box;
}
@media screen and (max-width:979px) {
  img {
    height: auto;
  }
}
*, *:before, *:after {
  box-sizing: border-box;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
@media (max-width: 979px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
nav ul {
  display: flex;
  flex-flow: wrap;
  justify-content: flex-start;
  max-width: 1000px;
  height: 2rem;
  align-items: center;
  margin: 0 auto;
}
nav ul li {
  text-align: center;
}

body {
  width: 100%
}
main, header, footer, section {
  margin: 0 auto;
  width: 100%;
}
header {
  display: flex;
  flex-flow: column;
  justify-content: space-around;
}
.header_area {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  align-items: center;
}

.wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-flow: wrap;
  align-items: center;
}
.info_link {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  align-self: center;
  gap: 1rem;
  justify-content: flex-end;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
a {
  color: #005D7C;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
*:focus {
  outline: dotted;
  outline-offset: 1px;
  outline-color: #111;
}
/**/
section {
  padding: 5rem 0 8rem;
  margin: 0 auto;
}
.img_area {
  width: 100%;
  display: flex;
  flex-flow: wrap;
  justify-content: space-around;
  align-items: center;
}

footer img {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
}
.footer-btm {
  border-top: 1px solid #007B9A;
  text-align: center;
  padding: 3rem 0;
  width: 100%;
}

.txt_area{
  width: 100%;
  display: inline-block;
  margin: 0 auto;
}
.txt_area p{
  margin:0 auto;
}
.sec-wrapper .txt_area p{
  width: 100%;
}
.sec-wrapper .two_column_wrap{
  width: 80rem;
}
.two_column_wrap .em-title{
  width: 100%;
}
/*.sec-wrapper .two_column_wrap p a{
  width: 100%;
}*/
@media (max-width: 980px) {
 
  .sec-wrapper .two_column_wrap{
  width: 100%;
}

}

footer .wrap {
  justify-content: space-around;
  padding: 2rem 6rem;
}
footer .info_link {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}
footer .info_link p {
  font-size: 1.2rem;
}
footer .info_link ul {
  flex-flow: wrap;
}
footer .info_link a {
  color: #000;
  border-bottom: 1px solid;
  font-size: 1rem;
}
.contact_area {
  background: #93bdc8;
}
.contact_area .two_column_wrap {
  width: 100%;
  justify-content: space-between;
}

.two_column_wrap {
  display: flex;
  flex-flow: nowrap;
  gap: 1.6rem;
}
.one_column_wrap {
  display: flex;
  flex-flow: column;
  gap: 3.2rem;
  justify-content:center;
}
.one_column_wrap p{
  text-align:center;
}
.imgarea img {
  width: 100%;
}

h2, .page-title-txt{
    font-size: 3rem;
    margin-bottom: 2rem;
    color: #111;
}


/**/
.mb0 {
  margin-bottom: 0;
}
.mb1rem {
  margin-bottom: 1rem;
}
.mb2rem {
  margin-bottom: 2rem;
}
.mb4rem {
  margin-bottom: 4rem !important;
}
.mt2rem {
  margin-top: 2rem
}
.mt3rem {
  margin-top: 3rem;
}
.mt4rem {
  margin-top: 4rem;
}
.pl2rem {
  padding-left: 2rem;
}
.pb2rem {
  padding-bottom: 2rem
}
.ml1rem {
  margin-left: 1rem;
}
.fs24rem {
  font-size: 2.4rem;
}
.fs16rem{
  font-size: 1.6rem;
}
.bold {
  font-weight: bold;
}
.txt-c-red {
  color: #ea0000;
  font-weight: bold;
}
p.indent, p.indent span {
  text-indent: 1.6rem !important;
}