@charset "UTF-8";

body {
  position: relative;
  color: #0e0e0e;
  font-size: 14px;
  line-height: 1;
  font-family: "din-2014", "sawarabi-gothic",  sans-serif;
  font-style: normal;
  word-wrap: break-word;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; 
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; 
}

del {
  text-decoration: line-through; 
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; 
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; 
}

input, select {
  vertical-align: middle; 
}

hr, .areaAnchor {
  display: none; 
}

acronym, abbr {
  cursor: help; 
}

option {
  padding-right: 10px; 
}

button {
  border: none;
  background-color: transparent;
}

h1, h2, h3, h4, h5, h6, div, p, pre, ul, ol, dl, dt, dd, address, form, blockquote, small {
  margin: 0;
  padding: 0;
  letter-spacing: 1px;
  line-height: 1.7;
  text-align: left; 
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; 
}

p {
  margin: 0 auto 20px; 
}

img {
  border: none;
  vertical-align: bottom;
  -o-object-fit: cover;
  object-fit: cover; 
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
  empty-cells: show;
  font-size: 16px;
  width: 100%; 
}

figure {
  margin: 0 auto 20px; 
}

figcaption {
  margin-top: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
  text-align: left; 
}

address {
  font-style: normal; 
}

ul, ul li {
  list-style: none; 
}

ol li {
  margin: 0 auto 20px; 
}

/* リンク */
a {
  color: #01182e;
  text-decoration: none;
  outline: none;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in; 
}
a.line:link {
  text-decoration: underline; 
}
a.line:hover, a.line:active {
  text-decoration: none; 
}

a:link {
  color: #0071ba;
  text-decoration: none;
  outline: none; 
}
a:visited {
  color: #0071ba; 
}
a:hover {
  color: #33afff;
}
a:active {
  color: #0071ba; 
}

a:hover img {
  opacity: 0.8;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

/* clearfix */
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; 
}
* html .clearfix,
* html .clearfix {
  height: 1%; 
}
.clearfix {
  display: block; 
}

/*********** 
汎用CSS
************/
.mt00 {  margin-top: 0 !important; }
.mt05 {  margin-top: 5px !important; }
.mt10 {  margin-top: 10px !important; }
.mt15 {  margin-top: 15px !important; }
.mt20 {  margin-top: 20px !important; }
.mt25 {  margin-top: 25px !important; }
.mt30 {  margin-top: 30px !important; }
.mt35 {  margin-top: 35px !important; }
.mt40 {  margin-top: 40px !important; }
.mt45 {  margin-top: 45px !important; }
.mt50 {  margin-top: 50px !important; }

.mr00 {  margin-right: 0 !important; }
.mr05 {  margin-right: 5px !important; }
.mr10 {  margin-right: 10px !important; }
.mr15 {  margin-right: 15px !important; }
.mr20 {  margin-right: 20px !important; }
.mr25 {  margin-right: 25px !important; }
.mr30 {  margin-right: 30px !important; }
.mr35 {  margin-right: 35px !important; }
.mr40 {  margin-right: 40px !important; }
.mr45 {  margin-right: 45px !important; }
.mr50 {  margin-right: 50px !important; }

.mb00 {  margin-bottom: 0 !important; }
.mb05 {  margin-bottom: 5px !important; }
.mb10 {  margin-bottom: 10px !important; }
.mb15 {  margin-bottom: 15px !important; }
.mb20 {  margin-bottom: 20px !important; }
.mb25 {  margin-bottom: 25px !important; }
.mb30 {  margin-bottom: 30px !important; }
.mb35 {  margin-bottom: 35px !important; }
.mb40 {  margin-bottom: 40px !important; }
.mb45 {  margin-bottom: 45px !important; }
.mb50 {  margin-bottom: 50px !important; }
.mb55 {  margin-bottom: 55px !important; }
.mb60 {  margin-bottom: 60px !important; }

.ml00 {  margin-left: 0 !important; }
.ml05 {  margin-left: 5px !important; }
.ml10 {  margin-left: 10px !important; }
.ml15 {  margin-left: 15px !important; }
.ml20 {  margin-left: 20px !important; }
.ml25 {  margin-left: 25px !important; }
.ml30 {  margin-left: 30px !important; }
.ml35 {  margin-left: 35px !important; }
.ml40 {  margin-left: 40px !important; }
.ml45 {  margin-left: 45px !important; }
.ml50 {  margin-left: 50px !important; }

.pt00 {  padding-top: 0 !important; }
.pt05 {  padding-top: 5px !important; }
.pt10 {  padding-top: 10px !important; }
.pt15 {  padding-top: 15px !important; }
.pt20 {  padding-top: 20px !important; }
.pt25 {  padding-top: 25px !important; }
.pt30 {  padding-top: 30px !important; }
.pt35 {  padding-top: 35px !important; }
.pt40 {  padding-top: 40px !important; }
.pt45 {  padding-top: 45px !important; }
.pt50 {  padding-top: 50px !important; }

.pr00 {  padding-right: 0 !important; }
.pr05 {  padding-right: 5px !important; }
.pr10 {  padding-right: 10px !important; }
.pr15 {  padding-right: 15px !important; }
.pr20 {  padding-right: 20px !important; }
.pr25 {  padding-right: 25px !important; }
.pr30 {  padding-right: 30px !important; }
.pr35 {  padding-right: 35px !important; }
.pr40 {  padding-right: 40px !important; }
.pr45 {  padding-right: 45px !important; }
.pr50 {  padding-right: 50px !important; }

.pb00 {  padding-bottom: 0 !important; }
.pb05 {  padding-bottom: 5px !important; }
.pb10 {  padding-bottom: 10px !important; }
.pb15 {  padding-bottom: 15px !important; }
.pb20 {  padding-bottom: 20px !important; }
.pb25 {  padding-bottom: 25px !important; }
.pb30 {  padding-bottom: 30px !important; }
.pb35 {  padding-bottom: 35px !important; }
.pb40 {  padding-bottom: 40px !important; }
.pb45 {  padding-bottom: 45px !important; }
.pb50 {  padding-bottom: 50px !important; }

.pl00 {  padding-left: 0 !important; }
.pl05 {  padding-left: 5px !important; }
.pl10 {  padding-left: 10px !important; }
.pl15 {  padding-left: 15px !important; }
.pl20 {  padding-left: 20px !important; }
.pl25 {  padding-left: 25px !important; }
.pl30 {  padding-left: 30px !important; }
.pl35 {  padding-left: 35px !important; }
.pl40 {  padding-left: 40px !important; }
.pl45 {  padding-left: 45px !important; }
.pl50 {  padding-left: 50px !important; }

.roman {
  font-family: "EB Garamond", Georgia, "Times New Roman", Times, serif; 
}

.mincyo {
  font-family: "EB Garamond", "Sawarabi Mincho", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif; 
}

.ss {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.7; 
}

.s {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.7; 
}

.m {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.7; 
}

.l {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5; 
}

.ll {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5; 
}

.bold {  font-weight: bold !important; }
.normal {  font-weight: normal !important; }

.tl {  text-align: left !important; }
.tr {  text-align: right !important; }
.tc {  text-align: center !important; }

.vt {  vertical-align: top !important; }
.vm {  vertical-align: middle !important; }
.vb {  vertical-align: bottom !important; }

.clear {  clear: both; }
.cl {  clear: left; }
.cr {  clear: right; }

.black {  color: #333 !important; }
.brown {  color: #C69C6D !important; }
.blue {  color: #0071ba !important; }
.green {  color: #009E84 !important; }
.grey {  color: #999 !important; }
.orange {  color: #F15A24 !important; }
.red {  color: #c01c30 !important; }
.white {  color: #FFFFFF !important; }
.yellow {  color: #F6CF60 !important; }

.fl {
  float: left !important; 
}
.fr {
  float: right !important; 
}

.pc {
  display: block; 
}
.sp {
  display: none;
}
.pc.il {
  display: inline-block; 
}





/*********** 
animation
************/
/*アニメーション要素のスタイル*/
.animation{
	opacity : 0;
	visibility: hidden;
	transition: 1s;
	transform: translateY(30px);
}
/*アニメーション要素までスクロールした時のスタイル*/
.active{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.fadein {
	opacity : 0.1;
	transform : translate(0px, 100px);
	transition : all 500ms;
}
.fadein.scrollin {
	opacity : 1;
	transform : translate(0px, 0px);
}
#effect2 .fadein:nth-of-type(2), #effect2 .fadein:nth-of-type(5), #effect2 .fadein:nth-of-type(8), #effect2 .fadein:nth-of-type(11) {
	-moz-transition-delay:200ms;
	-webkit-transition-delay:200ms;
	-o-transition-delay:200ms;
	-ms-transition-delay:200ms;
}
#effect2 .fadein:nth-of-type(3), #effect2 .fadein:nth-of-type(6), #effect2 .fadein:nth-of-type(9), #effect2 .fadein:nth-of-type(12) {
	-moz-transition-delay:400ms;
	-webkit-transition-delay:400ms;
	-o-transition-delay:400ms;
	-ms-transition-delay:400ms;
}



/*********** 
contents 
************/
/* header */
.header {
  background: url(../images/main_bg01.jpg) top center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #fff;
  padding: 0 50px;
  width: 100%;
}
.header-inner {
  align-items: center;
  display: flex;
  justify-content: space-between;  
  padding: 10px 0;
  margin: 0 auto;
  width: 1200px;
}
.h_logo {
  width: 20%;
}
.h_logo picture {
  width: 100%;
}

a {
  font-family: sans-serif;
  text-decoration: none;
  }
  .humberger {
      display: none;
  }
  .humberger.-active .humberger__line {
      background-color: transparent;
  }
  .humberger.-active .humberger__line::before {
      background-color: #0e4e8b;
      top: 0;
      transform: rotate(45deg);
  }
  .humberger.-active .humberger__line::after {
      background-color: #0e4e8b;
      top: 0;
      transform: rotate(-45deg);
  }
  .humberger__line {
      display: block;
      height: 2px;
      position: absolute;
      top: 23px;
      left: 50%;
      transform: translateX(-50%);
      width: 24px;
      background-color: #172e59;
      transition: 0.4s;
  }
  .humberger__line:before,
  .humberger__line:after {
      content: "";
      display: block;
      height: 100%;
      position: absolute;
      width: 100%;
      background-color: #fff;
      transition: inherit;
  }
  .humberger__line:before {
      top: -6px;
  }
  .humberger__line:after {
      top: 6px;
  }
  .humberger__text {
      position: absolute;
      bottom: 8px;
      left: 50%;
      transform: translateX(-50%);
      width: 100%;
  }
  .header__nav-area {
      padding-top: 20px;
  }
  .header__nav-area.-active {
    right: 0;
    visibility: visible;
  }
  .global-navigation__list {
    display: flex;
  }
  .global-navigation__list > li {
      padding-bottom: 20px;
      margin: 58px 0 0px 30px;
      font-size: 150%;
      line-height: 1;
  }
  .global-navigation__list > li a:link,
  .global-navigation__list > li a:active,
  .global-navigation__list > li a:visited {
      color: #fff;
  }
  .global-navigation__list > li a:hover {
      color: #c9eaff;
  }
  .accordion {
      height: 0;
      overflow: hidden;
      visibility: hidden;
      transition: 0.4s;
  }
  .accordion.-active {
      height: auto;
      padding-top: 30px;
      visibility: visible;
  }
  .accordion__list li {
      font-size: 0.75rem;
  }
  .accordion__list li + li {
       margin-top: 21px;
  }
  .accordion__link {
      color: #172e59;
  }

#video-area {
  margin: 0;
  position: relative;
  height: 70vh;
}
#video-area video {
    max-width: 100%;
    width: 100%;
    height: 70vh;
    object-fit: cover;
}

/* main */
.main {
  background-image: url(../images/main_bg01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 100px 0 80px;
  position: relative;
  width: 100%;
  height: auto;
  z-index: 2;
}
.main_inner {
  width: 100%;
}
.main-logo {
  width: 400px;
  margin: 0 auto;
  opacity:0;
  filter: drop-shadow(0 0 5px #0f4f88);
  animation: fadeIn 3s forwards; 
}
.main-icon {
  width: 40px;
  margin: 40px auto;
  opacity: 0;
  filter: drop-shadow(0 0 5px #0f4f88);
  animation: fadeIn 3s forwards; 
}
.main-copy {
  color: #fff;
  font-size: 190%;
  text-align: center;
}

svg {
  position: absolute;
  top: 0;
  left: 0;
}
svg rect, svg path, svg polyline {
  fill: none;
  stroke: #fff;
  stroke-width: 1;
}
svg rect {
  stroke-dasharray: 400, 0;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
}
.material-symbols-outlined {
  font-size: 20px !important;
  vertical-align: sub;
}

@keyframes fadeIn {  /*←animation-nameにも同じ名前を記述*/
  0% {
    opacity: 0;
    color:#fff;
  }
  90% {
   opacity: 1;
   color:#fff;
  }
   100% {
    opacity: 1;
    color:#fff;
  } 
  }


/* content */
.cont {
  margin: 0 auto;
  padding: 60px 0;
  width: 1200px;
}
.inner {
  padding: 0 50px;
}
.cont-title {
  background: url(../images/main_bg01.jpg) top center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #fff;
  font-size: 180%;
  letter-spacing: 2px;
  margin: 0 0 40px 0;
  padding: 5px 0;
  text-align: center;
}

.cont-item {
  border-bottom: 1px solid #c7c7c7;
  display: flex;
  margin: 0 50px;
  padding: 40px 0;
}
.cont-item:first-of-type {
  padding: 0 0 40px 0;
}
.cont-item:last-of-type {
  border-bottom: none;
}

.cont-item-img {
  width: 300px;
}
.cont-item-txt {
  width: 100%;
}

.cont-item-title {
  color: #0071ba;
  font-size: 120%;
  font-weight: 600;
}

.cont-item-memo {
  border: 2px solid #d9e1e5;
  padding: 15px 20px;
}
.cont-item-title02 {
  color: #0071ba;
}

.cont-item-list {
  margin: 0 0 0 20px;
}
.cont-item-list li::before {
  background: #b8c4ca;
  border-radius: 100%;
  content: '';
  display: inline-block;
  left: -10px;
  position: relative;
  top: -2px;
  width: 4px;
  height: 4px;
}

.cont-dl-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0 50px;
}
.cont-dl-list dt {
  border-right: 1px solid #c7c7c7;
  color: #0071ba;
  padding: 10px 20px 10px 0;
  width: 25%;
}
.cont-dl-list dd {
  padding: 10px 0 10px 40px;
  width: 75%;
}

.btn {
  position: relative;
  font-size: 16px;
  text-align: right;
  margin: 10px 110px 0 auto;
  z-index: 2;
  width: 300px;
}
.btn a {
  width: 100%;
  text-align: center;
  padding: 5px;
  border: 1px solid #01182e;
  color: #01182e;
  display: inline-block;
  font-size: 16px;
  line-height: 1.6;
  text-decoration: none;
}
.btn a:hover {
  opacity: .7;
}
.btn a::before {
  content: '\f105';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn-2 {
  position: relative;
  font-size: 16px;
  text-align: right;
  margin: 50px 300px 0 auto;
  z-index: 2;
  width: 350px;
}
.btn-2 a {
  width: 100%;
  text-align: center;
  padding: 5px;
  border: 1px solid #0071ba;
  color: #ffffff;
  background-color: #0071ba;
  display: inline-block;
  font-size: 16px;
  line-height: 1.6;
  text-decoration: none;
}
.btn-2 a:hover {
  opacity: .7;
}
.btn-2 a::before {
  content: '\f105';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* footer */
.footer {
  width: 100%;
  padding: 100px 0 50px;
}
.footer small {
  font-size: 12px;
  line-height: 1.7;
  padding: 0 0 20px;
  display: block;
  text-align: center;
  color: #82858f;
}


/* form用 */
.header_thanks {
  padding: 20px 50px;
}
div#wrapper {
  padding: 20px 50px;
  width: 800px;
  max-width: 100%;
  text-align: left;
  margin: 10px auto;
  border: 5px solid #f1f1f1;
}
.footer_thanks {
  padding: 40px 0 50px;
}

/*********** 
media 
************/

@media (min-width: 320px) and (max-width: 1280px) {
  .m {
    font-size: calc(14px + 2 * (100vw - 320px) / 960);
    line-height: calc(170% + 3.2 * (100vw - 1280px) / -960); 
  } 
  .l {
    font-size: calc(16px + 2 * (100vw - 320px) / 960);
    line-height: calc(150% + 3.2 * (100vw - 1280px) / -960); 
  } 
  .ll {
    font-size: calc(16px + 4 * (100vw - 320px) / 960);
    line-height: calc(150% + 3.2 * (100vw - 1280px) / -960); 
  } 
}


@media screen and (max-width: 1366px){
}

@media screen and (max-width: 1280px){
  .header {
    width: 100%;
  }
  .header-inner {
    width: 100%;
  }
  .cont {
    margin: 0 auto;
    padding: 60px 0 40px;
    width: 100%;
  }
  .cont-title {
    margin: 0 auto 40px;
    width: 90%;
  }  
  .cont-item:last-of-type {
    padding: 40px 0 0px;
  }
  .cont-item {
    margin: 0 auto;
    width: 85%;
  }
  .cont-item-txt {
    width: 100%;
  }
  .cont-dl-list, .inner {
    margin: 0 auto 20px;
    width: 90%;
  }
  iframe {
    display: block;
  }
  form#mailformpro {
    margin: 0 auto;
    width: 90%;
  }
}

@media screen and (max-width: 1024px){
}

@media screen and (max-width: 1040px){
  .cont06 .img_box {
    width: 100%;
    padding: 0 40px;
  }
  .cont06 .img_box picture {
    margin-bottom: 20px;
    width: 32%;
  }
}

@media screen and (max-width: 768px) {
  .header {
    display: block;
    padding: 0;
    position: relative;
  }
  .header-inner {
    align-items: center;
    background: url(../images/main_bg01.jpg) top center;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 20px 0 20px 20px;
    position: fixed;
    z-index: 999;
  }  
  .h_logo {
    width: 25%;
  }
  a {
    font-family: sans-serif;
    text-decoration: none;
    }
    .humberger {
        display: block;
        height: 60px;
        margin-left: auto;
        position: relative;
        z-index: 10;
        width: 60px;
        border: none;
        background-color: transparent;
    }
    .humberger.-active .humberger__line {
        background-color: transparent;
    }
    .humberger.-active .humberger__line::before {
        top: 0;
        transform: rotate(45deg);
    }
    .humberger.-active .humberger__line::after {
        top: 0;
        transform: rotate(-45deg);
    }
    .humberger__line {
        display: block;
        height: 2px;
        position: absolute;
        top: 30px;
        left: 50%;
        transform: translateX(-50%);
        width: 24px;
        background-color: #172e59;
        transition: 0.4s;
    }
    .global-navigation__list > li a:link, 
    .global-navigation__list > li a:active, 
    .global-navigation__list > li a:visited {
      color: #0071ba;
    }
    .global-navigation__list > li a:hover {
        color: #33afff;
    }
    .humberger__line:before,
    .humberger__line:after {
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        width: 100%;
        background-color: #fff;
        transition: inherit;
    }
    .humberger__line:before {
        top: -6px;
    }
    .humberger__line:after {
        top: 6px;
    }
    .humberger__text {
        position: absolute;
        bottom: 8px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
    }
    .header__nav-area {
        position: fixed;
        top: 0;
        right: -100%;
        z-index: 9;
        height: 100vh;
        width: 180px;
        visibility: hidden;
        padding-top: 60px;
        background-color: #fff;
        transition: 0.4s;
    }
    .header__nav-area.-active {
      right: 0;
      visibility: visible;
    }
    .global-navigation {
        padding-top: 40px;
        padding-right: 25px;
        padding-bottom: 120px;
        padding-left: 25px;
    }
    .global-navigation__list {
      display: block;
    }
    .global-navigation__list > li {
        padding-bottom: 20px;
        border-bottom: 2px solid #e7e9ee;
        margin: 0;
    }
    .global-navigation__list > li + li {
      margin-top: 20px;
    }
    .accordion {
        height: 0;
        overflow: hidden;
        visibility: hidden;
        transition: 0.4s;
    }
    .accordion.-active {
        height: auto;
        padding-top: 30px;
        visibility: visible;
    }
    .accordion__list li {
        font-size: 0.75rem;
    }
    .accordion__list li + li {
         margin-top: 21px;
    }
    .accordion__link {
        color: #172e59;
    }

  .main {
      padding: 180px 0 80px;
  }
  .cont-item {
    display: block;
    padding: 20px 0 40px;
  }
  .cont-item-img {
    margin: 0 auto 20px;
  }
  .cont-dl-list, .inner {
    width: 85%;
    padding: 0;
  }
  form#mailformpro {
    width: 100%;
  }
  .btn {
    margin: 10px 40px 0 auto;
  }
  .btn-2 {
    margin: 10px 40px 0 auto;
  }
  
  /* form用 */
  .header_thanks {
    padding: 20px 0;
  }
  .header_thanks .header-inner {
    align-items: center;
    background-color: #fff;
    box-shadow: none;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 0 0 20px;
    position: initial;
    width: 100%;
    z-index: 999;
  }
  div#wrapper {
    padding: 0;
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 479px) {
  .fl {
    float: none !important; 
  } 
  .fr {
    float: none !important; 
  } 
  .pc {
    display: none; 
  }
  .sp {
    display: block; 
  }
  .pc.il {
    display: none; 
  } 
  .sp.il {
    display: inline-block; 
  } 
  picture {
    text-align: center;
  }
  picture img {
    width: 100%;
  }

  .header-inner {
      padding: 0 0 0 20px;
  }

  #video-area video {
    margin: 60px 0 0;
  }
  .main {
    background: url(../images/main_bg01@sp.jpg) top center;
  }
  .main-logo {
    width: auto;
  }
  .cont {
    padding: 80px 0 20px;
    width: 100%;
  }
  .inner {
    padding: 0 20px;
  }
  
  .cont-title {
    background: url(../images/main_bg01@sp.jpg) top center;
  }
  .cont-item {
    margin: 0 20px;
  }
  .cont-item-img {
    margin: 0 auto 20px;
  }
  
  .cont-dl-list {
    padding: 0 20px;
  }
  .cont-dl-list dt {
    padding: 10px 20px 10px 0;
    width: 35%;
  }
  .cont-dl-list dd {
    padding: 10px 0 10px 20px;
    width: 65%;
  }

  .btn {
    text-align: center;
    margin: 10px auto;
    width: 90%;
  }
    
  .btn-2 {
    text-align: center;
    margin: 10px auto;
    width: 90%;
  }
    
  .cont-title {
    margin: 0 auto 40px;
    padding: 5px 0;
    text-align: center;
    width: 90%;
  }
  

  .footer {
    width: 100%;
    padding: 40px 0 0;
  }
  .footer small {
    font-size: 80%;
  }

  /* form用 */
  .header_thanks {
    padding: 15px 0;
  }
  div.mfp_thanks {
    padding: 20px;
  }
}

@media screen and (max-width: 320px) {
  .main_inner .h1 {
    width: 320px;
  }
  .cont01 {
    padding: 0 0 630px;
  }
  .cont03 .txt .h3, .cont04 .txt .h3, .cont05 .txt .h3, .cont06 .txt .h3 {
    line-height: 2;
    margin: 20px 0 10px;
  }
}

@media screen and (min-width: 768px) {
    br.br-sp {
        display: none !important;
    }
