@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
/******************************************
[clone-nav] スクロール後グローバルナビ 
******************************************/
.clone-nav {
  position: fixed;
  z-index: 1000;
  top: -10px;
  left: 0;
  width: 100%;
  max-width: 100% !important;
  transition: .3s;
  transform: translateY(-100%);
  background: #fff;
  border-bottom: 1px solid #b9b9b9;
  padding: 10px 0;
  /* sp */
}

@media screen and (max-width: 769px) {
  .clone-nav {
    display: none;
  }
}

.is-show {
  transform: translateY(0);
  top: 0;
}

.button, .telBtn {
  display: none;
}

/******************************************
[check] チェックボックス 
******************************************/
.check {
  /* sp */
}

.check li {
  font-size: 1em;
  line-height: 1.4;
  text-indent: -1.5em;
  padding: 0 0 20px 1.5em;
  margin-bottom: 20px;
  border-bottom: 1px dotted #b9b9b9;
}

.check li:last-child {
  margin-bottom: 0;
}

.check li:before {
  content: "\e903";
  font-family: "icomoon";
  margin-right: 0.5em;
}

/******************************************
[topics]
******************************************/
.topics {
  /* sp */
}

.topics li,
.topics-list li {
  width: 100%;
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px dotted #333;
}

.topics li:last-child,
.topics-list li:last-child {
  border-bottom-width: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.topics li a,
.topics-list li a {
  font-size: 1em;
  line-height: 1;
}

.topics li a .topics_date,
.topics-list li a .topics_date {
  padding-right: 10px;
}

.topics li a .topics_title,
.topics-list li a .topics_title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.topics-detail {
  border: 1px solid #333;
  border-radius: 5px;
  padding: 30px;
}

.topics-detail .topics_title {
  font-size: 1.25rem;
  color: #00376d;
  font-weight: 700;
  border-bottom: 1px solid #00376d;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.topics-detail .topics_date {
  font-size: 0.875rem;
  text-align: right;
}

.topics-detail .topics_body {
  margin-top: 20px;
}

.topics-detail .topics_body a {
  text-decoration: underline;
}

@media screen and (max-width: 769px) {
  .topics li,
  .topics-list li {
    margin: 0 0 10px;
    padding: 0 0 10px;
  }
  .topics li a,
  .topics-list li a {
    font-size: 0.75rem;
    display: block;
  }
  .topics li a span,
  .topics-list li a span {
    display: block;
    width: 100%;
    line-height: 1.5;
  }
  .topics-detail {
    padding: 15px;
  }
  .topics-detail .topics_title {
    font-size: 1.125rem;
  }
  .topics-detail .topics_date {
    font-size: 0.875rem;
  }
}

/* トピックスページャー */
.topics_paging {
  margin: 20px 0 0;
  clear: both;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* sp */
}

.topics_paging li {
  font-size: 0.875rem;
  line-height: 1;
  text-align: center;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 4px;
  list-style: none;
  border: 1px solid #b9b9b9 !important;
  padding: 0;
}

.topics_paging li a {
  font-size: 0.875rem;
  color: #00376d;
  text-decoration: underline;
  display: block;
  padding: 5px;
}

@media screen and (max-width: 769px) {
  .topics_paging li {
    width: auto;
    font-size: 0.75rem;
    padding: 2px;
  }
  .topics_paging li a {
    font-size: 0.75rem;
  }
}

/******************************************
  [floatImg] 画像回り込み
  ******************************************/
.floatImg {
  /* sp */
}

.floatImg-left, .floatImg-right {
  font-size: 1rem;
  text-align: center;
  display: block;
}

.floatImg-left img, .floatImg-right img {
  margin-bottom: 10px;
  display: block;
}

.floatImg p {
  overflow: hidden;
}

.floatImg-right {
  float: right;
  margin: 0 0 40px 40px;
}

.floatImg-left {
  float: left;
  margin: 0 40px 40px 0;
}

@media screen and (max-width: 769px) {
  .floatImg-left, .floatImg-right {
    float: none;
    margin: 0 auto 20px;
  }
  .floatImg-left img, .floatImg-right img {
    height: auto;
  }
}

/******************************************
  [frame] BOXフレーム
  ******************************************/
.frame {
  padding: 20px;
  border-width: 1px;
  border-style: solid;
}

/******************************************
[global]
******************************************/
html,
body {
  height: 100%;
  max-width: 2500px;
  margin: auto;
}

html {
  -webkit-overflow-scrolling: touch;
}

body {
  font-family: 'Noto Sans JP', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
  /* sp */
}

@media screen and (max-width: 769px) {
  body {
    font-size: 14px;
  }
}

.inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 769px) {
  .inner {
    max-width: 100%;
    padding: 0 20px;
  }
}

img {
  max-width: 100%;
}

a {
  color: black;
}

a:hover {
  text-decoration: underline;
}

p {
  line-height: 2;
  text-align: justify;
}

.mincho {
  font-family: "Noto Serif JP";
}

/******************************************
[PC・SP表示非表示]
******************************************/
.pc {
  display: inline-block !important;
}

@media screen and (max-width: 769px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}

@media screen and (max-width: 769px) {
  .sp {
    display: inline-block !important;
  }
}

/******************************************
[文字拡大]
******************************************/
.big {
  font-size: 140%;
  font-weight: bold;
  /* sp */
}

@media screen and (max-width: 769px) {
  .big {
    font-size: 120%;
  }
}

/******************************************
[テキスト揃え]
******************************************/
.t-center {
  text-align: center;
}

.t-center-pc {
  text-align: center;
}

@media screen and (max-width: 769px) {
  .t-center-pc {
    text-align: justify;
  }
}

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

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

/******************************************
[左右寄せ float]
******************************************/
.f-left {
  float: left;
  margin: 0 40px 0 0;
}

.f-right {
  float: right;
  margin: 0 0 0 40px;
}

/* sp */
@media screen and (max-width: 769px) {
  .f-left,
  .f-right {
    float: none;
    display: block;
    margin: 0 0 20px 0;
  }
}

/******************************************
[テキストカラー]
******************************************/
.color-main {
  color: #00376d;
}

.color-sub {
  color: #42443f;
}

.black {
  color: #333;
}

.white {
  color: #fff;
}

.red {
  color: #a11821;
}

.orange {
  color: #f08c0b;
}

.yellow {
  color: #fff000;
}

.green {
  color: #338f27;
}

.brown {
  color: #4a3b30;
}

.gray {
  color: #b9b9b9;
}

/******************************************
[見出し]
******************************************/
h1 {
  font-size: 0.875rem;
  line-height: 1;
}

h2, h3 {
  font-family: 'Noto Serif JP';
  font-size: 1.875rem;
  color: #000;
  font-weight: 500;
  line-height: 1.3;
  padding: 0 0 0 5px;
  letter-spacing: 10px;
  margin-bottom: 50px;
  /* sp */
}

h2 span, h3 span {
  font-family: 'Roboto';
  font-size: 1.25rem;
  font-weight: 300;
  display: block;
  margin-top: 40px;
}

h2 span:after, h3 span:after {
  content: "";
  height: 2px;
  background: #333;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 769px) {
  h2, h3 {
    font-size: 1.125rem;
    letter-spacing: 0;
    margin-bottom: 30px;
  }
  h2 span, h3 span {
    font-size: 0.875rem;
    margin-top: 20px;
  }
  h2 span:after, h3 span:after {
    height: 1px;
    top: -10px;
  }
}

h2 {
  text-align: center;
}

h2 span:after {
  width: 100px;
}

h3 {
  text-align: left;
}

h3 span {
  text-align: right;
}

h3 span:after {
  width: 100%;
}

h4 {
  font-family: 'Noto Serif JP';
  font-size: 1.875rem;
  font-weight: 700;
  color: #00376d;
  margin-bottom: 10px;
  /* sp */
}

@media screen and (max-width: 769px) {
  h4 {
    font-size: 1.25rem;
  }
}

/******************************************
[header]
******************************************/
main {
  margin-top: 120px;
}

@media screen and (max-width: 769px) {
  main {
    margin-top: 60px;
  }
}

header {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #b9b9b9;
  position: fixed;
  top: 0;
  z-index: 10000;
  /* sp */
}

header .header {
  width: 100%;
  height: 120px;
  margin: auto;
  padding: 0;
  display: flex;
  align-items: center;
}

header .header-logo {
  width: 290px;
  padding-left: 30px;
}

header .header-nav {
  flex-grow: 1;
}

header .header-btn {
  height: 100%;
  display: flex;
}

header .header-btn li {
  border-left: 1px solid #b9b9b9;
}

header .header-btn li a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}

@media screen and (min-width: 770px) {
  header .header-btn li a:hover {
    text-decoration: none;
  }
}

header .header-btn li:nth-child(1) {
  background: #e4e4e4;
}

header .header-btn li:nth-child(1):hover {
  background: #cbcbcb;
}

header .header-btn li:nth-child(1) a {
  color: #333;
  padding: 0 40px;
}

header .header-btn li:nth-child(2) {
  background: #00376d;
}

header .header-btn li:nth-child(2) a {
  color: #fff;
}

header .header-btn-tel, header .header-btn-mail {
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

header .header-btn-tel i, header .header-btn-mail i {
  margin-right: 5px;
}

header .header-btn-tel {
  font-family: "Roboto";
  font-weight: 200;
  font-size: 1.5625rem;
  color: #fff;
}

header .header-btn-mail {
  border-top: 1px solid #b9b9b9;
}

header .header-btn-mail i {
  font-size: 1.25rem;
}

header .header-btn-mail:hover {
  background: #001d3a;
}

@media screen and (max-width: 769px) {
  header .header {
    height: auto;
    display: block;
  }
  header .header-logo {
    width: 100%;
    padding: 10px 60px;
    text-align: center;
  }
  header .header-logo img {
    width: auto;
    height: 40px;
  }
  header .header-btn {
    width: 100%;
    height: 50px;
    display: flex;
    position: fixed;
    bottom: 0;
    border-top: 1px solid #b9b9b9;
  }
  header .header-btn li {
    border-width: 0;
  }
  header .header-btn li a {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
  }
}

@media screen and (max-width: 769px) and (min-width: 770px) {
  header .header-btn li a:hover {
    opacity: 0.5;
    text-decoration: none;
  }
}

@media screen and (max-width: 769px) {
  header .header-btn li:nth-child(1) {
    width: 30vw;
  }
  header .header-btn li:nth-child(1) a {
    padding: 0;
  }
  header .header-btn li:nth-child(2) {
    width: 70vw;
  }
  header .header-btn-tel, header .header-btn-mail {
    height: auto;
    border-width: 0;
  }
  header .header-btn-tel {
    display: none;
  }
  header .header-btn-mail i {
    font-size: 1.25rem;
  }
}

/******************************************
[footer]
******************************************/
footer {
  background: #42443f;
  /* sp */
}

footer .footer {
  padding: 80px 0;
  text-align: center;
}

footer .footer p {
  color: #fff;
  text-align: center;
}

footer .footer-logo {
  margin: 0 0 20px;
}

footer .footer-map {
  margin: 0 auto;
}

footer .footer-map a {
  font-size: 0.75rem;
  padding: 7px 60px 10px 30px;
}

footer .footer-tel {
  font-family: "Roboto";
  font-size: 2.5rem;
  font-weight: 200;
  line-height: 1;
  margin: 30px 0 20px;
}

footer .footer-nav {
  display: inline-flex;
  justify-content: center;
}

footer .footer-nav li {
  width: auto;
  border-right: 1px solid #fff;
  margin: 10px 0 0;
}

footer .footer-nav li a {
  font-size: 1rem;
  font-weight: 300;
  color: #fff;
  padding: 5px 20px;
}

footer .footer-nav li a:before {
  display: none;
}

@media screen and (max-width: 769px) {
  footer .footer {
    padding: 40px 0;
  }
  footer .footer-tel {
    font-size: 1.875rem;
    margin-bottom: 0;
  }
  footer .footer-tel a {
    color: #fff;
  }
  footer .footer-nav {
    display: none;
  }
}

/* コピーライト */
.copy {
  font-size: 0.75rem;
  color: #333;
  text-align: center;
  line-height: 1;
  padding: 10px 0;
  /* sp */
}

@media screen and (max-width: 769px) {
  .copy {
    font-size: 0.625rem;
    padding: 10px 0 60px;
  }
}

/******************************************
[section]
******************************************/
section {
  margin: auto;
  padding: 150px 0;
  /* sp */
}

@media screen and (max-width: 769px) {
  section {
    padding: 60px 0;
    border-top: 1px solid #eeeeee;
  }
}

#second section {
  padding: 80px 0;
}

/******************************************
[グローバルナビ]
******************************************/
nav {
  line-height: 1;
  padding: 0;
  /* sp */
}

nav ul {
  margin: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

nav ul li {
  text-align: center;
  border-right: 1px solid #eeeeee;
  padding: 0 20px;
}

nav ul li:last-child {
  border-right-width: 0;
}

nav ul li a {
  font-size: 0.9375rem;
  line-height: 1;
  display: inline-block;
  width: 100%;
  padding: 10px 0;
}

@media screen and (min-width: 770px) {
  nav ul li a:hover {
    text-decoration: none;
  }
  nav ul li a:hover:after {
    content: "";
    width: 100%;
    height: 4px;
    background: #00376d;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
}

nav .spNav-info {
  display: none;
  padding: 20px 20px 0;
}

nav .spNav-info > p {
  line-height: 1.5;
}

nav .spNav-info-logo img {
  width: 100%;
  height: auto;
}

nav .spNav-info-add {
  margin: 20px 0 0;
}

nav .spNav-info-tel {
  font-family: "Roboto";
  font-size: 1.5625rem;
  font-weight: 200;
}

nav .spNav-info-tel small {
  font-size: 1rem;
}

@media screen and (max-width: 769px) {
  nav {
    position: fixed;
    left: -250px;
    top: 0;
    width: 250px;
    height: 100%;
    background: #fff;
    overflow-y: auto;
    z-index: 1000000;
    -webkit-overflow-scrolling: touch;
    transition: left .2s;
    will-change: transform;
    border-width: 0;
  }
  nav > ul {
    width: 100%;
    padding: 0 10px;
    display: block;
    background: #00376d;
  }
  nav > ul li {
    width: 100%;
    display: block;
    border-bottom: 1px dashed #fff;
    border-left-width: 0 !important;
    border-right-width: 0 !important;
    margin: 0 !important;
  }
  nav > ul li a {
    font-size: 1rem;
    font-weight: 500;
    text-align: justify;
    color: #fff;
    display: block;
    width: 100%;
    padding: 20px 0;
  }
  nav > ul li a:before {
    width: 50px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
  }
  nav > ul li a:after {
    content: "\e907";
    font-family: "icomoon";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 16px;
  }
  nav > ul li:last-child {
    border-bottom-width: 0;
  }
  nav .nav-info {
    color: #fff;
    margin: 30px 20px 20px;
  }
  nav .nav-info p {
    text-align: center;
    margin-top: 10px;
  }
  nav .nav-info p a {
    color: #fff;
  }
  nav .nav-info-img {
    width: 160px;
    display: block;
    margin: 0 auto 10px;
  }
  nav .nav-info-num {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1;
  }
  nav .nav-info-num img {
    height: 20px;
    vertical-align: middle;
    margin-right: 10px;
  }
  nav .clone-nav {
    display: none;
  }
  nav .spNav-info {
    display: block;
  }
}

/* スマホ用グローバルナビボタン
      ******************************************/
.splogo, .button, .telBtn {
  display: none;
}

@media screen and (max-width: 769px) {
  .splogo {
    text-align: center;
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    height: 70px;
    padding: 10px 70px;
    z-index: 1000;
    background: #fff;
    border-bottom: 1px solid #b9b9b9;
  }
  .splogo img {
    height: 45px;
  }
  .button, .telBtn {
    display: block !important;
  }
  .button,
  .telBtn,
  .screen {
    position: fixed;
    transition: .2s;
  }
  .button,
  .telBtn {
    background: #fff;
    top: 6px;
    width: 50px;
    height: 50px;
    z-index: 1000000;
    cursor: pointer;
  }
  .button {
    left: 5px;
    outline: none;
    transform: translate(0, 0);
  }
  .button:after {
    content: "MENU";
    font-size: 10px;
    text-align: center;
    color: #00376d;
    display: block;
    position: absolute;
    bottom: 2px;
    width: 100%;
  }
  .button .bar {
    display: block;
    position: absolute;
    top: 16px;
    right: 0;
    left: 0;
    width: 36px;
    height: 3px;
    margin: auto;
    background: #00376d;
  }
  .button .bar:before, .button .bar:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    width: 36px;
    height: 3px;
    margin: auto;
    background: #00376d;
  }
  .button .bar:before {
    top: -9px;
  }
  .button .bar:after {
    top: 9px;
  }
  .open nav {
    left: 0;
  }
  .open .button {
    border: 2px solid #fff;
    background: rgba(51, 51, 51, 0.7);
    transform: translate(260px, 0);
    -webkit-transform: translate(260px, 0);
  }
  .open .button:after {
    content: "CLOSE";
    color: #fff;
  }
  .open .telBtn {
    z-index: 999999;
  }
  .open .bar {
    background: none;
  }
  .open .bar:before, .open .bar:after {
    top: 0;
    background: #fff;
  }
  .open .bar:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .open .bar:after {
    transform: rotate(-45deg);
  }
  .open .screen {
    opacity: .6;
    visibility: visible;
  }
  .telBtn {
    right: 5px;
    padding: 4px 0;
    text-align: center;
  }
  .telBtn:after {
    content: "TEL";
    font-size: 10px;
    text-align: center;
    color: #00376d;
    display: block;
    position: absolute;
    bottom: 2px;
    width: 100%;
  }
  .telBtn i {
    color: #00376d;
    font-size: 1.875rem;
  }
  .screen {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
  }
}

/******************************************
[totop]
******************************************/
.pagetop {
  position: fixed;
  right: 10px;
  bottom: 50px;
  z-index: 10;
  transition: .3s;
  /* sp */
}

.pagetop a {
  font-size: 0.875rem;
  color: #fff;
  line-height: 1;
  text-align: center;
  padding: 5px;
  display: block;
  width: 50px;
  height: 50px;
  background: #00376d;
  border-radius: 100px;
  border: 2px solid #fff;
}

.pagetop a:before {
  content: "\e902";
  font-family: "icomoon";
  display: block;
}

.pagetop a:hover {
  text-decoration: none;
  color: #f08c0b;
  background: #fff;
  border: 2px solid #f08c0b;
}

.pagetop-wide {
  background: #fff;
  border-top: 1px solid #b9b9b9;
  border-bottom: 1px solid #b9b9b9;
}

.pagetop-wide a {
  font-size: 1.25rem;
  font-weight: 200;
  line-height: 1;
  display: block;
  padding: 30px 0;
  text-align: center;
  transition: .3s;
}

.pagetop-wide a:before {
  transition: .3s;
  content: "\e90a";
  font-family: "icomoon";
  display: block;
}

@media screen and (min-width: 770px) {
  .pagetop-wide a:hover {
    padding: 25px 0;
    text-decoration: none;
  }
  .pagetop-wide a:hover:before {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 769px) {
  .pagetop {
    right: 0;
    bottom: 40px;
  }
  .pagetop a {
    font-size: 0.875rem;
    width: 50px;
    height: 50px;
  }
  .pagetop-wide a {
    padding: 20px 0;
  }
}

/******************************************
[column]
******************************************/
.column-2n {
  display: flex;
  flex-wrap: wrap;
}

.column-2n .column-box {
  width: calc(104% / 2 - 4%);
  margin: 0 4% 0 0;
}

.column-2n .column-box:nth-child(2), .column-2n .column-box:last-child {
  margin-right: 0;
}

.column-2n .column-box.left {
  order: 1;
  margin: 0 4% 0 0;
}

.column-2n .column-box.right {
  order: 2;
  margin: 0 0 0 0;
}

/************************ ここからsp ************************/
@media screen and (max-width: 769px) {
  .column-2n {
    display: block;
    flex-flow: row-reverse;
  }
  .column-2n .column-box {
    width: 100%;
    margin: 0 0 5%;
  }
  .column-2n .column-box:nth-child(2) {
    margin-bottom: 0;
  }
}

/************************ spここまで ************************/
.column-3n {
  display: flex;
  flex-wrap: wrap;
}

.column-3n .column-box {
  width: calc(104% / 3 - 4%);
  margin: 0 4% 0 0;
}

.column-3n .column-box:nth-child(3n) {
  margin-right: 0;
}

/************************ ここからsp ************************/
@media screen and (max-width: 769px) {
  .column-3n {
    display: block;
    flex-flow: row-reverse;
  }
  .column-3n .column-box {
    width: 100%;
    margin: 0 0 5%;
  }
  .column-3n .column-box:nth-child(3) {
    margin-bottom: 0;
  }
}

/************************ spここまで ************************/
.column-4n {
  display: flex;
  flex-wrap: wrap;
}

.column-4n .column-box {
  width: calc(104% / 4 - 4%);
  margin: 0 4% 0 0;
}

.column-4n .column-box:nth-child(4n) {
  margin-right: 0;
}

/************************ ここからsp ************************/
@media screen and (max-width: 769px) {
  .column-4n {
    display: block;
    flex-flow: row-reverse;
  }
  .column-4n .column-box {
    width: 100%;
    margin: 0 0 5%;
  }
  .column-4n .column-box:nth-child(4) {
    margin-bottom: 0;
  }
}

/************************ spここまで ************************/
.column-5n {
  display: flex;
  flex-wrap: wrap;
}

.column-5n .column-box {
  width: calc(104% / 5 - 4%);
  margin: 0 4% 0 0;
}

.column-5n .column-box:nth-child(5n) {
  margin-right: 0;
}

/************************ ここからsp ************************/
@media screen and (max-width: 769px) {
  .column-5n {
    display: block;
    flex-flow: row-reverse;
  }
  .column-5n .column-box {
    width: 100%;
    margin: 0 0 5%;
  }
  .column-5n .column-box:nth-child(5) {
    margin-bottom: 0;
  }
}

/************************ spここまで ************************/
/******************************************
[google map]
******************************************/
.gmap {
  height: 600px;
  /* sp */
}

@media screen and (max-width: 769px) {
  .gmap {
    height: 300px;
  }
  .gmap iframe {
    height: 300px;
  }
}

/******************************************
[画像・ボックスの影]
******************************************/
.shadow-1 {
  box-shadow: 15px 15px 0px 0px rgba(51, 51, 51, 0.2);
}

.shadow-2 {
  box-shadow: 5px 5px 0px 0px rgba(51, 51, 51, 0.2);
}

.shadow-3 {
  box-shadow: 5px 5px 5px 0px rgba(51, 51, 51, 0.4);
}

/******************************************
[sideBnr] 追随バナー
******************************************/
.sideBnr {
  width: 75px;
  position: fixed;
  right: -10px;
  top: 20%;
  z-index: 10;
  /* sp */
}

.sideBnr a {
  font-size: 1.875rem;
  font-weight: 100;
  color: #fff;
  writing-mode: vertical-rl;
  background: #42443f;
  border-radius: 10px;
  padding: 20px 20px 20px 10px;
  display: block;
  line-height: 1;
}

.sideBnr a:before {
  font-family: 'icomoon';
  content: "\e901";
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 100px;
  color: #42443f;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.sideBnr a:hover {
  text-decoration: none;
}

@media screen and (max-width: 769px) {
  .sideBnr {
    width: 100%;
    right: 0;
    left: 0;
    top: auto;
    bottom: 0;
  }
  .sideBnr a {
    font-size: 1.25rem;
    text-align: center;
    writing-mode: horizontal-tb;
    background: #42443f;
    border-radius: 0;
    padding: 10px;
    display: block;
  }
  .sideBnr a:before {
    width: 30px;
    height: 30px;
    margin: 0 10px 0 0;
  }
}

/******************************************
会社概要テーブル
******************************************/
.about {
  width: 100%;
  /* sp */
}

.about tr {
  border-bottom: 1px dashed #b9b9b9;
}

.about tr th, .about tr td {
  padding: 25px 20px;
}

.about tr th {
  width: 110px;
  text-align-last: justify;
}

.about tr td {
  padding: 25px 20px 25px 40px;
}

.about tr:first-child {
  border-top: 1px dashed #b9b9b9;
}

@media screen and (max-width: 769px) {
  .about tr th, .about tr td {
    font-size: 0.75rem;
    padding: 15px 10px;
  }
  .about tr th {
    width: 70px;
  }
  .about tr td {
    padding-right: 0;
  }
}

/******************************************
お客様の声
******************************************/
.voice {
  /* sp */
}

.voice dl {
  width: 100%;
  display: flex;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 2px dotted #00376d;
}

.voice dl dt, .voice dl dd {
  width: 50%;
}

.voice dl dt {
  font-size: 0;
  padding-right: 25px;
}

.voice dl dd {
  padding-left: 25px;
}

.voice dl dd P {
  font-size: 1.125rem;
}

.voice dl dd span {
  font-size: 1.875rem;
  font-weight: 700;
  color: #00376d;
  display: block;
  margin-bottom: 10px;
}

@media screen and (max-width: 769px) {
  .voice dl {
    display: block;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px dotted #00376d;
  }
  .voice dl dt, .voice dl dd {
    width: 100%;
  }
  .voice dl dt {
    text-align: center;
    padding: 0 0 20px;
  }
  .voice dl dt img {
    width: 80%;
    max-width: 500px;
    height: auto;
  }
  .voice dl dd {
    padding: 0;
  }
  .voice dl dd p {
    font-size: 0.875rem;
    line-height: 1.4;
  }
  .voice dl dd span {
    font-size: 1.25rem;
  }
}

/******************************************
注釈.note
******************************************/
.note {
  font-size: 0.8125rem;
  line-height: 1.5;
  text-indent: -1em;
  padding: 0 0 0 1em;
  margin: 5px 0;
  display: block;
}

/******************************************
[sec6] 取り扱いメーカー
******************************************/
.manufa {
  background: url("../img/wall-bg.jpg") center repeat;
  padding: 50px 0;
  /* sp */
}

.manufa h2 {
  text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
}

.manufa ul {
  display: flex;
}

.manufa ul li {
  width: 25%;
  height: 100px;
  background: #fff;
  margin-right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.manufa ul li:last-child {
  margin-right: 0;
}

.manufa ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 10px;
}

@media screen and (min-width: 770px) {
  .manufa ul li a:hover img {
    opacity: 0.5;
  }
}

@media screen and (max-width: 769px) {
  .manufa ul {
    flex-wrap: wrap;
  }
  .manufa ul li {
    width: 48%;
    height: 60px;
    background: #fff;
    margin: 4% 4% 0 0;
  }
  .manufa ul li:nth-child(2n) {
    margin-right: 0;
  }
  .manufa ul li a {
    line-height: 1;
    padding: 10px;
  }
  .manufa ul li a img {
    width: auto;
    height: auto;
    max-height: 40px;
  }
}

/******************************************
コンタクトエリア　.contact
******************************************/
.contact {
  text-align: center;
  background: url("../img/wall-bg.jpg") center repeat;
  padding: 40px 0;
  /* sp */
}

.contact-box {
  display: inline-block;
  background: #42443f;
  padding: 40px;
  text-align: center;
}

.contact-box h2 {
  color: #fff;
  margin-bottom: 20px;
}

.contact-box h2 span:after {
  background: #fff;
}

.contact-box p {
  color: #fff;
  text-align: center;
}

.contact-btn {
  display: flex;
  margin-top: 30px;
}

.contact-btn-tel {
  margin-right: 40px;
  color: #fff;
  text-align: center;
  padding: 0 20px 0 20px;
  border: 2px solid #fff;
  display: flex;
  align-content: center;
}

.contact-btn-tel span {
  font-size: 1rem;
  line-height: 1.2;
  text-align: left;
  padding-top: 10px;
}

.contact-btn-tel p {
  font-family: "Roboto";
  font-size: 2.8125rem;
  font-weight: 200;
  line-height: 1;
  vertical-align: initial;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-btn-tel p:before {
  font-size: 1.4375rem;
  color: #42443f;
  content: "\e900";
  font-family: "icomoon";
  margin: 0 10px;
  width: 33px;
  height: 33px;
  background: #fff;
  border-radius: 100px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.contact-btn .btn {
  margin: 0;
}

.contact-btn .btn a {
  font-size: 1.375rem;
  font-weight: 700;
}

.contact-btn .btn a:before {
  font-family: "icomoon";
  content: "\e90c";
  display: inline-block;
  margin-right: 5px;
}

@media screen and (max-width: 769px) {
  .contact {
    padding: 40px 20px;
  }
  .contact-box {
    padding: 20px;
  }
  .contact-box p {
    font-size: 3.5vw;
    text-align: justify;
  }
  .contact-btn {
    display: block;
  }
  .contact-btn > div {
    margin-top: 20px !important;
  }
  .contact-btn-tel {
    display: block;
    margin-right: 0;
    padding: 20px;
  }
}

@media screen and (max-width: 769px) and (max-width: 320px) {
  .contact-btn-tel {
    padding: 15px;
  }
}

@media screen and (max-width: 769px) {
  .contact-btn-tel span {
    text-align: center;
    padding: 0 0 10px;
    display: block;
  }
  .contact-btn-tel p {
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 769px) and (max-width: 320px) {
  .contact-btn-tel p {
    font-size: 1.5625rem;
  }
}

@media screen and (max-width: 769px) and (max-width: 320px) {
  .contact-btn-tel p:before {
    font-size: 1.125rem;
    width: 28px;
    height: 28px;
  }
}

@media screen and (max-width: 769px) {
  .contact-btn-tel a {
    color: #fff;
  }
  .contact-btn .btn a {
    font-size: 1rem;
    width: 100%;
    padding: 10px 50px 13px 20px;
    margin: 0 0 4px;
  }
}

@media screen and (max-width: 769px) and (max-width: 320px) {
  .contact-btn .btn a {
    font-size: 0.75rem;
  }
}

/******************************************
[sec5] 施工事例
******************************************/
.works {
  /* sp */
}

.works ul {
  display: flex;
  flex-wrap: wrap;
}

.works ul li {
  width: 46%;
  height: 460px;
  margin: 0 8% 8% 0;
  box-shadow: 0px 0px 15px 0px #b9b9b9;
}

.works ul li:nth-child(2n) {
  margin-right: 0;
}

.works ul li:nth-last-child(-n+2) {
  margin-bottom: 0;
}

.works ul li a span {
  display: block;
}

.works ul li a span.topics_thumbnail {
  width: 100%;
  height: 400px;
  background: #eeeeee;
  overflow: hidden;
  position: relative;
}

.works ul li a span.topics_thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}

.works ul li a span.topics_title {
  font-size: 1.125rem;
  padding: 20px;
  text-align: center;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (max-width: 769px) {
  .works ul {
    max-width: 400px;
    display: block;
    margin: auto;
  }
  .works ul li {
    width: 100%;
    height: auto;
    margin: 30px 0 0;
  }
  .works ul li a span.topics_thumbnail {
    height: 200px;
  }
  .works ul li a span.topics_thumbnail img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
  }
  .works ul li a span.topics_title {
    font-size: 0.75rem;
    padding: 10px;
  }
}

/******************************************
  [topics] トピックス
  ******************************************/
.topics_date {
  color: #00376d;
  font-weight: 700;
}

/******************************************
[btn]
******************************************/
.btn {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 40px;
  /* sp */
}

.btn a {
  font-size: 1.125rem;
  color: #333;
  line-height: 1;
  display: inline-block;
  background: #fff;
  border: 2px solid #333;
  padding: 15px 60px 18px 30px;
  margin: 0 10px 4px;
  transition: .1s;
  box-shadow: 0 4px 0px 0px #333;
}

.btn a img {
  vertical-align: text-bottom;
  margin-right: 10px;
}

.btn a:after {
  content: "";
  width: 20px;
  height: 7px;
  border-right: solid 2px #333;
  border-bottom: solid 2px #333;
  transform: skew(45deg);
  display: inline-block;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (min-width: 770px) {
  .btn a:hover {
    box-shadow: none;
    text-decoration: none;
    margin: 4px 10px 0;
  }
}

@media screen and (max-width: 769px) {
  .btn {
    display: block;
  }
  .btn a {
    font-size: 0.875rem;
    padding: 10px 50px 13px 20px;
  }
  .btn a:after {
    right: 20px;
  }
}

#index {
  /******************************************
  [mv]
  ******************************************/
  /******************************************
  [sec1] 施主様のご予算・ご希望にとことん寄り添う
  ******************************************/
  /******************************************
  [sec2] お知らせ
  ******************************************/
  /******************************************
  [sec3 sec4] 吉兆ホームの外壁リフォーム
  ******************************************/
}

#index .mv {
  width: 100%;
  height: 89vh;
  margin: auto;
  overflow: hidden;
  background: url("../img/mv-bg.jpg") center bottom no-repeat;
  background-size: cover;
  /* sp */
}

@media screen and (min-width: 2000px) {
  #index .mv {
    background-position: center;
  }
}

#index .mv-box {
  height: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

#index .mv-ttl {
  font-size: 4.0625rem;
  letter-spacing: 10px;
  color: #fff;
  text-align: center;
  text-shadow: 0px 0px 15px #000000, 0px 0px 15px #000000, 0px 0px 15px #000000;
  font-weight: 200;
  line-height: 1.4;
  display: inline-block;
}

@media screen and (max-width: 769px) {
  #index .mv {
    height: 71vh;
  }
  #index .mv-ttl {
    font-size: 5vh;
    letter-spacing: 5px;
    padding: 0 20px;
  }
}

@media screen and (max-width: 769px) and (max-width: 320px) {
  #index .mv-ttl {
    font-size: 1.5625rem;
  }
}

#index #sec1 {
  /* sp */
}

#index #sec1 .intro {
  font-size: 1rem;
  line-height: 3;
  text-align: center;
}

@media screen and (max-width: 769px) {
  #index #sec1 .intro {
    font-size: 1rem;
    line-height: 2;
    text-align: justify;
  }
}

#index #sec2 {
  background: #f7f2e8;
  padding: 60px 0;
  /* sp */
}

#index #sec2 .topics {
  display: flex;
}

#index #sec2 .topics-left {
  width: 300px;
  border-right: 1px solid #333;
}

#index #sec2 .topics-right {
  width: 700px;
  padding-left: 30px;
}

#index #sec2 .topics h2 {
  margin-bottom: 0;
}

#index #sec2 .topics h2 span {
  margin-top: 20px;
}

#index #sec2 .topics h2 span:after {
  width: 80px;
  top: -10px;
}

#index #sec2 .topics .btn {
  margin-top: 20px;
}

#index #sec2 .topics .btn a {
  font-size: 0.875rem;
  padding: 10px 50px 13px;
}

@media screen and (max-width: 769px) {
  #index #sec2 .topics {
    display: block;
  }
  #index #sec2 .topics-left {
    width: 100%;
    border-width: 0;
  }
  #index #sec2 .topics-right {
    width: 100%;
    padding-left: 0;
  }
  #index #sec2 .topics h2 {
    margin-bottom: 20px;
  }
  #index #sec2 .topics .btn.sp {
    display: block !important;
    margin: 40px auto 0;
  }
  #index #sec2 .topics .btn.sp a {
    padding: 10px 50px 13px 30px;
  }
}

#index #sec3 {
  padding-bottom: 60px;
}

#index #sec4 {
  padding-top: 60px;
}

#index .indexAbout {
  display: flex;
  align-items: center;
  /* sp */
}

#index .indexAbout-txt {
  width: 60%;
  padding: 0 10vw;
}

#index .indexAbout-txt p {
  line-height: 3.5;
}

#index .indexAbout-img {
  width: 40%;
  max-width: 800px;
  min-height: 800px;
  overflow: hidden;
  position: relative;
}

#index .indexAbout-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: auto;
  height: auto;
}

section:nth-child(odd) .indexAbout {
  justify-content: flex-end;
}

section:nth-child(odd) .indexAbout-txt {
  order: 1;
}

section:nth-child(odd) .indexAbout-img {
  order: 2;
}

section:nth-child(even) .indexAbout {
  justify-content: flex-start;
}

section:nth-child(even) .indexAbout-txt {
  order: 2;
}

section:nth-child(even) .indexAbout-img {
  order: 1;
}

@media screen and (max-width: 769px) {
  #index .indexAbout {
    display: block;
    padding: 0 20px;
  }
  #index .indexAbout-txt {
    width: 100%;
    padding: 0;
  }
  #index .indexAbout-txt h3 {
    margin: 20px 0;
  }
  #index .indexAbout-txt p {
    line-height: 2;
  }
  #index .indexAbout-img {
    width: 100%;
    min-height: 200px;
  }
}

#second {
  /******************************************
  [mv] メインタイトル
  ******************************************/
  /******************************************
  [about.html] 会社情報
  ******************************************/
  /******************************************
  [siding.html] 外壁リフォーム
  ******************************************/
  /******************************************
  [strength.html] 自社施工による強み
  ******************************************/
  /******************************************
  [contact.html] 資料請求・お見積もり
  ******************************************/
}

#second .mv {
  width: 100%;
  margin: auto;
  height: 300px;
  overflow: hidden;
  background: #333;
  /* sp */
}

#second .mv-box {
  width: 100%;
  height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px;
}

#second .mv-ttl {
  font-size: 3.125rem;
  color: #fff;
  letter-spacing: 10px;
  font-weight: 100;
  line-height: 1.4;
  display: inline-block;
  z-index: 1;
}

#second .mv:after {
  content: "";
  width: 102%;
  height: 310px;
  background: url("../img/mv-bg.jpg") center top no-repeat;
  background-size: cover;
  margin: auto;
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: 0;
  -ms-filter: blur(3px);
  filter: blur(3px);
  opacity: 0.7;
}

@media screen and (max-width: 769px) {
  #second .mv {
    height: 200px;
  }
  #second .mv-box {
    padding: 0;
  }
  #second .mv-ttl {
    font-size: 1.875rem;
    letter-spacing: 0;
  }
}

#second .greeting {
  /* sp */
}

#second .greeting-photo {
  font-size: 1rem;
  text-align: center;
  float: right;
  margin: 10px 0 100px 60px;
  display: block;
}

#second .greeting-photo img {
  margin-bottom: 10px;
  display: block;
}

#second .greeting p {
  overflow: hidden;
}

@media screen and (max-width: 769px) {
  #second .greeting-photo {
    float: none;
    margin: 0 0 40px;
  }
  #second .greeting-photo img {
    max-width: 400px;
    height: auto;
    margin: 0 auto 10px;
  }
  #second .greeting p {
    overflow: hidden;
  }
}

#second .point {
  border: 2px solid black;
  padding: 30px 20px 20px;
  margin-top: 80px;
  /* sp */
}

#second .point dt {
  position: absolute;
  top: -28px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

#second .point dt p {
  font-size: 1.5625rem;
  font-weight: 700;
  padding: 0 30px;
  background: #fff;
  display: inline-block;
}

#second .point dd {
  font-size: 0;
}

#second .point dd img {
  height: auto;
}

@media screen and (max-width: 769px) {
  #second .point {
    max-width: 340px;
    padding: 30px 20px 20px;
    margin: 50px auto 0;
  }
}

#second .catalog {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  /* sp */
}

#second .catalog li {
  width: 30.333%;
  margin: 4% 4% 0 0;
}

#second .catalog li:nth-child(3n) {
  margin-right: 0;
}

#second .catalog li img {
  height: auto;
}

#second .catalog li p {
  font-size: 0.875rem;
}

@media screen and (max-width: 769px) {
  #second .catalog li {
    width: 48%;
    margin: 4% 4% 0 0;
  }
  #second .catalog li:nth-child(3n) {
    margin-right: 3%;
  }
  #second .catalog li:nth-child(2n) {
    margin-right: 0;
  }
  #second .catalog li p {
    font-size: 0.75rem;
  }
}

#second .merit {
  padding: 190px 300px;
  /* sp */
}

#second .merit-center {
  width: 400px;
  height: 400px;
  border-radius: 1000px;
  overflow: hidden;
  position: relative;
}

#second .merit-center img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  max-width: inherit;
  height: 100%;
}

#second .merit-list {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

#second .merit-list li {
  font-size: 1rem;
  text-align: center;
  border: 2px solid #333;
  border-radius: 250px;
  width: 180px;
  height: 180px;
  padding: 40px 20px;
  position: absolute;
  margin: auto;
  background: #fff;
  z-index: 1;
}

#second .merit-list li p {
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  color: #00376d;
  margin-bottom: 10px;
}

#second .merit-list li:nth-child(1) {
  top: 0;
  left: 0;
  right: 0;
}

#second .merit-list li:nth-child(2) {
  top: 145px;
  left: 145px;
}

#second .merit-list li:nth-child(3) {
  bottom: 145px;
  left: 145px;
}

#second .merit-list li:nth-child(4) {
  bottom: 0;
  left: 0;
  right: 0;
}

#second .merit-list li:nth-child(5) {
  top: 145px;
  right: 145px;
}

#second .merit-list li:nth-child(6) {
  bottom: 145px;
  right: 145px;
}

#second .merit-list:after {
  content: "";
  display: block;
  width: 620px;
  height: 620px;
  border: 10px solid #b9b9b9;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 600px;
  z-index: 0;
}

@media screen and (max-width: 769px) {
  #second .merit {
    max-width: 347px;
    padding: 100px 0;
    margin: auto;
  }
  #second .merit-center {
    width: 200px;
    height: 200px;
    margin: auto;
  }
  #second .merit-list {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  #second .merit-list li {
    font-size: 0.75rem;
    width: 120px;
    height: 120px;
    padding: 22px 10px;
  }
}

@media screen and (max-width: 769px) and (max-width: 320px) {
  #second .merit-list li {
    font-size: 0.625rem;
    width: 100px;
    height: 100px;
    padding: 20px 5px;
  }
}

@media screen and (max-width: 769px) {
  #second .merit-list li p {
    font-size: 1.5625rem;
  }
}

@media screen and (max-width: 769px) and (max-width: 320px) {
  #second .merit-list li p {
    font-size: 1.25rem;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 769px) {
  #second .merit-list li:nth-child(2) {
    top: 70px;
    left: -10px;
  }
  #second .merit-list li:nth-child(3) {
    bottom: 70px;
    left: -10px;
  }
  #second .merit-list li:nth-child(5) {
    top: 70px;
    right: -10px;
  }
  #second .merit-list li:nth-child(6) {
    bottom: 70px;
    right: -10px;
  }
  #second .merit-list:after {
    width: 280px;
    height: 280px;
  }
}

#second .flow {
  display: flex;
  flex-wrap: wrap;
  /* sp */
}

#second .flow li {
  width: 9.285%;
  margin: 40px 5% 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  background: #00376d;
  padding: 40px 10px 20px;
}

#second .flow li:last-child {
  margin-right: 0;
}

#second .flow li:last-child:after {
  display: none;
}

#second .flow li:last-child:before {
  content: "";
  width: 186px;
  height: 182px;
  background: url("../img/siding-flow-10yers.png") center no-repeat;
  background-size: contain;
  position: absolute;
  right: -165px;
  top: 110px;
  transform: rotate(15deg);
}

#second .flow li:after {
  content: "\e904";
  font-family: "icomoon";
  font-size: 3.75rem;
  color: #00376d;
  display: inline-block;
  position: absolute;
  top: 20px;
  bottom: 0;
  right: -56px;
}

#second .flow li p {
  font-size: 1.375rem;
  color: #fff;
  line-height: 1.3;
  font-weight: 700;
  writing-mode: vertical-rl;
  padding-top: 10px;
}

#second .flow li p small {
  font-size: 0.75rem;
}

#second .flow-step {
  font-size: 1.5625rem;
  font-family: "Roboto";
  text-align: center;
  font-weight: 700;
  line-height: 1;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  border: 2px solid #00376d;
  overflow: hidden;
  position: absolute;
  top: -30px;
  background: #fff;
  padding: 11px;
  z-index: 100;
}

#second .flow-step span {
  font-size: 0.75rem;
  display: block;
}

#second .flow-img {
  display: inline-block;
  width: 100%;
  height: 50px;
}

#second .flow-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  max-width: 50px;
  max-height: 50px;
}

@media screen and (max-width: 769px) {
  #second .flow {
    max-width: 374px;
    margin: auto;
  }
  #second .flow li {
    width: 12%;
    min-height: 250px;
    margin: 40px 8% 0 0;
    padding: 40px 5px 20px;
  }
  #second .flow li:last-child:before {
    content: "";
    width: 146px;
    height: 142px;
    right: -155px;
    top: 0px;
  }
}

@media screen and (max-width: 769px) and (max-width: 320px) {
  #second .flow li:last-child:before {
    width: 116px;
    height: 112px;
    right: -125px;
  }
}

@media screen and (max-width: 769px) {
  #second .flow li:after {
    font-size: 2.5rem;
    top: 20px;
    right: -33px;
  }
  #second .flow li p {
    font-size: 1rem;
    font-weight: normal;
    line-height: 1;
  }
  #second .flow li p small {
    font-size: 0.75rem;
  }
  #second .flow-step {
    font-size: 1.5625rem;
    font-family: "Roboto";
    text-align: center;
    font-weight: 700;
    line-height: 1;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    border: 2px solid #00376d;
    overflow: hidden;
    position: absolute;
    top: -30px;
    background: #fff;
    padding: 11px;
    z-index: 100;
  }
}

@media screen and (max-width: 769px) and (max-width: 320px) {
  #second .flow-step {
    font-size: 1.25rem;
    width: 50px;
    height: 50px;
    padding: 8px;
  }
}

@media screen and (max-width: 769px) {
  #second .flow-step span {
    font-size: 0.75rem;
    display: block;
  }
}

@media screen and (max-width: 769px) and (max-width: 320px) {
  #second .flow-step span {
    font-size: 0.6875rem;
  }
}

@media screen and (max-width: 769px) {
  #second .flow-img {
    height: 30px;
  }
  #second .flow-img img {
    max-width: 30px;
    max-height: 30px;
  }
}

#second .strength-list {
  margin-top: 50px;
  /* sp */
}

#second .strength-list-img {
  width: 300px;
  height: 300px;
  background: #fff;
  border-radius: 500px;
  margin: 0 50px 0 0;
  overflow: hidden;
}

#second .strength-list-img img {
  width: 100%;
  height: auto;
}

#second .strength-list li {
  display: flex;
  align-items: center;
}

#second .strength-list li dl {
  width: 650px;
}

#second .strength-list li dl dt {
  font-size: 1.875rem;
  color: #00376d;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}

#second .strength-list li:nth-child(odd) .strength-list-img {
  order: 2;
  margin: 0 0 0 50px;
}

#second .strength-list li:nth-child(odd) dl {
  order: 1;
}

@media screen and (max-width: 769px) {
  #second .strength-list {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
  }
  #second .strength-list-img {
    width: 100%;
    height: auto;
    max-width: 300px;
    max-height: 300px;
    margin: 0 auto 20px !important;
  }
  #second .strength-list li {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 0 auto !important;
    border-top: 1px dashed #b9b9b9;
    padding: 20px 0;
  }
  #second .strength-list li dl {
    width: 100%;
  }
  #second .strength-list li dl dt {
    font-size: 1.5625rem;
    text-align: center;
  }
  #second .strength-list li:nth-child(odd) .strength-list-img {
    order: 1;
  }
  #second .strength-list li:nth-child(odd) dl {
    order: 1;
  }
}

#second .formTable {
  width: 100%;
  /* sp */
}

#second .formTable tr {
  border-bottom: 1px dashed #b9b9b9;
}

#second .formTable tr th, #second .formTable tr td {
  font-size: 1rem;
  font-weight: 400;
  padding: 20px 0;
}

#second .formTable tr th {
  width: 200px;
  text-align: right;
}

#second .formTable tr th span {
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1;
  color: #fff;
  background-color: #a11821;
  border-radius: 5px;
  padding: 5px;
  display: inline-block;
  margin-left: 10px;
}

#second .formTable tr td {
  width: 750px;
  padding-left: 50px;
}

#second .formTable tr td input,
#second .formTable tr td select,
#second .formTable tr td textarea {
  border: 1px solid #b9b9b9;
  border-radius: 5px;
  padding: 5px 10px;
  /* IE */
  /* Edge */
}

#second .formTable tr td input::placeholder,
#second .formTable tr td select::placeholder,
#second .formTable tr td textarea::placeholder {
  color: #b9b9b9;
}

#second .formTable tr td input:-ms-input-placeholder,
#second .formTable tr td select:-ms-input-placeholder,
#second .formTable tr td textarea:-ms-input-placeholder {
  color: #b9b9b9;
}

#second .formTable tr td input::-ms-input-placeholder,
#second .formTable tr td select::-ms-input-placeholder,
#second .formTable tr td textarea::-ms-input-placeholder {
  color: #b9b9b9;
}

#second .formTable tr td input.w20,
#second .formTable tr td select.w20,
#second .formTable tr td textarea.w20 {
  width: 30%;
}

#second .formTable tr td input.w50,
#second .formTable tr td select.w50,
#second .formTable tr td textarea.w50 {
  width: 50%;
}

#second .formTable tr td input.w100,
#second .formTable tr td select.w100,
#second .formTable tr td textarea.w100 {
  width: 100%;
}

#second .formTable tr td label {
  margin-right: 10px;
}

#second .formTable tr td label input[type="checkbox"],
#second .formTable tr td label input[type="radio"] {
  margin-right: 5px;
  -webkit-appearance: checkbox;
  width: auto !important;
}

@media screen and (max-width: 769px) {
  #second .formTable tr th, #second .formTable tr td {
    padding: 15px 0;
  }
  #second .formTable tr th {
    font-size: 0.75rem;
    font-weight: 700;
    width: 100px;
  }
  #second .formTable tr th span {
    font-size: 0.625rem;
    padding: 5px;
  }
  #second .formTable tr td {
    font-size: 0.9375rem;
    width: auto;
    padding-left: 20px;
  }
  #second .formTable tr td input,
  #second .formTable tr td select,
  #second .formTable tr td textarea {
    width: 100% !important;
  }
}

#second .submit {
  text-align: center;
  margin-top: 20px;
  /* sp */
}

#second .submit input {
  font-size: 1.125rem;
  text-align: center;
  border: 1px solid #b9b9b9;
  border-radius: 5px;
  padding: 5px 10px;
  width: 200px;
}

#second .submit input[type="submit"] {
  color: #fff;
  background-color: #00376d;
}

@media screen and (max-width: 769px) {
  #second .submit input {
    font-size: 0.9375rem;
    text-align: center;
    border: 1px solid #b9b9b9;
    border-radius: 5px;
    padding: 5px 10px;
    width: 100px;
  }
}

#second .privacy {
  margin: 50px 0;
  /* sp */
}

#second .privacy-box {
  width: 100%;
  height: 300px;
  background: #fff;
  border: 1px solid #ccc;
  margin-top: 0 !important;
}

#second .privacy-box-txt {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  padding: 10px;
}

#second .privacy-box-txt > p {
  font-size: 0.875rem;
  margin-bottom: 20px;
}

#second .privacy-box-txt dl dt {
  font-size: 1.125rem;
  font-weight: 700;
  color: #00376d;
  margin: 20px 0 5px;
}

#second .privacy-box-txt dl dd {
  font-size: 0.875rem;
}

#second .privacy-box-txt dl dd:nth-child(2) {
  margin-bottom: 10px;
}

#second .privacy-box-txt ul {
  list-style: disc;
  margin: 0 0 20px 25px;
}

#second .privacy-box-txt ul li {
  font-size: 0.875rem;
  margin: 5px 0;
}

@media screen and (max-width: 769px) {
  #second .privacy {
    margin: 30px 0;
  }
  #second .privacy-box {
    padding: 10px 0 10px 10px;
  }
  #second .privacy-box-txt {
    padding-right: 10px;
  }
  #second .privacy-box-txt p {
    font-size: 0.75rem;
  }
  #second .privacy-box-txt dl dt {
    font-size: 1rem;
  }
  #second .privacy-box-txt dl dd {
    font-size: 0.75rem;
  }
  #second .privacy-box-txt ul li {
    font-size: 0.75rem;
  }
}
