@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
/*----------------------------------------------------------------------------制作*/
/*----------------------------------------------------------------------------ディレクター*/
/*----------------------------------------------------------------------------cs*/
.header {
    display: flex;
    padding: 15px 30px;
    background: #fff;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 101;
}
.main-copy {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.5;
    position: absolute;
    z-index: 100;
    right: 100px;
    bottom: 30px;
    width: 60%;
    padding: 30px 0 30px;
    color: #1588d7;
    border-radius: 20px;
    background: rgb(255 255 255 / 80%);
    font-family: "Times New Roman", "Noto Serif JP", 游明朝体, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.main {
    margin-top: 100px;
    padding: 0 60px;
    height: 600px;
}
#contents {
    width: 100%;
    max-width: 900px;
    padding-bottom: 0px;
}
.scroll-hop {
  opacity: 0;
  transition: all 2s ease 0.25s;
  transform: translate(0,30px);
}
.scroll-right {
  opacity: 0;
  transition: all 2s ease 0.25s;
  transform: translate(30px,0);
}
.blog {
    max-width: 1000px;
    margin: 40px auto;
    margin-top: 100px;
}
.index-02 .box {
    font-size: 14px;
    padding: 20px;
    border: 1px solid #dbf0ff;
    border-radius: 20px;
    box-shadow: 1px 1px 5px 1px rgb(21 136 215);
}
.news dl {
    padding: 0px !important;
}
.news dl dd {
    width: 100% !important;
}
.news dl dt {
    font-size: 20px;
    font-weight: bold;
}
.news dl {
    flex-direction: column;
}
.news dl dt {
    width: 100%!important;
}
.form-item {
    width: calc(100% / 1 - 2%);
}
.form-list {
    max-width: 600px;
}
.form-list:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 0px;
    height: 50%;
    margin: auto;
    content: '';
    background: #ccc;
}


@media only screen and (min-width: 835px){
/*----------------------------------------------------------------------------制作*/
/*----------------------------------------------------------------------------ディレクター*/
/*----------------------------------------------------------------------------cs*/
#contents_wrap {
    margin-top: 92px;
}
.nav {
    width: 100%;
    max-width: 965px;
}
.nav-item a {
    font-size: 15px;
}
.main-copy span {
    font-size: 22px;
    display: block;
}

}

@media screen and (min-width: 641px) and (max-width: 834px){
/*----------------------------------------------------------------------------制作*/
/*----------------------------------------------------------------------------ディレクター*/
/*----------------------------------------------------------------------------cs*/
.main {
    padding: 0 30px;
    height: 430px;
    margin-top: 100px;
}
.main-copy span {
    font-size: 28px;
    display: block;
}
.main-copy {
    font-size: 46px;
    font-weight: bold;
    line-height: 1.3;
    position: absolute;
    z-index: 100;
    right: 0px;
    bottom: 10px;
    width: 90%;
    padding: 10px 0 10px;
    color: #1588d7;
    border-radius: 20px;
    background: rgb(255 255 255 / 80%);
    font-family: "Times New Roman", "Noto Serif JP", 游明朝体, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
}
@media only screen and (max-width: 640px){
/*----------------------------------------------------------------------------制作*/
/*----------------------------------------------------------------------------ディレクター*/
/*----------------------------------------------------------------------------cs*/
body {
	font-size: 20px;
	line-height: 1.5;
}
.main {
    position: relative;
    overflow: hidden;
    max-width: 1100px;
    margin: 120px auto 50px;
    border: 5px solid #fff;
    height: 300px!important;
    padding: 0 10px;
}
.main-copy {
    font-size: 29px!important;
    font-weight: bold;
    line-height: 1.5!important;
    position: absolute;
    z-index: 100;
    right: 0px!important;
    bottom: 10px!important;
    width: 80%!important;
    padding: 10px 0 10px!important;
    color: #1588d7;
    border-radius: 20px;
    background: rgb(255 255 255 / 80%);
    font-family: "Times New Roman", "Noto Serif JP", 游明朝体, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#contents {
    padding: 10px 30px 50px;
}
.header {
    padding: 25px 30px;
}
.index-02 .box {
    font-size: 14px;
    padding: 40px;
    border-radius: 20px;
}
.index-02 .box h3 {
    font-family: 'Times New Roman', 'Noto Serif JP', '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
    font-size: 28px;
    color: #00497b;
    font-weight: bold;
    margin: 10px 0;
    text-align: center;
}
.title-01._common {
    font-size: 30px;
    font-weight: 900;
    padding: 140px 0 30px 0;
    color: #fff;
    background: #1588d7;
}
.nav-item a {
    font-size: 22px;
}
.blog {
    max-width: 1000px;
    margin-top: 120px!important;
}
.index-02 .box {
    font-size: 24px;
}
.title-02._index h2 {
	font-size: 33px;
}
.news dl {
    font-size: 18px;
}
.news dd {
    font-size: 18px;
}
div.blog_list h3 {
    font-size: 18px;
}
.news div.blog_list div.blog_date {
    font-size: 18px;
}
.news dl dt {
    font-size: 20px;
    font-weight: bold;
}
}